216 Commits

Author SHA1 Message Date
357588a680
define type properly 2023-02-02 04:08:07 +01:00
f577e3258a
also make older entity models nullable 2023-02-02 04:04:05 +01:00
2c7e36d7e2
fix nullable fields in database entity 2023-02-02 03:55:26 +01:00
elweyn
84afbf9a9e Fix imported User path. 2023-01-03 11:21:25 +01:00
elweyn
53757893fd Co-authored-by: ogerly <fridolin@tutanota.com> Add hideAmountGDD & hideAmountGDT to users table. 2023-01-03 10:06:00 +01:00
Claus-Peter Hübner
26dec0184a Merge remote-tracking branch 'origin/master' into
2420-feature-federation-implement-exchange-of-api-versions-persist-in-table
2022-12-23 00:02:21 +01:00
Claus-Peter Hübner
814bb996db merge of PR-2465: setup unit tests for federation 2022-12-16 01:31:58 +01:00
Moriz Wahl
88eeed7530 Merge branch 'master' into clear-old-password-junk 2022-12-15 12:56:34 +01:00
Moriz Wahl
0bcd441837 rename migrations and entity number 2022-12-13 21:26:32 +01:00
Moriz Wahl
7b8d4e5c85 update database version 2022-12-13 20:54:07 +01:00
Moriz Wahl
35f9157f41 Merge branch 'master' into clear-old-password-junk 2022-12-13 20:52:06 +01:00
Claus-Peter Hübner
9d7891a077 Merge remote-tracking branch 'origin/master' into 2420-feature-federation-implement-exchange-of-api-versions-persist-in-table 2022-12-06 23:26:56 +01:00
elweyn
ffb5988760 Refactoring of some small smelling code. 2022-12-06 11:58:17 +01:00
elweyn
96fd4cb14c Merge branch 'master' into 2285-mark-creation-via-link 2022-12-01 12:07:52 +01:00
elweyn
46014adc6d Database join contribution to transaction table, add new join to query. 2022-12-01 12:07:25 +01:00
Claus-Peter Hübner
7ab8922e33 rework PR comments 2022-12-01 00:26:46 +01:00
Claus-Peter Hübner
8db3c0f9d6 rework PR comments 2022-11-30 00:35:50 +01:00
joseji
7e78f1c893 migration fixed 2022-11-29 13:03:10 +01:00
Claus-Peter Hübner
0ef185e70f changes after merge with master 2022-11-29 00:37:52 +01:00
Claus-Peter Hübner
7fb88736fb add community entity 2022-11-29 00:18:04 +01:00
Claus-Peter Hübner
3a17a3491b correct publicKey length and table name of entity 2022-11-29 00:15:36 +01:00
joseji
e350307e6a removing keys and passphrases 2022-11-28 23:59:57 +01:00
Claus-Peter Hübner
e3fa8012ab create new communities table and entity 2022-11-25 17:52:56 +01:00
joseji
fc23fc9e87 fixes done 2022-11-20 18:14:43 +01:00
joseji
107cc016ba set up completed and working 2022-11-15 20:30:09 +01:00
joseji
73ced2291e database migration added 2022-11-08 13:41:33 +01:00
elweyn
2c3db9da01 Move updatedAt before deleted variables. 2022-10-26 12:04:07 +02:00
elweyn
c17291f74d Remove the posibility of null of the contribution entity. 2022-10-24 13:19:10 +02:00
elweyn
43705b3a40 Merge master into this branch, resolve merge conflicts 2022-10-24 12:03:27 +02:00
elweyn
1e25bde9c5 Change database version for the feature, resolve merge conflicts. 2022-10-20 13:36:25 +02:00
joseji
d799eecada added contributionId and amount to some tests 2022-10-11 12:11:18 +02:00
joseji
65f53df939 added new column to event protocol dabatase table to keep message id 2022-10-04 20:34:37 +02:00
elweyn
7ddafdd70d Add updated_at to contributions table. 2022-09-26 15:24:18 +02:00
elweyn
fefdf9f0fa Merge master and resolve merge conflict. 2022-09-26 08:53:25 +02:00
elweyn
8c6a234861 Change contributions table to have deleted_by in the object. 2022-09-23 16:20:41 +02:00
clauspeterhuebner
9a99a8741d
Update database/entity/0049-add_user_contacts_table/User.ts
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2022-09-15 01:05:34 +02:00
clauspeterhuebner
45330a60fa
Update database/entity/0049-add_user_contacts_table/User.ts
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2022-09-15 00:59:45 +02:00
Claus-Peter Hübner
7cd5ecb463 linting 2022-09-12 19:02:12 +02:00
Claus-Peter Hübner
94f15f7475 Merge remote-tracking branch 'origin/master' into
1798-feature-gradidoid-1-adapt-and-migrate-database-schema
2022-09-12 18:18:46 +02:00
elweyn
317f3182fe Remove is_moderator from 0047 and moved it to new migration 0048. 2022-09-06 14:34:13 +02:00
elweyn
0dc45d81c5 Add is_moderator field to the contribution_messages table. 2022-09-06 11:22:16 +02:00
Claus-Peter Hübner
7269b4b67b solve problems reading user with emailcontact 2022-08-30 00:57:57 +02:00
elweyn
214f85544b ContributionMessage is only defined in 0047 so remove the OneToMany relation from 0046 User and add it to 0047 User. 2022-08-29 12:24:09 +02:00
Claus-Peter Hübner
1d1de2011a failed try to load OneToOne relation of user to userConmtact as
emailConact-attribut...  grrrrrr...
2022-08-26 20:00:29 +02:00
elweyn
1090d17fdb Remove OneToMany import. 2022-08-26 08:32:15 +02:00
Claus-Peter Hübner
228451574d adapt backend on database migration of UserContacts 2022-08-26 02:28:04 +02:00
Claus-Peter Hübner
fde236aa43 add migration of users, user_contacts and email_opt_in 2022-08-25 01:06:25 +02:00
Claus-Peter Hübner
ab1dd4a2c8 Merge remote-tracking branch 'origin/master' into
1798-feature-gradidoid-1-adapt-and-migrate-database-schema
2022-08-25 00:20:20 +02:00
elweyn
59df924e1d Add User to Contribution link, query the messages user in the listContributions query. 2022-08-24 16:27:28 +02:00
elweyn
49e25bef36 Fix prettier. 2022-08-19 12:22:12 +02:00