Commit Graph

11 Commits

Author SHA1 Message Date
Simon Grimme 3eeec47b68 Fixed complex property handling 2023-10-10 23:08:06 +02:00
Simon 2231077935 Update backend to Spring Boot 3 (#111)
* Update Spring Boot to 3.0.5
2023-04-09 01:41:54 +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 f908785891 Finished FilenameUtilTest 2022-10-20 14:31:59 +03:00
Simon Grimme c5b167d0c3 Implement some more test cases for ProtobufUtil and FilenameUtil 2022-10-20 12:17:54 +03:00
Simon Grimme a4d73439b8 Finished implementation of all test cases for IgdbWrapper 2022-10-18 12:18:22 +03:00
Simon Grimme 8525f09c71 Implemented additional testcase 2022-10-17 08:12:19 +02:00
Simon Grimme 23054c7754 Implemented some new test cases 2022-10-16 13:23:30 +02:00
Simon Grimme 98a04be16d Fix IgdbWrapperTest tearDown 2022-10-16 01:16:03 +02:00
Simon Grimme 848e571892 Update Spring Boot version to 2.7.4 2022-10-16 01:05:47 +02:00