368 Commits

Author SHA1 Message Date
acd04b3432
removed /vue from tests, configs and references 2022-01-12 21:21:21 +01:00
einhornimmond
28e4fa1bda fix message 2021-12-07 11:41:01 +01:00
einhornimmond
a5ed8580fe allow only 2 month in the past for creation transactions 2021-12-06 17:16:22 +01:00
73c9f7c2ab
Merge branch 'master' into bugfix_registration 2021-11-22 23:27:58 +01:00
einhornimmond
c6b1bed387 Merge remote-tracking branch 'origin/login_hotfixes_1.5.1_reopen' into bugfix_registration 2021-11-12 13:31:01 +01:00
elweyn
4389e47cab Adding a check that the user is activated before letting them login. 2021-11-12 07:17:30 +01:00
Moriz Wahl
ee12eb15a4 Merge branch 'master' into apollo_createTransactions_without_signation 2021-11-04 13:57:19 +01:00
einhornimmond
90c15944bf
Merge pull request #1075 from gradido/login_hotfixes_1.5.1
Login hotfixes 1.5.1
2021-11-04 09:53:36 +01:00
elweyn
3aa6250eeb Merge branch 'master' into apollo_createTransactions_without_signation 2021-11-04 09:34:15 +01:00
Dario via Pythagoras
5bf98f20eb move skip button before abort button 2021-11-03 09:57:48 +01:00
Dario via Pythagoras
8232657718 fix defekt abort transaction button 2021-10-31 11:09:31 +01:00
Dario via Pythagoras
097f1a33f9 fix user search 2021-10-31 10:54:51 +01:00
elweyn
557ccf5da3 Merge master into this branch, comment out the protobuf encryption module to see if the structure would work without it. 2021-10-22 14:55:06 +02:00
32b64f4e6d
adjusted test seed 2021-10-21 23:44:26 +02:00
ae3a5ec2f0
typo 2021-10-21 06:09:17 +02:00
29e56dbfb2
initialize model in order to access database name 2021-10-21 05:40:19 +02:00
dbae29f47d
more stray queries 2021-10-21 05:33:49 +02:00
95ab503626
- missing semicolon
- missing table name parameter
2021-10-21 05:25:37 +02:00
02068fa662
fixed typo 2021-10-21 05:10:58 +02:00
3e726fbe82
- changed login server database to community database
- adjusted table names in login server queries
- removed roles model code since its is unused/empty
2021-10-21 05:10:45 +02:00
c65ac49594
- removed skeema
- simplified mariadb docker container & reduced context(build time)
- datapoint for docker group into migration
- removed unused node docker definitions from docker-compose
2021-10-21 04:49:19 +02:00
e64019d6c3
also remove user.sql file 2021-10-21 04:31:42 +02:00
3cee3dbbb7
removed sql create statements from login server 2021-10-21 04:07:31 +02:00
einhornimmond
80228ef842 fix 2021-10-15 15:59:52 +02:00
einhornimmond
4c732b20e0 fix isExitInDb 2021-10-15 15:50:43 +02:00
einhornimmond
b5e092dd8a NULL instead of 0 2021-10-15 14:11:16 +02:00
einhornimmond
889495b38c check publisher_id for changes 2021-10-15 14:02:47 +02:00
einhornimmond
9cb7bf65f1 default value for empty field 2021-10-15 13:33:58 +02:00
elweyn
3fdb503ea6 Merge branch 'master' into 804-elopage-registration 2021-10-12 17:08:06 +02:00
einhornimmond
29de8e224f
Merge pull request #960 from gradido/add_autocorrect_keys
Add autocorrect keys
2021-10-12 17:00:36 +02:00
elweyn
36e6a459a4 Fixe small error. 2021-10-12 16:49:14 +02:00
einhorn_b
3b487ab2cb fix field name 2021-10-12 16:17:19 +02:00
einhornimmond
86efd0de80 fix bug 2021-10-12 15:34:50 +02:00
einhornimmond
1486476571 add auto correct keys to apollo, copy also disabled field of user 2021-10-12 15:24:14 +02:00
Einhornimmond
f6cba24c00 merge with master 2021-10-10 15:44:11 +02:00
einhornimmond
546d371139 check always for hasElopage
- put check into async task to let it run at the same time as the password check
2021-10-10 15:25:01 +02:00
einhornimmond
17907b23ad fix bug 2021-10-08 10:28:46 +02:00
einhornimmond
93532004d5 add option in login call to check also for elopage account 2021-10-08 10:26:09 +02:00
einhornimmond
b3b603b59e bring alive 2021-10-07 16:29:28 +02:00
einhornimmond
cc8a4fcd5b add api call to check is user has an elopage account to login-server and to apollo-server 2021-10-07 16:08:14 +02:00
einhornimmond
659851218e add signTransaction json call to Login-Server 2021-10-06 20:07:24 +02:00
einhornimmond
a531b4671f Merge branch 'master' into apollo_saveUserOnCreate 2021-10-06 12:15:20 +02:00
einhorn_b
02ad383930 update login-server to return user object on user create 2021-10-06 11:51:41 +02:00
Einhornimmond
a5d6b510f5
remove email from updateUserInfos call 2021-10-02 13:52:38 +02:00
einhornimmond
d53ef3fc28 entferne 'ein' 2021-09-27 13:31:56 +02:00
einhornimmond
9ef5f1e811 exclude space, tab, newline from special chars 2021-09-27 13:30:18 +02:00
einhornimmond
8a7acbf3ce remove unnecessary .* from regexp 2021-09-27 13:09:01 +02:00
einhornimmond
1b3ff38ed7 update password check, allow every special char (everything what isn't a-z, A-Z or 0-9) 2021-09-23 18:08:30 +02:00
einhornimmond
102fc586e9 change variable name according to name in config 2021-09-20 18:51:05 +02:00
einhornimmond
f0cbed81f3 disable auto-resend of not finished transactions on login-server restart 2021-09-20 12:22:56 +02:00