Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fluoride: Fix like/retweet for quote posts | r | 2024-10-28 | 1 | -4/+4 |
| | |||||
* | Show quoted posts | r | 2024-06-17 | 1 | -0/+7 |
| | |||||
* | Update the default theme | r | 2023-12-28 | 1 | -44/+36 |
| | | | | | | This uses better color contrast and component spacing to improve legibility. The updated HTML also has better compatibility with browsers with limited/no CSS support. | ||||
* | Trim leading and trailing white space from selectable text | r | 2023-09-08 | 1 | -6/+6 |
| | |||||
* | Show attachment metadata when attachment preview is disabled | r | 2022-03-30 | 1 | -4/+4 |
| | |||||
* | Switch to html/template | r | 2022-03-30 | 1 | -5/+8 |
| | |||||
* | Fix time parsing for empty string | r | 2021-11-22 | 1 | -2/+2 |
| | |||||
* | Escape user display name | r | 2021-11-16 | 1 | -2/+2 |
| | |||||
* | Add quick reply | r | 2021-09-05 | 1 | -0/+3 |
| | |||||
* | Show spoiler text even when post content is emtpy | r | 2021-08-26 | 1 | -1/+1 |
| | |||||
* | Fix retweet button for private/direct post | r | 2021-05-30 | 1 | -7/+2 |
| | |||||
* | Fix emojis | r | 2021-05-10 | 1 | -2/+2 |
| | |||||
* | Fix HTML escaping | r | 2021-04-23 | 1 | -3/+3 |
| | |||||
* | Fix animated avatars | r | 2021-04-07 | 1 | -2/+2 |
| | |||||
* | Use preview url for images | r | 2021-04-07 | 1 | -1/+1 |
| | |||||
* | Make redirection work without Referer header | r | 2021-01-17 | 1 | -0/+8 |
| | |||||
* | Show attachment file name instead of the type | r | 2021-01-16 | 1 | -4/+12 |
| | |||||
* | Show emojis in poll options | r | 2021-01-16 | 1 | -2/+2 |
| | |||||
* | Fix RTL display name rendering | r | 2020-11-28 | 1 | -2/+2 |
| | | | | Wrap all the inline display names in a <bdi> tag | ||||
* | Fix CSS issues | r | 2020-11-11 | 1 | -8/+4 |
| | | | | | - fix text wrapping on reply popup - fix margin for media links | ||||
* | Fix CSS issues | r | 2020-10-30 | 1 | -1/+2 |
| | |||||
* | Simplify retweet/like form | r | 2020-10-19 | 1 | -30/+16 |
| | |||||
* | Add bookmarks | r | 2020-09-27 | 1 | -0/+13 |
| | | | | | - Add bookmark/unbookmark link on mouse hover - Add bookmarks section on user profile page | ||||
* | Use '@' prefix for all usernames | r | 2020-09-22 | 1 | -4/+7 |
| | |||||
* | Update CSS | r | 2020-09-22 | 1 | -5/+5 |
| | | | | | Now it's mostly CSS 2.1 compliant. All the images now use the height attribute to limit the size on browsers that don't support CSS. | ||||
* | Add the Anti Dopamine feature | Hyphen | 2020-09-03 | 1 | -3/+9 |
| | |||||
* | Show username tootltip on avatar | r@freesoftwareextremist.com | 2020-08-22 | 1 | -2/+2 |
| | |||||
* | Show status numbers | r | 2020-06-05 | 1 | -5/+5 |
| | |||||
* | Use attachment description as title | r | 2020-05-24 | 1 | -7/+7 |
| | |||||
* | Use default preload setting for audio and video | r | 2020-05-03 | 1 | -2/+2 |
| | |||||
* | Add option to hide attachments | r | 2020-04-25 | 1 | -3/+20 |
| | |||||
* | Gracefully handle the elephant | r | 2020-02-26 | 1 | -1/+1 |
| | |||||
* | Use <base> element to set target | r | 2020-02-23 | 1 | -19/+19 |
| | |||||
* | Fix time duration value | r | 2020-02-19 | 1 | -1/+1 |
| | | | | | - Make sure that duration is not < 0 - Handle nil ExpiresAt time in poll | ||||
* | Add frame based navigation | r | 2020-02-18 | 1 | -19/+19 |
| | |||||
* | Add poll support | r | 2020-02-09 | 1 | -29/+67 |
| | | | | Currenlty only voting is possible. | ||||
* | Add status deletion | r | 2020-02-02 | 1 | -0/+6 |
| | |||||
* | Add conversation muting | r | 2020-02-02 | 1 | -6/+21 |
| | |||||
* | Remove icons | r | 2020-01-30 | 1 | -24/+17 |
| | |||||
* | Update notification layout | r | 2020-01-29 | 1 | -4/+0 |
| | |||||
* | Add CSRF protection | r | 2020-01-26 | 1 | -4/+8 |
| | |||||
* | Refactor renderer and templates | r | 2020-01-14 | 1 | -19/+23 |
| | |||||
* | Add dark mode | r | 2020-01-12 | 1 | -13/+13 |
| | |||||
* | Add status reply preview in fluoride mode | r | 2020-01-11 | 1 | -3/+8 |
| | |||||
* | Use url fragment for post link on thread page | r | 2020-01-11 | 1 | -1/+1 |
| | |||||
* | Use readable timestamp for statuses | r | 2020-01-10 | 1 | -1/+1 |
| | |||||
* | Add fluoride mode | r | 2020-01-08 | 1 | -11/+11 |
| | |||||
* | Fix duplicate status ids | r | 2020-01-05 | 1 | -5/+9 |
| | | | | Use retweeted_by_id to focus target tweet | ||||
* | Use post method for like and retweet | r | 2020-01-04 | 1 | -12/+12 |
| | |||||
* | Use png icons instead of font icons | r | 2020-01-01 | 1 | -13/+13 |
| |