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
8 years ago
Aaron Parecki
3b7d766c31
do the micropub post and redirect after it's created!
8 years ago
Aaron Parecki
3dc97d7478
autosave new posts in localstorage
8 years ago
Aaron Parecki
b92daf96f5
disable manifest during development, set placeholder text
8 years ago
Aaron Parecki
2792d5150d
oops add new controller
8 years ago
Aaron Parecki
4898ed74a5
set up medium-style editor with image embedding and appcache
8 years ago
Aaron Parecki
fb6d4181e4
fix for https redirect uri
8 years ago
Aaron Parecki
e456edd83b
Merge branch 'master' of github.com:aaronpk/IndiePost
8 years ago
Aaron Parecki
ecd4b8de93
add DB schema
closes #6
8 years ago
Aaron Parecki
f9a19f628f
Merge pull request #5 from kylewm/master
add reply={url} query param for posting a note
8 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.
8 years ago
Aaron Parecki
1c4bf54da4
use php arrays for syndicate-to properties
8 years ago
Aaron Parecki
9fe3a8ff07
Merge branch 'master' of github.com:aaronpk/IndiePost
8 years ago
Aaron Parecki
21978c981e
accept syndicate-to as an array
8 years ago
Aaron Parecki
7071565345
use php array syntax in docs
8 years ago
Aaron Parecki
87a76f495e
Merge branch 'master' of github.com:aaronpk/IndiePost
8 years ago
Aaron Parecki
89afcc1349
add privacy policy stub
8 years ago
Aaron Parecki
875a9fd909
actually post likes from the form
8 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
8 years ago
Aaron Parecki
430609b900
adds instagram auth
8 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
8 years ago
Aaron Parecki
3f090eeb30
add ctrl-s keyboard shortcut
9 years ago
Aaron Parecki
d6470f1872
try the quote thing again
9 years ago
Aaron Parecki
766fdc0660
don't include quotes if no text is selected
9 years ago
Aaron Parecki
37c516216e
get bookmarklet base url from config
9 years ago
Aaron Parecki
cf8ecf1fc9
adds bookmark posting interface with bookmarklet. now any URL can auto-login given a login token.
9 years ago
Aaron Parecki
9cfa0ff2c1
add h-x-app markup
9 years ago
Aaron Parecki
592eac5d8d
Adds support for querying your micropub endpoint to check for syndication targets.
This changes the value of "in-reply-to" to use hyphens instead of underscore separators!!
Also shows you the full request made to your micropub endpoint.
9 years ago
Aaron Parecki
b2337158a3
remove reference to HTTP header
9 years ago
Aaron Parecki
9c2be33181
update Quill docs to remove "Link" header
9 years ago
Aaron Parecki
9b040151e6
check for empty "me" parameter
9 years ago
Aaron Parecki
1069afaaa1
add tags for turning into a proper web app
9 years ago
Aaron Parecki
3ef4104992
add slug field. collapse form after a successful post
9 years ago
Aaron Parecki
e8bca410b2
add favicon
9 years ago
Aaron Parecki
9ff63c19ec
specify dependencies in composer.json instead of loading in index.php
9 years ago
Aaron Parecki
9ff3e59193
removes top nav bar from design. new logo. adds a mechanism to add the post interface to your home screen.
9 years ago
Aaron Parecki
a3701e1e4f
rename to quill
9 years ago
Aaron Parecki
e9a6f679fa
rename to Quill
9 years ago
Aaron Parecki
306ffeba18
fix typo
9 years ago
Aaron Parecki
24291110d6
fix title
9 years ago
Aaron Parecki
dd3501838d
remove config file
9 years ago
Aaron Parecki
e357730b31
remember if the user checks the "location" checkbox and always find their location in the future if so
9 years ago
Aaron Parecki
3f82ec2f75
Working app! Copied signin logic from OwnYourGram. New "post" interface for writing a simple text post. Also supports browser geolocation.
9 years ago