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
Aaron Parecki
7a3532019b
only skip debugging screens if the endpoints are the same as before
9 years ago
Aaron Parecki
9d917dca8e
add repost form
9 years ago
Aaron Parecki
5b1d595fcf
make image embed button darker
9 years ago
Aaron Parecki
95c8b73585
remove the extra space
9 years ago
Aaron Parecki
d6a2dddc5b
apparently MediumEditor already has a placeholder text mechanism
9 years ago
Aaron Parecki
aea6e8a029
full query string URLs for appcache
9 years ago
Aaron Parecki
1057901a39
add more files to appcache
9 years ago
Aaron Parecki
5641fb22b1
add link to editor in footer
9 years ago
Aaron Parecki
5ceefdf927
enable appcache for editor
9 years ago
Aaron Parecki
cb93a9925b
adds a simple publish status UI to show errors
9 years ago
Aaron Parecki
475175da5f
adds a "new version available" banner and a dropdown menu for publish
made a nice looking dropdown menu for the publish button
9 years ago
Aaron Parecki
3b7d766c31
do the micropub post and redirect after it's created!
9 years ago
Aaron Parecki
3dc97d7478
autosave new posts in localstorage
9 years ago
Aaron Parecki
b92daf96f5
disable manifest during development, set placeholder text
9 years ago
Aaron Parecki
2792d5150d
oops add new controller
9 years ago
Aaron Parecki
4898ed74a5
set up medium-style editor with image embedding and appcache
9 years ago
Aaron Parecki
fb6d4181e4
fix for https redirect uri
9 years ago
Aaron Parecki
e456edd83b
Merge branch 'master' of github.com:aaronpk/IndiePost
9 years ago
Aaron Parecki
ecd4b8de93
add DB schema
closes #6
9 years ago
Aaron Parecki
f9a19f628f
Merge pull request #5 from kylewm/master
add reply={url} query param for posting a note
9 years ago
Kyle Mahan
f0d8b18051
add reply={url} query param for posting a note
Support reply bookmarklets, and hopefully the Firefox Social API
"Share" provider too.
9 years ago
Aaron Parecki
1c4bf54da4
use php arrays for syndicate-to properties
9 years ago
Aaron Parecki
9fe3a8ff07
Merge branch 'master' of github.com:aaronpk/IndiePost
9 years ago
Aaron Parecki
21978c981e
accept syndicate-to as an array
9 years ago
Aaron Parecki
7071565345
use php array syntax in docs
10 years ago
Aaron Parecki
87a76f495e
Merge branch 'master' of github.com:aaronpk/IndiePost
10 years ago
Aaron Parecki
89afcc1349
add privacy policy stub
10 years ago
Aaron Parecki
875a9fd909
actually post likes from the form
10 years ago
Aaron Parecki
8be498a324
new "favorite" form with bookmarklet
* disable facebook liking for now since it was getting complicated
* new page for creating a favorite, can pass in a URL parameter too
* bookmarklet code added to the "favorite" page
10 years ago
Aaron Parecki
430609b900
adds instagram auth
10 years ago
Aaron Parecki
2cd148c792
Support for "likes" and adding "settings" page
* Supports a bookmarklet to create "like" posts.
* Beginning a "settings" page to connect silo profiles for POSSEing likes to twitter, facebook and instagram
10 years ago
Aaron Parecki
3f090eeb30
add ctrl-s keyboard shortcut
10 years ago
Aaron Parecki
d6470f1872
try the quote thing again
10 years ago