aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Note to use --productioncel2020-06-151-2/+2
|
* 1.5.0cel2020-06-151-1/+1
|
* Update readme. Add enable plugin.cel2020-06-142-21/+44
| | | | | | | | | | | | | | | | | | | | | | - Use enable script instead of plugins.enable which is broken. plugins.enable is also no longer needed after plugins.install. - Recommend using ssb-npm command instead of ssb-npm-registry. Using ssb-npm command should be a little simpler and more obvious, since when you don't have the prerequisite you will get "command not found" which implies you need to install something, rather than the mysterious "connect ECONNREFUSED 127.0.0.1:8043" - Remove blobs.max setting. Recent ssb-npm hard-codes workarounds for sodium-native which is (was) the only oversized blob. - Don't need to say restart ssb-server; the commands will do that. - Explain installation as standalone process vs. as ssb-server plugin. - scuttlebot -> ssb-server
* Compress id markdown, to save horizontal spacecel2020-05-282-2/+7
|
* Truncate long link textscel2020-05-281-0/+13
|
* Support channel prefixes (wildcard)cel2020-05-271-2/+6
|
* Avoide deprecated Buffer constructorcel2020-05-192-11/+11
|
* Render delete messagecel2020-05-181-0/+12
|
* Render astroport messagescel2020-05-171-0/+15
|
* Prefer backlinks.read for /linkscel2020-05-151-7/+22
|
* Render Feedless pub autofollowscel2020-05-151-3/+5
|
* Fix don't show duplicate branch/root linkcel2020-05-101-2/+2
|
* Render post reply feed ids alongside branch linkscel2020-05-091-3/+20
|
* Use 401 only for Basic Authcel2020-05-091-1/+1
|
* Render feedless posts compactlycel2020-05-092-2/+13
|
* Handle want private blobs for markdown viewcel2020-05-061-1/+7
|
* Fix mention list renderingcel2020-04-131-1/+1
|
* Improve mention listingcel2020-04-111-3/+5
|
* Restrict access based on Referercel2020-04-103-1/+60
|
* Restrict access based on Host headercel2020-04-103-1/+43
|
* Less errorscel2020-04-101-5/+9
|
* Smaller text fieldscel2020-04-081-11/+11
|
* Prefer ASCIIcel2020-04-081-2/+2
|
* Allow querying mentions of any idcel2020-04-082-1/+2
|
* gathering: fix previous mention filteringcel2020-04-011-1/+3
|
* minor style changescel2020-04-011-3/+3
|
* gathering: list initial mentionscel2020-03-282-1/+24
|
* about: don't list mentionscel2020-03-281-0/+1
|
* Render names of some message types bettercel2020-03-281-0/+7
|
* Make diff table more compactcel2020-03-283-8/+14
|
* Render descriptions as diffs in gathering threadscel2020-03-284-4/+90
|
* Remove use of backlinks index optioncel2020-03-281-12/+2
| | | | | | | The option is no longer an optimization, and the work-around is no longer needed. Implicitly exclude unlikely timestamps.
* Don't auto-mention self in gathering threadcel2020-03-281-1/+4
|
* Reduce mentionscel2020-03-281-2/+13
| | | | Save message size by changing {link: id} to id
* new gathering: put mentions in gathering rootcel2020-03-281-29/+29
|
* Fix fallback about imagecel2020-03-282-2/+2
|
* Try to clarify gathering timescel2020-03-283-5/+11
| | | | | | | - Show user-local date time string on gathering page, alongside UTC timestamp and TZ string - Include TZ in about message - Align table headings to be more readable
* Fix sorting by claimed timestampcel2020-03-283-8/+10
|
* Fix typocel2020-03-191-1/+1
|
* Add pages to create, view, and edit Gatheringscel2020-03-193-1/+779
|
* advsearch: html escapecel2020-03-191-4/+4
|
* Render image removalcel2020-03-191-1/+1
|
* git: handle messsages linking to git blobs not present in that specific messagecel2020-03-191-0/+20
| | | | Search parent commits for the linked git object
* drafts: better error handling; skip dotfilescel2020-03-191-2/+6
|
* printView: show message date on rightcel2020-03-193-12/+21
|
* print view: no message horizontal bordercel2020-03-192-1/+11
|
* Add "single" modecel2020-03-191-1/+14
|
* messagesByType: support sort by claimed timestampcel2020-03-051-2/+13
|
* threads: use messagesByTypecel2020-03-051-2/+3
|
* threads navpagenoffle2020-03-042-0/+27
|