WithoutPants

Results 50 issues of WithoutPants

Returns an error if fileSize is zero or negative. Existing behaviour was to return an empty string on empty file, and panic if filesize is negative.

bug

Upgrades to go1.19 without changing the dependencies.

chore

Imperial units are now shown for height and weight in the performer detail panel and the performer list table. ![image](https://user-images.githubusercontent.com/53250216/200482764-a6c393be-589c-452c-9bad-4c09fcfcf3d4.png) The metric height is within a span with class `height-metric`,...

improvement

Adds director and studio code to the tagger scene card for selection. Also updates the scraper documentation to include the new scene fields. Fixes #3095

improvement

Fixes #3091 Refactors the autotag code (yet again) to query for scenes/images/galleries in batches, and to update them in individual transactions.

bug

Includes refactoring of the performer object model to use relationship fields in the same way as scenes etc. Adds disambiguation field. This field is shown in parentheses next to the...

feature

Uses the `RatingSystem` component in `RatingFilter`. Makes it easier to filter by rating and fixes issue where ratings with decimal points could not be filtered. ![image](https://user-images.githubusercontent.com/53250216/202103132-fa737b1f-61da-4fa1-8083-1f209636202f.png) Defaults to 5 stars...

bug
improvement

This is a replacement PR for #2491. Our existing blob storage system is a number of tables containing images - `scene_covers`, `performers_image`, etc. Additionally, scene covers are stored both in...

improvement

Occasionally, it is necessary to obtain a user's stash database for debugging issues. This PR provides a way for a user to share their database without leaking information they consider...

feature