Commit graph

55 commits

Author SHA1 Message Date
Jeena
8de9fd3027 adds possibility to use sqlite as a db 2015-07-24 20:52:16 +02:00
Aaron Parecki
91307d4a36 todo 2015-07-12 14:01:21 -07:00
Aaron Parecki
7a3532019b only skip debugging screens if the endpoints are the same as before 2015-07-12 13:57:59 -07:00
Aaron Parecki
9d917dca8e add repost form 2015-06-13 13:38:48 -07:00
Aaron Parecki
5b1d595fcf make image embed button darker 2015-06-03 22:05:49 -07:00
Aaron Parecki
95c8b73585 remove the extra space 2015-05-13 15:49:14 -07:00
Aaron Parecki
d6a2dddc5b apparently MediumEditor already has a placeholder text mechanism 2015-05-11 22:07:20 +02:00
Aaron Parecki
aea6e8a029 full query string URLs for appcache 2015-05-11 21:26:00 +02:00
Aaron Parecki
1057901a39 add more files to appcache 2015-05-11 21:21:44 +02:00
Aaron Parecki
5641fb22b1 add link to editor in footer 2015-05-11 21:19:15 +02:00
Aaron Parecki
5ceefdf927 enable appcache for editor 2015-05-11 21:17:54 +02:00
Aaron Parecki
cb93a9925b adds a simple publish status UI to show errors 2015-05-11 17:42:06 +02:00
Aaron Parecki
475175da5f adds a "new version available" banner and a dropdown menu for publish
made a nice looking dropdown menu for the publish button
2015-05-11 16:03:41 +02:00
Aaron Parecki
3b7d766c31 do the micropub post and redirect after it's created! 2015-05-10 16:49:22 +02:00
Aaron Parecki
3dc97d7478 autosave new posts in localstorage 2015-05-10 15:09:07 +02:00
Aaron Parecki
b92daf96f5 disable manifest during development, set placeholder text 2015-05-10 14:14:35 +02:00
Aaron Parecki
2792d5150d oops add new controller 2015-05-10 14:05:19 +02:00
Aaron Parecki
4898ed74a5 set up medium-style editor with image embedding and appcache 2015-05-10 14:05:06 +02:00
Aaron Parecki
fb6d4181e4 fix for https redirect uri 2015-04-25 10:37:40 -07:00
Aaron Parecki
e456edd83b Merge branch 'master' of github.com:aaronpk/IndiePost 2015-04-18 17:45:19 -07:00
Aaron Parecki
ecd4b8de93 add DB schema
closes #6
2015-04-18 17:45:14 -07:00
Aaron Parecki
f9a19f628f Merge pull request #5 from kylewm/master
add reply={url} query param for posting a note
2015-04-07 09:18:12 -07:00
Kyle Mahan
f0d8b18051 add reply={url} query param for posting a note
Support reply bookmarklets, and hopefully the Firefox Social API
"Share" provider too.
2015-04-04 19:45:21 -07:00
Aaron Parecki
1c4bf54da4 use php arrays for syndicate-to properties 2015-01-23 12:40:19 -08:00
Aaron Parecki
9fe3a8ff07 Merge branch 'master' of github.com:aaronpk/IndiePost 2015-01-16 22:54:08 -08:00
Aaron Parecki
21978c981e accept syndicate-to as an array 2015-01-16 22:53:58 -08:00
Aaron Parecki
7071565345 use php array syntax in docs 2015-01-02 13:21:54 -08:00
Aaron Parecki
87a76f495e Merge branch 'master' of github.com:aaronpk/IndiePost 2014-12-27 00:08:50 +00:00
Aaron Parecki
89afcc1349 add privacy policy stub 2014-12-27 00:08:47 +00:00
Aaron Parecki
875a9fd909 actually post likes from the form 2014-12-26 15:02:54 -08:00
Aaron Parecki
8be498a324 new "favorite" form with bookmarklet
* disable facebook liking for now since it was getting complicated
* new page for creating a favorite, can pass in a URL parameter too
* bookmarklet code added to the "favorite" page
2014-12-26 14:57:31 -08:00
Aaron Parecki
430609b900 adds instagram auth 2014-12-25 18:50:34 -08:00
Aaron Parecki
2cd148c792 Support for "likes" and adding "settings" page
* Supports a bookmarklet to create "like" posts.
* Beginning a "settings" page to connect silo profiles for POSSEing likes to twitter, facebook and instagram
2014-12-24 16:44:44 -08:00
Aaron Parecki
3f090eeb30 add ctrl-s keyboard shortcut 2014-09-15 09:22:54 -07:00
Aaron Parecki
d6470f1872 try the quote thing again 2014-09-07 12:18:38 -07:00
Aaron Parecki
766fdc0660 don't include quotes if no text is selected 2014-09-07 12:14:29 -07:00
Aaron Parecki
37c516216e get bookmarklet base url from config 2014-09-07 11:58:42 -07:00
Aaron Parecki
cf8ecf1fc9 adds bookmark posting interface with bookmarklet. now any URL can auto-login given a login token. 2014-09-07 11:48:52 -07:00
Aaron Parecki
9cfa0ff2c1 add h-x-app markup 2014-07-27 11:57:40 -07:00
Aaron Parecki
592eac5d8d Adds support for querying your micropub endpoint to check for syndication targets.
This changes the value of "in-reply-to" to use hyphens instead of underscore separators!!

Also shows you the full request made to your micropub endpoint.
2014-07-06 18:28:18 -07:00
Aaron Parecki
b2337158a3 remove reference to HTTP header 2014-06-28 16:59:16 -07:00
Aaron Parecki
9c2be33181 update Quill docs to remove "Link" header 2014-06-28 16:57:58 -07:00
Aaron Parecki
9b040151e6 check for empty "me" parameter 2014-05-30 08:09:41 -07:00
Aaron Parecki
1069afaaa1 add tags for turning into a proper web app 2014-05-29 11:07:10 -07:00
Aaron Parecki
3ef4104992 add slug field. collapse form after a successful post 2014-05-26 17:01:16 -07:00
Aaron Parecki
e8bca410b2 add favicon 2014-05-26 08:05:30 -07:00
Aaron Parecki
9ff63c19ec specify dependencies in composer.json instead of loading in index.php 2014-05-26 08:04:29 -07:00
Aaron Parecki
9ff3e59193 removes top nav bar from design. new logo. adds a mechanism to add the post interface to your home screen. 2014-05-25 22:23:51 -07:00
Aaron Parecki
a3701e1e4f rename to quill 2014-05-25 15:11:10 -07:00
Aaron Parecki
e9a6f679fa rename to Quill 2014-05-25 15:07:19 -07:00