Aaron Parecki
76dedd3c22
fix posting multiple tags, add more formatting buttons to medium editor
9 years ago
Aaron Parecki
9662af5a17
set category from hashtags in post
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
1e1039846d
use input type url
9 years ago
Aaron Parecki
af92c0deac
add tweet text length countdown on note interface
9 years ago
Aaron Parecki
8409b668d8
use atlas for maps
9 years ago
Aaron Parecki
de12b9ef24
icons for dashboard
9 years ago
Aaron Parecki
c62c5205ac
crude UI for creating events
9 years ago
Aaron Parecki
bcb6300ce5
Merge pull request #35 from lcorbasson/master
Correct link formatting in the README.md
9 years ago
Loïc Corbasson
c1985411ef
Correct link formatting
9 years ago
Aaron Parecki
f852b1b24f
fix category array for bookmarks
9 years ago
Aaron Parecki
bcfb8731ca
fix sending category as array
9 years ago
Aaron Parecki
76aa9c2bc9
Merge branch 'master' of github.com:aaronpk/IndiePost
9 years ago
Aaron Parecki
1fdf8feb67
switch to bookmark-of
9 years ago
Aaron Parecki
704241a3a4
add dashboard with links to all post types
9 years ago
Aaron Parecki
022f58d956
Merge branch 'master' of github.com:aaronpk/Quill
9 years ago
Aaron Parecki
d62b497b40
add interface for posting travel itinerary
9 years ago
Aaron Parecki
c59616a7c4
Merge pull request #30 from kylewm/patch-1
null-check for $url before checking for key
9 years ago
Kyle Mahan
8154db31d3
null-check for $url before checking for key
Comes up for Known which gives funky syndication-target IDs like twitter::kylewmahan.
9 years ago
Aaron Parecki
75d075412f
remove warning banner after clicking
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
881550cac7
better state management for editor
9 years ago
Aaron Parecki
e121c3f582
upgrade medium-editor
9 years ago
Aaron Parecki
aebf3a2af3
upgrade indieauth-client to fix #28
paths are allowed in Quill URLs now
9 years ago
Aaron Parecki
9a2af20e9e
use atlas for timezone lookup
9 years ago
Aaron Parecki
23ee5d71dc
fix error message for missing "me" param
9 years ago
Aaron Parecki
0ab0e2109b
support micropub endpoints with query strings
fixes #18
9 years ago
Aaron Parecki
4944e0a57b
Merge pull request #25 from voxpelli/dont-use-shorttags
Don't use php shorttags
9 years ago
Aaron Parecki
24d72bf4be
Merge pull request #24 from voxpelli/htaccess
Simple .htaccess file to get it working on Apache
9 years ago
Pelle Wessman
723c7aa8ed
Simple .htaccess file to get it working
9 years ago
Pelle Wessman
d979c81758
don't use php shorttags
10 years ago
Aaron Parecki
ebb58a16a2
add note about bookmark-of
9 years ago
Aaron Parecki
6c938e9a09
send access token in header and post body
closes #4
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
Aaron Parecki
92b55f2636
some styling for photo uploads
9 years ago
Aaron Parecki
35bd5a9e68
Merge branch 'master' of github.com:aaronpk/IndiePost
9 years ago
Aaron Parecki
afa182bc12
Merge pull request #22 from jeena/photo
Adds possibility to post photos.
9 years ago
Aaron Parecki
41fac1f6f1
Merge pull request #20 from jeena/sqlite
Adds possibility to use SQLite as db
9 years ago
Aaron Parecki
0c27b5bdd5
Merge pull request #21 from jeena/auth-fix
Adds authorizing false so it would not show the Savant3:: error
9 years ago
Aaron Parecki
6083000764
replace "favorite" bookmarklet
Twitter changed some XSS security settings which prevents Quill from injecting JS onto the page for the inline "favorite" button. This change makes it open the "favorite" screen in a new window.
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
Jeena
8de9fd3027
adds possibility to use sqlite as a db
9 years ago
Aaron Parecki
91307d4a36
todo
9 years ago