WithoutPants
dd0fa48345
Move tag exclusion to scrape query resolver ( #2391 )
2022-03-20 19:46:12 +11:00
WithoutPants
e4ad42caf0
Order gallery images by path ( #2390 )
2022-03-20 17:51:02 +11:00
WithoutPants
6ceb9c73dd
Don't generate thumbnails for webp ( #2388 )
...
* Don't generate thumbnails for animated webp
* Debug log when writing thumbnail to disk
2022-03-20 17:48:52 +11:00
WithoutPants
f69bd8a94f
Restructure go project ( #2356 )
...
* Move main to cmd
* Move api to internal
* Move logger and manager to internal
* Move shell hiding code to separate package
* Decouple job from desktop and utils
* Decouple session from config
* Move static into internal
* Decouple config from dlna
* Move desktop to internal
* Move dlna to internal
* Decouple remaining packages from config
* Move config into internal
* Move jsonschema and paths to models
* Make ffmpeg functions private
* Move file utility methods into fsutil package
* Move symwalk into fsutil
* Move single-use util functions into client package
* Move slice functions to separate packages
* Add env var to suppress windowsgui arg
* Move hash functions into separate package
* Move identify to internal
* Move autotag to internal
* Touch UI when generating backend
2022-03-17 11:33:59 +11:00
WithoutPants
9e3d56b22f
Fix identify and script scraper bugs ( #2375 )
...
* Continue identify if source fails
* Handle empty result set correctly
* Parse null values from scraper script correctly
* Omit warning when json selector value missing
* Return nil when scraped item not found
* Fix graphql validation errors
2022-03-15 09:42:22 +11:00
WithoutPants
e4d6d3b085
Use case-insensitive matching in nameMatchesPath ( #2378 )
...
* Use case-insensitive matching in nameMatchesPath
Also ensures that only unique words are returned in getPathWords.
2022-03-11 09:35:48 +11:00
cj
7bd47c651c
Read theme color from config file ( #2365 )
...
* read theme color from config file
* Update manual page
2022-03-10 08:24:13 +11:00
WithoutPants
d88515abcd
Autotag optimisation ( #2368 )
...
* Add duration to autotag finish message
* No sorting scene/image/gallery where not specified
* Use an LRU cache for sqlite regexp function
* Compile path separator regex once
* Cache objects with single letter first names
* Move finished auto-tag log
* Add more verbose logging
* Add new changelog
2022-03-09 12:01:56 +11:00
WithoutPants
18665863d6
Remove single unicode character from autotag query ( #2363 )
...
* Remove single unicode character from autotag query
* Compile regex once where possible
* Fix CPU profiling
* Only match unicode characters if in path
2022-03-07 13:26:24 +11:00
WithoutPants
d7473f4b38
Distance match phashes on bulk stash-box query ( #2355 )
2022-03-03 09:38:37 +11:00
WithoutPants
78b7a035d8
Set performer MD5 if name changed in stash-box tag ( #2345 )
2022-02-28 13:13:13 +11:00
WithoutPants
1ab5be162e
Handle unicode characters in autotag ( #2336 )
2022-02-28 13:12:43 +11:00
WithoutPants
7fd8fc8d55
Remove ChunkDuration warning ( #2346 )
...
ChunkDuration is only used in preview generation, and is already validated there.
2022-02-25 11:03:41 +11:00
Releck
22321c2b62
Fix performer tags not applying on scene scrapers ( #2339 )
2022-02-22 10:18:29 +11:00
WithoutPants
d678283486
Add setting for showing scene scrubber by default ( #2325 )
2022-02-20 11:08:05 +11:00
DampToast
77acbc42b7
Fix tattoos being put in twitter on batch performer ( #2332 )
2022-02-19 09:06:20 +11:00
kermieisinthehouse
36ce75c8c6
Fix windows systray icon just hanging out ( #2330 )
2022-02-18 15:03:41 +11:00
WithoutPants
429fc3869b
Clamp generator parameters ( #2319 )
2022-02-17 09:33:37 +11:00
DampToast
9321388770
Scan now uses exclude regex on gallery zips ( #2317 )
...
* Fix zip galleries not using regex excludes
2022-02-16 13:46:35 +11:00
mmavx
3fdc32b432
Add bulk movie update ( #2283 )
...
* Add bulk movie edit dialog
* Implement common bulk edit functions
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2022-02-16 13:03:57 +11:00
DampToast
de2724abb9
True case insensitive regex support ( #2314 )
2022-02-16 11:34:08 +11:00
kermieisinthehouse
4dd0bbc294
Add Several Media Performer Detail Filters, Scene Filters and Sort ( #2257 )
...
Co-authored-by: bnkai <48220860+bnkai@users.noreply.github.com>
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2022-02-16 11:11:57 +11:00
kermieisinthehouse
ddf38726a4
Cleanup logspam in identify ( #2287 )
2022-02-09 18:11:23 -08:00
kermieisinthehouse
21a86bb452
Fix build for renamed armv6 ( #2278 )
2022-02-03 11:59:00 +11:00
kermieisinthehouse
10bb9a6abc
Delete funscripts while deleting scene ( #2265 )
...
* Delete funscripts while deleting scene
* Indicate that funscripts will be deleted
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2022-02-03 11:58:48 +11:00
kermieisinthehouse
0e514183a7
Desktop integration ( #2073 )
...
* Open stash in system tray on Windows/MacOS
* Add desktop notifications
* MacOS Bundling
* Add binary icon
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2022-02-03 11:20:34 +11:00
kermieisinthehouse
def9ad88b0
Remove trusted proxies ( #2229 )
2022-02-03 10:16:22 +11:00
InfiniteTF
a3c20ce8da
Add support for submitting performer/scene drafts to stash-box ( #2234 )
...
* Add support for submitting performer/scene drafts to stash-box
Co-authored-by: Kermie <kermie@isinthe.house>
2022-02-01 15:06:51 +11:00
Viacheslav Poturaev
d9fb51f2f9
Reuse static server for multiple requests ( #2258 )
2022-01-28 15:20:05 +11:00
kermieisinthehouse
e1cf695b65
Deprecate forwarded port ( #2228 )
2022-01-11 10:09:14 +11:00
kermieisinthehouse
28c72d3ee3
Allow stash to be iframed ( #2217 )
2022-01-11 10:05:12 +11:00
kermieisinthehouse
13b60e7218
Add preview languages ( #2194 )
...
* Add preview languages
* Turkish is completed
* Update README.md
2022-01-05 14:21:15 +11:00
bnkai
be5dc7e545
Resolve hostname for chromium RDP requests ( #2174 )
2022-01-04 15:47:39 +11:00
InfiniteTF
34aea876e8
Add stash-box credentials validation ( #2173 )
2022-01-04 14:20:31 +11:00
bnkai
849c590b2a
Fix scrubber sprite creation for short video files ( #2167 )
...
* Fix scrubber sprite creation for small files
* accept only valid ffprobe nbReadFrames
2022-01-04 13:46:53 +11:00
InfiniteTF
bd784cdf96
Fix conversion of multi word stash-box enums ( #2191 )
2022-01-04 12:55:45 +11:00
InfiniteTF
a2bfa9ee79
Fix stash-box batch performer birthdate update ( #2189 )
2022-01-04 12:15:38 +11:00
bnkai
0c0bdd4e21
Fix oshash calculation for symlinks ( #2198 )
2022-01-04 11:30:42 +11:00
WithoutPants
bdfb8ad567
Support setting scrapers path in UI ( #2124 )
...
* Support setting scrapers path in UI
* Refresh scrapers when scrapers path changes
2021-12-20 12:00:26 +11:00
WithoutPants
b0cf04865a
Add force transcode option ( #2126 )
2021-12-20 11:45:36 +11:00
bnkai
f830d9cf13
Fix UseFileMetadata when scanning ( #2138 )
2021-12-19 14:03:46 +11:00
kermieisinthehouse
65b8a3fe96
Whitelist CDN used by playground ( #2139 )
2021-12-18 11:09:39 +11:00
kermieisinthehouse
bf1b835d6d
Fix ffmpeg downloader on windows ( #2133 )
2021-12-16 13:29:42 +11:00
WithoutPants
d25510fdd7
Selective clean ( #2125 )
...
* Add backend support for selective clean
* Add selective clean button and dialog
2021-12-16 13:28:44 +11:00
kermieisinthehouse
d94e4f9a5b
Add short sprite error logging ( #2129 )
2021-12-16 11:35:22 +11:00
bnkai
66dd239732
Skip cleaning for search by name scrape queries ( #2059 )
...
* Skip pp for search by name queries
* upgrade htmlquery
2021-12-16 11:18:39 +11:00
WithoutPants
439c338049
Add media-src to content-security-policy ( #2132 )
2021-12-16 09:18:23 +11:00
kermieisinthehouse
bbe99a0dd8
Fix Safari websockets requests ( #2128 )
2021-12-15 21:07:12 +11:00
InfiniteTF
b58883c074
Fix image querying ( #2119 )
...
* Fix image querying
* Add unit tests
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2021-12-15 13:56:03 +11:00
WithoutPants
d176e9f192
Settings UI refactor ( #2086 )
...
* Full width settings page
* Group settings
* Make config fields optional
* auto save on change
* Add settings context
* Refactor stash library section
* Restructure settings
* Refactor tasks page
* Add collapse buttons for setting groups
* Add collapse buttons in library
* Add loading indicator
* Simplify task options. Add details to manual
* Add manual links to tasks page
* Add help tooltips
* Refactor about page
* Refactor log page
* Refactor tools panel
* Refactor plugin page
* Refactor task queue
* Improve disabled styling
2021-12-14 15:06:05 +11:00