Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Default to publish votes without branch/root. | cel | 2019-05-10 | 1 | -0/+1 |
| | | | | Don't include vote messages in post branch links by default. | ||||
* | Handle boxed markdown blobs | cel | 2019-05-01 | 1 | -0/+17 |
| | |||||
* | Handle invalid regex | cel | 2019-04-19 | 1 | -2/+10 |
| | |||||
* | Use Host header in publishguard redirect base | cel | 2019-04-13 | 1 | -29/+1 |
| | | | | so can redirect to e.g. 'localhost' instead of '[::1]' | ||||
* | Sort drafts by mtime | cel | 2019-03-11 | 1 | -6/+28 |
| | |||||
* | script: catch resolve error | cel | 2019-03-11 | 1 | -1/+3 |
| | |||||
* | Handle missing ssb-friends method | cel | 2019-02-26 | 1 | -1/+1 |
| | |||||
* | Show addresses more compactly | cel | 2019-02-04 | 1 | -11/+6 |
| | | | | Handle missing port | ||||
* | Allow multiple new-style addresses | cel | 2019-02-03 | 1 | -2/+0 |
| | |||||
* | Render peer invites | cel | 2019-02-03 | 1 | -0/+4 |
| | |||||
* | Support private publish without ssb-private | cel | 2019-02-03 | 1 | -2/+12 |
| | |||||
* | Support sbot built-in unboxing | cel | 2019-02-01 | 1 | -11/+34 |
| | | | | | | | | | This allows rendering private messages without the ssb-private plugin or old scuttlebot built-in private plugin /private is removed from default nav if there is no ssb-private plugin, because it emulates private.read by filtering the main log, which is inefficient/slow. | ||||
* | Add drafts feature | cel | 2019-01-31 | 1 | -0/+62 |
| | |||||
* | Render user-invite | cel | 2019-01-31 | 1 | -0/+5 |
| | |||||
* | Omit default ssb-server port | cel | 2019-01-29 | 1 | -0/+1 |
| | |||||
* | Recognize more ways of finding pub addresses | cel | 2019-01-29 | 1 | -2/+55 |
| | |||||
* | Move pub addresses out of profile page | cel | 2019-01-29 | 1 | -0/+40 |
| | |||||
* | Add mute (private block) button | cel | 2019-01-28 | 1 | -1/+22 |
| | |||||
* | Add /script route | cel | 2019-01-28 | 1 | -0/+24 |
| | |||||
* | Make nav links configurable | cel | 2019-01-28 | 1 | -0/+17 |
| | |||||
* | Add about-diff page | cel | 2019-01-23 | 1 | -0/+11 |
| | |||||
* | default filter to all | cel | 2019-01-14 | 1 | -1/+1 |
| | |||||
* | Support new way of skipping ssb-ooo | cel | 2018-12-12 | 1 | -10/+6 |
| | |||||
* | Handle missing rpc methods | cel | 2018-12-10 | 1 | -8/+27 |
| | |||||
* | Show git signatures | cel | 2018-11-30 | 1 | -0/+62 |
| | | | | | - Add /git/signature page to verify signatures using gpg - Show link to signature pages for tag and commit objects | ||||
* | Integrate with ssb-publishguard redirects | cel | 2018-11-29 | 1 | -1/+28 |
| | |||||
* | Fix status page | cel | 2018-11-18 | 1 | -0/+12 |
| | |||||
* | Link to contact messages from contact pages | cel | 2018-11-18 | 1 | -1/+1 |
| | |||||
* | Add ssb-links fallback for votes calculation | cel | 2018-11-18 | 1 | -12/+55 |
| | |||||
* | Let About info from feeds we follow take precedence | cel | 2018-10-28 | 1 | -1/+1 |
| | | | | over About info from feeds we do not follow | ||||
* | 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 |
| | |