Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor style changes | cel | 2020-04-01 | 1 | -3/+3 |
| | |||||
* | gathering: list initial mentions | cel | 2020-03-28 | 2 | -1/+24 |
| | |||||
* | about: don't list mentions | cel | 2020-03-28 | 1 | -0/+1 |
| | |||||
* | Render names of some message types better | cel | 2020-03-28 | 1 | -0/+7 |
| | |||||
* | Make diff table more compact | cel | 2020-03-28 | 2 | -8/+10 |
| | |||||
* | Render descriptions as diffs in gathering threads | cel | 2020-03-28 | 4 | -4/+90 |
| | |||||
* | Remove use of backlinks index option | cel | 2020-03-28 | 1 | -12/+2 |
| | | | | | | | The option is no longer an optimization, and the work-around is no longer needed. Implicitly exclude unlikely timestamps. | ||||
* | Don't auto-mention self in gathering thread | cel | 2020-03-28 | 1 | -1/+4 |
| | |||||
* | Reduce mentions | cel | 2020-03-28 | 1 | -2/+13 |
| | | | | Save message size by changing {link: id} to id | ||||
* | new gathering: put mentions in gathering root | cel | 2020-03-28 | 1 | -29/+29 |
| | |||||
* | Fix fallback about image | cel | 2020-03-28 | 2 | -2/+2 |
| | |||||
* | Try to clarify gathering times | cel | 2020-03-28 | 2 | -5/+7 |
| | | | | | | | - Show user-local date time string on gathering page, alongside UTC timestamp and TZ string - Include TZ in about message - Align table headings to be more readable | ||||
* | Fix sorting by claimed timestamp | cel | 2020-03-28 | 3 | -8/+10 |
| | |||||
* | Fix typo | cel | 2020-03-19 | 1 | -1/+1 |
| | |||||
* | Add pages to create, view, and edit Gatherings | cel | 2020-03-19 | 3 | -1/+779 |
| | |||||
* | advsearch: html escape | cel | 2020-03-19 | 1 | -4/+4 |
| | |||||
* | Render image removal | cel | 2020-03-19 | 1 | -1/+1 |
| | |||||
* | git: handle messsages linking to git blobs not present in that specific message | cel | 2020-03-19 | 1 | -0/+20 |
| | | | | Search parent commits for the linked git object | ||||
* | drafts: better error handling; skip dotfiles | cel | 2020-03-19 | 1 | -2/+6 |
| | |||||
* | printView: show message date on right | cel | 2020-03-19 | 2 | -12/+17 |
| | |||||
* | print view: no message horizontal border | cel | 2020-03-19 | 1 | -1/+3 |
| | |||||
* | Add "single" mode | cel | 2020-03-19 | 1 | -1/+14 |
| | |||||
* | messagesByType: support sort by claimed timestamp | cel | 2020-03-05 | 1 | -2/+13 |
| | |||||
* | threads: use messagesByType | cel | 2020-03-05 | 1 | -2/+3 |
| | |||||
* | threads navpage | noffle | 2020-03-04 | 2 | -0/+27 |
| | |||||
* | Render more about values | cel | 2020-02-27 | 1 | -3/+4 |
| | |||||
* | Fix blob filename handling | cel | 2020-02-27 | 2 | -5/+8 |
| | | | | Make links to HTML blobs not prompt to download | ||||
* | Deduplicate git blob ids | cel | 2020-02-14 | 1 | -1/+9 |
| | |||||
* | Optimize /about-diff | cel | 2020-01-28 | 2 | -3/+15 |
| | | | | | - Include rel/type in links query - Query only own messages for self-about (unless fromAny=1) | ||||
* | Fix typos | cel | 2020-01-24 | 1 | -4/+4 |
| | |||||
* | blobs: use filename query parameter instead of file | cel | 2020-01-24 | 1 | -2/+2 |
| | | | | Match how multiblob-http does it. | ||||
* | Support blob contentType and gzip query parameters | cel | 2020-01-24 | 1 | -0/+8 |
| | |||||
* | print view: don't show relative time | cel | 2020-01-15 | 2 | -1/+2 |
| | |||||
* | Support blob range requests | cel | 2020-01-15 | 1 | -18/+68 |
| | |||||
* | Format etags better | cel | 2020-01-15 | 1 | -7/+7 |
| | | | | Quote and capitalize properly | ||||
* | Decode HTML entities in mentions | cel | 2020-01-07 | 1 | -0/+4 |
| | |||||
* | Add printView and noThread query string options | cel | 2019-12-31 | 3 | -6/+28 |
| | | | | | - printView: no nav header, footer, action links, composer, or avatar. - noThread: show only the target message, no replies/mentions. | ||||
* | Show message unbox key | cel | 2019-12-31 | 1 | -1/+3 |
| | | | | | This makes it easier to copy-paste a private message id + key for sharing, or let it appear in a print view / PDF export. | ||||
* | Show id in feed names in markdown-usable way | cel | 2019-12-31 | 3 | -2/+29 |
| | | | | | If the feed name cannot be used as a @mention but must be a [@mention](@id), show it that way, so it can be copy-pastable into new message text. | ||||
* | Search through JSON object keys | cel | 2019-12-18 | 1 | -2/+4 |
| | |||||
* | Sanitize strings | cel | 2019-12-14 | 3 | -77/+87 |
| | | | | Calling String on an object with a toString property would throw an error | ||||
* | Revert "Sort messages in thread by timestamp" | cel | 2019-12-12 | 1 | -17/+5 |
| | | | | | | This reverts commit 01ea88684375793b3e009d8cefb9722384e2c88b. Messages with wrong timestamps is more common than I thought. | ||||
* | Don't reply-mention self | cel | 2019-12-10 | 1 | -1/+4 |
| | |||||
* | Activate mention attendees checkbox | cel | 2019-12-10 | 1 | -0/+1 |
| | |||||
* | Add "mention attendees" option for replies to gatherings | cel | 2019-12-07 | 2 | -0/+78 |
| | |||||
* | Reply mention feeds | cel | 2019-12-07 | 1 | -0/+15 |
| | |||||
* | Sort messages in thread by timestamp | cel | 2019-12-07 | 1 | -5/+17 |
| | | | | ssb-sort was not doing so well | ||||
* | Add content warning field in composer | cel | 2019-12-07 | 1 | -2/+6 |
| | |||||
* | Emphasize content warning more | cel | 2019-12-07 | 1 | -1/+2 |
| | |||||
* | Make "previous" link in raw mode preserve raw and ooo modes | cel | 2019-12-07 | 3 | -6/+24 |
| |