stash/internal/manager
WithoutPants 51999135be
Add SFW content mode option (#6262)
* Use more neutral language for content
* Add sfw mode setting
* Make configuration context mandatory
* Add sfw class when sfw mode active
* Hide nsfw performer fields in sfw mode
* Hide nsfw sort options
* Hide nsfw filter/sort options in sfw mode
* Replace o-count with like counter in sfw mode
* Use sfw label for o-counter filter in sfw mode
* Use likes instead of o-count in sfw mode in other places
* Rename sfw mode to sfw content mode
* Use sfw image for default performers in sfw mode
* Document SFW content mode
* Add SFW mode setting to setup
* Clarify README
* Change wording of sfw mode description
* Handle configuration loading error correctly
* Hide age in performer cards
2025-11-18 11:13:35 +11:00
..
config Add SFW content mode option (#6262) 2025-11-18 11:13:35 +11:00
task Fix various migration issues (#5723) 2025-03-19 08:04:21 +11:00
apikey.go Update a number of dependencies (incl. CVE fixes) (#4107) 2023-10-26 16:24:32 +11:00
checksum.go Only set video algorithm after migration 12 (#2946) 2022-09-26 11:27:53 +10:00
downloads.go Improve caching, HTTP headers and URL handling (#3594) 2023-04-19 13:01:32 +10:00
enums.go Manager refactor, part 1 (#4298) 2023-11-28 13:56:46 +11:00
exclude_files.go exclude empty regex exclude (#6023) 2025-09-09 15:04:39 +10:00
exclude_files_test.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
fingerprint.go Manager refactor, part 1 (#4298) 2023-11-28 13:56:46 +11:00
generator.go Manager refactor, part 1 (#4298) 2023-11-28 13:56:46 +11:00
generator_interactive_heatmap_speed.go Fix funscript parsing issues (#5978) 2025-06-30 07:52:53 +10:00
generator_sprite.go Manager refactor, part 1 (#4298) 2023-11-28 13:56:46 +11:00
import.go Fix export zip paths when exporting from Windows (#3022) 2022-10-20 11:41:46 +11:00
init.go Scan video orientation (#5189) 2024-09-03 16:33:15 +10:00
json_utils.go Maintain saved filters in full export/import (#5465) 2024-11-12 16:59:28 +11:00
log.go Restructure ffmpeg (#2392) 2022-04-18 10:50:10 +10:00
manager.go Add SFW content mode option (#6262) 2025-11-18 11:13:35 +11:00
manager_tasks.go Correct Stash box endpoint inputs (#4924) 2024-06-11 13:14:12 +10:00
models.go Add SFW content mode option (#6262) 2025-11-18 11:13:35 +11:00
repository.go Ignore missing scenes when submitting fingerprints (#5799) 2025-04-02 15:48:07 +11:00
running_streams.go add content-disposition filename header to streams (#6119) 2025-10-09 13:35:11 +11:00
scene.go Model refactor (#3915) 2023-09-01 10:39:29 +10:00
subscribe.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
task.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
task_autotag.go Make migration an asynchronous task (#4666) 2024-03-14 11:06:23 +11:00
task_clean.go Make migration an asynchronous task (#4666) 2024-03-14 11:06:23 +11:00
task_export.go Import/export bug fixes (#5780) 2025-04-01 15:04:26 +11:00
task_generate.go Make migration an asynchronous task (#4666) 2024-03-14 11:06:23 +11:00
task_generate_clip_preview.go Manager refactor, part 1 (#4298) 2023-11-28 13:56:46 +11:00
task_generate_image_thumbnail.go Add option to generate image thumbnails during generate (#4602) 2024-02-22 11:19:23 +11:00
task_generate_interactive_heatmap_speed.go Update Scenes' 'Updated At' Date on Heatmap Gen & Expand Error Log (#5401) 2024-10-29 12:19:49 +11:00
task_generate_markers.go Use Marker endSeconds value when generating previews (#5542) 2025-01-30 13:40:08 +11:00
task_generate_phash.go Improve handling of moved and added video files (#4598) 2024-02-20 14:04:31 +11:00
task_generate_preview.go Fix generate task override behaviour (#3661) 2023-05-03 13:42:25 +10:00
task_generate_screenshot.go Return if primary file failed to load (#6200) 2025-10-29 11:11:21 +11:00
task_generate_sprite.go Fix generate task override behaviour (#3661) 2023-05-03 13:42:25 +10:00
task_identify.go Add rate limit to stashbox connection (#5764) 2025-03-27 11:54:00 +11:00
task_import.go Add marker end seconds import/export (#5777) 2025-03-28 16:50:26 +11:00
task_migrate_hash.go [Files Refactor] Performance tuning (#2865) 2022-09-06 07:04:52 +00:00
task_optimise.go Make migration an asynchronous task (#4666) 2024-03-14 11:06:23 +11:00
task_plugin.go Make migration an asynchronous task (#4666) 2024-03-14 11:06:23 +11:00
task_scan.go Upgrade gqlgenc and regenerate stash-box client (#5391) 2024-10-29 17:35:17 +11:00
task_stash_box_tag.go Add rate limit to stashbox connection (#5764) 2025-03-27 11:54:00 +11:00
task_transcode.go Fix ffmpeg error when trying to scale and copy video (#4660) 2024-03-07 09:02:45 +11:00