aboutsummaryrefslogtreecommitdiff
path: root/lib/serve.js
Commit message (Collapse)AuthorAgeFilesLines
* Avoide deprecated Buffer constructorcel2020-05-191-5/+5
|
* Prefer backlinks.read for /linkscel2020-05-151-7/+22
|
* Use 401 only for Basic Authcel2020-05-091-1/+1
|
* Render feedless posts compactlycel2020-05-091-2/+2
|
* Handle want private blobs for markdown viewcel2020-05-061-1/+7
|
* Restrict access based on Referercel2020-04-101-1/+21
|
* Restrict access based on Host headercel2020-04-101-0/+6
|
* Smaller text fieldscel2020-04-081-11/+11
|
* Prefer ASCIIcel2020-04-081-2/+2
|
* Allow querying mentions of any idcel2020-04-081-0/+1
|
* gathering: fix previous mention filteringcel2020-04-011-1/+3
|
* minor style changescel2020-04-011-3/+3
|
* Make diff table more compactcel2020-03-281-4/+5
|
* Render descriptions as diffs in gathering threadscel2020-03-281-1/+5
|
* Don't auto-mention self in gathering threadcel2020-03-281-1/+4
|
* Reduce mentionscel2020-03-281-2/+13
| | | | Save message size by changing {link: id} to id
* new gathering: put mentions in gathering rootcel2020-03-281-29/+29
|
* Fix fallback about imagecel2020-03-281-1/+1
|
* Try to clarify gathering timescel2020-03-281-3/+5
| | | | | | | - Show user-local date time string on gathering page, alongside UTC timestamp and TZ string - Include TZ in about message - Align table headings to be more readable
* Fix sorting by claimed timestampcel2020-03-281-0/+3
|
* Fix typocel2020-03-191-1/+1
|
* Add pages to create, view, and edit Gatheringscel2020-03-191-0/+506
|
* advsearch: html escapecel2020-03-191-4/+4
|
* git: handle messsages linking to git blobs not present in that specific messagecel2020-03-191-0/+20
| | | | Search parent commits for the linked git object
* printView: show message date on rightcel2020-03-191-0/+1
|
* print view: no message horizontal bordercel2020-03-191-1/+3
|
* Add "single" modecel2020-03-191-1/+14
|
* threads: use messagesByTypecel2020-03-051-2/+3
|
* threads navpagenoffle2020-03-041-0/+26
|
* Render more about valuescel2020-02-271-3/+4
|
* Fix blob filename handlingcel2020-02-271-3/+3
| | | | Make links to HTML blobs not prompt to download
* Deduplicate git blob idscel2020-02-141-1/+9
|
* Optimize /about-diffcel2020-01-281-2/+4
| | | | | - 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-151-0/+1
|
* 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-311-2/+17
| | | | | - printView: no nav header, footer, action links, composer, or avatar. - noThread: show only the target message, no replies/mentions.
* 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-071-0/+58
|
* Reply mention feedscel2019-12-071-0/+15
|
* Sort messages in thread by timestampcel2019-12-071-5/+17
| | | | ssb-sort was not doing so well
* Add content warning field in composercel2019-12-071-2/+6
|
* Make "previous" link in raw mode preserve raw and ooo modescel2019-12-071-0/+5
|
* Add dualMarkdownPreview optioncel2019-11-081-0/+2
|