Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Cleanup file upload functions | r | |
2023-10-01 | Add profile edit page | r | |
2023-09-24 | Fix minimum required Go version in go.mod | r | |
2023-09-24 | Use a custom LimitedReader instead of http.MaxBytesReader | r | |
Fixes compatibility with older Go versions. | |||
2023-09-22 | Sanitize user field name | romin | |
2023-09-18 | Restrict instance domain in single_instance mode | r | |
2023-09-18 | Set timeout and response size limit for the http client | r | |
2023-09-09 | fluoride: Allow submitting the form with Ctrl+Enter | 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 | Trim leading and trailing white space from selectable text | r | |
2023-09-08 | Load CSS on the root page | r | |
This applies the background color to the root page and avoids flicker during the initial page load. | |||
2023-09-08 | Fix display name and title on mute page | r | |
2023-09-08 | Fix userlist margin | r | |
2022-12-17 | Add support for expiring mutes | r | |
2022-12-17 | Pass with_relationships param for accounts | r | |
2022-12-17 | Show emojis in Mastadon field names | 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-10-24 | Show emojis in Mastadon fields | r | |
2022-09-23 | Remove unused card field from status | r | |
Fixes JSON parsing of posts with incompatible card data. | |||
2022-09-09 | Show BlockedBy on user page | Pete | |
Just show this information. No blockbots required. | |||
2022-05-10 | Fix CSS inconsistencies | r | |
2022-05-10 | Add missing @ sign in the reply post form | r | |
2022-05-10 | Refactor duration formatting | r | |
2022-05-10 | Fix custom CSS | r | |
2022-05-04 | fluoride: Add support for image.png | r | |
2022-04-17 | Lazy load images on emoji page | r | |
Makes the emoji page usable for instances with 1000+ emojis. The attribute is considered experimental by Mozilla, but is supported by most of the modern browsers. | |||
2022-03-31 | Fix user search page | r | |
2022-03-30 | Show attachment metadata when attachment preview is disabled | r | |
2022-03-30 | fluoride: Use max-width for popup | r | |
2022-03-30 | fluoride: Use target=_blank for user field links | r | |
2022-03-30 | Set max size for embedded images in profile description | r | |
2022-03-30 | Fix duration overflow | r | |
time.Sub() returns int64 duration in nanoseconds, which can only represent around 290 years. | |||
2022-03-30 | Switch to html/template | r | |
2022-02-11 | Add lists | r | |
2022-02-10 | Don't overwrite global config file on make install | r | |
2022-01-27 | Fix null imgPrev in setPos | r | |
2022-01-27 | Add refresh button on timeline page | r | |
2022-01-27 | Refactor status filter | r | |
2022-01-27 | Highlight quotes | r | |
2022-01-02 | Simplify id generation | r | |
2022-01-02 | Use GO's flag parser instead of getopt | r | |
There's only one flag, so it doesn't matter. | |||
2022-01-02 | Change config file lookup | r | |
- Look for both local and global config file - Directly generate the global config file with make install | |||
2022-01-02 | Fix image preview position on load event | r | |
2021-12-13 | Remove poll type from notification exclude | r | |
2021-12-13 | Add an option to hide unsupported notifications | r | |
2021-11-22 | Fix time parsing for empty string | r | |
2021-11-16 | Escape user display name | r | |