Aaron Parecki
3b122119f7
delete old file
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
07d0e958fd
clean up mentions list
7 years ago
Aaron Parecki
90256b5385
fix check for author info
7 years ago
Aaron Parecki
b9a283f4b1
automatically expand text field
closes #61
7 years ago
Aaron Parecki
29dcea294d
fix reply context display for long posts
closes #62
7 years ago
Aaron Parecki
1bfeb87934
Merge pull request #64 from cweiske/master
Document supported URL parameters
7 years ago
Christian Weiske
2e3d7fbb4f
Document supported URL parameters
7 years ago
Aaron Parecki
40bc510cb7
reset reply context state when URL is removed
7 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
7 years ago
Aaron Parecki
53964f2622
update docs on syndicate-to response
7 years ago
Aaron Parecki
0c78cd2f2b
missed file
7 years ago
Aaron Parecki
0a211e0218
change header levels in editor
7 years ago
Aaron Parecki
ab0c5f9bfa
show logged-in user on editor
fixes #9
7 years ago
Aaron Parecki
0a662e33ee
move logged-out routes to new file
7 years ago
Aaron Parecki
926546106e
add loading indicator to post buttons
fixes #42
7 years ago
Aaron Parecki
de0589d9cf
pass q=config in initial micropub config query
fixes #54
7 years ago
Aaron Parecki
7d19f61b10
remove facebook/instagram stuff
7 years ago
Aaron Parecki
efd82f8ff8
use emoji in footer
7 years ago
Aaron Parecki
ad8ac102f0
use config vars for home page client_id and redirect_uri
7 years ago
Aaron Parecki
263893952c
redo how auto-login works
7 years ago
Aaron Parecki
ccc8284c7b
additional checks for array
fixes #47
7 years ago
Aaron Parecki
e82502db35
update readme
7 years ago
Aaron Parecki
7d1a655fdc
Merge pull request #53 from cweiske/dontask
Support full automatic no-questions-asked login
7 years ago
Aaron Parecki
22630f4af3
Merge pull request #52 from cweiske/master
Add installation instructions
7 years ago
Aaron Parecki
836929fd2b
add autofocus on login field
replaces #56
7 years ago
Aaron Parecki
a2fed54635
replace sign in field with button when logged in
fixes #50
7 years ago
Aaron Parecki
e5fb668bd3
auto prefix http:// in sign-in form
fixes #48
7 years ago
Aaron Parecki
2b98a4548e
actually parse the HTTP headers looking for location
fixes #59
7 years ago
Aaron Parecki
03668db379
remove unused function
7 years ago
Aaron Parecki
1fac25a340
add nice labels to bookmark page
7 years ago
Aaron Parecki
6d1756a512
send h-product
7 years ago
Aaron Parecki
64452d3d6c
add h-review interface
7 years ago
Aaron Parecki
d3e523b990
move some auth routes to auth.php
7 years ago
Aaron Parecki
41da80b668
use emoji icons because they're prettier
7 years ago
Aaron Parecki
4f20fa3c74
fix removing photo url
8 years ago
Aaron Parecki
84e0aa6237
fix replacing photo upload form with uploaded photo
8 years ago
Aaron Parecki
c1972ee08c
support posting multiple photos by URL
8 years ago
Aaron Parecki
9c3ef26741
add manual photo URL field
8 years ago
Christian Weiske
19a1628b5a
Support full automatic no-questions-asked login
- ?me=.. on homepage redirects to auth
- ?dontask=1 skips confirmation questions
- "reply" and other parameters are transferred across login
8 years ago
Christian Weiske
d710ed760f
Add installation instructions
8 years ago
Aaron Parecki
dbb17a5182
fix syndicate-to on bookmarks
8 years ago
Aaron Parecki
455a6c9dfe
don't restore previous note state if reply URL is set
8 years ago
Aaron Parecki
3193c04346
more checks
8 years ago
Aaron Parecki
f255179c39
don't need to json.parse when the content type header is right
8 years ago
Aaron Parecki
bc2ce00d55
check for saveNoteState function
8 years ago
Aaron Parecki
faf0bcc2c3
use "file" key to send file to media endpoint
8 years ago
Aaron Parecki
a5d58b45b4
use media-endpoint for consistency
8 years ago
Aaron Parecki
0a74de5b7b
send proper content type headers
8 years ago