Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use existing function for rendering git commit bodies | cel | 2017-06-02 | 3 | -10/+11 |
| | |||||
* | Cache emoji names from emojis page | cel | 2017-06-01 | 1 | -0/+6 |
| | | | | %pnyiiuQYfenwuzyelJwZnp2kN9iC11QTpzkCKh/i/f0=.sha256 | ||||
* | Handle more missing blobs | cel | 2017-05-31 | 1 | -0/+2 |
| | |||||
* | Add link to show markdown source | cel | 2017-05-31 | 2 | -2/+23 |
| | |||||
* | Fix variable scope | cel | 2017-05-31 | 1 | -1/+1 |
| | |||||
* | Render attendee messages more concisely | cel | 2017-05-30 | 1 | -1/+13 |
| | |||||
* | Fix handling multiple uploads | cel | 2017-05-30 | 1 | -4/+3 |
| | |||||
* | Show gathering times in local time zone | cel | 2017-05-30 | 1 | -1/+1 |
| | |||||
* | Add attend button for gatherings | cel | 2017-05-30 | 2 | -10/+39 |
| | |||||
* | fix crash | cel | 2017-05-30 | 1 | -1/+1 |
| | |||||
* | add built-in emoji as blobs | cel | 2017-05-30 | 1 | -3/+46 |
| | |||||
* | Prefer message's mentioned emoji over builtin emoji | cel | 2017-05-30 | 1 | -8/+8 |
| | |||||
* | Add custom emojis list page | cel | 2017-05-30 | 2 | -0/+48 |
| | |||||
* | Show warning if blob or emoji is large | cel | 2017-05-30 | 2 | -0/+27 |
| | |||||
* | Include blob size even when just mentioning | cel | 2017-05-30 | 1 | -1/+12 |
| | |||||
* | refactor to allow asynchronously generating message content | cel | 2017-05-30 | 1 | -67/+77 |
| | |||||
* | Implement custom emoji rendering and uploading | cel | 2017-05-30 | 4 | -12/+89 |
| | |||||
* | Linkify git tags in git-update messages | cel | 2017-05-29 | 1 | -1/+4 |
| | |||||
* | Use title from about messages | cel | 2017-05-29 | 1 | -0/+1 |
| | |||||
* | Fix addBlob | cel | 2017-05-29 | 1 | -1/+4 |
| | |||||
* | Slice packfiles manually | cel | 2017-05-28 | 3 | -8/+43 |
| | | | | Support vanilla multiblob | ||||
* | linkify url-encoded refs | cel | 2017-05-28 | 2 | -2/+11 |
| | |||||
* | factor out getting git object links | cel | 2017-05-28 | 1 | -42/+34 |
| | |||||
* | Render git trees, tags, and blobs | cel | 2017-05-28 | 2 | -1/+335 |
| | |||||
* | refactor git stuff | cel | 2017-05-28 | 4 | -130/+324 |
| | | | | | | | - parse commits - link to git objects with specific message id - open object before reading it - cleanup debug things | ||||
* | wip: more git | cel | 2017-05-23 | 6 | -10/+569 |
| | |||||
* | Show more commits/tags counts for a git push | cel | 2017-05-23 | 1 | -1/+5 |
| | |||||
* | Serve blob size | cel | 2017-05-23 | 1 | -10/+16 |
| | |||||
* | Fix preferring user's about choices | cel | 2017-05-20 | 1 | -1/+1 |
| | |||||
* | Increase size of reverse name cache | cel | 2017-05-20 | 1 | -1/+1 |
| | |||||
* | Show local name in title for links to ids | cel | 2017-05-16 | 2 | -5/+27 |
| | | | | as suggested in %O4GCxFpucC3DeSTCuiR9GCha9g/NXbrQYm9iam5z1RE=.sha256 | ||||
* | Use hyperscript to generate markdown link html | cel | 2017-05-16 | 1 | -7/+6 |
| | |||||
* | Handle description better on the about page | cel | 2017-05-15 | 1 | -3/+3 |
| | |||||
* | Use own About implementation | cel | 2017-05-15 | 2 | -12/+72 |
| | | | | | Use most popular about info instead of most recent. Slightly prefer a feed's own about info for itself. | ||||
* | Merge branch 'master' into about | cel | 2017-05-15 | 5 | -37/+155 |
|\ | |||||
| * | Don't crash on missing message | cel | 2017-05-15 | 1 | -1/+2 |
| | | |||||
| * | Optimize streaming my channels | cel | 2017-05-11 | 1 | -0/+18 |
| | | |||||
| * | Handle bad refs better | cel | 2017-05-11 | 1 | -1/+1 |
| | | |||||
| * | First pass at listing subscribed channels | _ssb | 2017-05-11 | 2 | -12/+70 |
| | | |||||
| * | Optimize looking up follow | cel | 2017-05-09 | 1 | -7/+9 |
| | | |||||
| * | Exclude channel from list if all its subscribers unsubscribed | cel | 2017-05-09 | 1 | -0/+3 |
| | | |||||
| * | Redirect to published message from /compose | cel | 2017-05-09 | 1 | -3/+12 |
| | | |||||
| * | Add back doctype | cel | 2017-05-09 | 1 | -1/+3 |
| | | |||||
| * | Add fallback image sizes | cel | 2017-05-09 | 2 | -1/+3 |
| | | |||||
| * | Implement thread forking option | cel | 2017-05-06 | 1 | -3/+18 |
| | | |||||
| * | Put shortcut icon in correct place | cel | 2017-05-06 | 2 | -3/+2 |
| | | |||||
| * | Serve channels under /channel/ instead of /%23 | cel | 2017-05-06 | 2 | -9/+17 |
| | | |||||
| * | check ref is string | cel | 2017-05-05 | 1 | -0/+1 |
| | | |||||
* | | wip: about | cel | 2017-05-04 | 6 | -25/+162 |
|/ | |||||
* | Fix checking git-update size | cel | 2017-05-04 | 1 | -1/+1 |
| |