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
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
2023-07-22 00:46:26 +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
Michael Green
9cb981a2e9
feat: added ROM game match fixing
2023-07-10 16:33:14 +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
97e8ffa386
refactor: tosec dat import is now batched using mysql transactions
2023-07-04 22:54:28 +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
a3dfcf7fd5
fix: added support for docker environment variables
2023-07-02 19:49:28 +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
Michael Green
0cc8e76f77
feat: added company info support
2023-06-30 19:18:19 +10:00
Michael Green
ee4e5d4037
refactor: sped up game list loading code, plus many small bug fixes
2023-06-27 23:31:29 +10:00
Michael Green
8112f9e9a7
feat: first pass at filter and game screen + some bug fixes
2023-06-24 14:06:14 +10:00
Michael Green
00cc051dc6
feat: added metadata source field - this will determine the handling of the flags attribute
2023-06-18 23:08:02 +10:00
Michael Green
76673c42b9
feat: Started Game controller - needs more error handling and handling for 404’s
2023-06-12 21:29:41 +10:00
Michael Green
ae49f2f47c
refactor: made the read and set settings functions more efficient
2023-05-19 23:25:46 +10:00
Michael Green
95872ac847
refactor: upgraded IGDB library
2023-05-19 22:41:25 +10:00
Michael Green
be6e12be19
fix: sha1 hash generator now no longer always generates the same hash
2023-05-16 14:44:33 +10:00
Michael Green
5732c19ca4
feat: enhanced title matching, added more metadata types
2023-05-16 00:39:54 +10:00
Michael Green
3b3cf3c239
feat: platforms and games from IGDB are now imported successfully
2023-05-01 00:42:23 +10:00
Michael Green
36616caf7b
feat: added support for platform logos
2023-04-09 23:45:48 +10:00
Michael Green
b36b3a8f57
feat: now pulls platform information and stores it in the database
2023-04-09 01:19:50 +10:00
Michael Green
1ad840750e
feat: can now run hourly (or by force) the TOSEC ingestor
2023-03-18 07:38:46 +11:00
Michael Green
5260738a5b
feat: scaffolding for background tasks complete
2023-03-17 23:08:46 +11:00
Michael Green
55735599f8
chore(deps): upgrade MySQL Connector and Newtonsoft.Json packages
2023-03-11 01:10:41 +11:00
Michael Green
13dc90883d
fix: database upgrade and added basic timer
2023-03-11 01:04:03 +11:00
Michael Green
d484ee32cb
fix: fixed database upgrade bug
2023-03-07 10:59:19 +11:00
Michael Green
8175b4b6e6
feat: initial signature look up support
2023-03-07 10:53:46 +11:00
Michael Green
39e0bd9740
refactor: check for the existance of a database upgrade script rather than swallow an error that it doesn’t exist
2023-03-01 12:34:28 +11:00
Michael Green
85726ada7a
feat: added capability of creating/updating the database schema
2023-03-01 11:50:58 +11:00
Michael Green
055d09d77a
feat: Added config file class to keep track of local settings such as database connectivity
2023-03-01 10:22:19 +11:00
Michael Green
a6003372f5
refactor: added additional hash check on ingestion
2023-02-28 22:45:14 +11:00
Michael Green
4f19c9b8a3
fix: applied an index to the md5 and sha1 columns on the roms signature table
2023-02-27 09:00:30 +11:00
Michael Green
e9b7e146be
refactor: included checkifnull function, added sql schema for the signature database
2023-02-26 23:48:27 +11:00
Michael Green
be5904f9ad
feat: first version to introduce database storage (incomplete)
2023-02-25 01:49:20 +11:00