Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include content warning in post title | cel | 2019-08-29 | 1 | -2/+5 |
| | |||||
* | /new: hide impossibly new messages | cel | 2019-08-27 | 1 | -1/+3 |
| | |||||
* | Handle private messages better in /about/ | cel | 2019-08-25 | 1 | -2/+6 |
| | |||||
* | Implement close issue checkbox | cel | 2019-08-25 | 1 | -0/+32 |
| | |||||
* | Implement limit for /new | cel | 2019-08-22 | 1 | -0/+9 |
| | | | | Fix %CtcZaNNWEWFwdCOZL343mxFXUvqV5BPVMv+CM8ELOCo=.sha256 | ||||
* | Use Post/Redirect/Get for all message publishing | cel | 2019-08-22 | 2 | -7/+10 |
| | | | | Fix %1/jp2WMT0l7l+u6yvn1axK5WqkfoQlSuuZkvWlvVEyE=.sha256 | ||||
* | Add allowAddresses option | cel | 2019-08-11 | 1 | -0/+8 |
| | |||||
* | Render and validate peer-invites | cel | 2019-08-11 | 2 | -30/+49 |
| | |||||
* | Show message content warnings | cel | 2019-08-09 | 1 | -2/+12 |
| | |||||
* | Search through private messages | cel | 2019-08-08 | 1 | -0/+2 |
| | |||||
* | Indicate fork root, Patchwork-style | cel | 2019-05-11 | 1 | -0/+1 |
| | |||||
* | Default to publish votes without branch/root. | cel | 2019-05-10 | 2 | -4/+8 |
| | | | | Don't include vote messages in post branch links by default. | ||||
* | Handle boxed markdown blobs | cel | 2019-05-01 | 3 | -7/+28 |
| | |||||
* | Handle invalid regex | cel | 2019-04-19 | 1 | -2/+10 |
| | |||||
* | Allow overriding blob mention names in composer | cel | 2019-04-14 | 1 | -22/+40 |
| | |||||
* | Use Host header in publishguard redirect base | cel | 2019-04-13 | 2 | -30/+33 |
| | | | | so can redirect to e.g. 'localhost' instead of '[::1]' | ||||
* | Render private about messages more compactly | cel | 2019-04-08 | 1 | -4/+7 |
| | |||||
* | Add markdown link for unnamed markdown blob mentions | cel | 2019-04-08 | 1 | -3/+12 |
| | |||||
* | Fix fallthrough | cel | 2019-04-03 | 1 | -0/+1 |
| | |||||
* | npm: fix rendering unnamed feeds | cel | 2019-03-30 | 1 | -2/+2 |
| | |||||
* | Show audio/video alt text better | cel | 2019-03-22 | 1 | -5/+4 |
| | | | | | | - Putting the alt text inside the audio/video tag makes it show up in dillo and w3m. - Remove redundant audio:/video: prefix | ||||
* | Escape draft edit URL | cel | 2019-03-11 | 1 | -1/+1 |
| | |||||
* | Sort drafts by mtime | cel | 2019-03-11 | 1 | -6/+28 |
| | |||||
* | script: catch resolve error | cel | 2019-03-11 | 1 | -1/+3 |
| | |||||
* | remove a trailing comma that caused a parse error | ansuz | 2019-03-06 | 1 | -1/+1 |
| | |||||
* | Don't consider reason to be an about property | cel | 2019-02-26 | 1 | -0/+1 |
| | |||||
* | Handle missing ssb-friends method | cel | 2019-02-26 | 2 | -2/+14 |
| | |||||
* | Linkify markdown blob links | cel | 2019-02-13 | 1 | -1/+10 |
| | |||||
* | Render label and queue messages | cel | 2019-02-13 | 1 | -0/+27 |
| | |||||
* | 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 |
| |