Commit Graph

136 Commits

Author SHA1 Message Date
StashAppDev 32a4f34c7c Merge pull request #106 from bnkai/scan_ign_dupes
fix for my own added bug ....
2019-08-20 13:08:37 -07:00
bill aa6420e9e9 bug fix 2019-08-20 16:46:05 +03:00
StashAppDev 712f18b386 Merge pull request #105 from WithoutPants/issues/104
Make tags editing more obvious
2019-08-19 16:30:31 -07:00
StashAppDev 6e46b103d7 Merge pull request #103 from WithoutPants/metadata_from_file
Set title, details and date from scene file metadata
2019-08-19 16:29:25 -07:00
StashAppDev da71a59493 Merge pull request #101 from WithoutPants/issues/69
Show studios with no scenes #69
2019-08-19 16:23:30 -07:00
StashAppDev 1d0780aa88 Merge pull request #100 from WithoutPants/delete_performer_studio
Add delete for performers and studios
2019-08-19 16:22:11 -07:00
StashAppDev 115f9a8595 Merge pull request #98 from bnkai/scan_ign_dupes
Don't add duplicate scenes,galleries to the DB
2019-08-19 16:19:48 -07:00
WithoutPants d4c1ad5976 Make tags editing more obvious 2019-08-19 19:25:48 +10:00
WithoutPants 79f2902e26 Parse title, details, date from file metadata 2019-08-16 08:47:35 +10:00
WithoutPants e965f622c5 Add confirm delete dialog 2019-08-15 12:39:14 +10:00
WithoutPants ec9020c1b9 Use left join for studios #69 2019-08-15 11:30:32 +10:00
WithoutPants 35bcf97a7a Add delete for performers and studios 2019-08-15 07:40:51 +10:00
bill 1fdb00fa0e Don't add duplicate scenes,galleries to the DB 2019-08-13 16:41:56 +03:00
StashAppDev 39bdede110 Merge pull request #95 from WithoutPants/sort_by_path
Add path to scene sort by options
2019-08-10 09:09:43 -07:00
WithoutPants 051e50b386 Add path to scene sort by options 2019-08-08 18:31:10 +10:00
WithoutPants 0f17af5902 Allow tag creation within multiselect 2019-08-05 16:20:57 -07:00
WithoutPants 44e7ed1772 Run gqlgen for UI in gqlgen target 2019-08-05 15:53:13 -07:00
WithoutPants 1ddbc8fa01 Simplify fmt and vet targets 2019-08-05 15:53:13 -07:00
WithoutPants b6bea6d30d Fix build target for Windows. Add UI target 2019-08-05 15:53:13 -07:00
StashAppDev 7a3325466d Merge pull request #91 from WithoutPants/issues/38
Update doublestar to fix #38
2019-08-05 15:48:16 -07:00
WithoutPants 19525dafec Update doublestar to fix #38 2019-08-02 15:57:11 +10:00
Leopere 357c444980 Merge pull request #86 from bnkai/master
Remove main-packr.go which breaks go test
2019-07-31 00:58:34 -04:00
bill f8afce668c Remove main-packr.go which breaks go test 2019-07-31 01:42:46 +03:00
Stash Dev 4f016ab3c9 Random sort now paginates without duplicates 2019-07-27 13:22:38 -07:00
Stash Dev e8397ea9b2 README update 2019-07-27 13:11:51 -07:00
Stash Dev 485dcadaa6 Updated gitignore to ignore packr2 generated files 2019-07-27 12:49:35 -07:00
Stash Dev fbc674e680 Remove packr2 generated files 2019-07-27 12:48:20 -07:00
StashAppDev eb5970b850 Merge pull request #79 from WithoutPants/live_transcode
Add basic live transcoding for non-streamable files
2019-07-27 10:42:42 -07:00
WithoutPants 22577918fb Add basic live transcoding to webm 2019-07-25 19:05:53 +10:00
Leopere a9c21cb1dc Merge pull request #77 from ueaslsef/patch-2
I am dumb. Fixes space in string?
2019-07-24 14:32:34 -04:00
ueaslsef 18fd72a45c Fixes spacing in "stars in X scenes" 2019-07-24 17:22:52 +00:00
Leopere 15291b4205 Merge pull request #72 from ueaslsef/patch-1
adds scene link to all performer cards
2019-07-24 06:41:38 -04:00
Leopere a237362f05 Merge pull request #65 from rudi123github/master
Add anchor to scene path, and display stream anchor
2019-07-24 06:41:24 -04:00
ueaslsef 1e258bc445 Merges scene count and scene link into one. 2019-07-20 13:36:44 +00:00
ueaslsef dd8a62bd66 adds missing import 2019-07-11 19:15:20 +00:00
ueaslsef 329450df59 adds scene link to all performer cards 2019-07-11 17:56:41 +00:00
Stash Dev 2cfaeb7591 Fix permissions for folders 2019-07-08 19:27:10 -07:00
Stash Dev b58a765acc Missed a file 2019-07-08 17:54:20 -07:00
Stash Dev fb05651b8d Merge branch 'tweaks' 2019-07-08 17:37:15 -07:00
Stash Dev 82fcb72c51 User more appropriate permissions (755 -> 644) 2019-07-08 17:37:03 -07:00
Stash Dev f8e3692ee9 JWPlayer 8.9.1 2019-07-08 17:37:03 -07:00
rudi123github 2f3c577a8a Add anchor to scene path, and display stream anchor
This allows to play videos which are not supported by JWplayer. Stash will display links to the local file and the stream in the "File Info" panel. This allows to open the stream or local file directly in the browser (if supported) or the app that is registered for the respective file type (e.g. VLC).
2019-07-02 22:41:10 +02:00
Leopere b8e1fcee2c Merge pull request #64 from rudi123github/master
Update encoder_scene_preview_chunk.go
2019-06-25 14:36:11 -04:00
rudi123github b8f1cf9d53 Update encoder_scene_preview_chunk.go
Apply ffmeg max_uxing_queue_size option fix to avoid problems with some videos
2019-06-21 23:03:00 +02:00
Leopere 30a2a2cf00 Fix #61
Fixes #61 added ca-certificates and updated them.
2019-06-10 18:03:02 -04:00
Stash Dev 73f0d7d399 Send a placeholder for markers which haven't been generated yet 2019-06-01 09:48:28 -07:00
StashAppDev 551e436c57 Merge pull request #59 from bnkai/bug_fixes
fix bug:Studios sort by scenes_count reported by malcuk on discord
2019-06-01 07:18:40 -07:00
bill 92d90863a8 fix bug:Studios sort by scene_count reported by malcuk on discord 2019-05-31 01:59:29 +03:00
Stash Dev 034e5d60ac Fix CI 2019-05-27 12:45:06 -07:00
Stash Dev 4b037e1040 Dependency updates 2019-05-27 12:34:26 -07:00