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