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
8 years ago
Aaron Parecki
202a7876ec
nicer photo uploading experience
8 years ago
Aaron Parecki
4f1c21523f
whitelist figure+figcaption
closes #68
8 years ago
Aaron Parecki
8c2cab9bdd
add reset login option
8 years ago
Aaron Parecki
5f89ca0552
limit autosubmit tokens to the same user
8 years ago
Aaron Parecki
43e8a1ef8d
fix autosubmit vulnerability for "favorite" bookmarklet
closes #69
8 years ago
Aaron Parecki
2c8387b1e0
replace photo section with camera icon
8 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.
8 years ago
Aaron Parecki
1894da9452
indent the HTML sent from the editor
8 years ago
Aaron Parecki
d00c336a55
clean up editor HTML when posting to Micropub endpoint
closes #67
8 years ago
Aaron Parecki
61a80c5a2c
add docs for bookmark posts
8 years ago
Aaron Parecki
d376dac11c
allow only mp-syndicate-to and syndicate-to
8 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
8 years ago
Aaron Parecki
3bdcd009c8
add tokenfield for tags
8 years ago
Aaron Parecki
8aa73596e8
add publish date field to editor
allows backdating and future-dating posts
8 years ago
Aaron Parecki
3b5e3df19e
update sqlite schema
8 years ago
Aaron Parecki
3310a85ac8
store the user's timezone after their location is found
8 years ago
Aaron Parecki
fa06932a9c
use XRay to parse tweets
8 years ago
Aaron Parecki
d87042ab9d
move micropub routes to new file
8 years ago
Aaron Parecki
92615f6183
expand documentation
8 years ago
Aaron Parecki
bdff359178
support rich editor in logged-out mode
8 years ago
Aaron Parecki
787cb68130
replace redirects with http 302
8 years ago
Aaron Parecki
dd2312ddc8
check for errors from xray
8 years ago
Aaron Parecki
3b122119f7
delete old file
8 years ago
Aaron Parecki
acafb9192a
add tags, slug and status field to quill editor
8 years ago
Aaron Parecki
e7fe68f73e
front-end check for author
8 years ago
Aaron Parecki
07d0e958fd
clean up mentions list
8 years ago
Aaron Parecki
90256b5385
fix check for author info
8 years ago
Aaron Parecki
b9a283f4b1
automatically expand text field
closes #61
8 years ago
Aaron Parecki
29dcea294d
fix reply context display for long posts
closes #62
8 years ago
Aaron Parecki
1bfeb87934
Merge pull request #64 from cweiske/master
Document supported URL parameters
8 years ago
Christian Weiske
2e3d7fbb4f
Document supported URL parameters
8 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
53964f2622
update docs on syndicate-to response
8 years ago
Aaron Parecki
0c78cd2f2b
missed file
8 years ago
Aaron Parecki
0a211e0218
change header levels in editor
8 years ago
Aaron Parecki
ab0c5f9bfa
show logged-in user on editor
fixes #9
8 years ago
Aaron Parecki
0a662e33ee
move logged-out routes to new file
8 years ago
Aaron Parecki
926546106e
add loading indicator to post buttons
fixes #42
8 years ago
Aaron Parecki
de0589d9cf
pass q=config in initial micropub config query
fixes #54
8 years ago
Aaron Parecki
7d19f61b10
remove facebook/instagram stuff
8 years ago
Aaron Parecki
efd82f8ff8
use emoji in footer
8 years ago
Aaron Parecki
ad8ac102f0
use config vars for home page client_id and redirect_uri
8 years ago
Aaron Parecki
263893952c
redo how auto-login works
8 years ago
Aaron Parecki
ccc8284c7b
additional checks for array
fixes #47
8 years ago
Aaron Parecki
e82502db35
update readme
8 years ago
Aaron Parecki
7d1a655fdc
Merge pull request #53 from cweiske/dontask
Support full automatic no-questions-asked login
8 years ago
Aaron Parecki
22630f4af3
Merge pull request #52 from cweiske/master
Add installation instructions
8 years ago
Aaron Parecki
836929fd2b
add autofocus on login field
replaces #56
8 years ago