aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Render npm-publish messagescel2017-06-173-6/+129
|
* Move blobs.add hack into ssb-partycel2017-06-142-13/+2
| | | | | | | Requires ssb-party v0.5.0: %JUEZmqElq3NF0kRnJ9c4dwhWi6sNEOfXeYVSTKK4BeM=.sha256 Running patchfoo as a scuttlebot plugin should be unaffected, because the hack is not needed in that case.
* Specify backlinks index manuallycel2017-06-131-12/+9
| | | | | | | | | | as mentioned in %CoRaVRWYmwF/ywtUqqBBb4P9N8zDn+JltO9t1FQJaHE=.sha256, to allow showing all message types in backlinks streams (channels, mentions), which was said to be not possible in %hn7lMbo+MNhb4I/M+tGPEZmMbQKb/N0DnSUzSrYCA28=.sha256. This requires ssb-backlinks v0.2.0 %HH16c+LOnvotjwXtQi4JuG9OV2lf7vREmsOnseQmlVA=.sha256
* Fix /private fallback streamcel2017-06-131-2/+2
| | | | %3S0rxvdyV9+CmubFikx7pjMOTVxW9K7taqVEEE2BzvI=.sha256
* Update plugin requirementscel2017-06-122-4/+5
|
* Fix timestamp gt/lt handlingcel2017-06-121-45/+43
|
* Use ssb-private for private pagecel2017-06-122-7/+22
|
* Add mentions page using ssb-backlinkscel2017-06-122-0/+48
|
* Use ssb-mentions@npmcel2017-06-121-1/+1
|
* Use ssb-backlinks for channels/hashtags if it is availablecel2017-06-122-14/+32
|
* Move mergeOpts into utilcel2017-06-122-18/+18
|
* Fix handling git hashcel2017-06-101-1/+1
|
* Concat manuallycel2017-06-102-3/+2
|
* Serve images separately from blobs in generalcel2017-06-102-2/+33
|
* Merge branch 'master' into exif-rotationcel2017-06-107-51/+382
|\
| * Merge branch 'votes'cel2017-06-063-28/+195
| |\
| | * Merge branch 'master' into votescel2017-05-288-75/+1504
| | |\
| | * | Add votes pagecel2017-05-092-0/+146
| | | |
| | * | Add another way to lookup namescel2017-05-092-29/+50
| | | |
| * | | Don't call blobs.want if we already have the blobcel2017-06-062-8/+15
| | | |
| * | | Show commit files changedcel2017-06-035-7/+154
| | | |
| * | | Protect against too much recursioncel2017-06-032-3/+9
| | | |
| * | | Use existing function for rendering git commit bodiescel2017-06-023-10/+11
| | | |
* | | | fixesStephen Whitmore2017-06-102-15/+28
| | | |
* | | | Use JPEG EXIF data to rotate image blobs.Stephen Whitmore2017-06-062-1/+13
|/ / /
* | | Cache emoji names from emojis pagecel2017-06-011-0/+6
| | | | | | | | | | | | %pnyiiuQYfenwuzyelJwZnp2kN9iC11QTpzkCKh/i/f0=.sha256
* | | Handle more missing blobscel2017-05-311-0/+2
| | |
* | | Add link to show markdown sourcecel2017-05-312-2/+23
| | |
* | | Fix variable scopecel2017-05-311-1/+1
| | |
* | | Render attendee messages more conciselycel2017-05-301-1/+13
| | |
* | | Fix handling multiple uploadscel2017-05-301-4/+3
| | |
* | | Show gathering times in local time zonecel2017-05-301-1/+1
| | |
* | | Add attend button for gatheringscel2017-05-302-10/+39
| | |
* | | Update ssb-mentions depcel2017-05-301-1/+1
| | |
* | | fix crashcel2017-05-301-1/+1
| | |
* | | add built-in emoji as blobscel2017-05-301-3/+46
| | |
* | | Prefer message's mentioned emoji over builtin emojicel2017-05-301-8/+8
| | |
* | | Add custom emojis list pagecel2017-05-303-1/+49
| | |
* | | Show warning if blob or emoji is largecel2017-05-302-0/+27
| | |
* | | Include blob size even when just mentioningcel2017-05-301-1/+12
| | |
* | | refactor to allow asynchronously generating message contentcel2017-05-301-67/+77
| | |
* | | Implement custom emoji rendering and uploadingcel2017-05-304-12/+89
| | |
* | | Linkify git tags in git-update messagescel2017-05-291-1/+4
| | |
* | | Use title from about messagescel2017-05-291-0/+1
| | |
* | | Fix addBlobcel2017-05-291-1/+4
| |/ |/|
* | Slice packfiles manuallycel2017-05-283-8/+43
| | | | | | | | Support vanilla multiblob
* | linkify url-encoded refscel2017-05-282-2/+11
| |
* | factor out getting git object linkscel2017-05-281-42/+34
| |
* | Render git trees, tags, and blobscel2017-05-282-1/+335
| |
* | refactor git stuffcel2017-05-284-130/+324
| | | | | | | | | | | | | | - parse commits - link to git objects with specific message id - open object before reading it - cleanup debug things