Benjamin Esham
1ba9606599
Merge 960bbbbcfc
into 4a0cb5a5b3
7 years ago
Benjamin Esham
960bbbbcfc
Use Tokenfield to break up the input ( fixes #95 )
The csv_to_array function breaks on commas *and* spaces, but the
Tokenfield-based UI is set up so that tags may contain spaces.
Fortunately Tokenfield includes a function to break the field into an
array for you, so I just used that function instead.
(This patch has not been tested.)
7 years ago
Aaron Parecki
4a0cb5a5b3
typing a backtick when replying to a github url switches to markdown
7 years ago
Aaron Parecki
b143cb94f3
typo
7 years ago
Aaron Parecki
389ab2a152
Merge branch 'master' of github.com:aaronpk/Quill
7 years ago
Aaron Parecki
dfa7811da3
keyboard shortcut to switch to markdown
7 years ago
Aaron Parecki
31c0380321
fix markdown class
7 years ago
Aaron Parecki
6b62bf3396
add hidden content type selector
7 years ago
Aaron Parecki
7047fe16da
support posting code snippets
7 years ago
Aaron Parecki
e5f88779f1
fix markdown class for new php
7 years ago
Aaron Parecki
13c6005fb0
fix note name for github issues
7 years ago
Aaron Parecki
6cfd2eb151
add name field when replying to github repos
7 years ago
Aaron Parecki
fa9b6669bf
add url property to home page
7 years ago
Aaron Parecki
84f983b735
fix for no author url
7 years ago
Aaron Parecki
1cb8afa81c
fix media uploading in html editor
7 years ago
Aaron Parecki
6448298d95
updates for twitter 280 limit
7 years ago
Aaron Parecki
97ba7d0347
query the media endpoint for the last photo uploaded
7 years ago
Aaron Parecki
ffb3011eeb
convert all values to arrays for html editor
7 years ago
Aaron Parecki
db65ef5b5d
show syndication links with icons in reply context
7 years ago
Aaron Parecki
1395055d8a
replace external XRay.p3k.io call with the XRay library
7 years ago
Aaron Parecki
479b844405
fix for #83
7 years ago
Aaron Parecki
004b216f7a
fix file handling for media endpoint
was broken in #82
7 years ago
Aaron Parecki
ae4cbc49c4
fix errors in previous PR
7 years ago
Aaron Parecki
2b92a713f6
update composer.lock
7 years ago
Aaron Parecki
606afdeb10
redirect with missing session state instead of starting auth again
7 years ago
Aaron Parecki
ecb0724049
Merge branch 'master' of github.com:aaronpk/Quill
7 years ago
Aaron Parecki
3de5d93457
send accept json header
7 years ago
Aaron Parecki
62f6a17c6b
Merge pull request #82 from Ruxton/master
Ensure original filename+extension is sent
7 years ago
Ruxton
0cba1cb9cd
Update p3k/multipart to use at least v0.2.0
7 years ago
Ruxton
6f8e186cef
Ensure original filename+extension is sent
7 years ago
Aaron Parecki
e590c95c9f
don't rely on the "me" in the callback URL
closes #79
7 years ago
Aaron Parecki
6533bdf052
update packages
fixes relative URL resolution (closes #78 ) by relying on new IndieAuth\Client package.
7 years ago
Aaron Parecki
88d8392d1e
fix schema
closes #77
7 years ago
Aaron Parecki
965263492a
fix JSON request to always send arrays
7 years ago
Aaron Parecki
cbde68bafe
only send photo property if there is a photo
7 years ago
Aaron Parecki
820ad1b827
fix returning resolved URL
7 years ago
Aaron Parecki
a81770aaef
fix backwards resolution
7 years ago
Aaron Parecki
a4ff16b928
follow relative URLs in micropub Location response
7 years ago
Aaron Parecki
8e32fe27f4
resolve relative URLs for endpoint discovery
7 years ago
Aaron Parecki
d2827d5b0a
update docs
closes #72
8 years ago
Aaron Parecki
0417646b55
send syndication URL for twitter likes/reposts
likes and reposts the tweet on twitter first, then sends a syndication URL in the micropub endpoint
8 years ago
Aaron Parecki
f08de4043e
convert flight altitude to meters
8 years ago
Aaron Parecki
d13425af4f
hide alt text field if no media endpoint exists
8 years ago
Aaron Parecki
bd70c1a9f2
use base URL from config
8 years ago
Aaron Parecki
b1b4aaa4d0
add interface for checking in to flights
let's give this a shot
8 years ago
Aaron Parecki
34afa1f5f2
add docs for favorites
8 years ago
Aaron Parecki
def648bba6
editor sends JSON when sending HTML content
8 years ago
Aaron Parecki
fa782167af
show RSVP field when replying to events
closes #71
8 years ago
Aaron Parecki
bd535204e4
fix JSON syntax for reviews
8 years ago
Aaron Parecki
974f963d33
fix JSON syntax for itinerary
8 years ago