Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-17 | missed file | Aaron Parecki | |
2016-12-17 | change header levels in editor | Aaron Parecki | |
2016-12-17 | show logged-in user on editor | Aaron Parecki | |
fixes #9 | |||
2016-12-17 | move logged-out routes to new file | Aaron Parecki | |
2016-12-17 | add loading indicator to post buttons | Aaron Parecki | |
fixes #42 | |||
2016-12-17 | pass q=config in initial micropub config query | Aaron Parecki | |
fixes #54 | |||
2016-12-17 | remove facebook/instagram stuff | Aaron Parecki | |
2016-12-17 | use emoji in footer | Aaron Parecki | |
2016-12-17 | use config vars for home page client_id and redirect_uri | Aaron Parecki | |
2016-12-17 | redo how auto-login works | Aaron Parecki | |
2016-12-17 | additional checks for array | Aaron Parecki | |
fixes #47 | |||
2016-12-17 | update readme | Aaron Parecki | |
2016-12-17 | Merge pull request #53 from cweiske/dontask | Aaron Parecki | |
Support full automatic no-questions-asked login | |||
2016-12-17 | Merge pull request #52 from cweiske/master | Aaron Parecki | |
Add installation instructions | |||
2016-12-17 | add autofocus on login field | Aaron Parecki | |
replaces #56 | |||
2016-12-17 | replace sign in field with button when logged in | Aaron Parecki | |
fixes #50 | |||
2016-12-17 | auto prefix http:// in sign-in form | Aaron Parecki | |
fixes #48 | |||
2016-12-17 | actually parse the HTTP headers looking for location | Aaron Parecki | |
fixes #59 | |||
2016-12-17 | remove unused function | Aaron Parecki | |
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-07-30 | Support full automatic no-questions-asked login | Christian Weiske | |
- ?me=.. on homepage redirects to auth - ?dontask=1 skips confirmation questions - "reply" and other parameters are transferred across login | |||
2016-07-29 | Add installation instructions | Christian Weiske | |
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 |