summaryrefslogtreecommitdiff
path: root/controllers
AgeCommit message (Collapse)Author
2019-09-29add a dropdown to choose post visibilityAaron Parecki
2019-02-08use IndieAuth Client instead of doing it manuallyAaron Parecki
still shows debug messages when missing endpoints to help people get started
2018-12-08reset micropub config dataAaron Parecki
2018-08-01better error messagesAaron Parecki
2018-08-01drop /view route that was never finishedAaron Parecki
2018-08-01if no syndication targets are found, hide the sectionAaron Parecki
add syndication reload button to the settings screen
2018-08-01improvements to login UI, upgrades librariesAaron Parecki
makes the login experience a bit friendlier to non-developer users
2018-07-20add media to list of requested scopesAaron Parecki
2018-07-20disable post type buttons if the server doesn't support themAaron Parecki
2018-06-21set timezone of itinerary legs based on airport locationAaron Parecki
2018-06-10add support for token revocationAaron Parecki
2018-01-06support posting code snippetsAaron Parecki
2017-11-29fix for no author urlAaron Parecki
2017-10-29query the media endpoint for the last photo uploadedAaron Parecki
2017-10-08convert all values to arrays for html editorAaron Parecki
2017-09-25show syndication links with icons in reply contextAaron Parecki
2017-09-25replace external XRay.p3k.io call with the XRay libraryAaron Parecki
2017-09-25fix for #83Aaron Parecki
2017-08-20fix file handling for media endpointAaron Parecki
was broken in #82
2017-08-17redirect with missing session state instead of starting auth againAaron Parecki
2017-07-26Ensure original filename+extension is sentRuxton
2017-07-01don't rely on the "me" in the callback URLAaron Parecki
closes #79
2017-07-01update packagesAaron Parecki
fixes relative URL resolution (closes #78) by relying on new IndieAuth\Client package.
2017-06-26fix returning resolved URLAaron Parecki
2017-06-25fix backwards resolutionAaron Parecki
2017-06-25follow relative URLs in micropub Location responseAaron Parecki
2017-06-25resolve relative URLs for endpoint discoveryAaron Parecki
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-05-11add interface for checking in to flightsAaron Parecki
let's give this a shot
2017-03-18add docs for favoritesAaron Parecki
2017-03-13editor sends JSON when sending HTML contentAaron Parecki
2017-03-13show RSVP field when replying to eventsAaron Parecki
closes #71
2017-02-28remove debug lolAaron Parecki
2017-02-28also support finding the repost URL from an h-citeAaron Parecki
2017-02-28support editing repostsAaron Parecki
2017-02-28quill should send an array when editingAaron Parecki
2017-02-27fixyAaron Parecki
2017-02-27show error messages when editing favoritesAaron 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-14add reset login optionAaron Parecki
2017-02-12limit autosubmit tokens to the same userAaron Parecki
2017-02-12fix autosubmit vulnerability for "favorite" bookmarkletAaron Parecki
closes #69
2017-02-09provide option for choosing the scope to requestAaron Parecki
update to "create" scope by default, but allow the user to choose "post" as a fallback. also updates indieauth/client to 0.2 for json support.
2017-02-02clean up editor HTML when posting to Micropub endpointAaron Parecki
closes #67
2017-01-19add docs for bookmark postsAaron Parecki
2017-01-17allow only mp-syndicate-to and syndicate-toAaron Parecki
2017-01-17use `mp-syndicate-to` by default, add settingAaron Parecki
* adds setting to choose the property to use for the syndication targets * all existing users default to the old value `syndicate-to` * new users default to `mp-syndicate-to` closes #66
2017-01-15add publish date field to editorAaron Parecki
allows backdating and future-dating posts
2017-01-15store the user's timezone after their location is foundAaron Parecki
2017-01-15use XRay to parse tweetsAaron Parecki