aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Prefer ssb-backlinks for streaming a threadcel2018-08-181-1/+1
| | | | | instead of sbot.links, to catch links more deeply nested in message content, such as in ssb-igo messages
* Render ssb-igo messagescel2018-08-181-0/+110
|
* Render some dark-crystal stuffcel2018-08-183-1/+73
|
* Show if private message author is not a recipientcel2018-08-123-4/+9
|
* Reply in private to undecryptable messagecel2018-08-121-1/+1
|
* Render chess invite/accept messages more compactlycel2018-08-091-6/+10
|
* Fix chess piece renderingcel2018-08-091-3/+3
|
* Fix linkifying private blob linkscel2018-07-311-0/+4
|
* Fix rendering non-poll position messagescel2018-07-271-1/+6
|
* Publish conformant poll-position messagescel2018-07-272-3/+12
|
* Render post edits and diffscel2018-07-263-12/+121
|
* Support ssb-searchcel2018-07-081-3/+5
|
* Add tags pagecel2018-07-042-1/+28
|
* Handle scat actionscel2018-07-011-1/+1
|
* Handle audio/video blobscel2018-06-292-8/+31
|
* Render weird pub messagescel2018-06-281-2/+2
|
* Render tag messagescel2018-06-182-0/+52
|
* Show follow/block countscel2018-06-181-5/+16
|
* Fix pollscel2018-06-142-10/+17
|
* Hide votes pagecel2018-05-211-1/+1
|
* Render share messagescel2018-05-211-0/+23
|
* Handle missing private plugin on /privatecel2018-05-211-1/+2
|
* Render markdown in mutual/credit memocel2018-05-191-1/+3
|
* add comma typomyf2018-05-181-1/+1
|
* Render scat messagescel2018-05-171-0/+8
|
* Sanitize stringscel2018-05-171-54/+58
|
* Attempt to fix pagination issuescel2018-05-162-24/+41
| | | | | | | | | - 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 positionscel2018-05-081-0/+33
|
* Render talenet skill similaritycel2018-05-081-0/+16
|
* Handle poll schema changecel2018-05-081-1/+1
|
* Render poll messagescel2018-04-292-0/+43
| | | | | | Reference message: %N32nKJ79k1G14lfdtr+4o+c1ftjfW22QChiQmR0oP18=.sha256 &2QHE6nnsg2i9JnFmCLq5fExlPwljCyYQYbfxQMXhONs=.sha256
* Fix double-html-escaped hrefcel2018-04-233-11/+15
|
* Render web-init and web-root messagescel2018-04-211-0/+26
|
* Support missing web content-typecel2018-04-211-1/+4
| | | | otherwise it gets set to "false" which confuses some browsers
* Include ssb-npmcel2018-04-213-0/+21
| | | | | - 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
|
* Handle unsubscribed channelscel2018-04-101-10/+12
| | | | Fix %TzZ1kq4UOAhq8mwXAkKl/OC8QEbCbWcRqYj9Jx2UsCU=.sha256
* Handle missing ssb-backlinkscel2018-04-021-0/+1
|
* 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
|
* allow loading before ssb-privateMarina Kukso2018-03-111-1/+1
|
* Handle hooked sbot.getcel2018-01-261-1/+11
|
* 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-172-0/+19
|
* Don't override sbot.getcel2018-01-171-1/+0
| | | | It's already memoized anyway in getMsg and in ssb-git
* Treat line-comment text same as post textcel2018-01-161-1/+1
|