3185 Commits

Author SHA1 Message Date
Dario
db87207bc0 Rename table models to singular 2020-08-25 18:02:08 +02:00
Dario
5fd66d48e7 update skeema files, fill in empty model table classes for new mysql tables 2020-08-25 17:13:49 +02:00
Dario
67c8069eb6 add binToHex with Poco::Nullable<Poco::Data::Blob> for easy use with public keys 2020-08-25 16:18:38 +02:00
Dario
5d3fbcfdfa rename AuthenticatedEncryption to SecretKeyCryptography 2020-08-25 16:17:28 +02:00
einhornimmond - MarkX
0c3e69b045 add new tables and model/table empty files for them 2020-08-25 12:59:34 +02:00
einhornimmond - MarkX
8549c8821c add nearly empty hedera topic management page, and additional wrapper for hedera proto 2020-08-25 12:10:02 +02:00
einhornimmond - MarkX
d0b105b9e5 add empty files for hedera proto wrappers 2020-08-25 11:26:14 +02:00
einhornimmond - MarkX
1206b6105d include grpc manuell in cmake project, debug windows, other configurations are to come 2020-08-24 18:24:48 +02:00
Dario
939e942ba8 Enable again auto reconnect, own solution not working 2020-08-24 15:59:56 +02:00
Dario
5582eefae6 add try and catch for reconnect attempt 2020-08-21 17:06:39 +02:00
Dario
de11450c90 send errors to community server from prepare transaction 2020-08-21 17:02:17 +02:00
Dario Rekowski on RockPI
28ab6f3810 change to blake2 2020-08-21 13:16:58 +00:00
Dario Rekowski on RockPI
adb948d1a5 adding error transaction api endpoint, only empty function 2020-08-21 13:05:31 +00:00
Dario
76350d5038 Merge branch 'master' of ssh://**REDACTED**/~/_C++/gradido_login_server 2020-08-19 11:56:12 +02:00
Dario
9286ce7361 update debug pages 2020-08-17 12:16:01 +02:00
Dario Rekowski on RockPI
af0a311fa7 fix bug with paging and searching 2020-08-07 08:09:33 +00:00
Dario via Pythagoras
b3e12aaaa7 skip email verification resend for now 2020-08-07 09:56:46 +02:00
Dario
f578a90a66 add option user.disabled to json get user infos 2020-08-07 09:30:22 +02:00
Dario Rekowski on RockPI
59031cc19a check in send coins if receiver was disabled 2020-08-07 07:29:22 +00:00
Dario
2ba166fabb found and fix error with scoped mutex lock inside try catch block 2020-08-03 12:08:14 +02:00
team-devstage
224714b16d show and make disabled editable, don't show disabled user in creation 2020-08-03 11:42:51 +02:00
team-devstage
507222ab1d add redirect to prevent blank page 2020-08-03 11:26:27 +02:00
team-devstage
1d91df0ab0 uncomment pending 2020-08-03 10:17:32 +02:00
Christine Slotty
a3d89bf087 Login Server Profile Update 2020-07-31 18:35:14 +02:00
team-devstage
9f80980480 add intval to change disabled bool to integer 2020-07-30 16:37:47 +02:00
Dario
946b951080 update email log, use not longer html string 2020-07-30 15:35:04 +02:00
einhornimmond - MarkX
cce7b7d4a9 add implementation for JsonUpdateUserInfos 2020-07-30 15:26:37 +02:00
einhornimmond - MarkX
7049642bc8 add shared mutex to model::table::User to better support changes from community server 2020-07-30 15:08:58 +02:00
Dario
5d18e869ad add json interface for updating some user data from community server 2020-07-30 13:13:22 +02:00
team-devstage
10c92fd464 update sql files from christine to remove warnings by running skeema 2020-07-28 18:04:59 +02:00
team-devstage
fba758414c update sql files to remove all skeema warnings 2020-07-28 18:01:45 +02:00
Christine Slotty
d4f3fb3f3f Merge branch 'christine-profile' of ssh://**REDACTED**/~/php/cakePHP/gradido_community_server into christine-profile 2020-07-28 17:45:58 +02:00
Christine Slotty
4b37a90187 missing table; fixes/features 2020-07-28 17:45:46 +02:00
team-devstage
412b5e5c3b adding transaction types as insert script for running with setup script 2020-07-28 17:29:08 +02:00
Dario Rekowski on RockPI
767a6dd976 add bundle:css to websrc/package.json to bundle css without installing gulp globally 2020-07-28 14:46:30 +00:00
Christine Slotty
c216103520 User Search in create-multi 2020-07-21 17:14:40 +02:00
Dario
6e25f762d3 Merge branch 'master' of ssh://**REDACTED**/~/c++/gradido_login_server 2020-07-21 12:18:43 +02:00
Dario
4a3522a4b9 Merge branch 'master' of ssh://**REDACTED**/~/_C++/gradido_login_server 2020-07-21 12:18:18 +02:00
Dario
015caeed5b fix for linux 2020-07-21 12:18:04 +02:00
stroot
9826a373cd Merge branch 'master' of ssh://**REDACTED**/~/c++/gradido_login_server 2020-07-21 12:16:50 +02:00
stroot
27dc7fc9ac update sql querys to remove all warnings from skeema 2020-07-21 12:16:41 +02:00
Dario
4ccf6891e6 fix for linux 2020-07-21 11:38:35 +02:00
Dario
515d4d18df Merge branch 'christine-styles' of ssh://**REDACTED**/~/c++/gradido_login_server into christine-styles 2020-07-21 11:17:32 +02:00
Dario
bc3feaa900 disable community server mysql connection, because not used, communication runs entirely via json requests 2020-07-21 11:17:20 +02:00
Dario
a71a69a619 change sorting mnemonic words for print out into case-insensitive 2020-07-21 11:16:21 +02:00
Dario
5630a62513 Re-Compiled HTTP Interface Pages with Christines new css style 2020-07-21 11:15:31 +02:00
Christine Slotty
b34eb8d9ef fixing header 2020-07-20 18:46:54 +02:00
Christine Slotty
5537285148 line height content 2020-07-20 18:23:20 +02:00
Christine Slotty
07281f0eef overflow 2020-07-20 18:20:13 +02:00
Christine Slotty
61c807c95f gulpfile 2020-07-20 18:00:31 +02:00