aboutsummaryrefslogtreecommitdiff
path: root/lib/app.js
Commit message (Collapse)AuthorAgeFilesLines
* Add ssb-links fallback for votes calculationcel2018-11-181-12/+55
|
* Let About info from feeds we follow take precedencecel2018-10-281-1/+1
| | | | over About info from feeds we do not follow
* remove console.errorcel2018-10-011-1/+0
|
* Decrypt message with unbox key query parametercel2018-10-011-2/+23
|
* Catch sync error in sbot.getcel2018-09-061-6/+10
|
* Fix IPv6 URLcel2018-09-061-0/+3
|
* Fix listening on localhost and printing addresscel2018-09-021-4/+4
|
* Render some dark-crystal stuffcel2018-08-181-0/+13
|
* Support ssb-searchcel2018-07-081-3/+5
|
* Add tags pagecel2018-07-041-0/+10
|
* Handle missing private plugin on /privatecel2018-05-211-1/+2
|
* Attempt to fix pagination issuescel2018-05-161-24/+35
| | | | | | | | | - 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
* Include ssb-npmcel2018-04-211-0/+2
| | | | | - Serve ssb-npm-registry requests under /npm-registry - Show install command for npm-packages messages
* Handle unsubscribed channelscel2018-04-101-10/+12
| | | | Fix %TzZ1kq4UOAhq8mwXAkKl/OC8QEbCbWcRqYj9Jx2UsCU=.sha256
* Handle missing ssb-backlinkscel2018-04-021-0/+1
|
* allow loading before ssb-privateMarina Kukso2018-03-111-1/+1
|
* Handle hooked sbot.getcel2018-01-261-1/+11
|
* Don't override sbot.getcel2018-01-171-1/+0
| | | | It's already memoized anyway in getMsg and in ssb-git
* Merge branch 'master' into layoutcel2018-01-101-16/+86
|\
| * Render line comments on diffscel2018-01-081-0/+75
| |
| * Render line-comment messagescel2018-01-081-1/+1
| |
| * Factor out git internalscel2018-01-081-2/+2
| |
| * Add previewContacts optioncel2018-01-041-0/+1
| | | | | | | | Allow previewing a contact messages before publishing it
| * Fix detecting ssb-ooo when patchfoo is loaded as a plugin before itcel2017-12-291-13/+7
| |
* | Add codeInTextareas optioncel2018-01-101-0/+1
|/
* Allow using ooo (out-of-order message replication)cel2017-12-251-1/+106
|
* Handle more missing git blobscel2017-12-251-1/+1
|
* Render talenet messagescel2017-12-241-0/+29
|
* Allow previewing votescel2017-12-241-0/+1
|
* Allow hiding private messagescel2017-12-241-2/+5
|
* Fix pairwise contact calculationcel2017-12-201-2/+3
|
* Calculate follows using ssb-contactcel2017-12-121-32/+4
| | | | | Avoid use of `live: true` which triggers a bug in the query engine. Use a single live stream to keep called-back objects up-to-date
* List friends following feedcel2017-12-051-4/+1
|
* Use ssb-contact again, with block(er)scel2017-11-251-2/+5
| | | | It streams the friends list rather than buffering it
* Show pub addressescel2017-11-171-0/+35
|
* Allow specifying img_base without prefixcel2017-11-161-1/+1
|
* Add block buttoncel2017-11-101-7/+8
|
* Decrypt messages in advanced searchcel2017-10-221-0/+1
|
* Render blocks and blockers on contacts pagescel2017-10-181-5/+2
|
* Fix limit on backlinks queriescel2017-10-171-1/+1
|
* Fix handling limitcel2017-10-171-1/+1
|
* Sanitize limit valuescel2017-10-171-3/+5
|
* Fix crash on private streamcel2017-10-171-3/+2
|
* Add channel to advanced searchcel2017-10-141-1/+6
|
* Fix name conflictcel2017-10-131-2/+2
|
* Allow specifying default filter settingcel2017-10-131-2/+4
|
* Filter messages sociallycel2017-10-131-0/+86
|
* Merge branch 'secretblobs' into mastercel2017-09-291-2/+52
|\
| * Encrypt blobs in private messagescel2017-05-261-7/+49
| |
* | Render npm package readmescel2017-09-201-0/+56
| |