Aaron Parecki
33796f7bd5
set timezone automatically based on location
6 years ago
Aaron Parecki
b8c3b34c28
use google maps to autocomplete event locations
6 years ago
Aaron Parecki
c67f48eb28
set timezone of itinerary legs based on airport location
6 years ago
Aaron Parecki
bb0752a726
add support for token revocation
6 years ago
Aaron Parecki
510c5a52a8
set max height on image to prevent tall images from blocking scrolling
closes #87
6 years ago
Aaron Parecki
cbc237c8ce
whitespace
6 years ago
Aaron Parecki
1c3b6f50df
split tags using tokenfield instead of comma-separated
this allows tag values to contain spaces, which is up to your own micropub server to handle appropriately.
closes #95 and replaces #96
6 years ago
Aaron Parecki
4a0cb5a5b3
typing a backtick when replying to a github url switches to markdown
6 years ago
Aaron Parecki
b143cb94f3
typo
6 years ago
Aaron Parecki
dfa7811da3
keyboard shortcut to switch to markdown
6 years ago
Aaron Parecki
6b62bf3396
add hidden content type selector
6 years ago
Aaron Parecki
7047fe16da
support posting code snippets
6 years ago
Aaron Parecki
13c6005fb0
fix note name for github issues
6 years ago
Aaron Parecki
6cfd2eb151
add name field when replying to github repos
6 years ago
Aaron Parecki
fa9b6669bf
add url property to home page
7 years ago
Aaron Parecki
6448298d95
updates for twitter 280 limit
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
965263492a
fix JSON request to always send arrays
7 years ago
Aaron Parecki
cbde68bafe
only send photo property if there is a photo
7 years ago
Aaron Parecki
d2827d5b0a
update docs
closes #72
7 years ago
Aaron Parecki
d13425af4f
hide alt text field if no media endpoint exists
7 years ago
Aaron Parecki
b1b4aaa4d0
add interface for checking in to flights
let's give this a shot
7 years ago
Aaron Parecki
34afa1f5f2
add docs for favorites
7 years ago
Aaron Parecki
fa782167af
show RSVP field when replying to events
closes #71
7 years ago
Aaron Parecki
bd535204e4
fix JSON syntax for reviews
7 years ago
Aaron Parecki
974f963d33
fix JSON syntax for itinerary
7 years ago
Aaron Parecki
985642236c
fix JSON syntax on note form
7 years ago
Aaron Parecki
402e1e06c1
comment out awesomplete library
7 years ago
Aaron Parecki
1151a6d17d
support editing reposts
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
bb5fd837d1
add alt text input
* now you can enter alt text for photos. see https://www.w3.org/TR/micropub/#uploading-a-photo-with-alt-text for details
* if the note has alt text, then the request is sent as JSON instead
7 years ago
Aaron Parecki
202a7876ec
nicer photo uploading experience
7 years ago
Aaron Parecki
8c2cab9bdd
add reset login option
7 years ago
Aaron Parecki
43e8a1ef8d
fix autosubmit vulnerability for "favorite" bookmarklet
closes #69
7 years ago
Aaron Parecki
2c8387b1e0
replace photo section with camera icon
7 years ago
Aaron Parecki
eab1a65f63
provide option for choosing the scope to request
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.
7 years ago
Aaron Parecki
61a80c5a2c
add docs for bookmark posts
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
3bdcd009c8
add tokenfield for tags
7 years ago
Aaron Parecki
8aa73596e8
add publish date field to editor
allows backdating and future-dating posts
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
92615f6183
expand documentation
7 years ago
Aaron Parecki
bdff359178
support rich editor in logged-out mode
7 years ago
Aaron Parecki
acafb9192a
add tags, slug and status field to quill editor
7 years ago
Aaron Parecki
e7fe68f73e
front-end check for author
7 years ago
Aaron Parecki
b9a283f4b1
automatically expand text field
closes #61
8 years ago