Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Show addresses more compactly | cel | 2019-02-04 | 4 | -15/+25 |
| | | | | Handle missing port | ||||
* | Allow multiple new-style addresses | cel | 2019-02-03 | 1 | -2/+0 |
| | |||||
* | Render peer invites | cel | 2019-02-03 | 2 | -5/+10 |
| | |||||
* | Support private publish without ssb-private | cel | 2019-02-03 | 1 | -2/+12 |
| | |||||
* | Move truncate function into utils | cel | 2019-02-03 | 3 | -22/+17 |
| | |||||
* | Fix saving draft with upload | cel | 2019-02-03 | 1 | -0/+1 |
| | |||||
* | Fix /pub page title | cel | 2019-02-01 | 1 | -1/+1 |
| | |||||
* | Support sbot built-in unboxing | cel | 2019-02-01 | 2 | -13/+36 |
| | | | | | | | | | 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. | ||||
* | Arrange edit & discard buttons horizontally | cel | 2019-02-01 | 1 | -14/+12 |
| | |||||
* | Add drafts feature | cel | 2019-01-31 | 5 | -19/+259 |
| | |||||
* | Render code in textareas monospaced | cel | 2019-01-31 | 1 | -0/+1 |
| | |||||
* | Render user-invite | cel | 2019-01-31 | 2 | -0/+33 |
| | |||||
* | Omit default ssb-server port | cel | 2019-01-29 | 3 | -2/+4 |
| | |||||
* | 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 | 2 | -12/+71 |
| | |||||
* | Allow setting blob link mime-types in composer | cel | 2019-01-29 | 1 | -3/+32 |
| | |||||
* | Add block page | cel | 2019-01-29 | 1 | -3/+43 |
| | | | | Allow composing a block message with a reason. | ||||
* | Add replicate.request button | cel | 2019-01-29 | 1 | -1/+25 |
| | |||||
* | Add mute (private block) button | cel | 2019-01-28 | 2 | -3/+32 |
| | |||||
* | Add /script route | cel | 2019-01-28 | 2 | -0/+42 |
| | |||||
* | Make nav links configurable | cel | 2019-01-28 | 2 | -21/+27 |
| | |||||
* | Try to crash less | cel | 2019-01-28 | 1 | -1/+4 |
| | |||||
* | Handle old-style auto-follow | cel | 2019-01-28 | 1 | -2/+13 |
| | |||||
* | Truncate unnamed tags | cel | 2019-01-28 | 1 | -1/+1 |
| | |||||
* | Allow truncating name links | cel | 2019-01-28 | 2 | -6/+13 |
| | |||||
* | about-diff: handle initial diff | cel | 2019-01-25 | 1 | -5/+5 |
| | |||||
* | Add about-diff page | cel | 2019-01-23 | 3 | -5/+109 |
| | |||||
* | Render vote/block reason as markdown | cel | 2019-01-16 | 1 | -2/+2 |
| | |||||
* | Fix typo | cel | 2019-01-16 | 1 | -1/+1 |
| | |||||
* | default filter to all | cel | 2019-01-14 | 1 | -1/+1 |
| | |||||
* | Don't show zero timestamps | cel | 2019-01-14 | 1 | -7/+9 |
| | |||||
* | Render publicWebHosting in compound about message | cel | 2019-01-12 | 1 | -0/+9 |
| | |||||
* | fix checkbox rendering | cel | 2019-01-12 | 1 | -1/+1 |
| | |||||
* | Render pub-owner-announce and pub-owner-confirm messages | cel | 2019-01-09 | 1 | -1/+25 |
| | |||||
* | Render address messages | cel | 2019-01-09 | 1 | -0/+13 |
| | |||||
* | Render castling better | cel | 2019-01-09 | 1 | -3/+15 |
| | |||||
* | Don't show duplicate channel | cel | 2019-01-02 | 1 | -0/+1 |
| | |||||
* | Support new way of skipping ssb-ooo | cel | 2018-12-12 | 1 | -10/+6 |
| | |||||
* | Handle missing rpc methods | cel | 2018-12-10 | 6 | -19/+42 |
| | |||||
* | gathering location may be markdown | cel | 2018-12-02 | 1 | -1/+2 |
| | |||||
* | Show git signatures | cel | 2018-11-30 | 2 | -0/+136 |
| | | | | | - Add /git/signature page to verify signatures using gpg - Show link to signature pages for tag and commit objects | ||||
* | Add git object page | cel | 2018-11-30 | 1 | -1/+59 |
| | | | | Allows linking to a git object without knowing its type. | ||||
* | Integrate with ssb-publishguard redirects | cel | 2018-11-29 | 2 | -2/+30 |
| | |||||
* | Don't set empty vote root/branch | cel | 2018-11-26 | 1 | -2/+2 |
| | |||||
* | chess: preserve "full" toggle state in navigation | cel | 2018-11-26 | 1 | -3/+8 |
| | |||||
* | chess moves: link to branches in full view | cel | 2018-11-26 | 1 | -2/+8 |
| | |||||
* | Remove dead code | cel | 2018-11-26 | 1 | -21/+0 |
| | |||||
* | Link to branches for mini messages | cel | 2018-11-26 | 1 | -2/+6 |
| | |||||
* | Fix double-HTML-encoded image titles | cel | 2018-11-26 | 1 | -3/+3 |
| | |||||
* | Add root and branch to vote messages | cel | 2018-11-23 | 2 | -0/+13 |
| | | | | ref: %gdDgsa46yHeHkFrCMSUwbRboOA2xFxhMjGqmt48EapM=.sha256 |