Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-28 | fluoride: Add null check in setPosHEADmaster | r | |
2024-10-28 | fluoride: Fix like/retweet for quote posts | r | |
2024-10-14 | Add support for quote reply | r | |
2024-10-14 | Don't force auto height/width on "inline" images | r | |
This fixes the size of mikuphile emojis. | |||
2024-06-17 | Add missing width property for display name emojis | r | |
2024-06-17 | Fix URL encoding of user inputs | r | |
2024-06-17 | Add hashtag search | r | |
2024-06-17 | Fix bell icon notification | r | |
2024-06-17 | Show quoted posts | 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-04-09 | Fix closing tag | 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 | |
2024-01-17 | Add inline mute/block buttons on mute/block page | r | |
2024-01-17 | Fix issues in the updated theme | r | |
2023-12-28 | Update the default theme | r | |
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-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 | fluoride: Add image preview for profile image | r | |
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-15 | Restrict instance level custom CSS to static directory | r | |
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 | 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 | |