WithoutPants
46746e6848
Fix redirect loops in login, migrate and setup pages ( #549 )
...
* Fix redirect loop when setup and migrate required
* Fix redirect loop between setup and login
2020-05-18 08:55:01 +10:00
WithoutPants
7fd9428cbb
Fix stash directory with spaces ( #541 )
2020-05-15 09:12:17 +10:00
bnkai
bd45daacf3
Add a cache for gallery thumbnails ( #496 )
2020-05-11 17:20:08 +10:00
WithoutPants
3d22d5a742
Refactor build ( #493 )
...
* Add lint/format checks to build
* Make travis get full repo to get tags
* Run packr2 once in cross-compile
* Fix quotes in package.json
* Fix linting issues
* Formatting
* Fix vet issue
* Fix go lint issues
* Show start of each platform compilation
* Add validate target
* Set gitattributes for go fmt and mod vendor
* Fix tag name
* Add fmt-ui target
2020-04-29 12:13:08 +10:00
WithoutPants
aef31c8b50
Don't redirect login to migrate page ( #453 )
2020-04-10 08:41:09 +10:00
WithoutPants
15e7756d33
Replace basic auth with cookie authentication ( #440 )
...
* Add logout functionality and button
* Make session age configurable
2020-04-08 12:51:12 +10:00
InfiniteTF
aee9df966b
Cut over to v2.5 UI ( #433 )
...
* Cut over to v2.5 UI
* Use node 12 in travis
* Remove unnecessary `nvm use`
* Update docker file
2020-04-03 08:46:23 +11:00
bnkai
acb7260824
Backup database if a migration is needed ( #415 )
...
* Confirm before migrating database
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2020-03-23 08:07:15 +11:00
caustico
5fb8bbf768
Movies Section ( #338 )
...
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2020-03-10 14:28:15 +11:00
InfiniteTF
b3fab3cfef
Make mobile menu behavior more consistent, and stats styles responsive ( #391 )
2020-03-08 12:55:42 +11:00
twotobinary
776727140f
fix(middleware): set baseURL to external host if provided ( #369 )
2020-02-17 14:01:02 +11:00
InfiniteTF
cd9c6e998e
Add cache headers to static files and etags to performer images ( #337 )
2020-01-31 17:20:14 -05:00
bnkai
87f0b667b5
Add check version functionality ( #296 )
...
* Add check version functionality
* add backend support
* add ui support
* minor fixes
* cosmetic fixes
* workaround query refetch not working after network error
* revert changes to Makefile after testing is complete
* switch to Releases Github API endpoint, add latest Release URL to UI
* latest version is only shown in UI when version is available and data is ready
* resolve conflict , squash rebase
2020-01-07 17:21:23 -05:00
Stash Dev
d35f3a9b10
Tweaked launch console messages
2019-12-31 14:42:06 -08:00
all-hail-canada
9766071815
Display both server address and listening address in log ( #300 )
...
* Show localhost in console output instead of 0.0.0.0
* Updated message to reflect both navigation and listening address
Co-authored-by: InfiniteTF <infinitekittens@protonmail.com>
2019-12-31 09:22:34 -08:00
FleetingOrchard
b31af52d41
Fix usage of Box.Bytes causing depreciation message ( #295 )
...
* Add release make target
* Use Box.Find now that Box.Bytes is depreciated
Pretty much directly mocked off of the post-depreciation implementation
of Box.Bytes in packr. In theory we should totally be checking the
returned error but I'm lazy.
2019-12-28 09:53:16 -08:00
WithoutPants
23657408de
Refresh config when paths change ( #217 )
2019-11-17 16:42:24 -05:00
WithoutPants
5963844191
Add develop branch releases and display version tag ( #216 )
...
* Add releases for develop branch. Show version tag
* Pass version tag to cross-compile
2019-11-17 16:41:08 -05:00
WithoutPants
564786f968
Add logging options ( #154 )
...
* Add various log options
* Remove logFormat. Add UI for log config
* Fix UI boolean flags
2019-10-24 20:13:44 -04:00
Leopere
d7271d75fc
Merge pull request #109 from WithoutPants/optional_performer_image
...
Generate performer checksum from name instead of image. Use default performer image
2019-10-24 15:35:26 -04:00
WithoutPants
7949e04af3
Merge branch 'master' into version
2019-10-23 13:19:42 +11:00
WithoutPants
019712bff9
Merge from master
2019-10-17 10:16:36 +11:00
WithoutPants
1b98702e17
Merge from master
2019-10-17 09:31:04 +11:00
WithoutPants
17b2cc77e7
Merge from master
2019-10-17 08:56:45 +11:00
joyov
2c9675b48b
Fix scheme detection when reverse proxy is used
2019-10-11 20:01:18 +02:00
WithoutPants
41c8cac738
Merge branch 'master' into optional_performer_image
2019-08-27 19:21:25 +10:00
WithoutPants
21a9baabb9
Merge branch 'master' into version
2019-08-25 17:40:54 +10:00
WithoutPants
9c92e64106
Use random performer image if none provided
2019-08-24 17:17:25 +10:00
WithoutPants
7562792589
Add custom css
2019-08-23 08:24:14 +10:00
WithoutPants
3cf4b26f1d
Show version info in about page
2019-08-21 14:47:48 +10:00
WithoutPants
4983437a34
Print githash and build time at startup
2019-08-21 14:07:25 +10:00
WithoutPants
5a891d00cf
Add basic username/password authentication
2019-07-28 19:36:52 +10:00
Stash Dev
2cfaeb7591
Fix permissions for folders
2019-07-08 19:27:10 -07:00
Stash Dev
82fcb72c51
User more appropriate permissions (755 -> 644)
2019-07-08 17:37:03 -07:00
Stash Dev
29a40c5bdd
Configuration
...
* Added flags to customize the host and port
* Start up just one server rather than a server for HTTP and HTTPS. HTTPS server will only start if a cert and key are found
2019-04-11 10:55:58 -07:00
Stash Dev
dd22d88d07
Config Tweaks
...
Using viper for config management. Added configuration endpoint.
2019-03-23 10:06:37 -07:00
Stash Dev
81177847e3
UI V2 Build updates
2019-03-15 15:46:47 -07:00
Stash Dev
b488c1ed7d
Reorg
2019-02-14 15:42:52 -08:00