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