213 Commits

Author SHA1 Message Date
e125a45885
v1.6.5 2022-02-15 15:04:30 +01:00
b2bf3457f9
v1.6.4 2022-02-14 14:00:56 +01:00
6d732374c5
missing entity definition 2022-02-13 23:04:43 +01:00
65f76f82ed
migrate database to accept null on all parseInt fields on elopageBuys 2022-02-13 12:40:37 +01:00
275ca14692
v1.6.3 2022-02-09 19:37:52 +01:00
0b874235a9
v1.6.2 2022-02-08 16:29:18 +01:00
Alexander Friedland
8a04d2be51
Merge branch 'master' into fix_community_name_description 2022-02-07 17:04:52 +01:00
296c56ff3b
include .env.bak in gitignore 2022-02-07 07:37:53 +01:00
e255896fdc
fix seed 2022-02-07 04:57:13 +01:00
c0156d4a29
migration 20 2022-02-07 04:56:19 +01:00
72af3ebdbc
checked an removed todos where possible 2022-02-04 13:53:28 +01:00
1025ba4336
removed loginUserId 2022-02-04 13:47:57 +01:00
7ba01d3f06
removed todo no longer applying 2022-02-04 13:41:24 +01:00
6a03b2d34d
adjusted seed & factories 2022-02-03 21:35:15 +01:00
31f9ac59e3
entities 2022-02-03 21:35:15 +01:00
48ecadf6b5
migration to only use state_user.id not the old login_user.id 2022-02-03 21:35:15 +01:00
d61b26ac65
deleted used factory 2022-02-03 21:35:15 +01:00
d7f06dad12
adjusted seed 2022-02-03 21:35:15 +01:00
22b873c22d
removed unused stuff 2022-02-03 21:35:15 +01:00
b23553c6f2
adjusted entities 2022-02-03 21:35:15 +01:00
3d226d1068
migration to combine login_user_backups with state_users 2022-02-03 21:35:15 +01:00
7987fbbba1
some comments 2022-02-03 21:35:15 +01:00
fa7c782672
fixed seed (untested, just building) 2022-02-03 21:35:15 +01:00
d7cd4d32c0
corrected entity includes to allow compilation of the old removed interlinked entities (login_users) 2022-02-03 21:35:15 +01:00
7fd65ae318
updated old entity definitions to be more correct 2022-02-03 21:35:15 +01:00
2cc823646a
entity definition for server_users (user)
removed loginuser entity
2022-02-03 21:35:15 +01:00
2bd5e88935
combine login_users and state_users into state users 2022-02-03 21:35:15 +01:00
Moriz Wahl
3cdaf860dd
Merge branch 'master' into database_transaction_signatures 2022-02-02 18:05:04 +01:00
Moriz Wahl
d101fdde52
Merge branch 'master' into database_pending_creations 2022-02-02 17:50:39 +01:00
107d92eef6
fix seed 2022-02-02 17:42:20 +01:00
d75cdc0f72
corrected down query 2022-02-02 17:18:29 +01:00
348125512c
adjust seeder according to new database chnages 2022-02-02 17:18:28 +01:00
604340fbec
migrate transaction_signatures table - move data into transactions table
remove two unnecessary fields from transactions table
2022-02-02 17:18:28 +01:00
4396080ef5
correct old entity models which were defined incompletely or wrong 2022-02-02 17:18:28 +01:00
81351102a9
migration to rename login_pending_tasks_admin to admin_pending_creations
also remove old table login_pending_tasks
2022-02-02 16:24:42 +01:00
Moriz Wahl
88a269c6be
Merge branch 'master' into clean_database 2022-02-02 16:21:45 +01:00
5bc23a4857
remove typeorm from backend project and reference the one installed in database. This way the default connection of the enteties can be used - this was not possible before since the connection waa created in the backend typeorm, but the entities are defined in the database installation.
We now remove the typeorm from backend and rely solely on the database typeorm. We now can use both activeRecord and dataMapper pattern.
2022-02-01 04:14:54 +01:00
5dc7f14549
another syntax fix due to escaping 2022-01-28 21:22:18 +01:00
84a8eff8a6
syntax error in sql 2022-01-28 20:17:25 +01:00
f7d1df6161
updated comment 2022-01-28 17:44:54 +01:00
d2fa23c1a2
remove unused tables with some static data 2022-01-28 16:42:38 +01:00
944625e787
drop empty tables without an entity model (12) 2022-01-28 14:52:25 +01:00
87e0f056ef
v1.6.1 2022-01-27 21:39:46 +01:00
17945b1645
v1.6.0 2022-01-27 11:44:53 +01:00
1324da1fe5
fix collate conversion due to inconsistencies with encoding 2022-01-26 15:13:54 +01:00
936161d998
docker file 2022-01-25 18:59:52 +01:00
ae84907f5c
try limit stuff to be copied from src.
reimplement reset hack
2022-01-25 18:27:02 +01:00
ed105b8e7c
try copying src folder aswell 2022-01-25 18:15:37 +01:00
8a9fc846f5
try copying mnemonic files in dist as solution 2022-01-25 17:59:50 +01:00
71227d8505
simplify query (thanks @hannes) 2022-01-25 00:50:27 +01:00