RenaiApp/src/main/core
Xymorot 6b2824daab feat: add work serialization (and basis for the other entities) and an example ipc channel to get a work entity
This commit also adds language codes and a migration which inserts them all into the database.

BREAKING CHANGE: redoes the initial database migration
2021-01-24 19:11:45 +01:00
..
app-path.ts meta: change productName in package.json to Renai-dev to avoid conflicts when developing the app on system on which it is installed productively 2020-11-10 21:29:26 +01:00
container.ts feat: add work serialization (and basis for the other entities) and an example ipc channel to get a work entity 2021-01-24 19:11:45 +01:00
database.spec.ts update: upgrade dependencies and fix tests 2020-12-28 19:58:20 +01:00
database.ts meta: change naming convention of interfaces and use importsNotUsedAsValues: 'error' in tsconfig for clearer imports 2021-01-06 02:35:46 +01:00
env.spec.ts update: upgrade dependencies and fix tests 2020-12-28 19:58:20 +01:00
env.ts feat: implement a logger service and make it log uncaught exceptions, make unhandled rejections throw an exception, fix spectron test 2020-08-05 22:48:00 +02:00
inject.ts feat: make services gettable and injectable by simple strings and not needing to call Symbol.for every time 2020-08-08 18:23:29 +02:00
install.ts feat: implement install functionality (under windows, using electron-squirrel-startup) 2020-02-09 20:25:05 +01:00