Commit Graph

24 Commits

Author SHA1 Message Date
Simon Grimme 7aeb876463 Update IGDB protobuf spec 2023-10-10 21:07:07 +02:00
Jonathan Ling bfc560d197 Add preferred platforms with comments. (#149) 2023-10-03 20:34:41 +02:00
Simon 757b7e63d2 Release 1.3.2 (#74)
* Fixes #71

* [GH-61] Fix manual mapping leading to duplicates in DB

* [GH-73] Fix Gameyfin only detecting PC games

* Improve game title matching (#77)

* Implement some filename suffix logic

Removes some common file suffixes from files downloaded from for example itch.io. Also removes trailing/leading whitespace/-/_/./()  and version numbers starting with a "v" like "v1.2.3".

* Add edge cases for game titles (#76)

* Fix SONAR code smells

Co-authored-by: tr7zw <tr7zw@live.de>
Co-authored-by: Pfuenzle <dark.leon64@gmail.com>

* Validate some combinations of filename with added suffixes (#79)

Also fixes a bug of not removing trailing empty [].

* Improve test coverage (#70)

* Implemented missing testcases for IgdbWrapper

Refactored getPlatformBySlug to return Optional<>

* Fixed SONAR findings

* Implemented integration tests for the DB

* Started implementing tests for controller

* Finished GamesControllerTest

* Added ImageControllerTest

* Implemented LibraryControllerTest

* Add LibraryManagementControllerTest

* Updated some dependencies

* Add DownloadServiceTest

* Introduced "gameyfin.data" property to specify a folder for both cache and DB.

De-facto removed "gameyfin.db" and "gameyfin.cache" properties

Refactored file-system code to be cleaner and easier to test

* Refactored filesystem code
Implemented FilesystemServiceTest

* Fix SONAR code smells

* Implemented GameServiceTest

* Implemented ImageServiceTest

* Fix website scroll position when clicking on game covers in the library view (#94)

Fixes #81

* Expansion panels are now not collapsing when last active filter is de-selected (#95)

Fixes #86

---------

Co-authored-by: tr7zw <tr7zw@live.de>
Co-authored-by: Pfuenzle <dark.leon64@gmail.com>
2023-02-05 01:25:11 +01:00
Simon 8e23549336 feat(platforms): added platform support (#67)
Now libraries can be assigned to platforms in the admin section.
Games will be assigned to libraries on scanning.

Resolves grimsi/gameyfin#31

Co-authored-by: shawly <shawlyde@gmail.com>
2022-10-25 20:55:35 +02:00
Simon Grimme 848e571892 Update Spring Boot version to 2.7.4 2022-10-16 01:05:47 +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 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
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
grimsi c196fd2cbc Added config properties for max req/s and max concurrent requests 2022-08-10 21:01:24 +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 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 aa8fd0d613 WIP: Some performance improvements (maybe) 2022-07-24 20:45:09 +02:00
grimsi e1a285a77d WIP: Implemented game download functionality 2022-07-24 20:01:28 +02:00
grimsi eab1cf629c WIP: Implement frontend
Implemented 1st version of game-detail-view
2022-07-24 14:53:24 +02:00
grimsi e11611bbe6 WIP: Implement frontend 2022-07-22 15:16:19 +02:00
Simon Grimme 38028b7e49 WIP: Proceed with frontend implementation 2022-07-21 21:17:04 +02:00
Simon Grimme cc1e02a1ca WIP: Implement frontend 2022-07-21 00:29:00 +02:00