Simon
e5cdd24b19
Merge pull request #56 from shawly/main
...
feat(download): add file size calculation for DownloadService
2022-10-20 11:12:40 +02:00
shawly
130ec4565d
feat(refresh): added refresh button on game detail view to refresh metadata
...
Resolves grimsi/gameyfin#45
2022-10-19 23:48:32 +02:00
shawly
cb7c8c8e00
feat(download): add file size calculation for DownloadService
...
This allows the browser to show file size and a time estimate for downloading files.
Does not work for ZipOutputStreams though since dir size doesn't match the zip file size.
Also added no-cache headers so browser won't start caching downloads.
2022-10-19 17:44:00 +02:00
GitHub Actions
6ee1117f3d
[ci skip]prepare for next development iteration
2022-10-15 08:51:54 +00:00
GitHub Actions
5f30140923
[ci skip]prepare release v1.2.3
2022-10-15 08:51:53 +00:00
Simon Grimme
3bcd234b08
Disable 'optimizeCodegen' in maven profobuf build step
2022-10-15 10:27:12 +02:00
Simon Grimme
e6ed869bac
Check OS before hiding internal folder
2022-10-15 02:01:39 +02:00
GitHub Actions
317c692056
[ci skip]prepare for next development iteration
2022-10-13 22:45:25 +00:00
GitHub Actions
8c75642440
[ci skip]prepare release v1.2.2
2022-10-13 22:45:23 +00:00
GitHub Actions
6cecdd6c9e
[ci skip]prepare for next development iteration
2022-10-13 22:32:34 +00:00
GitHub Actions
dfb51db1a1
[ci skip]prepare release v1.2.2
2022-10-13 22:32:32 +00:00
GitHub Actions
6bf56da5c0
[ci skip]prepare for next development iteration
2022-10-13 16:00:50 +00:00
GitHub Actions
11e5f520a9
[ci skip]prepare release gameyfin-1.2.2
2022-10-13 16:00:48 +00:00
Simon Grimme
fdb1682273
Ignore empty folders and hidden files/folders in the library
...
Hide ".gameyfin" folder on DOS systems (UNIX already worked)
2022-10-12 13:23:39 +02:00
dependabot[bot]
0246733459
Bump protobuf-java from 3.21.3 to 3.21.7 in /backend
...
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf ) from 3.21.3 to 3.21.7.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases )
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py )
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.21.3...v3.21.7 )
---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-09 09:07:06 +00:00
grimsi
b8812d900d
Add "--allow-same-version" to npm version in build.
...
Update version to 1.2.1
2022-08-24 13:41:30 +02:00
grimsi
3877b5defd
Added detailed library scan result
...
Small layout fixes in game detail view
2022-08-23 13:17:56 +02:00
grimsi
1fbfeb1c7e
Refactored file-system code
...
Fixed logging when aborting download of single files
2022-08-18 20:26:09 +02:00
grimsi
881b4a3d1d
Fix "gameyfin.cache" and "gameyfin.db" properties are ignored
2022-08-17 15:03:23 +02:00
grimsi
53e9ac2b62
Release 1.1.4
2022-08-17 15:00:14 +02:00
grimsi
90f41055be
Fix bug when trying to determine file size for files (instead of directories)
2022-08-17 14:30:48 +02:00
grimsi
33113321b6
Release 1.1.2
2022-08-17 09:03:30 +02:00
grimsi
8081ee1a51
Fix handling of duplicates
...
Corrupted files are now automatically re-downloaded
2022-08-16 17:48:11 +02:00
Simon Grimme
2ef03d0598
Release 1.1.1
2022-08-16 01:00:54 +02:00
grimsi
0e9504b420
Release 1.1.0
2022-08-15 17:47:15 +02:00
grimsi
acd9e79fce
Added field "addedToLibrary" to DetectedGame
...
Integrated Flyway for DB Migrations
Removed unused DTO classes
2022-08-14 15:26:09 +02:00
grimsi
c3de83c6b9
Renamed "gameyfin.root" to "gameyfin.sources"
2022-08-13 16:34:56 +02:00
grimsi
ba4568cb35
Set db and cache path from first library root
2022-08-13 12:43:51 +02:00
Simon Grimme
7a3a323212
[untested] Set db and cache path from first library root
2022-08-13 11:19:36 +02:00
grimsi
da8e075cfc
Removed default value from gameyfin.yml
2022-08-12 23:37:47 +02:00
grimsi
63d585b5d6
Fixed some bugs related to the property files
2022-08-12 23:36:47 +02:00
Simon Grimme
763bd63056
Added support for multiple library folders
2022-08-12 22:08:19 +02:00
grimsi
c89d9b4db5
Added Favicon and Logo
...
Fixed logging typo in GameMapper
2022-08-10 22:32:58 +02:00
grimsi
02656cf6f9
Refactor directory size calculation
2022-08-10 21:58:47 +02:00
grimsi
38bbdc7c57
Improved logging for client-aborted downloads
2022-08-10 21:15:58 +02:00
grimsi
c196fd2cbc
Added config properties for max req/s and max concurrent requests
2022-08-10 21:01:24 +02:00
grimsi
d0b126848b
Moved config file names from startup command into source code
2022-08-10 20:18:50 +02:00
grimsi
66b251b1d9
Final polishing steps
2022-08-06 13:44:04 +02:00
grimsi
d989d0d5e4
Polishing and code clean-up
2022-08-06 12:24:33 +02:00
grimsi
22c8e99f38
Improved search algorithm
2022-08-05 18:18:36 +02:00
grimsi
f335d770eb
Hide Library Management site content until user is logged in
...
Removed unused UnmappedFileController
2022-08-04 16:24:57 +02:00
grimsi
1879648e25
Implemented caching of static images
2022-08-04 15:57:40 +02:00
grimsi
aa72161990
Finished implementation of frontend functionality.
...
Styling and bugfixing next
2022-07-25 21:17:30 +02:00
grimsi
57377036c4
Removed SecureProperties
2022-07-25 17:03:49 +02:00
Simon Grimme
6b25fc3548
Implement library management endpoint (authenticated)
2022-07-25 15:00:51 +02:00
Simon Grimme
206272b50b
Fix bug when game has no cover in IGDB
2022-07-25 11:34:22 +02:00
grimsi
b86544b22a
Added game file size
2022-07-24 23:17:11 +02:00
grimsi
f2197a3bd4
Refactored backend code a bit
2022-07-24 21:50:48 +02:00
grimsi
80e3ff05d5
WIP: Simplified logic on when to download single file vs when to zip folder
2022-07-24 20:52:29 +02:00
grimsi
aa8fd0d613
WIP: Some performance improvements (maybe)
2022-07-24 20:45:09 +02:00