Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix linkifying "sequence" JSON property | cel | 2018-08-21 | 1 | -1/+4 |
| | |||||
* | Render non-blob image markdown as link | cel | 2018-08-21 | 1 | -0/+1 |
| | | | | | for compatibility with Patchwork (re: %XhyQZvVmfFVMjwYyoX13VZFBkzWJ63o6w9YSIjMWI88=.sha256) and to prevent remote audio/video embed | ||||
* | Prefer ssb-backlinks for streaming a thread | cel | 2018-08-18 | 1 | -1/+1 |
| | | | | | instead of sbot.links, to catch links more deeply nested in message content, such as in ssb-igo messages | ||||
* | Render ssb-igo messages | cel | 2018-08-18 | 1 | -0/+110 |
| | |||||
* | Render some dark-crystal stuff | cel | 2018-08-18 | 3 | -1/+73 |
| | |||||
* | Show if private message author is not a recipient | cel | 2018-08-12 | 3 | -4/+9 |
| | |||||
* | Reply in private to undecryptable message | cel | 2018-08-12 | 1 | -1/+1 |
| | |||||
* | Render chess invite/accept messages more compactly | cel | 2018-08-09 | 1 | -6/+10 |
| | |||||
* | Fix chess piece rendering | cel | 2018-08-09 | 1 | -3/+3 |
| | |||||
* | Fix linkifying private blob links | cel | 2018-07-31 | 1 | -0/+4 |
| | |||||
* | Fix rendering non-poll position messages | cel | 2018-07-27 | 1 | -1/+6 |
| | |||||
* | Publish conformant poll-position messages | cel | 2018-07-27 | 2 | -3/+12 |
| | |||||
* | Render post edits and diffs | cel | 2018-07-26 | 3 | -12/+121 |
| | |||||
* | Support ssb-search | cel | 2018-07-08 | 1 | -3/+5 |
| | |||||
* | Add tags page | cel | 2018-07-04 | 2 | -1/+28 |
| | |||||
* | Handle scat actions | cel | 2018-07-01 | 1 | -1/+1 |
| | |||||
* | Handle audio/video blobs | cel | 2018-06-29 | 2 | -8/+31 |
| | |||||
* | Render weird pub messages | cel | 2018-06-28 | 1 | -2/+2 |
| | |||||
* | Render tag messages | cel | 2018-06-18 | 2 | -0/+52 |
| | |||||
* | Show follow/block counts | cel | 2018-06-18 | 1 | -5/+16 |
| | |||||
* | Update package-lock.json. | Christopher Snowhill | 2018-06-16 | 1 | -589/+690 |
| | |||||
* | Fix polls | cel | 2018-06-14 | 2 | -10/+17 |
| | |||||
* | Use upstream ssb-client and ssb-mentions | cel | 2018-06-12 | 2 | -4/+7 |
| | |||||
* | Adjust readme | cel | 2018-05-21 | 1 | -4/+4 |
| | | | | | - Link to ssb-npm-registry repo - Clarify install & requirements sections | ||||
* | Hide votes page | cel | 2018-05-21 | 1 | -1/+1 |
| | |||||
* | Render share messages | cel | 2018-05-21 | 1 | -0/+23 |
| | |||||
* | Handle missing private plugin on /private | cel | 2018-05-21 | 1 | -1/+2 |
| | |||||
* | Update readme | cel | 2018-05-21 | 1 | -4/+14 |
| | | | | | | - Note max blobs requirement - Mention ssb-private - Add missing registry argument | ||||
* | Render markdown in mutual/credit memo | cel | 2018-05-19 | 1 | -1/+3 |
| | |||||
* | add comma typo | myf | 2018-05-18 | 1 | -1/+1 |
| | |||||
* | Render scat messages | cel | 2018-05-17 | 1 | -0/+8 |
| | |||||
* | Sanitize strings | cel | 2018-05-17 | 1 | -54/+58 |
| | |||||
* | Attempt to fix pagination issues | cel | 2018-05-16 | 2 | -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 ids | cel | 2018-05-16 | 1 | -1/+1 |
| | |||||
* | Render poll positions | cel | 2018-05-08 | 1 | -0/+33 |
| | |||||
* | Render talenet skill similarity | cel | 2018-05-08 | 1 | -0/+16 |
| | |||||
* | Handle poll schema change | cel | 2018-05-08 | 1 | -1/+1 |
| | |||||
* | Render poll messages | cel | 2018-04-29 | 2 | -0/+43 |
| | | | | | | Reference message: %N32nKJ79k1G14lfdtr+4o+c1ftjfW22QChiQmR0oP18=.sha256 &2QHE6nnsg2i9JnFmCLq5fExlPwljCyYQYbfxQMXhONs=.sha256 | ||||
* | Fix double-html-escaped href | cel | 2018-04-23 | 3 | -11/+15 |
| | |||||
* | Render web-init and web-root messages | cel | 2018-04-21 | 1 | -0/+26 |
| | |||||
* | Support missing web content-type | cel | 2018-04-21 | 1 | -1/+4 |
| | | | | otherwise it gets set to "false" which confuses some browsers | ||||
* | Include ssb-npm | cel | 2018-04-21 | 5 | -15/+193 |
| | | | | | - Serve ssb-npm-registry requests under /npm-registry - Show install command for npm-packages messages | ||||
* | Handle escaped blob ids | cel | 2018-04-20 | 1 | -1/+2 |
| | |||||
* | fix: web mime type and length | noffle | 2018-04-19 | 1 | -2/+2 |
| | |||||
* | fix: better error output for web | Stephen Whitmore | 2018-04-17 | 1 | -1/+1 |
| | |||||
* | 1.2.0 | Stephen Whitmore | 2018-04-16 | 1 | -1/+1 |
| | |||||
* | feat: handle /web blob websites | Stephen Whitmore | 2018-04-16 | 2 | -0/+26 |
| | |||||
* | Handle unsubscribed channels | cel | 2018-04-10 | 1 | -10/+12 |
| | | | | Fix %TzZ1kq4UOAhq8mwXAkKl/OC8QEbCbWcRqYj9Jx2UsCU=.sha256 | ||||
* | Handle missing ssb-backlinks | cel | 2018-04-02 | 1 | -0/+1 |
| | |||||
* | 1.1.1 | Stephen Whitmore | 2018-03-29 | 1 | -1/+1 |
| |