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
acafb9192a
add tags, slug and status field to quill editor
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
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
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
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
263893952c
redo how auto-login works
8 years ago
Aaron Parecki
03668db379
remove unused function
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
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
Aaron Parecki
0a74de5b7b
send proper content type headers
9 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
9 years ago
Aaron Parecki
904782f973
move editor folder to editor-files, remove appcache
* it sometimes confuses web servers to have a folder named "editor" while also serving routes with the same name
* dropped appcache stuff since it wasn't working super well
* add nginx config to the readme
9 years ago
Aaron Parecki
42a5e44d17
autofill the note content with the username being replied to
9 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.
9 years ago
Aaron Parecki
af92c0deac
add tweet text length countdown on note interface
9 years ago
Aaron Parecki
c62c5205ac
crude UI for creating events
9 years ago
Aaron Parecki
704241a3a4
add dashboard with links to all post types
9 years ago
Aaron Parecki
d62b497b40
add interface for posting travel itinerary
9 years ago
Aaron Parecki
7666ec33d1
enable appcache
9 years ago
Aaron Parecki
2bb18a66be
add banner to opt in to html content change
9 years ago
Aaron Parecki
aebf3a2af3
upgrade indieauth-client to fix #28
paths are allowed in Quill URLs now
9 years ago
Aaron Parecki
23ee5d71dc
fix error message for missing "me" param
9 years ago
Aaron Parecki
5122efff7f
remove hard-coded reference to client_id
9 years ago
Aaron Parecki
b302c08cff
lock to JWT 2.* version
9 years ago
Aaron Parecki
ae126d26ca
new JWT library
9 years ago
Aaron Parecki
ea4a20015c
fix posting by email
9 years ago
Aaron Parecki
c3fb722ad4
add post-by-email support to quill
9 years ago
Jeena
85e80df0ba
Adds possibility to post photos.
With this it is possible to post a photo note with a description, nothing
more. It doesn't move the file in the file system, just posts it from
the temp location to the users server. It also does validate for file size,
content type and max upload size and shows the errors to the user.
If everything goes according to plan the response from the users server
is shown, together with a link with the posted photos URL.
9 years ago
Jeena
6484e1f2e0
Added authorizing false so it would not show the Savant3:: error
9 years ago
Aaron Parecki
91307d4a36
todo
9 years ago
Aaron Parecki
7a3532019b
only skip debugging screens if the endpoints are the same as before
9 years ago
Aaron Parecki
9d917dca8e
add repost form
10 years ago
Aaron Parecki
95c8b73585
remove the extra space
10 years ago
Aaron Parecki
5ceefdf927
enable appcache for editor
10 years ago
Aaron Parecki
cb93a9925b
adds a simple publish status UI to show errors
10 years ago
Aaron Parecki
3b7d766c31
do the micropub post and redirect after it's created!
10 years ago
Aaron Parecki
b92daf96f5
disable manifest during development, set placeholder text
10 years ago
Aaron Parecki
4898ed74a5
set up medium-style editor with image embedding and appcache
10 years ago