aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Add allowAddresses optioncel2019-08-111-0/+8
|
* Render and validate peer-invitescel2019-08-112-30/+49
|
* Show message content warningscel2019-08-091-2/+12
|
* Search through private messagescel2019-08-081-0/+2
|
* Indicate fork root, Patchwork-stylecel2019-05-111-0/+1
|
* Default to publish votes without branch/root.cel2019-05-102-4/+8
| | | | Don't include vote messages in post branch links by default.
* Handle boxed markdown blobscel2019-05-013-7/+28
|
* Handle invalid regexcel2019-04-191-2/+10
|
* Allow overriding blob mention names in composercel2019-04-141-22/+40
|
* Use Host header in publishguard redirect basecel2019-04-132-30/+33
| | | | so can redirect to e.g. 'localhost' instead of '[::1]'
* Render private about messages more compactlycel2019-04-081-4/+7
|
* Add markdown link for unnamed markdown blob mentionscel2019-04-081-3/+12
|
* Fix fallthroughcel2019-04-031-0/+1
|
* npm: fix rendering unnamed feedscel2019-03-301-2/+2
|
* Show audio/video alt text bettercel2019-03-221-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 URLcel2019-03-111-1/+1
|
* Sort drafts by mtimecel2019-03-111-6/+28
|
* script: catch resolve errorcel2019-03-111-1/+3
|
* remove a trailing comma that caused a parse erroransuz2019-03-061-1/+1
|
* Don't consider reason to be an about propertycel2019-02-261-0/+1
|
* Handle missing ssb-friends methodcel2019-02-262-2/+14
|
* Linkify markdown blob linkscel2019-02-131-1/+10
|
* Render label and queue messagescel2019-02-131-0/+27
|
* Show addresses more compactlycel2019-02-044-15/+25
| | | | Handle missing port
* Allow multiple new-style addressescel2019-02-031-2/+0
|
* Render peer invitescel2019-02-032-5/+10
|
* Support private publish without ssb-privatecel2019-02-031-2/+12
|
* Move truncate function into utilscel2019-02-033-22/+17
|
* Fix saving draft with uploadcel2019-02-031-0/+1
|
* Fix /pub page titlecel2019-02-011-1/+1
|
* Support sbot built-in unboxingcel2019-02-012-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 horizontallycel2019-02-011-14/+12
|
* Add drafts featurecel2019-01-315-19/+259
|
* Render code in textareas monospacedcel2019-01-311-0/+1
|
* Render user-invitecel2019-01-312-0/+33
|
* Omit default ssb-server portcel2019-01-293-2/+4
|
* Recognize more ways of finding pub addressescel2019-01-291-2/+55
|
* Move pub addresses out of profile pagecel2019-01-292-12/+71
|
* Allow setting blob link mime-types in composercel2019-01-291-3/+32
|
* Add block pagecel2019-01-291-3/+43
| | | | Allow composing a block message with a reason.
* Add replicate.request buttoncel2019-01-291-1/+25
|
* Add mute (private block) buttoncel2019-01-282-3/+32
|
* Add /script routecel2019-01-282-0/+42
|
* Make nav links configurablecel2019-01-282-21/+27
|
* Try to crash lesscel2019-01-281-1/+4
|
* Handle old-style auto-followcel2019-01-281-2/+13
|
* Truncate unnamed tagscel2019-01-281-1/+1
|
* Allow truncating name linkscel2019-01-282-6/+13
|
* about-diff: handle initial diffcel2019-01-251-5/+5
|
* Add about-diff pagecel2019-01-233-5/+109
|