aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Taylor's editsEugeniy E. Mikhailov2021-04-261-16/+68
|
* replacing magic word with variableEugeniy E. Mikhailov2021-02-081-3/+5
|
* commented code removedEugeniy E. Mikhailov2021-02-081-27/+1
|
* logbook2 search takes options also fix end of stream markerEugeniy E. Mikhailov2021-02-082-12/+14
|
* flushing the streamEugeniy E. Mikhailov2021-02-081-0/+1
|
* added need for merge packageEugeniy E. Mikhailov2021-02-021-0/+1
|
* default sort of public messages by claimed timestampEugeniy E. Mikhailov2021-02-023-2/+312
|
* Sorted logbook joined streamsEugeniy E. Mikhailov2021-02-011-11/+27
|
* Merge branch 'main' into evmik-logbook-nextEugeniy E. Mikhailov2021-01-233-1/+10
|\
| * Render post titlescel2021-01-161-0/+1
| | | | | | | | %QzXfFomGeBhkM5cUB+YdPgl8AHceAXjmVr9omM30UuQ=.sha256
| * Truncate image alt textcel2021-01-141-0/+1
| | | | | | | | Reduce horizontal scrollbar
| * Fix serving boxed blob with range requestcel2021-01-051-1/+8
| | | | | | | | | | - Fix error handling - Calculate size of unboxed blob
* | added logbook action, with filter according to date of publishingEugeniy E. Mikhailov2021-01-231-0/+27
| |
* | filter out vote from the public streamEugeniy E. Mikhailov2021-01-231-0/+3
| |
* | Fix presentation of id or nameEugeniy E. Mikhailov2020-12-212-12/+5
|/ | | | | | | Before the check was done with regexp which occasionally treated names as IDs, for example if they had ] or & in their names. Now we just check that name is not equal link (i.e. ssb ID). If name is not present than truncated version of the link is shown.
* Add binary installer and licenses for v1.6.0cel2020-11-275-122/+336
| | | | Add script to generate licenses file
* %Et6Ij2bOS4SUzpimKTVUdMPnb8vjP8Lg2dObBJ/0oGE=.sha256cel2020-11-272-6/+6
|
* Update ssb-npm installation instructionscel2020-11-271-6/+2
|
* 1.6.0cel2020-11-271-1/+1
|
* Respect base URL in redirectcel2020-11-271-1/+1
|
* Fix linkifying ssb URIscel2020-11-271-1/+1
|
* Add mentions for ssb URIscel2020-11-273-40/+45
|
* Vendor ssb-mentionscel2020-11-273-2/+109
|
* Fix support for git-ssb repo IDscel2020-11-271-4/+13
|
* Render patchgraph updatescel2020-11-274-6/+80
|
* Support ssb-uri in request URLs and searchcel2020-11-271-0/+35
|
* Don't over-linkify channels in raw msgcel2020-11-262-1/+8
|
* Fix name of licenses filecel2020-11-261-1/+1
|
* Linkify more protocolscel2020-11-171-0/+17
|
* Vendor ssb-markedcel2020-11-174-3/+1424
|
* Render patchboot revocationscel2020-10-131-0/+7
|
* Hide relative time of mini messages in print viewcel2020-10-061-1/+1
|
* composer: show total size of linked blobscel2020-08-111-2/+13
|
* Note dummy argument for sbot plugins.installcel2020-08-111-3/+5
| | | | %KDNlepL5lEnSBiALkqNdhZ3lHkxVWGr43eyuskti76k=.sha256
* Discourage horizontal scrollbarscel2020-08-111-2/+2
|
* Use old-style meta charset tagcel2020-07-251-1/+1
| | | | Support more obsolete browsers
* Improve blob size warningcel2020-07-181-4/+4
|
* Update ssb-npm and git-ssb versionscel2020-07-091-2/+2
| | | | The new ones have deep-extend v0.6.0 removed from the dependency tree
* %HWJLkLhiapPIaWn2yBOsFIeLNwyrYdSn/Z8cDqiBBi4=.sha256cel2020-07-092-15/+6
| | | | ssb-client is now included, even if --production is used for install
* 1.5.3cel2020-07-091-1/+1
|
* Make ssb-client a full dependencycel2020-07-091-1/+1
| | | | | | | | The benefit of reducing chance of errors and simplifying installation outweighs the cost of the module which is not needed for running as a plugin. Anyway, sodium-native is already brought in via the private-box dependency. Also, we could use it in the future for alternative invite code usage, checking pub uptime, etc.
* Mention surveycel2020-07-091-0/+5
|
* Add message id for ssb-client for standalone installcel2020-07-092-6/+13
| | | | | | ssb-npm does not include cypherlinks for devDependencies. Since ssb-client is a devDependency, we then have to add an additional --branch parameter for it.
* %e/unnFWjNwhJuFtH+DmkNqqvVggrufu/sZxRU5e59Is=.sha256cel2020-07-092-6/+6
|
* 1.5.2cel2020-07-091-1/+1
|
* Update deep-extendcel2020-07-091-0/+1
| | | | Use fake v0.6.1 because v0.6.0 on ssb-npm got messed up
* Update install guide pagecel2020-07-091-23/+9
|
* Don't use --production for standalone installcel2020-07-091-1/+3
|
* Note ssb-npm v2.0.4cel2020-07-091-1/+1
|
* Expand readme installation infocel2020-07-091-5/+82
| | | | | | | | - Add binary installer - Add ssb-npm install - Explain various use cases - Also mention ssb-search as a recommended plugin - Mention issue with sodium-native in Node v12