summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
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.