Moriz Wahl
|
201e952c08
|
throw when creation cannot be confirmed
|
2022-05-09 14:29:02 +02:00 |
|
Moriz Wahl
|
bd6e5a2679
|
Merge branch 'master' into test-admin-resolver
|
2022-04-28 16:14:07 +02:00 |
|
Moriz Wahl
|
48826feaa6
|
improve error messages
|
2022-04-28 11:53:24 +02:00 |
|
Wolfgang Huß
|
778c9568e6
|
Resolved Ulf's error detection
|
2022-04-28 10:48:50 +02:00 |
|
Moriz Wahl
|
76b1763bc0
|
test deletePendingCreation and confirmPendingCreation mutations
|
2022-04-27 17:52:00 +02:00 |
|
Moriz Wahl
|
4bf2871ba1
|
test update pending creation mutation
|
2022-04-27 13:38:40 +02:00 |
|
Moriz Wahl
|
a0e29e2524
|
remove moderator from update pending creation mutation args
|
2022-04-27 12:06:01 +02:00 |
|
Moriz Wahl
|
64454b6fa2
|
remove moderator from create pending creation mutation args, use context instead to get moderator ID
|
2022-04-27 11:11:30 +02:00 |
|
Moriz Wahl
|
ad8de559aa
|
test unDelete User mutation
|
2022-04-27 10:11:14 +02:00 |
|
Wolfgang Huß
|
ee18ae41b9
|
Merge branch 'master' of github.com:gradido/gradido into 1685-refactor-notActivated-isDeleted
|
2022-04-27 09:24:20 +02:00 |
|
Moriz Wahl
|
6d48b6f4e3
|
fix: Confirm Creation with Decimal
|
2022-04-26 09:27:55 +02:00 |
|
|
|
56ed35d692
|
backend fix types for admin_pending_creations is now decimal
|
2022-04-21 13:49:29 +02:00 |
|
Wolfgang Huß
|
0c0bfe1a10
|
Rename to filterByActivated and filterByDeleted
|
2022-04-21 10:52:11 +02:00 |
|
Wolfgang Huß
|
621786c91d
|
Rename after suggestion emailChecked withActivated and deletedAt to withDeleted
|
2022-04-21 07:54:41 +02:00 |
|
Wolfgang Huß
|
e8aba86430
|
Rename isDeleted to deletedAt
|
2022-04-20 08:53:12 +02:00 |
|
Wolfgang Huß
|
03e1624c11
|
Rename isEmailChecked to emailChecked
|
2022-04-20 08:48:13 +02:00 |
|
Wolfgang Huß
|
145989e284
|
Replace notActivated by isEmailChecked
|
2022-04-19 14:43:25 +02:00 |
|
Moriz Wahl
|
de6421201d
|
use getUser helper to get moderator form context
|
2022-04-12 19:04:29 +02:00 |
|
Moriz Wahl
|
9a390c11db
|
use Context interface in admin resolver
|
2022-04-11 15:57:59 +02:00 |
|
|
|
10ae00dba8
|
Merge branch 'master' into mass_creation_do_not_show_unactivated
|
2022-03-29 20:31:05 +02:00 |
|
Moriz Wahl
|
07ad22b71d
|
change function name to print time duration
|
2022-03-29 20:10:00 +02:00 |
|
Moriz Wahl
|
0c5719140d
|
Merge branch 'master' into optin-valid-time
|
2022-03-29 16:05:56 +02:00 |
|
|
|
d95e4d864a
|
Merge branch 'master' into mass_creation_do_not_show_unactivated
|
2022-03-29 12:43:13 +02:00 |
|
Moriz Wahl
|
cb90249301
|
rename function, add parameter for optinType, sort by updatedAt DESC
|
2022-03-29 00:50:50 +02:00 |
|
ogerly
|
549a36cb56
|
add linkCount and linkList in query
|
2022-03-25 20:17:33 +01:00 |
|
|
|
33638598a0
|
notActivated & isDeleted are both nullable
Admin User Search is a nightmare codewise
|
2022-03-25 13:43:53 +01:00 |
|
|
|
58eacb85ce
|
do not show unactivated emails in masscreation list
|
2022-03-25 13:35:33 +01:00 |
|
Moriz Wahl
|
9da2047e8c
|
move sendActivationEmail mutation from user to admin resolver
|
2022-03-24 19:14:59 +01:00 |
|
Moriz Wahl
|
d1770ccb1a
|
default values for filters
|
2022-03-23 08:20:37 +01:00 |
|
Moriz Wahl
|
d0b2a28ae2
|
add simple filter for list transaction link admin query
|
2022-03-23 07:43:16 +01:00 |
|
Moriz Wahl
|
296749d207
|
shorthand
|
2022-03-22 19:06:55 +01:00 |
|
Moriz Wahl
|
ab0f7c8c7e
|
add listTransactionLinksAdmin query
|
2022-03-22 18:51:41 +01:00 |
|
Moriz Wahl
|
612b8ca69c
|
Merge branch 'master' into no-float-ids
|
2022-03-19 13:07:53 +01:00 |
|
Moriz Wahl
|
4c396d7581
|
define Int as type for args of Ids
|
2022-03-17 13:03:41 +01:00 |
|
Moriz Wahl
|
e8625cb5af
|
remove console log
|
2022-03-17 11:32:52 +01:00 |
|
Moriz Wahl
|
f21e0ed038
|
only creations transaction list with admin rights
|
2022-03-17 11:20:26 +01:00 |
|
Moriz Wahl
|
fd9292b3d5
|
user context in admin interface
|
2022-03-17 09:57:19 +01:00 |
|
Moriz Wahl
|
0136a22f0c
|
resolve relative paths in resolvers
|
2022-03-07 21:35:50 +01:00 |
|
|
|
22c65aa929
|
renamed TypeId to TransactiontypeId
fixed admin creation (backend part)
|
2022-03-04 15:12:51 +01:00 |
|
|
|
ae4ad937aa
|
fix transaction type id - too much change
|
2022-03-04 14:50:20 +01:00 |
|
|
|
91fda4c097
|
Merge branch 'master' into refactor_arithmetic_transactionlist_adminarea
|
2022-03-04 14:43:39 +01:00 |
|
|
|
008331d43f
|
renamed lastUserTransaction to lastTransaction
|
2022-03-04 12:32:05 +01:00 |
|
Alexander Friedland
|
bb547a211e
|
Merge branch 'master' into refactor_arithmetic_transactionlist_adminarea
|
2022-03-04 10:09:45 +01:00 |
|
|
|
850060d057
|
Merge branch 'master' into refactor_arithmetic
|
2022-03-03 17:25:57 +01:00 |
|
Moriz Wahl
|
c663843758
|
type_id in raw sql query
|
2022-03-03 16:54:34 +01:00 |
|
ogerly
|
38d53e61c0
|
TransactionTypeId to TypeId changed, *10000 removed, graphql refactor
|
2022-03-01 09:32:16 +01:00 |
|
|
|
50d13b10ab
|
Merge branch 'combine_transaction_tables2' into refactor_arithmetic
# Conflicts:
# backend/src/config/index.ts
# backend/src/graphql/model/Transaction.ts
# backend/src/graphql/resolver/AdminResolver.ts
# backend/src/graphql/resolver/TransactionResolver.ts
# database/entity/Transaction.ts
# database/src/interface/TransactionContext.ts
# database/src/seeds/helpers/user-helpers.ts
|
2022-02-28 12:58:23 +01:00 |
|
|
|
4e017e4017
|
make transaction a const
|
2022-02-28 12:28:13 +01:00 |
|
|
|
b0b669ac34
|
lint fixes
|
2022-02-28 12:28:13 +01:00 |
|
|
|
dd0d4a19a2
|
fixed backend for new migration
properly write linked Transactions when sendCoin
|
2022-02-28 12:28:13 +01:00 |
|