Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-04 | add tags, slug and status field to quill editor | Aaron Parecki | |
2016-12-29 | front-end check for author | Aaron Parecki | |
2016-12-29 | clean up mentions list | Aaron Parecki | |
2016-12-29 | fix check for author info | Aaron Parecki | |
2016-12-24 | automatically expand text field | Aaron Parecki | |
closes #61 | |||
2016-12-24 | fix reply context display for long posts | Aaron Parecki | |
closes #62 | |||
2016-12-21 | Merge pull request #64 from cweiske/master | Aaron Parecki | |
Document supported URL parameters | |||
2016-12-21 | Document supported URL parameters | Christian Weiske | |
2016-12-19 | reset reply context state when URL is removed | Aaron Parecki | |
2016-12-19 | clean up note UI, show reply context | Aaron 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-17 | update docs on syndicate-to response | Aaron Parecki | |
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 |