aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* about: title before descriptioncel2018-08-261-1/+1
|
* Linkify ids in git branch namescel2018-08-262-5/+9
|
* Prevent double-html escapingcel2018-08-261-1/+1
|
* Add about-self pagecel2018-08-254-14/+180
|
* Fix linking to ids with query parameterscel2018-08-241-1/+1
|
* Fix rendering deleted git branchescel2018-08-231-1/+5
|
* Unescape HTML in image names for alt textcel2018-08-233-7/+11
|
* Improve setting thread root & branches for repliescel2018-08-211-2/+7
| | | | Detect thread root of ssb-web and talenet messages
* Handle empty git-ssb commit objectcel2018-08-211-3/+3
| | | | | Missing sha1 for commit with empty body fixed in %MhqXtikUPC56S9M4uzSGMYtuGNh/iFPDUoggDtWZVEE=.sha256
* Fix linkifying "sequence" JSON propertycel2018-08-211-1/+4
|
* Render non-blob image markdown as linkcel2018-08-211-0/+1
| | | | | for compatibility with Patchwork (re: %XhyQZvVmfFVMjwYyoX13VZFBkzWJ63o6w9YSIjMWI88=.sha256) and to prevent remote audio/video embed
* Prefer ssb-backlinks for streaming a threadcel2018-08-181-1/+1
| | | | | instead of sbot.links, to catch links more deeply nested in message content, such as in ssb-igo messages
* Render ssb-igo messagescel2018-08-181-0/+110
|
* Render some dark-crystal stuffcel2018-08-183-1/+73
|
* Show if private message author is not a recipientcel2018-08-123-4/+9
|
* Reply in private to undecryptable messagecel2018-08-121-1/+1
|
* Render chess invite/accept messages more compactlycel2018-08-091-6/+10
|
* Fix chess piece renderingcel2018-08-091-3/+3
|
* Fix linkifying private blob linkscel2018-07-311-0/+4
|
* Fix rendering non-poll position messagescel2018-07-271-1/+6
|
* Publish conformant poll-position messagescel2018-07-272-3/+12
|
* Render post edits and diffscel2018-07-263-12/+121
|
* Support ssb-searchcel2018-07-081-3/+5
|
* Add tags pagecel2018-07-042-1/+28
|
* Handle scat actionscel2018-07-011-1/+1
|
* Handle audio/video blobscel2018-06-292-8/+31
|
* Render weird pub messagescel2018-06-281-2/+2
|
* Render tag messagescel2018-06-182-0/+52
|
* Show follow/block countscel2018-06-181-5/+16
|
* Update package-lock.json.Christopher Snowhill2018-06-161-589/+690
|
* Fix pollscel2018-06-142-10/+17
|
* Use upstream ssb-client and ssb-mentionscel2018-06-122-4/+7
|
* Adjust readmecel2018-05-211-4/+4
| | | | | - Link to ssb-npm-registry repo - Clarify install & requirements sections
* Hide votes pagecel2018-05-211-1/+1
|
* Render share messagescel2018-05-211-0/+23
|
* Handle missing private plugin on /privatecel2018-05-211-1/+2
|
* Update readmecel2018-05-211-4/+14
| | | | | | - Note max blobs requirement - Mention ssb-private - Add missing registry argument
* Render markdown in mutual/credit memocel2018-05-191-1/+3
|
* add comma typomyf2018-05-181-1/+1
|
* Render scat messagescel2018-05-171-0/+8
|
* Sanitize stringscel2018-05-171-54/+58
|
* Attempt to fix pagination issuescel2018-05-162-24/+41
| | | | | | | | | - Filter messages before passing them to paginate function, so that the paginate function picks the correct one as the last one. - Remove obsolete lt/gt hack - Try to handle sortByTimestamp for /mentions TODO: avoid calling filterMsg multiple times per message
* Fix url-decoding blob idscel2018-05-161-1/+1
|
* Render poll positionscel2018-05-081-0/+33
|
* Render talenet skill similaritycel2018-05-081-0/+16
|
* Handle poll schema changecel2018-05-081-1/+1
|
* Render poll messagescel2018-04-292-0/+43
| | | | | | Reference message: %N32nKJ79k1G14lfdtr+4o+c1ftjfW22QChiQmR0oP18=.sha256 &2QHE6nnsg2i9JnFmCLq5fExlPwljCyYQYbfxQMXhONs=.sha256
* Fix double-html-escaped hrefcel2018-04-233-11/+15
|
* Render web-init and web-root messagescel2018-04-211-0/+26
|
* Support missing web content-typecel2018-04-211-1/+4
| | | | otherwise it gets set to "false" which confuses some browsers