Commit Graph

245 Commits

Author SHA1 Message Date
Michael Green
2355c5ac97 fix: zip inspection now works during library scans as well as during import (#40) 2023-07-27 15:41:58 +10:00
Michael Green
7891acd218 feat: extract zip files smaller than 1GiB to attempt to get a signature from the files inside. The first hit is considered to be the signature for the archive. (#39) 2023-07-27 00:15:15 +10:00
Michael Green
4ad51e98e2 feat: minor styling updates (#38) 2023-07-26 22:36:50 +10:00
Michael Green
8a001f9fa4 feat: added platform disk usage breakdown on the settings page (#37) 2023-07-25 21:26:59 +10:00
Michael Green
98fb360483 feat: updated EmulatorJS to v4.0.5 (#36) 2023-07-24 21:39:11 +10:00
dependabot[bot]
56cbc441f5 chore(deps): bump MySql.Data from 8.0.33 to 8.1.0 (#33)
Bumps MySql.Data from 8.0.33 to 8.1.0.

---
updated-dependencies:
- dependency-name: MySql.Data
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-22 23:37:41 +10:00
Michael Green
113de6a009 ci: add dependabot support for EmulatorJS submodule (#32) 2023-07-22 22:52:04 +10:00
Michael Green
dc2a6b4638 feat: add an upload button to ease adding game files (#29)
* feat: API support for uploading ROM’s

* fix: downloads of files larger than approx 300MB would cause an out of memory error

* fix: resolved broken bios path

* feat: added an upload button
v1.3.0
2023-07-22 00:46:26 +10:00
Michael Green
9081b0bed9 Merge pull request #26 from gaseous-project/dependabot/nuget/Microsoft.VisualStudio.Web.CodeGeneration.Design-7.0.8
chore(deps): bump Microsoft.VisualStudio.Web.CodeGeneration.Design from 7.0.7 to 7.0.8
v1.2.0
2023-07-19 13:27:40 +10:00
Michael Green
d64877543a Merge branch 'main' into dependabot/nuget/Microsoft.VisualStudio.Web.CodeGeneration.Design-7.0.8 2023-07-19 13:27:29 +10:00
Michael Green
649fba1bfa Merge pull request #27 from gaseous-project/dependabot/nuget/Microsoft.AspNetCore.OpenApi-7.0.9
chore(deps): bump Microsoft.AspNetCore.OpenApi from 7.0.8 to 7.0.9
2023-07-19 13:27:09 +10:00
Michael Green
7dfb97608f Merge branch 'main' into dependabot/nuget/Microsoft.AspNetCore.OpenApi-7.0.9 2023-07-19 13:26:46 +10:00
Michael Green
35bb2f18d9 Add support for adding EmulatorJS firmware (#28)
* feat: EmulatorJS support - importing of BIOS files #15

* feat: added Bios controller to make Bios files available to the emulator, also resolved SNES identification issues (see: #25)

* feat: added firmware selector to emulator screen

* refactor: moved EmulatorJS to a subfolder

* feat: added firmware image availability page
2023-07-19 13:18:39 +10:00
dependabot[bot]
ad84f5ae58 chore(deps): bump Microsoft.AspNetCore.OpenApi from 7.0.8 to 7.0.9
Bumps [Microsoft.AspNetCore.OpenApi](https://github.com/dotnet/aspnetcore) from 7.0.8 to 7.0.9.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v7.0.8...v7.0.9)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.OpenApi
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-17 04:33:32 +00:00
dependabot[bot]
922c429716 chore(deps): bump Microsoft.VisualStudio.Web.CodeGeneration.Design
Bumps [Microsoft.VisualStudio.Web.CodeGeneration.Design](https://github.com/dotnet/Scaffolding) from 7.0.7 to 7.0.8.
- [Release notes](https://github.com/dotnet/Scaffolding/releases)
- [Commits](https://github.com/dotnet/Scaffolding/commits)

---
updated-dependencies:
- dependency-name: Microsoft.VisualStudio.Web.CodeGeneration.Design
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-17 04:33:26 +00:00
Michael Green
a2d634d96f fix: included accidentally excluded scripts (#24) v1.1.1 2023-07-13 14:52:43 +10:00
Michael Green
7a8e445471 EmulatorJS - First Version (#23)
* feat: added EmulatorJS support for Mega Drive, NES, and N64 (see: #15)

* doc: updated attribution in README.MD to include EmulatorJS

* ci: updated action to include submodules
v1.1.0
2023-07-13 13:31:38 +10:00
Michael Green
b010f9742b fix: copy external js to local wwwroot (#22) 2023-07-12 11:00:27 +10:00
Michael Green
afd70e6b02 Update README.MD (#14)
* doc: updated documentation to include instructions on starting with docker-compose
2023-07-11 23:00:24 +10:00
Michael Green
f1842d21ff Docker and Docker-Compose updates (#13)
* feat: updated docker-compose files to pull an image from docker hub
v1.0.0
2023-07-11 22:31:08 +10:00
Michael Green
7f4b8a808f Merge pull request #11 from gaseous-project/develop
doc: added screenshots
2023-07-11 08:55:41 +10:00
Michael Green
470e943012 doc: added screenshots 2023-07-11 08:48:43 +10:00
Michael Green
fb8739e39b Update issue templates 2023-07-11 00:53:25 +10:00
Michael Green
09ee46dd80 Merge pull request #10 from gaseous-project/develop
Develop
2023-07-11 00:51:03 +10:00
Michael Green
f3bf320890 Merge branch 'main' into develop 2023-07-11 00:50:51 +10:00
Michael Green
35e5efd565 doc: updated readme 2023-07-11 00:49:15 +10:00
Michael Green
6aa62e9e8e feat: added ability to delete a rom 2023-07-11 00:39:44 +10:00
Michael Green
b4c34d0604 fix: remove some overzealous caching 2023-07-10 22:46:11 +10:00
Michael Green
7e216a9192 fix: hide the last run time if the status of a timered event is NeverStarted 2023-07-10 22:11:36 +10:00
Michael Green
9cb981a2e9 feat: added ROM game match fixing 2023-07-10 16:33:14 +10:00
Michael Green
cea23267b8 feat: added platform and game search functionality to support the “fix match” feature 2023-07-08 15:42:55 +10:00
Michael Green
844a357c63 fix: added condition to move the game file if it’s path is different than expected 2023-07-07 15:49:25 +10:00
Michael Green
64aa7d15bb fix: added full rescan 2023-07-07 15:21:58 +10:00
Michael Green
ffbe8b19c8 fix: added hash checking 2023-07-07 15:04:38 +10:00
Michael Green
e84726e800 fix: added more queries to ensure up to date information 2023-07-07 11:10:34 +10:00
Michael Green
85d562e84e fix: delete database entries with import directory path and scan for orphaned files first 2023-07-07 11:08:14 +10:00
Michael Green
ae17674b76 fix: added duplicate record cleanup 2023-07-07 10:20:36 +10:00
Michael Green
92b7daeb1f fix: added process blocking to prevent competing processes from running at the same time 2023-07-07 10:09:41 +10:00
Michael Green
ecfc258cba feat: added library scan to maintain the library 2023-07-07 09:40:16 +10:00
Michael Green
d4eda0b3ea fix: hopefully resolve the signature import performance issues 2023-07-06 12:23:42 +10:00
Michael Green
dcc2154324 refactor: more batching of inserts into the signatures tables 2023-07-05 23:38:00 +10:00
Michael Green
6f954f8d4a fix: skip dud files on signature import 2023-07-05 22:41:22 +10:00
Michael Green
97e8ffa386 refactor: tosec dat import is now batched using mysql transactions 2023-07-04 22:54:28 +10:00
Michael Green
99062da10b refactor: performance improvements in signature import 2023-07-04 10:36:25 +10:00
Michael Green
48e8682a55 feat: added system page to manage background tasks and get basic system information 2023-07-04 09:20:42 +10:00
Michael Green
26718b3cae doc: updated readme document 2023-07-02 22:57:26 +10:00
Michael Green
d2fceff52a doc: updated readme 2023-07-02 21:58:59 +10:00
Michael Green
a3dfcf7fd5 fix: added support for docker environment variables 2023-07-02 19:49:28 +10:00
Michael Green
5eb39f5060 fix: fixed column name typo 2023-07-02 01:20:55 +10:00
Michael Green
1b14e697a2 feat: added initial Docker support (still testing) and refactored the database for case-sensitive hosts 2023-07-02 01:12:26 +10:00