Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-21 | fix markdown class | Aaron Parecki | |
2018-01-06 | fix markdown class for new php | Aaron Parecki | |
2017-11-13 | fix media uploading in html editor | Aaron Parecki | |
2017-08-17 | fix errors in previous PR | Aaron Parecki | |
2017-08-17 | Merge branch 'master' of github.com:aaronpk/Quill | Aaron Parecki | |
2017-08-17 | send accept json header | Aaron Parecki | |
2017-07-26 | Ensure original filename+extension is sent | Ruxton | |
2017-05-17 | send syndication URL for twitter likes/reposts | Aaron Parecki | |
likes and reposts the tweet on twitter first, then sends a syndication URL in the micropub endpoint | |||
2017-03-07 | don't send access token in JSON post body | Aaron Parecki | |
2017-02-27 | basic editing support | Aaron Parecki | |
* new route `/edit?url=` intended to be used as an edit button target, which detects the type of post and redirects to the appropriate editing interface * implemented the edit interface for favorites | |||
2017-02-24 | nicer photo uploading experience | Aaron Parecki | |
2017-02-16 | whitelist figure+figcaption | Aaron Parecki | |
closes #68 | |||
2017-02-03 | indent the HTML sent from the editor | Aaron Parecki | |
2017-02-02 | clean up editor HTML when posting to Micropub endpoint | Aaron Parecki | |
closes #67 | |||
2017-01-15 | use XRay to parse tweets | Aaron Parecki | |
2016-12-19 | clean up note UI, show reply context | Aaron Parecki | |
* shows reply context of the URL you're replying to * autocomplete nicknames from the post when replying * moved debug info to the settings screen to clean up the UI | |||
2016-12-17 | missed file | Aaron Parecki | |
2016-12-17 | remove facebook/instagram stuff | Aaron Parecki | |
2016-12-17 | additional checks for array | Aaron Parecki | |
fixes #47 | |||
2016-12-17 | actually parse the HTTP headers looking for location | Aaron Parecki | |
fixes #59 | |||
2016-05-20 | more checks | Aaron Parecki | |
2016-05-20 | use "file" key to send file to media endpoint | Aaron Parecki | |
2016-05-19 | use media-endpoint for consistency | Aaron Parecki | |
2016-05-15 | send proper content type headers | Aaron Parecki | |
2016-05-11 | support media endpoint, autosave notes in local storage | Aaron Parecki | |
* looks for a media endpoint in the micropub config * if media endpoint is available, both the note interface and the editor will upload files to it instead of posting the photo directly * the note interface autosaves in-progress notes in localstorage | |||
2016-04-21 | accept new json q=syndicate-to response | Aaron Parecki | |
closes #36 | |||
2016-04-21 | check if dbType is set, otherwise use mysql | Aaron Parecki | |
2016-04-21 | Explicitly define $dbType for default MySQL config | Prateek Saxena | |
The `helper.php` checks for the `dbType` property on the `Config` class. Since nothing is defined it throws: ``` Fatal error: Access to undeclared static property: Config::$dbType in …/Quill/lib/helpers.php on line 3 ``` | |||
2016-04-07 | integrates photo uploading in the main note interface | Aaron Parecki | |
Quill corrects the photo rotation based on exif data since iOS tends to take landscape photos and set the rotation bit when holding it in portrait mode. | |||
2016-03-24 | use atlas for maps | Aaron Parecki | |
2016-02-10 | Merge branch 'master' of github.com:aaronpk/Quill | Aaron Parecki | |
2016-02-10 | add interface for posting travel itinerary | Aaron Parecki | |
2016-01-05 | null-check for $url before checking for key | Kyle Mahan | |
Comes up for Known which gives funky syndication-target IDs like twitter::kylewmahan. | |||
2015-08-19 | use atlas for timezone lookup | Aaron Parecki | |
2015-07-28 | support micropub endpoints with query strings | Aaron Parecki | |
fixes #18 | |||
2015-07-25 | send access token in header and post body | Aaron Parecki | |
closes #4 | |||
2015-07-25 | some styling for photo uploads | Aaron Parecki | |
2015-07-25 | Merge pull request #22 from jeena/photo | Aaron Parecki | |
Adds possibility to post photos. | |||
2015-07-24 | Adds possibility to post photos. | Jeena | |
With this it is possible to post a photo note with a description, nothing more. It doesn't move the file in the file system, just posts it from the temp location to the users server. It also does validate for file size, content type and max upload size and shows the errors to the user. If everything goes according to plan the response from the users server is shown, together with a link with the posted photos URL. | |||
2015-07-24 | adds possibility to use sqlite as a db | Jeena | |
2015-05-11 | adds a simple publish status UI to show errors | Aaron Parecki | |
2015-05-10 | do the micropub post and redirect after it's created!medium | Aaron Parecki | |
2015-01-23 | use php arrays for syndicate-to properties | Aaron Parecki | |
2015-01-16 | accept syndicate-to as an array | Aaron Parecki | |
2014-12-26 | new "favorite" form with bookmarklet | Aaron Parecki | |
* 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-25 | adds instagram auth | Aaron Parecki | |
2014-12-24 | Support for "likes" and adding "settings" page | Aaron Parecki | |
* Supports a bookmarklet to create "like" posts. * Beginning a "settings" page to connect silo profiles for POSSEing likes to twitter, facebook and instagram | |||
2014-09-07 | get bookmarklet base url from config | Aaron Parecki | |
2014-09-07 | adds bookmark posting interface with bookmarklet. now any URL can auto-login ↵ | Aaron Parecki | |
given a login token. | |||
2014-07-06 | Adds support for querying your micropub endpoint to check for syndication ↵ | Aaron Parecki | |
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. |