summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2017-02-27basic editing supportAaron 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-24nicer photo uploading experienceAaron Parecki
2017-02-16whitelist figure+figcaptionAaron Parecki
closes #68
2017-02-03indent the HTML sent from the editorAaron Parecki
2017-02-02clean up editor HTML when posting to Micropub endpointAaron Parecki
closes #67
2017-01-15use XRay to parse tweetsAaron Parecki
2016-12-19clean up note UI, show reply contextAaron 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-17missed fileAaron Parecki
2016-12-17remove facebook/instagram stuffAaron Parecki
2016-12-17additional checks for arrayAaron Parecki
fixes #47
2016-12-17actually parse the HTTP headers looking for locationAaron Parecki
fixes #59
2016-05-20more checksAaron Parecki
2016-05-20use "file" key to send file to media endpointAaron Parecki
2016-05-19use media-endpoint for consistencyAaron Parecki
2016-05-15send proper content type headersAaron Parecki
2016-05-11support media endpoint, autosave notes in local storageAaron 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-21accept new json q=syndicate-to responseAaron Parecki
closes #36
2016-04-21check if dbType is set, otherwise use mysqlAaron Parecki
2016-04-21Explicitly define $dbType for default MySQL configPrateek 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-07integrates photo uploading in the main note interfaceAaron 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-24use atlas for mapsAaron Parecki
2016-02-10Merge branch 'master' of github.com:aaronpk/QuillAaron Parecki
2016-02-10add interface for posting travel itineraryAaron Parecki
2016-01-05null-check for $url before checking for keyKyle Mahan
Comes up for Known which gives funky syndication-target IDs like twitter::kylewmahan.
2015-08-19use atlas for timezone lookupAaron Parecki
2015-07-28support micropub endpoints with query stringsAaron Parecki
fixes #18
2015-07-25send access token in header and post bodyAaron Parecki
closes #4
2015-07-25some styling for photo uploadsAaron Parecki
2015-07-25Merge pull request #22 from jeena/photoAaron Parecki
Adds possibility to post photos.
2015-07-24Adds 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-24adds possibility to use sqlite as a dbJeena
2015-05-11adds a simple publish status UI to show errorsAaron Parecki
2015-05-10do the micropub post and redirect after it's created!mediumAaron Parecki
2015-01-23use php arrays for syndicate-to propertiesAaron Parecki
2015-01-16accept syndicate-to as an arrayAaron Parecki
2014-12-26new "favorite" form with bookmarkletAaron 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-25adds instagram authAaron Parecki
2014-12-24Support for "likes" and adding "settings" pageAaron 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-07get bookmarklet base url from configAaron Parecki
2014-09-07adds bookmark posting interface with bookmarklet. now any URL can auto-login ↵Aaron Parecki
given a login token.
2014-07-06Adds 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.
2014-05-25removes top nav bar from design. new logo. adds a mechanism to add the post ↵Aaron Parecki
interface to your home screen.
2014-05-25rename to quillAaron Parecki
2014-05-24remove config fileAaron Parecki
2014-05-24Working app! Copied signin logic from OwnYourGram. New "post" interface for ↵Aaron Parecki
writing a simple text post. Also supports browser geolocation.