Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-17 | add nice labels to bookmark page | Aaron Parecki | |
2016-12-15 | send h-product | Aaron Parecki | |
2016-12-15 | add h-review interface | Aaron Parecki | |
2016-12-14 | move some auth routes to auth.php | Aaron Parecki | |
2016-12-14 | use emoji icons because they're prettier | Aaron Parecki | |
2016-10-19 | fix removing photo url | Aaron Parecki | |
2016-10-19 | fix replacing photo upload form with uploaded photo | Aaron Parecki | |
2016-10-08 | support posting multiple photos by URL | Aaron Parecki | |
2016-08-06 | add manual photo URL field | Aaron Parecki | |
2016-06-30 | fix syndicate-to on bookmarks | Aaron Parecki | |
2016-05-28 | don't restore previous note state if reply URL is set | Aaron Parecki | |
2016-05-20 | more checks | Aaron Parecki | |
2016-05-20 | don't need to json.parse when the content type header is right | Aaron Parecki | |
2016-05-20 | check for saveNoteState function | 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-05-07 | fix syndication for bookmarks | Aaron Parecki | |
2016-05-06 | escape html in syndication targets | Aaron Parecki | |
2016-05-05 | get rid of duplicate ctrl-s handlers | Aaron Parecki | |
2016-04-29 | hide remove photo button before JS loads | Aaron Parecki | |
2016-04-29 | Merge branch 'master' of github.com:aaronpk/Quill | Aaron Parecki | |
2016-04-29 | fix when multiple syndication are checked | Aaron Parecki | |
2016-04-25 | Merge pull request #46 from prtksxna/radius | Aaron Parecki | |
Remove vendor prefix for border-radius value | |||
2016-04-25 | Remove vendor prefix for border-radius value | Prateek Saxena | |
The -moz one was an invalid property too. | |||
2016-04-24 | Merge pull request #45 from prtksxna/fullscreen | Aaron Parecki | |
Add fullscreen meta tags for Safari and Chrome | |||
2016-04-24 | Merge pull request #44 from prtksxna/icons | Aaron Parecki | |
Add 196px icon for Android Chrome | |||
2016-04-24 | Merge pull request #43 from prtksxna/remove-image | Aaron Parecki | |
Remove image | |||
2016-04-24 | Add fullscreen meta tags for Safari and Chrome | Prateek Saxena | |
Also set the theme color for Chrome to the blue used in the logo. | |||
2016-04-24 | Add 196px icon for Android Chrome | Prateek Saxena | |
Firefox picks up the last defined icon PNG for the add to homescreen feature - https://bugzilla.mozilla.org/751712 | |||
2016-04-23 | Use jQuery event handler instead of the HTML onchange attribute | Prateek Saxena | |
The `#note_photo` form element is the only instance in the application that used the attribute. | |||
2016-04-23 | Add a way to remove image from post once added | Prateek Saxena | |
Accidents happen, you shouldn't have to refresh the entire page to get rid of the image. | |||
2016-04-22 | Merge pull request #41 from prtksxna/broken-image | Aaron Parecki | |
Stop showing broken image icon on the new post page | |||
2016-04-22 | Stop showing broken image icon on the new post page | Prateek Saxena | |
2016-04-21 | Merge pull request #39 from prtksxna/isset-config-dbtype | Aaron Parecki | |
Check if the $dbType property isset on the Config class | |||
2016-04-21 | accept new json q=syndicate-to response | Aaron Parecki | |
closes #36 | |||
2016-04-21 | Check if the $dbType property isset on the Config class | Prateek Saxena | |
2016-04-21 | check if dbType is set, otherwise use mysql | Aaron Parecki | |
2016-04-21 | move editor folder to editor-files, remove appcache | Aaron Parecki | |
* it sometimes confuses web servers to have a folder named "editor" while also serving routes with the same name * dropped appcache stuff since it wasn't working super well * add nginx config to the readme | |||
2016-04-21 | Merge pull request #37 from prtksxna/undeclared-static-property | Aaron Parecki | |
Explicitly define $dbType for default MySQL config | |||
2016-04-21 | Merge pull request #38 from prtksxna/publish-now-popup | Aaron Parecki | |
Fix publish now dropdown's position so it doesn't scroll off | |||
2016-04-21 | Fix publish now dropdown's position so it doesn't scroll off | Prateek Saxena | |
Closes #11 | |||
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-08 | fix posting multiple tags, add more formatting buttons to medium editor | Aaron Parecki | |
2016-04-07 | set category from hashtags in post | Aaron Parecki | |
2016-04-07 | autofill the note content with the username being replied to | Aaron Parecki | |
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-04-06 | use input type url | Aaron Parecki | |
2016-04-06 | add tweet text length countdown on note interface | Aaron Parecki | |