Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add hashtag search | r | 2024-06-17 | 1 | -1/+1 |
| | |||||
* | Show quoted posts | r | 2024-06-17 | 1 | -0/+12 |
| | |||||
* | Make refresh button point to the first page on timeline | r | 2024-04-21 | 1 | -6/+7 |
| | |||||
* | Update page titles | r | 2024-02-12 | 1 | -1/+1 |
| | | | | | - Use consistent letter casing - Append instance domain to the title | ||||
* | Add inline follow/unfollow buttons on follow list page | r | 2024-02-05 | 1 | -6/+5 |
| | |||||
* | Update the default theme | r | 2023-12-28 | 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. | ||||
* | Add profile edit page | r | 2023-10-01 | 2 | -0/+6 |
| | |||||
* | Add support for expiring mutes | r | 2022-12-17 | 2 | -0/+6 |
| | |||||
* | 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 | 2 | -0/+15 |
| | |||||
* | 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 | 2 | -0/+8 |
| | |||||
* | Add option for user CSS | r | 2021-04-03 | 1 | -0/+1 |
| | |||||
* | Update error page | r | 2021-04-03 | 1 | -1/+3 |
| | | | | | - Add retry button for GET requests - Only show signin button when it's a session error | ||||
* | Refactor | r | 2021-03-28 | 1 | -6/+6 |
| | |||||
* | Add filters | r | 2021-01-30 | 2 | -0/+6 |
| | |||||
* | Add remote timeline | r | 2021-01-23 | 1 | -0/+2 |
| | |||||
* | Make redirection work without Referer header | r | 2021-01-17 | 1 | -0/+1 |
| | |||||
* | Add notification interval setting | r | 2020-11-14 | 1 | -6/+6 |
| | | | | It replaces the "Auto refresh notifications" checkbox | ||||
* | Use username as title for mentions | r | 2020-10-30 | 1 | -1/+1 |
| | |||||
* | Add setting for default format | r | 2020-10-19 | 1 | -1/+2 |
| | |||||
* | 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. | ||||
* | Fix issues related to AntiDopamine mode | r | 2020-09-03 | 1 | -7/+7 |
| | | | | | - Add AntiDopamine mode description - Update fluoride to support AntiDopamine mode | ||||
* | Add the Anti Dopamine feature | Hyphen | 2020-09-03 | 1 | -0/+1 |
| | |||||
* | 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 | ||||
* | Add option to hide attachments | r | 2020-04-25 | 1 | -6/+7 |
| | |||||
* | Add notification count in page title | r | 2020-02-26 | 1 | -0/+1 |
| | |||||
* | Cleanup renderer.go | r | 2020-02-23 | 1 | -126/+61 |
| | |||||
* | Use <base> element to set target | r | 2020-02-23 | 1 | -0/+1 |
| | |||||
* | 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 | 2 | -28/+30 |
| | |||||
* | Add poll support | r | 2020-02-09 | 1 | -3/+11 |
| | | | | Currenlty only voting is possible. | ||||
* | Remove account relationship buttons for logged in user's page | r | 2020-02-08 | 1 | -6/+16 |
| | |||||
* | Add status deletion | r | 2020-02-02 | 1 | -0/+1 |
| | |||||
* | Use vendored dependencies | r | 2020-02-01 | 2 | -2/+2 |
| | |||||
* | Update user page | r | 2020-01-31 | 2 | -24/+2 |
| | | | | | - Use the same page to display status and user list - Add media only status list | ||||
* | Add user search page | r | 2020-01-30 | 2 | -0/+14 |
| | |||||
* | Remove icons | r | 2020-01-30 | 1 | -42/+0 |
| | |||||
* | Refactor everything | r | 2020-01-28 | 2 | -33/+41 |
| | |||||
* | Add CSRF protection | r | 2020-01-26 | 1 | -0/+2 |
| | |||||
* | Refactor renderer and templates | r | 2020-01-14 | 2 | -51/+60 |
| | |||||
* | Add dark mode | r | 2020-01-12 | 2 | -0/+45 |
| | |||||
* | Use readable timestamp for statuses | r | 2020-01-10 | 1 | -0/+5 |
| |