Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-06-17 | Show quoted posts | r | 1 | -0/+12 | |
2023-12-28 | Update the default theme | r | 1 | -1/+1 | |
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-10-01 | Add profile edit page | r | 1 | -0/+1 | |
2022-12-17 | Add support for expiring mutes | r | 1 | -0/+1 | |
2022-05-10 | Refactor duration formatting | r | 1 | -22/+19 | |
2022-05-10 | Fix custom CSS | r | 1 | -0/+5 | |
2022-03-30 | Fix duration overflow | r | 1 | -9/+8 | |
time.Sub() returns int64 duration in nanoseconds, which can only represent around 290 years. | |||||
2022-03-30 | Switch to html/template | r | 1 | -5/+8 | |
2022-02-11 | Add lists | r | 1 | -0/+2 | |
2022-01-27 | Refactor status filter | r | 1 | -15/+10 | |
2022-01-27 | Highlight quotes | r | 1 | -0/+4 | |
2021-09-05 | Add quick reply | r | 1 | -0/+1 | |
2021-01-30 | Add filters | r | 1 | -0/+1 | |
2020-10-30 | Use username as title for mentions | r | 1 | -1/+1 | |
2020-10-17 | Fix search query escaping | r | 1 | -2/+0 | |
2020-09-22 | Update time duration calculation | r | 1 | -4/+4 | |
2020-09-22 | Update CSS | r | 1 | -2/+2 | |
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-05-29 | HTML Escape search queries | r | 1 | -0/+2 | |
2020-05-24 | Imporve emoji style | r | 1 | -2/+2 | |
- Increase emoji size - Add colons to emoji alt text and title | |||||
2020-02-23 | Cleanup renderer.go | r | 1 | -126/+61 | |
2020-02-19 | Fix time duration value | r | 1 | -2/+10 | |
- Make sure that duration is not < 0 - Handle nil ExpiresAt time in poll | |||||
2020-02-18 | Add frame based navigation | r | 1 | -0/+12 | |
2020-02-09 | Add poll support | r | 1 | -3/+11 | |
Currenlty only voting is possible. | |||||
2020-02-01 | Use vendored dependencies | r | 1 | -1/+1 | |
2020-01-31 | Update user page | r | 1 | -12/+0 | |
- Use the same page to display status and user list - Add media only status list | |||||
2020-01-30 | Add user search page | r | 1 | -0/+6 | |
2020-01-30 | Remove icons | r | 1 | -42/+0 | |
2020-01-28 | Refactor everything | r | 1 | -24/+41 | |
2020-01-14 | Refactor renderer and templates | r | 1 | -49/+53 | |
2020-01-12 | Add dark mode | r | 1 | -0/+42 | |
2020-01-10 | Use readable timestamp for statuses | r | 1 | -0/+5 | |
2019-12-29 | Add following and followers page | r | 1 | -0/+10 | |
2019-12-27 | Add settings page | r | 1 | -0/+5 | |
2019-12-26 | Add search page | r | 1 | -0/+5 | |
2019-12-26 | Add liked by and retweeted by page | r | 1 | -9/+19 | |
2019-12-25 | Refector render structs | r | 1 | -12/+12 | |
2019-12-22 | Add emojis page | r | 1 | -0/+5 | |
2019-12-22 | Fix css and template issues | r | 1 | -2/+2 | |
2019-12-21 | Show content warning in status | r | 1 | -1/+4 | |
2019-12-21 | Add about page | r | 1 | -0/+4 | |
2019-12-21 | Use local url for for mentioned users | r | 1 | -5/+18 | |
2019-12-20 | Fix TimeSince calculation | r | 1 | -1/+1 | |
2019-12-20 | Add user page and follow/unfollow calls | r | 1 | -0/+5 | |
2019-12-15 | Add notification support | r | 1 | -0/+5 | |