WithoutPants
WithoutPants
Having users use the shared test account is less than ideal, and I figure that we don't want to open up registration too much. Propose adding the following user roles:...
Adds a `GraphQL playground` link to the tools panel.
Adds `findFiles` and `findFile` queries to the graphql schema. Adds `parent_folder` and `zip_file` fields to the file and folder types and deprecates `parent_folder_id` and `zip_file_id`. This can be used to...
Adds a sticky top toolbar to the scenes query page. The sticky toolbar includes buttons to edit the filter, toggle the sidebar,   The results summary has been moved...
Makes the following components patchable and accept operations: - `GalleryList` - `GalleryAddPanel` - `GalleryImagesPanel` - `GroupList` - `GroupSubGroupsPane` - `ImageList` - `PerformerList` - `SceneListOperations` - `SceneMarkerList` - `StudioList` - `TagList`...
Adds custom field support to Studios. This adds support in the backend only.
Adds support for custom favicon by reading from `favicon.ico` from the config directory. Uses the custom favicon if it is present at startup. Adds `Custom Title` setting to the interface...
Part of rolling out of filtered list overhaul to other query pages - this one for gallery list.
### Describe the feature you'd like There is currently no graphql-supported way to destroy file database entries. Historically, this has been because it was internally managed by the scan and...