discomrade

Results 22 issues of discomrade

The WebP option for thumbnails has the webp:lossless option enabled. However, if an image is being downscaled or upscaled to make a thumbnail, there is no point using a lossless...

Bug

This is useful for CSP when a site is hosted on multiple domains, such as a mirror.

This code is not functional or necessary and gives an error because the code wasn't raw HTML. It can be safely removed.

Fixes issue where a checkbox cannot be set as false if the default value is true (for example, the "Allow new signups" setting could not be disabled).

Allows users to delete their own posts, admin has an option to disable.

This fixes the cases where a registered user is not allowed to set parents, or where an anonymous user is allowed to set parents.

![image](https://github.com/shish/shimmie2/assets/83621080/2b72b9b1-2ddb-4f09-94c4-6f2e037ff49b) This makes it much easier to see when a tag was introduced in each entry. Using `explode` instead of `Tag::explode` prevents tags being aliased in the tag history, which...

This allows an admin to choose which speed tweaks to enable. ![image](https://github.com/shish/shimmie2/assets/83621080/af069e58-f06c-495d-aa29-6e4383c719ac) Pulling this code will require a change to documentation: https://github.com/shish/shimmie2/wiki/Performance#software-tweaks I also couldn't find what code this point...

Closes #1139 This does not handle existing user-defined classes (e.g. data/config/user-classes.conf.php) so I suggest the next release mention that users should remove from any custom user classes before upgrading. This...

This commit changes the themes to use a grid layout, inspired by Danbooru. This keeps the regular view the same, but changes to a narrow single-column view for mobile screens,...