Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-14 | Add support for quote reply | r | |
2024-06-17 | Fix URL encoding of user inputs | r | |
2024-06-17 | Add hashtag search | r | |
2024-04-21 | Make refresh button point to the first page on timeline | r | |
2024-04-21 | Allow adding non-following accounts to a list | r | |
2024-04-21 | Set irreversible to false for filters | r | |
2024-02-12 | Update page titles | r | |
- Use consistent letter casing - Append instance domain to the title | |||
2024-02-12 | Show follow request count on user page | r | |
2024-02-05 | Add inline follow/unfollow buttons on follow list page | r | |
2023-10-25 | Remove form-action CSP directive | r | |
Chrome incorrectly restricts the redirect URL to the sources specified in the form-action value, which prevents the instance oauth page from loading. | |||
2023-10-22 | Fix replace syntax | r | |
2023-10-15 | Use CSP header to restrict resource loading | r | |
This helps mitigate XSS exploits. Users will have to save the settings again to make the custom CSS work. | |||
2023-10-07 | Remove unused session ID field | r | |
2023-10-07 | Cleanup oauth redirect URL generation | r | |
2023-10-07 | Use stricter cookie attributes | r | |
2023-10-02 | Revoke oauth token on signout | r | |
2023-10-01 | Add profile edit page | r | |
2023-09-18 | Restrict instance domain in single_instance mode | r | |
2023-09-09 | Disable access log by default | r | |
Access logs aren't really useful during normal operation. Add a new flag -v to enable the verbose logging mode, which is still useful during the development. Also remove the log_file config because it's no longer useful. | |||
2023-09-08 | Fix display name and title on mute page | r | |
2022-12-17 | Add support for expiring mutes | r | |
2022-10-25 | Use cookies for session storage | r | |
Remove the server side session storage and store all the session related data in the client side cookies. This decreases the exposure of the auth tokens. It also simplifies the installation process as bloat no longer requires write access to the filesystem. This is a breaking change, all the existing sessions will stop working. | |||
2022-03-30 | Switch to html/template | r | |
2022-02-11 | Add lists | r | |
2021-12-13 | Remove poll type from notification exclude | r | |
2021-12-13 | Add an option to hide unsupported notifications | r | |
2021-10-29 | Add "mute (keep notifications)" button | r | |
2021-10-23 | Show signin button in case of an auth error | r | |
2021-09-05 | Add quick reply | r | |
2021-04-23 | Fix HTML escaping | r | |
2021-04-03 | Add option for user CSS | r | |
2021-04-03 | Update error page | r | |
- Add retry button for GET requests - Only show signin button when it's a session error | |||
2021-03-28 | Refactor | r | |
2021-01-30 | Add username to page title | r | |
Makes it easier to search a user page in browser history | |||
2021-01-30 | Add filters | r | |
2021-01-23 | Add remote timeline | r | |
2021-01-23 | Simplify timeline pagination | r | |
2021-01-17 | Make redirection work without Referer header | r | |
2021-01-16 | Add follow request support | r | |
2020-11-22 | Refactor things | r | |
- Remove separate auth/logging and merge them into transport.go - Add helper function for http handlers | |||
2020-11-14 | Add notification interval setting | r | |
It replaces the "Auto refresh notifications" checkbox | |||
2020-10-30 | Avoid unnecessary API call on thread page | r | |
2020-10-19 | Fix retweeted by id on user page | r | |
2020-10-19 | Add setting for default format | r | |
2020-10-19 | Avoid search call for empty query | r | |
2020-10-17 | Fix search query escaping | r | |
2020-09-27 | Fix next link on timeline page | r | |
2020-09-27 | Add likes list | r | |
2020-09-27 | Add blocks list | r | |
2020-09-27 | Add mutes list | r | |