Xymorot
|
2cd9531f3b
|
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 |
Xymorot
|
588486f4da
|
meta: add infos about better-sqlite3 and typeorm config
|
2020-11-09 20:30:28 +01:00 |
Xymorot
|
be62c15dfb
|
refactor: use better-sqlite3 instead of sqlite3
https://github.com/JoshuaWise/better-sqlite3/issues/262
|
2020-11-09 18:44:58 +01:00 |
Xymorot
|
1618ac552b
|
feat: remove web-crawler and use electron (chromium) itself as crawler, implementing a function to download nhentai favorite torrents
|
2020-11-09 18:15:30 +01:00 |
Xymorot
|
992fcdda84
|
feat: bind logger service first
|
2020-10-31 15:24:50 +01:00 |
Xymorot
|
fc391a02e5
|
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 |
Xymorot
|
9672c9b5ed
|
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 |
Xymorot
|
0baba65686
|
fix: do not load mocks in container.ts since they are not available in the built app
|
2020-07-25 22:28:55 +02:00 |
Xymorot
|
115782061d
|
update: upgrade eslint to major version 7 and rework the application to fit new rules
|
2020-07-25 02:02:37 +02:00 |
Xymorot
|
47e77339fa
|
refactor: change databasePath to databaseDir
|
2020-05-14 22:13:12 +02:00 |
Xymorot
|
288deee56f
|
refactor: use a new database for the store
BREAKING CHANGE: old file-based store data is lost
|
2020-04-22 02:06:02 +02:00 |
Xymorot
|
60eb8fb9fa
|
feat: enable caching in typeorm connection options
The cache still needs to be explicitly used in each query, this commit only enables the orm to do so.
|
2020-04-22 02:06:01 +02:00 |
Xymorot
|
8fb0b1375e
|
update: run npm update and reformat code accordingly
|
2020-04-10 05:27:32 +02:00 |
Xymorot
|
60413e9ee7
|
update: run npm update and fix resulting eslint import/order errors
|
2020-03-02 23:21:10 +01:00 |
Xymorot
|
1f920796e0
|
feat: implement install functionality (under windows, using electron-squirrel-startup)
|
2020-02-09 20:25:05 +01:00 |
Xymorot
|
00ebd0e5c8
|
refactor: re-do source structure with InversifyJS (dependency injection) and adjust meta processes
|
2020-02-08 23:26:57 +01:00 |