Age | Commit message (Collapse) | Author |
|
|
|
This applies the background color to the root page and avoids flicker
during the initial page load.
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
Fixes JSON parsing of posts with incompatible card data.
|
|
Just show this information. No blockbots required.
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
time.Sub() returns int64 duration in nanoseconds, which can only
represent around 290 years.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
There's only one flag, so it doesn't matter.
|
|
- Look for both local and global config file
- Directly generate the global config file with make install
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|