Aaron Parecki
cdbc6aa4f3
switch to q=source for querying the media endpoint https://github.com/indieweb/micropub-extensions/issues/14
4 years ago
Aaron Parecki
8dec126e7d
add channel selection to event interface
4 years ago
Aaron Parecki
e8b68115a4
drop flight tracking stuff
the API dropped their free tier
5 years ago
Aaron Parecki
f0c5635c2f
add a dropdown to choose post visibility
5 years ago
Aaron Parecki
136c1826dd
better error messages
6 years ago
Aaron Parecki
4ed2513ded
drop /view route that was never finished
6 years ago
Aaron Parecki
57c82d830d
if no syndication targets are found, hide the section
add syndication reload button to the settings screen
6 years ago
Aaron Parecki
782780234a
improvements to login UI, upgrades libraries
makes the login experience a bit friendlier to non-developer users
6 years ago
Aaron Parecki
b749bc6c12
disable post type buttons if the server doesn't support them
6 years ago
Aaron Parecki
c67f48eb28
set timezone of itinerary legs based on airport location
6 years ago
Aaron Parecki
7047fe16da
support posting code snippets
6 years ago
Aaron Parecki
84f983b735
fix for no author url
7 years ago
Aaron Parecki
97ba7d0347
query the media endpoint for the last photo uploaded
7 years ago
Aaron Parecki
db65ef5b5d
show syndication links with icons in reply context
7 years ago
Aaron Parecki
1395055d8a
replace external XRay.p3k.io call with the XRay library
7 years ago
Aaron Parecki
479b844405
fix for #83
7 years ago
Aaron Parecki
0417646b55
send syndication URL for twitter likes/reposts
likes and reposts the tweet on twitter first, then sends a syndication URL in the micropub endpoint
7 years ago
Aaron Parecki
b1b4aaa4d0
add interface for checking in to flights
let's give this a shot
7 years ago
Aaron Parecki
fa782167af
show RSVP field when replying to events
closes #71
7 years ago
Aaron Parecki
d06cd0018a
remove debug lol
7 years ago
Aaron Parecki
ce57124359
also support finding the repost URL from an h-cite
7 years ago
Aaron Parecki
1151a6d17d
support editing reposts
7 years ago
Aaron Parecki
b83b4cc885
quill should send an array when editing
7 years ago
Aaron Parecki
0efdc08f41
fixy
7 years ago
Aaron Parecki
793199ad4e
show error messages when editing favorites
7 years ago
Aaron Parecki
1123ed958f
basic editing support
* 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
7 years ago
Aaron Parecki
5f89ca0552
limit autosubmit tokens to the same user
7 years ago
Aaron Parecki
43e8a1ef8d
fix autosubmit vulnerability for "favorite" bookmarklet
closes #69
7 years ago
Aaron Parecki
d376dac11c
allow only mp-syndicate-to and syndicate-to
7 years ago
Aaron Parecki
0e8ee9973a
use `mp-syndicate-to` by default, add setting
* 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
7 years ago
Aaron Parecki
3310a85ac8
store the user's timezone after their location is found
7 years ago
Aaron Parecki
fa06932a9c
use XRay to parse tweets
7 years ago
Aaron Parecki
d87042ab9d
move micropub routes to new file
7 years ago
Aaron Parecki
787cb68130
replace redirects with http 302
7 years ago
Aaron Parecki
dd2312ddc8
check for errors from xray
7 years ago
Aaron Parecki
acafb9192a
add tags, slug and status field to quill editor
7 years ago
Aaron Parecki
07d0e958fd
clean up mentions list
7 years ago
Aaron Parecki
90256b5385
fix check for author info
7 years ago
Aaron Parecki
40bc510cb7
reset reply context state when URL is removed
8 years ago
Aaron Parecki
4aa06023f0
clean up note UI, show reply context
* 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
8 years ago
Aaron Parecki
0a662e33ee
move logged-out routes to new file
8 years ago
Aaron Parecki
7d19f61b10
remove facebook/instagram stuff
8 years ago
Aaron Parecki
64452d3d6c
add h-review interface
8 years ago
Aaron Parecki
d3e523b990
move some auth routes to auth.php
8 years ago
Aaron Parecki
0a74de5b7b
send proper content type headers
8 years ago
Aaron Parecki
542aa812f8
support media endpoint, autosave notes in local storage
* 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
8 years ago
Aaron Parecki
42a5e44d17
autofill the note content with the username being replied to
8 years ago
Aaron Parecki
9e817943ac
integrates photo uploading in the main note interface
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.
8 years ago
Aaron Parecki
af92c0deac
add tweet text length countdown on note interface
8 years ago
Aaron Parecki
c62c5205ac
crude UI for creating events
8 years ago