Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Show BlockedBy on user page | Pete | 2022-09-09 | 2 | -0/+2 |
| | | | | Just show this information. No blockbots required. | ||||
* | Fix CSS inconsistencies | r | 2022-05-10 | 1 | -11/+7 |
| | |||||
* | Add missing @ sign in the reply post form | r | 2022-05-10 | 1 | -1/+1 |
| | |||||
* | Refactor duration formatting | r | 2022-05-10 | 1 | -22/+19 |
| | |||||
* | Fix custom CSS | r | 2022-05-10 | 2 | -1/+6 |
| | |||||
* | fluoride: Add support for image.png | r | 2022-05-04 | 1 | -0/+18 |
| | |||||
* | Lazy load images on emoji page | r | 2022-04-17 | 1 | -1/+1 |
| | | | | | | 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. | ||||
* | Fix user search page | r | 2022-03-31 | 1 | -1/+1 |
| | |||||
* | Show attachment metadata when attachment preview is disabled | r | 2022-03-30 | 1 | -4/+4 |
| | |||||
* | fluoride: Use max-width for popup | r | 2022-03-30 | 1 | -0/+2 |
| | |||||
* | fluoride: Use target=_blank for user field links | r | 2022-03-30 | 2 | -4/+8 |
| | |||||
* | Set max size for embedded images in profile description | r | 2022-03-30 | 1 | -0/+8 |
| | |||||
* | 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 | 12 | -25/+31 |
| | |||||
* | Add lists | r | 2022-02-11 | 13 | -33/+322 |
| | |||||
* | Don't overwrite global config file on make install | r | 2022-02-10 | 3 | -4/+7 |
| | |||||
* | Fix null imgPrev in setPos | r | 2022-01-27 | 1 | -1/+1 |
| | |||||
* | Add refresh button on timeline page | r | 2022-01-27 | 5 | -11/+14 |
| | |||||
* | Refactor status filter | r | 2022-01-27 | 1 | -15/+10 |
| | |||||
* | Highlight quotes | r | 2022-01-27 | 2 | -0/+8 |
| | |||||
* | Simplify id generation | r | 2022-01-02 | 1 | -13/+7 |
| | |||||
* | Use GO's flag parser instead of getopt | r | 2022-01-02 | 2 | -132/+5 |
| | | | | There's only one flag, so it doesn't matter. | ||||
* | Change config file lookup | r | 2022-01-02 | 6 | -35/+40 |
| | | | | | - Look for both local and global config file - Directly generate the global config file with make install | ||||
* | Fix image preview position on load event | r | 2022-01-02 | 1 | -2/+8 |
| | |||||
* | Remove poll type from notification exclude | r | 2021-12-13 | 1 | -5/+0 |
| | |||||
* | Add an option to hide unsupported notifications | r | 2021-12-13 | 5 | -37/+60 |
| | |||||
* | Fix time parsing for empty string | r | 2021-11-22 | 2 | -3/+16 |
| | |||||
* | Escape user display name | r | 2021-11-16 | 7 | -9/+9 |
| | |||||
* | Add "mute (keep notifications)" button | r | 2021-10-29 | 4 | -5/+21 |
| | |||||
* | Show signin button in case of an auth error | r | 2021-10-23 | 2 | -3/+23 |
| | |||||
* | Add quick reply | r | 2021-09-05 | 8 | -2/+96 |
| | |||||
* | Fix "more content" z-index | r | 2021-09-05 | 1 | -1/+1 |
| | |||||
* | Fix settings label | r | 2021-08-26 | 1 | -1/+1 |
| | |||||
* | Fix accesskey list | r | 2021-08-26 | 1 | -2/+6 |
| | |||||
* | Swap the position of twkn and remote timeline | r | 2021-08-26 | 1 | -2/+2 |
| | |||||
* | Show spoiler text even when post content is emtpy | r | 2021-08-26 | 1 | -1/+1 |
| | |||||
* | Fix css box and emoji list style | r | 2021-05-30 | 2 | -4/+13 |
| | |||||
* | Add refresh thread accesskey on /about | r | 2021-05-30 | 1 | -0/+4 |
| | |||||
* | Hide post format setting in case of empty list | r | 2021-05-30 | 2 | -1/+3 |
| | |||||
* | Fix retweet button for private/direct post | r | 2021-05-30 | 1 | -7/+2 |
| | |||||
* | Fix emojis | r | 2021-05-10 | 1 | -2/+2 |
| | |||||
* | Fix HTML escaping | r | 2021-04-23 | 5 | -13/+10 |
| | |||||
* | Add image preview popup | r | 2021-04-09 | 2 | -0/+69 |
| | |||||
* | Fix animated avatars | r | 2021-04-07 | 6 | -12/+12 |
| | |||||
* | Use preview url for images | r | 2021-04-07 | 1 | -1/+1 |
| | |||||
* | Add option for user CSS | r | 2021-04-03 | 6 | -0/+18 |
| | |||||
* | Add refresh button on thread page | r | 2021-04-03 | 1 | -1/+4 |
| | |||||
* | Update error page | r | 2021-04-03 | 4 | -10/+23 |
| | | | | | - Add retry button for GET requests - Only show signin button when it's a session error | ||||
* | Update Makefile | r | 2021-04-02 | 1 | -10/+11 |
| | | | | | - Respect $DESTDIR - Fix uninstall target | ||||
* | Display Mastadon fields on user page | r | 2021-03-29 | 1 | -0/+3 |
| |