aboutsummaryrefslogtreecommitdiff
path: root/lib/serve.js
Commit message (Collapse)AuthorAgeFilesLines
* Attempt to fix pagination issuescel2018-05-161-0/+6
| | | | | | | | | - Filter messages before passing them to paginate function, so that the paginate function picks the correct one as the last one. - Remove obsolete lt/gt hack - Try to handle sortByTimestamp for /mentions TODO: avoid calling filterMsg multiple times per message
* Fix url-decoding blob idscel2018-05-161-1/+1
|
* Render poll messagescel2018-04-291-0/+20
| | | | | | Reference message: %N32nKJ79k1G14lfdtr+4o+c1ftjfW22QChiQmR0oP18=.sha256 &2QHE6nnsg2i9JnFmCLq5fExlPwljCyYQYbfxQMXhONs=.sha256
* Support missing web content-typecel2018-04-211-1/+4
| | | | otherwise it gets set to "false" which confuses some browsers
* Include ssb-npmcel2018-04-211-0/+7
| | | | | - Serve ssb-npm-registry requests under /npm-registry - Show install command for npm-packages messages
* Handle escaped blob idscel2018-04-201-1/+2
|
* fix: web mime type and lengthnoffle2018-04-191-2/+2
|
* fix: better error output for webStephen Whitmore2018-04-171-1/+1
|
* feat: handle /web blob websitesStephen Whitmore2018-04-161-0/+25
|
* fix: detect empty attachments on private msgsStephen Whitmore2018-03-291-1/+6
|
* feat: parse "@name" ids as private msg recipientsStephen Whitmore2018-03-261-3/+23
|
* Prompt for missing blobs on git diff pagecel2018-01-211-0/+2
|
* Handle git ref links where the commit is not in the messagecel2018-01-171-0/+18
|
* Fix off-by-one errorcel2018-01-101-1/+1
|
* Merge branch 'master' into layoutcel2018-01-101-109/+630
|\
| * Don't show comment links when we don't have the context to generate onecel2018-01-101-5/+11
| |
| * Include git blob id in new line-comments, for good measurecel2018-01-091-0/+3
| |
| * Add hint parameters for 'created' linkscel2018-01-091-0/+2
| |
| * Use correct message ids in commit file diff linkscel2018-01-091-2/+3
| |
| * Merge branch 'git-lib'cel2018-01-091-99/+499
| |\
| | * whitespacecel2018-01-091-86/+86
| | |
| | * Handle multiple line comment thread composerscel2018-01-091-18/+21
| | |
| | * Support line comments on blobs as well as diffscel2018-01-091-3/+67
| | |
| | * Include composer in line comment threadscel2018-01-091-54/+76
| | |
| | * Render line-comments and diffs bettercel2018-01-091-40/+105
| | |
| | * whitespacecel2018-01-091-5/+5
| | |
| | * Render line comments on diffscel2018-01-081-38/+95
| | |
| | * Render line-comment messagescel2018-01-081-0/+1
| | |
| | * Linkify newly created git blobscel2018-01-081-1/+6
| | |
| | * Render git diffscel2018-01-081-2/+179
| | |
| | * Render markdown files in git reposcel2018-01-081-0/+10
| | |
| | * Use readTreeFull and pull-catchcel2018-01-081-18/+14
| | |
| * | Don't load unzipcel2018-01-091-1/+1
| |/
| * Add previewContacts optioncel2018-01-041-2/+9
| | | | | | | | Allow previewing a contact messages before publishing it
| * Serve files in zip blobscel2017-12-301-0/+97
| |
| * fix: fail gracefully on jpeg rotation exceptionStephen Whitmore2017-12-281-8/+13
| |
* | Use textarea for code blockscel2017-12-261-5/+1
|/
* Fix publishVote without previewVotescel2017-12-261-2/+2
|
* Allow using ooo (out-of-order message replication)cel2017-12-251-22/+33
|
* Handle more missing git blobscel2017-12-251-0/+4
|
* Allow previewing votescel2017-12-241-3/+13
|
* Remove unimplemented vote routecel2017-12-211-1/+0
|
* Fix errorcel2017-12-141-1/+5
|
* Generate private blob links using querystring-stylecel2017-12-131-1/+1
|
* Serve querystring-style secret blobscel2017-12-121-20/+28
| | | | e.g. %+WP4++A4PSy5riB4SfVhEQknfFueFhZOYBPiIUbW8PE=.sha256
* Render blog messagescel2017-12-081-0/+26
|
* List friends following feedcel2017-12-051-26/+35
|
* Fix typocel2017-11-271-1/+1
|
* Set recps in composer if message is private but has no recpscel2017-11-271-0/+3
|
* Use ssb-contact again, with block(er)scel2017-11-251-36/+23
| | | | It streams the friends list rather than buffering it