Christian Weiske
19a1628b5a
Support full automatic no-questions-asked login
- ?me=.. on homepage redirects to auth
- ?dontask=1 skips confirmation questions
- "reply" and other parameters are transferred across login
9 years ago
Christian Weiske
d710ed760f
Add installation instructions
9 years ago
Aaron Parecki
dbb17a5182
fix syndicate-to on bookmarks
9 years ago
Aaron Parecki
455a6c9dfe
don't restore previous note state if reply URL is set
10 years ago
Aaron Parecki
3193c04346
more checks
10 years ago
Aaron Parecki
f255179c39
don't need to json.parse when the content type header is right
10 years ago
Aaron Parecki
bc2ce00d55
check for saveNoteState function
10 years ago
Aaron Parecki
faf0bcc2c3
use "file" key to send file to media endpoint
10 years ago
Aaron Parecki
a5d58b45b4
use media-endpoint for consistency
10 years ago
Aaron Parecki
0a74de5b7b
send proper content type headers
10 years ago
Aaron Parecki
542aa812f8
support media endpoint, autosave notes in local storage
* looks for a media endpoint in the micropub config
* if media endpoint is available, both the note interface and the editor will upload files to it instead of posting the photo directly
* the note interface autosaves in-progress notes in localstorage
10 years ago
Aaron Parecki
29f0c9b054
fix syndication for bookmarks
10 years ago
Aaron Parecki
c1101c687d
escape html in syndication targets
10 years ago
Aaron Parecki
1743621c48
get rid of duplicate ctrl-s handlers
10 years ago
Aaron Parecki
3cd68c5331
hide remove photo button before JS loads
10 years ago
Aaron Parecki
3ea51af407
Merge branch 'master' of github.com:aaronpk/Quill
10 years ago
Aaron Parecki
35aa1b78c8
fix when multiple syndication are checked
10 years ago
Aaron Parecki
fbe5ffa79c
Merge pull request #46 from prtksxna/radius
Remove vendor prefix for border-radius value
10 years ago
Prateek Saxena
6ba8cf48a8
Remove vendor prefix for border-radius value
The -moz one was an invalid property too.
10 years ago
Aaron Parecki
c3129f4189
Merge pull request #45 from prtksxna/fullscreen
Add fullscreen meta tags for Safari and Chrome
10 years ago
Aaron Parecki
da968f58b8
Merge pull request #44 from prtksxna/icons
Add 196px icon for Android Chrome
10 years ago
Aaron Parecki
3fc4084781
Merge pull request #43 from prtksxna/remove-image
Remove image
10 years ago
Prateek Saxena
3f7f28418f
Add fullscreen meta tags for Safari and Chrome
Also set the theme color for Chrome to the blue used
in the logo.
10 years ago
Prateek Saxena
3df5df9dc4
Add 196px icon for Android Chrome
Firefox picks up the last defined icon PNG for the add to
homescreen feature - https://bugzilla.mozilla.org/751712
10 years ago
Prateek Saxena
e42a94a988
Use jQuery event handler instead of the HTML onchange attribute
The `#note_photo` form element is the only instance in the application
that used the attribute.
10 years ago
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.
10 years ago
Aaron Parecki
34819e55ef
Merge pull request #41 from prtksxna/broken-image
Stop showing broken image icon on the new post page
10 years ago
Prateek Saxena
ef77497442
Stop showing broken image icon on the new post page
10 years ago
Aaron Parecki
90442d1da1
Merge pull request #39 from prtksxna/isset-config-dbtype
Check if the $dbType property isset on the Config class
10 years ago
Aaron Parecki
3f61541094
accept new json q=syndicate-to response
closes #36
10 years ago
Prateek Saxena
ebf06e09d2
Check if the $dbType property isset on the Config class
10 years ago
Aaron Parecki
bd97d362c7
check if dbType is set, otherwise use mysql
10 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
10 years ago
Aaron Parecki
d0055bad24
Merge pull request #37 from prtksxna/undeclared-static-property
Explicitly define $dbType for default MySQL config
10 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
10 years ago
Prateek Saxena
9c8559ad20
Fix publish now dropdown's position so it doesn't scroll off
Closes #11
10 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
```
10 years ago
Aaron Parecki
76dedd3c22
fix posting multiple tags, add more formatting buttons to medium editor
10 years ago
Aaron Parecki
9662af5a17
set category from hashtags in post
10 years ago
Aaron Parecki
42a5e44d17
autofill the note content with the username being replied to
10 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.
10 years ago
Aaron Parecki
1e1039846d
use input type url
10 years ago
Aaron Parecki
af92c0deac
add tweet text length countdown on note interface
10 years ago
Aaron Parecki
8409b668d8
use atlas for maps
10 years ago
Aaron Parecki
de12b9ef24
icons for dashboard
10 years ago
Aaron Parecki
c62c5205ac
crude UI for creating events
10 years ago
Aaron Parecki
bcb6300ce5
Merge pull request #35 from lcorbasson/master
Correct link formatting in the README.md
10 years ago
Loïc Corbasson
c1985411ef
Correct link formatting
10 years ago
Aaron Parecki
f852b1b24f
fix category array for bookmarks
10 years ago
Aaron Parecki
bcfb8731ca
fix sending category as array
10 years ago