Aaron Parecki
90442d1da1
Merge pull request #39 from prtksxna/isset-config-dbtype
Check if the $dbType property isset on the Config class
8 years ago
Aaron Parecki
3f61541094
accept new json q=syndicate-to response
closes #36
8 years ago
Prateek Saxena
ebf06e09d2
Check if the $dbType property isset on the Config class
8 years ago
Aaron Parecki
bd97d362c7
check if dbType is set, otherwise use mysql
8 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
8 years ago
Aaron Parecki
d0055bad24
Merge pull request #37 from prtksxna/undeclared-static-property
Explicitly define $dbType for default MySQL config
8 years ago
Aaron Parecki
989313458f
Merge pull request #38 from prtksxna/publish-now-popup
Fix publish now dropdown's position so it doesn't scroll off
8 years ago
Prateek Saxena
9c8559ad20
Fix publish now dropdown's position so it doesn't scroll off
Closes #11
8 years ago
Prateek Saxena
758e51d81d
Explicitly define $dbType for default MySQL config
The `helper.php` checks for the `dbType` property on the
`Config` class. Since nothing is defined it throws:
```
Fatal error: Access to undeclared static property:
Config::$dbType in …/Quill/lib/helpers.php on line 3
```
8 years ago
Aaron Parecki
76dedd3c22
fix posting multiple tags, add more formatting buttons to medium editor
8 years ago
Aaron Parecki
9662af5a17
set category from hashtags in post
8 years ago
Aaron Parecki
42a5e44d17
autofill the note content with the username being replied to
8 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.
8 years ago
Aaron Parecki
1e1039846d
use input type url
8 years ago
Aaron Parecki
af92c0deac
add tweet text length countdown on note interface
8 years ago
Aaron Parecki
8409b668d8
use atlas for maps
8 years ago
Aaron Parecki
de12b9ef24
icons for dashboard
8 years ago
Aaron Parecki
c62c5205ac
crude UI for creating events
8 years ago
Aaron Parecki
bcb6300ce5
Merge pull request #35 from lcorbasson/master
Correct link formatting in the README.md
8 years ago
Loïc Corbasson
c1985411ef
Correct link formatting
8 years ago
Aaron Parecki
f852b1b24f
fix category array for bookmarks
8 years ago
Aaron Parecki
bcfb8731ca
fix sending category as array
8 years ago
Aaron Parecki
76aa9c2bc9
Merge branch 'master' of github.com:aaronpk/IndiePost
8 years ago
Aaron Parecki
1fdf8feb67
switch to bookmark-of
8 years ago
Aaron Parecki
704241a3a4
add dashboard with links to all post types
8 years ago
Aaron Parecki
022f58d956
Merge branch 'master' of github.com:aaronpk/Quill
8 years ago
Aaron Parecki
d62b497b40
add interface for posting travel itinerary
8 years ago
Aaron Parecki
c59616a7c4
Merge pull request #30 from kylewm/patch-1
null-check for $url before checking for key
8 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.
8 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
9 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