summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2020-09-13Use parse_headers for media endpoint uploadsfix-location-headerJesse Morgan
micropub_media_post_for_user makes a case-sensitive search for the Location header, which fails if the location header is all lowercase. This change uses the `headers` fields, introduced in 2b98a4548e82f1133bf62918b0106ab99a21fa29a, to find the Location header, regardless of case.
2020-03-30add channel selection to event interfaceAaron Parecki
2019-10-20increase max allowed file sizeAaron Parecki
2019-10-20only rotate images that are rotatedAaron Parecki
closes #112
2019-10-19drop instagram stuffAaron Parecki
2019-09-29add a dropdown to choose post visibilityAaron Parecki
2019-03-10cleanupAaron Parecki
2019-02-24Simple Addition of Profile Data to QuillDavid Shanske
2018-12-08reset micropub config dataAaron Parecki
2018-07-20disable post type buttons if the server doesn't support themAaron Parecki
2018-07-11use google maps to autocomplete event locationsAaron Parecki
2018-06-10add support for token revocationAaron Parecki
2018-02-21fix markdown classAaron Parecki
2018-01-06fix markdown class for new phpAaron Parecki
2017-11-13fix media uploading in html editorAaron Parecki
2017-08-17fix errors in previous PRAaron Parecki
2017-08-17Merge branch 'master' of github.com:aaronpk/QuillAaron Parecki
2017-08-17send accept json headerAaron Parecki
2017-07-26Ensure original filename+extension is sentRuxton
2017-05-17send syndication URL for twitter likes/repostsAaron Parecki
likes and reposts the tweet on twitter first, then sends a syndication URL in the micropub endpoint
2017-03-07don't send access token in JSON post bodyAaron Parecki
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.