aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Render more about valuescel2020-02-271-3/+4
|
* Fix blob filename handlingcel2020-02-272-5/+8
| | | | Make links to HTML blobs not prompt to download
* Deduplicate git blob idscel2020-02-141-1/+9
|
* Optimize /about-diffcel2020-01-282-3/+15
| | | | | - Include rel/type in links query - Query only own messages for self-about (unless fromAny=1)
* Fix typoscel2020-01-241-4/+4
|
* blobs: use filename query parameter instead of filecel2020-01-241-2/+2
| | | | Match how multiblob-http does it.
* Support blob contentType and gzip query parameterscel2020-01-241-0/+8
|
* print view: don't show relative timecel2020-01-152-1/+2
|
* Support blob range requestscel2020-01-151-18/+68
|
* Format etags bettercel2020-01-151-7/+7
| | | | Quote and capitalize properly
* Decode HTML entities in mentionscel2020-01-071-0/+4
|
* Add printView and noThread query string optionscel2019-12-313-6/+28
| | | | | - printView: no nav header, footer, action links, composer, or avatar. - noThread: show only the target message, no replies/mentions.
* Show message unbox keycel2019-12-311-1/+3
| | | | | This makes it easier to copy-paste a private message id + key for sharing, or let it appear in a print view / PDF export.
* Show id in feed names in markdown-usable waycel2019-12-314-2/+42
| | | | | If the feed name cannot be used as a @mention but must be a [@mention](@id), show it that way, so it can be copy-pastable into new message text.
* Search through JSON object keyscel2019-12-181-2/+4
|
* Sanitize stringscel2019-12-143-77/+87
| | | | Calling String on an object with a toString property would throw an error
* Revert "Sort messages in thread by timestamp"cel2019-12-121-17/+5
| | | | | | This reverts commit 01ea88684375793b3e009d8cefb9722384e2c88b. Messages with wrong timestamps is more common than I thought.
* Don't reply-mention selfcel2019-12-101-1/+4
|
* Activate mention attendees checkboxcel2019-12-101-0/+1
|
* Add "mention attendees" option for replies to gatheringscel2019-12-072-0/+78
|
* Reply mention feedscel2019-12-072-0/+16
|
* Sort messages in thread by timestampcel2019-12-071-5/+17
| | | | ssb-sort was not doing so well
* Add content warning field in composercel2019-12-072-3/+7
|
* Emphasize content warning morecel2019-12-072-1/+9
|
* Make "previous" link in raw mode preserve raw and ooo modescel2019-12-073-6/+24
|
* Update ssb-npm install infocel2019-11-291-6/+5
|
* 1.4.0cel2019-11-181-1/+1
|
* Hide falsy branch/root linkscel2019-11-141-1/+1
| | | | Reference: %jPUprTDlAhZI0VoKT8OUYoJinC4Glc+1GnlJwAgSH2U=.sha256
* Lowercase search query for ssb-searchcel2019-11-111-3/+3
|
* Add dualMarkdownPreview optioncel2019-11-085-2/+24
|
* Handle synchronous error in ssb.getcel2019-11-081-7/+11
|
* Sort package.jsoncel2019-11-081-1/+1
|
* Smarter rendering of link objectscel2019-11-082-5/+45
|
* Channel links use canonical lowercasecel2019-09-291-1/+1
|
* Fix inline markdown link mention shorteningcel2019-09-111-1/+1
|
* Support [0, 0]cel2019-09-111-1/+1
|
* Handle markdown links missing URI schemecel2019-09-091-0/+1
|
* remove trailing commacel2019-09-041-3/+3
|
* mentions search: use ssb-backlinks if availablecel2019-09-031-1/+11
|
* Render secret-islands post coordinates and tagscel2019-09-031-0/+4
|
* Correct showing audio formatcel2019-09-011-1/+1
|
* Update install guide referencescel2019-09-011-2/+4
|
* Render ahau audio messagescel2019-09-011-1/+11
|
* Include content warning in post titlecel2019-08-291-2/+5
|
* /new: hide impossibly new messagescel2019-08-271-1/+3
|
* Handle private messages better in /about/cel2019-08-251-2/+6
|
* Implement close issue checkboxcel2019-08-251-0/+32
|
* Implement limit for /newcel2019-08-222-0/+10
| | | | Fix %CtcZaNNWEWFwdCOZL343mxFXUvqV5BPVMv+CM8ELOCo=.sha256
* Use Post/Redirect/Get for all message publishingcel2019-08-222-7/+10
| | | | Fix %1/jp2WMT0l7l+u6yvn1axK5WqkfoQlSuuZkvWlvVEyE=.sha256
* Update max blob size, for new sodium-native, and to match readmecel2019-08-221-1/+1
|