aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Update package-lock.json.Christopher Snowhill2018-06-161-589/+690
|
* Fix pollscel2018-06-142-10/+17
|
* Use upstream ssb-client and ssb-mentionscel2018-06-122-4/+7
|
* Adjust readmecel2018-05-211-4/+4
| | | | | - Link to ssb-npm-registry repo - Clarify install & requirements sections
* Hide votes pagecel2018-05-211-1/+1
|
* Render share messagescel2018-05-211-0/+23
|
* Handle missing private plugin on /privatecel2018-05-211-1/+2
|
* Update readmecel2018-05-211-4/+14
| | | | | | - Note max blobs requirement - Mention ssb-private - Add missing registry argument
* 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-215-15/+193
| | | | | - 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
|
* 1.2.0Stephen Whitmore2018-04-161-1/+1
|
* feat: handle /web blob websitesStephen Whitmore2018-04-162-0/+26
|
* Handle unsubscribed channelscel2018-04-101-10/+12
| | | | Fix %TzZ1kq4UOAhq8mwXAkKl/OC8QEbCbWcRqYj9Jx2UsCU=.sha256
* Handle missing ssb-backlinkscel2018-04-021-0/+1
|
* 1.1.1Stephen Whitmore2018-03-291-1/+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
|
* 1.1.0Stephen Whitmore2018-03-231-1/+1
|
* 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
|
* Fix off-by-one errorcel2018-01-101-1/+1
|
* Merge branch 'master' into layoutcel2018-01-109-809/+1014
|\
| * Don't show comment links when we don't have the context to generate onecel2018-01-101-5/+11
| |