Prateek Saxena
f020bd9129
Add a way to remove image from post once added
Accidents happen, you shouldn't have to refresh the entire page
to get rid of the image.
9 年之前
Aaron Parecki
34819e55ef
Merge pull request #41 from prtksxna/broken-image
Stop showing broken image icon on the new post page
9 年之前
Prateek Saxena
ef77497442
Stop showing broken image icon on the new post page
9 年之前
Aaron Parecki
90442d1da1
Merge pull request #39 from prtksxna/isset-config-dbtype
Check if the $dbType property isset on the Config class
9 年之前
Aaron Parecki
3f61541094
accept new json q=syndicate-to response
closes #36
9 年之前
Prateek Saxena
ebf06e09d2
Check if the $dbType property isset on the Config class
9 年之前
Aaron Parecki
bd97d362c7
check if dbType is set, otherwise use mysql
9 年之前
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 年之前
Aaron Parecki
d0055bad24
Merge pull request #37 from prtksxna/undeclared-static-property
Explicitly define $dbType for default MySQL config
9 年之前
Aaron Parecki
989313458f
Merge pull request #38 from prtksxna/publish-now-popup
Fix publish now dropdown's position so it doesn't scroll off
9 年之前
Prateek Saxena
9c8559ad20
Fix publish now dropdown's position so it doesn't scroll off
Closes #11
9 年之前
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
```
9 年之前
Aaron Parecki
76dedd3c22
fix posting multiple tags, add more formatting buttons to medium editor
9 年之前
Aaron Parecki
9662af5a17
set category from hashtags in post
9 年之前
Aaron Parecki
42a5e44d17
autofill the note content with the username being replied to
9 年之前
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 年之前
Aaron Parecki
1e1039846d
use input type url
9 年之前
Aaron Parecki
af92c0deac
add tweet text length countdown on note interface
9 年之前
Aaron Parecki
8409b668d8
use atlas for maps
9 年之前
Aaron Parecki
de12b9ef24
icons for dashboard
9 年之前
Aaron Parecki
c62c5205ac
crude UI for creating events
9 年之前
Aaron Parecki
bcb6300ce5
Merge pull request #35 from lcorbasson/master
Correct link formatting in the README.md
9 年之前
Loïc Corbasson
c1985411ef
Correct link formatting
9 年之前
Aaron Parecki
f852b1b24f
fix category array for bookmarks
9 年之前
Aaron Parecki
bcfb8731ca
fix sending category as array
9 年之前
Aaron Parecki
76aa9c2bc9
Merge branch 'master' of github.com:aaronpk/IndiePost
9 年之前
Aaron Parecki
1fdf8feb67
switch to bookmark-of
9 年之前
Aaron Parecki
704241a3a4
add dashboard with links to all post types
9 年之前
Aaron Parecki
022f58d956
Merge branch 'master' of github.com:aaronpk/Quill
9 年之前
Aaron Parecki
d62b497b40
add interface for posting travel itinerary
9 年之前
Aaron Parecki
c59616a7c4
Merge pull request #30 from kylewm/patch-1
null-check for $url before checking for key
9 年之前
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 年之前
Aaron Parecki
75d075412f
remove warning banner after clicking
9 年之前
Aaron Parecki
7666ec33d1
enable appcache
9 年之前
Aaron Parecki
2bb18a66be
add banner to opt in to html content change
9 年之前
Aaron Parecki
881550cac7
better state management for editor
10 年之前
Aaron Parecki
e121c3f582
upgrade medium-editor
10 年之前
Aaron Parecki
aebf3a2af3
upgrade indieauth-client to fix #28
paths are allowed in Quill URLs now
10 年之前
Aaron Parecki
9a2af20e9e
use atlas for timezone lookup
10 年之前
Aaron Parecki
23ee5d71dc
fix error message for missing "me" param
10 年之前
Aaron Parecki
0ab0e2109b
support micropub endpoints with query strings
fixes #18
10 年之前
Aaron Parecki
4944e0a57b
Merge pull request #25 from voxpelli/dont-use-shorttags
Don't use php shorttags
10 年之前
Aaron Parecki
24d72bf4be
Merge pull request #24 from voxpelli/htaccess
Simple .htaccess file to get it working on Apache
10 年之前
Pelle Wessman
723c7aa8ed
Simple .htaccess file to get it working
10 年之前
Pelle Wessman
d979c81758
don't use php shorttags
10 年之前
Aaron Parecki
ebb58a16a2
add note about bookmark-of
10 年之前
Aaron Parecki
6c938e9a09
send access token in header and post body
closes #4
10 年之前
Aaron Parecki
5122efff7f
remove hard-coded reference to client_id
10 年之前
Aaron Parecki
b302c08cff
lock to JWT 2.* version
10 年之前
Aaron Parecki
ae126d26ca
new JWT library
10 年之前