Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove console.error | cel | 2018-10-01 | 1 | -1/+0 |
| | |||||
* | Decrypt message with unbox key query parameter | cel | 2018-10-01 | 1 | -2/+23 |
| | |||||
* | Catch sync error in sbot.get | cel | 2018-09-06 | 1 | -6/+10 |
| | |||||
* | Fix IPv6 URL | cel | 2018-09-06 | 1 | -0/+3 |
| | |||||
* | Fix listening on localhost and printing address | cel | 2018-09-02 | 1 | -4/+4 |
| | |||||
* | Render some dark-crystal stuff | cel | 2018-08-18 | 1 | -0/+13 |
| | |||||
* | Support ssb-search | cel | 2018-07-08 | 1 | -3/+5 |
| | |||||
* | Add tags page | cel | 2018-07-04 | 1 | -0/+10 |
| | |||||
* | Handle missing private plugin on /private | cel | 2018-05-21 | 1 | -1/+2 |
| | |||||
* | Attempt to fix pagination issues | cel | 2018-05-16 | 1 | -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-npm | cel | 2018-04-21 | 1 | -0/+2 |
| | | | | | - Serve ssb-npm-registry requests under /npm-registry - Show install command for npm-packages messages | ||||
* | Handle unsubscribed channels | cel | 2018-04-10 | 1 | -10/+12 |
| | | | | Fix %TzZ1kq4UOAhq8mwXAkKl/OC8QEbCbWcRqYj9Jx2UsCU=.sha256 | ||||
* | Handle missing ssb-backlinks | cel | 2018-04-02 | 1 | -0/+1 |
| | |||||
* | allow loading before ssb-private | Marina Kukso | 2018-03-11 | 1 | -1/+1 |
| | |||||
* | Handle hooked sbot.get | cel | 2018-01-26 | 1 | -1/+11 |
| | |||||
* | Don't override sbot.get | cel | 2018-01-17 | 1 | -1/+0 |
| | | | | It's already memoized anyway in getMsg and in ssb-git | ||||
* | Merge branch 'master' into layout | cel | 2018-01-10 | 1 | -16/+86 |
|\ | |||||
| * | Render line comments on diffs | cel | 2018-01-08 | 1 | -0/+75 |
| | | |||||
| * | Render line-comment messages | cel | 2018-01-08 | 1 | -1/+1 |
| | | |||||
| * | Factor out git internals | cel | 2018-01-08 | 1 | -2/+2 |
| | | |||||
| * | Add previewContacts option | cel | 2018-01-04 | 1 | -0/+1 |
| | | | | | | | | Allow previewing a contact messages before publishing it | ||||
| * | Fix detecting ssb-ooo when patchfoo is loaded as a plugin before it | cel | 2017-12-29 | 1 | -13/+7 |
| | | |||||
* | | Add codeInTextareas option | cel | 2018-01-10 | 1 | -0/+1 |
|/ | |||||
* | Allow using ooo (out-of-order message replication) | cel | 2017-12-25 | 1 | -1/+106 |
| | |||||
* | Handle more missing git blobs | cel | 2017-12-25 | 1 | -1/+1 |
| | |||||
* | Render talenet messages | cel | 2017-12-24 | 1 | -0/+29 |
| | |||||
* | Allow previewing votes | cel | 2017-12-24 | 1 | -0/+1 |
| | |||||
* | Allow hiding private messages | cel | 2017-12-24 | 1 | -2/+5 |
| | |||||
* | Fix pairwise contact calculation | cel | 2017-12-20 | 1 | -2/+3 |
| | |||||
* | Calculate follows using ssb-contact | cel | 2017-12-12 | 1 | -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 feed | cel | 2017-12-05 | 1 | -4/+1 |
| | |||||
* | Use ssb-contact again, with block(er)s | cel | 2017-11-25 | 1 | -2/+5 |
| | | | | It streams the friends list rather than buffering it | ||||
* | Show pub addresses | cel | 2017-11-17 | 1 | -0/+35 |
| | |||||
* | Allow specifying img_base without prefix | cel | 2017-11-16 | 1 | -1/+1 |
| | |||||
* | Add block button | cel | 2017-11-10 | 1 | -7/+8 |
| | |||||
* | Decrypt messages in advanced search | cel | 2017-10-22 | 1 | -0/+1 |
| | |||||
* | Render blocks and blockers on contacts pages | cel | 2017-10-18 | 1 | -5/+2 |
| | |||||
* | Fix limit on backlinks queries | cel | 2017-10-17 | 1 | -1/+1 |
| | |||||
* | Fix handling limit | cel | 2017-10-17 | 1 | -1/+1 |
| | |||||
* | Sanitize limit values | cel | 2017-10-17 | 1 | -3/+5 |
| | |||||
* | Fix crash on private stream | cel | 2017-10-17 | 1 | -3/+2 |
| | |||||
* | Add channel to advanced search | cel | 2017-10-14 | 1 | -1/+6 |
| | |||||
* | Fix name conflict | cel | 2017-10-13 | 1 | -2/+2 |
| | |||||
* | Allow specifying default filter setting | cel | 2017-10-13 | 1 | -2/+4 |
| | |||||
* | Filter messages socially | cel | 2017-10-13 | 1 | -0/+86 |
| | |||||
* | Merge branch 'secretblobs' into master | cel | 2017-09-29 | 1 | -2/+52 |
|\ | |||||
| * | Encrypt blobs in private messages | cel | 2017-05-26 | 1 | -7/+49 |
| | | |||||
* | | Render npm package readmes | cel | 2017-09-20 | 1 | -0/+56 |
| | | |||||
* | | Render npm package publishers | cel | 2017-09-20 | 1 | -1/+3 |
| | | |||||
* | | Render npm-packages | cel | 2017-09-18 | 1 | -0/+18 |
| | |