Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-02-12 | Update page titles | r | 1 | -2/+2 | |
- Use consistent letter casing - Append instance domain to the title | |||||
2024-02-12 | Show follow request count on user page | r | 1 | -1/+3 | |
2024-02-05 | Add inline follow/unfollow buttons on follow list page | r | 1 | -5/+5 | |
2024-01-17 | Add inline mute/block buttons on mute/block page | r | 1 | -2/+36 | |
2023-12-28 | Update the default theme | r | 1 | -30/+30 | |
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-09-22 | Sanitize user field name | romin | 1 | -1/+1 | |
2023-09-08 | Trim leading and trailing white space from selectable text | r | 1 | -4/+4 | |
2023-09-08 | Fix userlist margin | r | 1 | -2/+0 | |
2022-12-17 | Add support for expiring mutes | r | 1 | -11/+1 | |
2022-12-17 | Show emojis in Mastadon field names | r | 1 | -1/+1 | |
2022-10-24 | Show emojis in Mastadon fields | r | 1 | -1/+1 | |
2022-09-09 | Show BlockedBy on user page | Pete | 1 | -0/+1 | |
Just show this information. No blockbots required. | |||||
2022-03-30 | fluoride: Use target=_blank for user field links | r | 1 | -3/+7 | |
2022-03-30 | Switch to html/template | r | 1 | -3/+3 | |
2021-11-16 | Escape user display name | r | 1 | -1/+1 | |
2021-10-29 | Add "mute (keep notifications)" button | r | 1 | -0/+6 | |
2021-04-07 | Fix animated avatars | r | 1 | -2/+2 | |
2021-03-29 | Display Mastadon fields on user page | r | 1 | -0/+3 | |
2021-01-30 | Add filters | r | 1 | -0/+1 | |
2021-01-17 | Make redirection work without Referer header | r | 1 | -0/+11 | |
2021-01-16 | Add follow request support | r | 1 | -4/+9 | |
2020-11-28 | Fix RTL display name rendering | r | 1 | -1/+1 | |
Wrap all the inline display names in a <bdi> tag | |||||
2020-09-27 | Add likes list | r | 1 | -0/+9 | |
2020-09-27 | Add blocks list | r | 1 | -1/+6 | |
2020-09-27 | Add mutes list | r | 1 | -1/+6 | |
2020-09-27 | Add bookmarks | r | 1 | -0/+17 | |
- Add bookmark/unbookmark link on mouse hover - Add bookmarks section on user profile page | |||||
2020-09-22 | Make navigation links more prominent | r | 1 | -1/+1 | |
2020-09-22 | Use '@' prefix for all usernames | r | 1 | -1/+1 | |
2020-09-22 | Update CSS | r | 1 | -1/+1 | |
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. | |||||
2020-04-19 | Show {hide,show}retweets button only for followed users | r | 1 | -0/+2 | |
2020-04-19 | Add account {hide,show}retweets | r | 1 | -1/+13 | |
2020-04-17 | Add account {,un}subscribe | r | 1 | -8/+20 | |
2020-02-18 | Add frame based navigation | r | 1 | -2/+1 | |
2020-02-08 | Remove account relationship buttons for logged in user's page | r | 1 | -0/+2 | |
2020-02-08 | Add account muting and blocking | r | 1 | -4/+29 | |
2020-02-06 | Render emojis in profile description | r | 1 | -1/+1 | |
2020-01-31 | Update user page | r | 1 | -3/+21 | |
- Use the same page to display status and user list - Add media only status list | |||||
2020-01-30 | Add user search page | r | 1 | -0/+3 | |
2020-01-30 | Remove icons | r | 1 | -1/+1 | |
2020-01-28 | Refactor everything | r | 1 | -1/+1 | |
2020-01-26 | Add CSRF protection | r | 1 | -3/+6 | |
2020-01-14 | Refactor renderer and templates | r | 1 | -5/+6 | |
2020-01-12 | Add dark mode | r | 1 | -1/+1 | |
2020-01-01 | Use png icons instead of font icons | r | 1 | -1/+1 | |
2019-12-29 | Add following and followers page | r | 1 | -1/+3 | |
2019-12-25 | Update header template and add option for custom css | r | 1 | -1/+1 | |
2019-12-22 | Switch to fork-awesome font | r | 1 | -1/+1 | |
2019-12-22 | Fix css and template issues | r | 1 | -1/+6 | |
2019-12-21 | Use local url for for mentioned users | r | 1 | -1/+1 | |
2019-12-20 | Add user page and follow/unfollow calls | r | 1 | -0/+54 | |