Commit Graph

161 Commits

Author SHA1 Message Date
Elijah 26467b831a Extended test coverage to admin Template tables 2024-01-03 14:39:42 +01:00
Cayo Puigdefabregas 74ae5c87f5 Merge branch 'release' into extend-tables 2024-01-03 10:17:49 +01:00
Elahi eb547367cb Merge pull request 'Added custom command to create example data' (#92) from example-data into release
Reviewed-on: https://gitea.pangea.org/trustchain-oc1-orchestral/IdHub/pulls/92
2023-12-27 13:39:14 +00:00
Elijah d450819cd3 Bug fixes and refactored code for better reusability and extensibility 2023-12-27 14:32:26 +01:00
Elijah 3a7f0a43c5 Fixed control flow bug that creates instances of all models after creating a user or superuser 2023-12-22 11:13:35 +01:00
Elijah 1ef91854a0 Fixed credential table, VerificableCredential description fix pending 2023-12-18 17:55:04 +00:00
Elijah c55db24954 Fixed templates and data admin tables 2023-12-18 17:55:04 +00:00
Elijah dd89997941 Restored Credentials table to old behavior 2023-12-18 17:55:04 +00:00
Elijah 0e4d93652b Added Data table 2023-12-18 17:55:04 +00:00
Elijah b143e5749c Added DID and Services tables 2023-12-18 17:55:04 +00:00
Elijah fa3eeec327 Small refactor so that RolesView doesn't query database twice 2023-12-18 17:55:04 +00:00
Elijah 611a7abf95 Extended tests for User admin table and models 2023-12-18 17:55:04 +00:00
Elijah 4aedfe6a5c Added tests for the User model and view 2023-12-18 17:55:04 +00:00
Elijah 5fcfc86f01 Added Roles table 2023-12-18 17:55:04 +00:00
Elijah 5d934469c2 Updated User management admin table 2023-12-18 17:55:04 +00:00
Elijah b72129d627 Added Faker to create_example_data to generate more realistic objects 2023-12-15 17:53:46 +01:00
Elijah 7a5d42f586 Added commands to create custom user and superuser 2023-12-15 17:33:35 +01:00
Elijah 592b0fd980 Fixed help tooltip to reflect the appropriate information 2023-12-15 14:45:34 +01:00
Elijah c07c53a958 Added custom command to create example data 2023-12-15 14:32:49 +01:00
Cayo Puigdefabregas 8ee3f561a4 use logging correctly 2023-12-15 14:08:03 +01:00
Cayo Puigdefabregas b4b55a811d add more translate sentens 2023-12-14 17:59:40 +01:00
Cayo Puigdefabregas 9ae75b00ab fix translate 2023-12-14 17:15:22 +01:00
Cayo Puigdefabregas a66d9d1b91 fix trans in table 2023-12-14 12:14:14 +01:00
Cayo Puigdefabregas cb1b7de4f6 simplify flow from promotion web 2023-12-13 17:52:18 +01:00
Cayo Puigdefabregas b16cc85cd3 add more initial datas 2023-12-12 18:00:21 +01:00
Cayo Puigdefabregas 40d662f62e fix dids and credentials from the user 2023-12-12 18:00:04 +01:00
Cayo Puigdefabregas 79dcb42c23 fix command initial_datas 2023-12-12 13:26:17 +01:00
Cayo Puigdefabregas 5bb02bc375 integrate more organizations 2023-12-11 20:06:53 +01:00
Cayo Puigdefabregas de3819b234 fixing 2023-12-11 15:38:16 +01:00
Cayo Puigdefabregas 17faf5fff4 sync command 2023-12-11 13:55:56 +01:00
Cayo Puigdefabregas 93557fe277 form of contract 2023-12-11 12:11:18 +01:00
Cayo Puigdefabregas b7dfb6dcfb send vp_token 2023-12-04 10:56:22 +01:00
Cayo Puigdefabregas 501d2b2894 send a verificable presentation 2023-12-04 09:51:08 +01:00
Cayo Puigdefabregas 37908ba1e7 generate presentation, step1 2023-12-01 19:31:09 +01:00
Cayo Puigdefabregas aedd04398d fix merge 2023-12-01 18:20:53 +01:00
Cayo Puigdefabregas 98aecad77b add type in schema model and fix description in credential 2023-12-01 17:50:30 +01:00
Cayo Puigdefabregas 8da426ef34 add type in schemas 2023-11-29 17:29:31 +01:00
Cayo Puigdefabregas 89f1668c5c fix response with problems in connections 2023-11-29 13:22:13 +01:00
Cayo Puigdefabregas 4f1a5afea7 first step authorize 2023-11-29 13:21:49 +01:00
Cayo Puigdefabregas 7d477a079b fix view demand authorization 2023-11-29 11:53:30 +01:00
Cayo Puigdefabregas d84ad8f470 first step of oidc 2023-11-28 17:33:24 +01:00
Cayo Puigdefabregas 19e44cf52d demand authorization 2023-11-28 09:39:02 +01:00
Cayo Puigdefabregas d57b3fc02c Merge branch 'main' into oidc4vp 2023-11-27 11:52:48 +01:00
Elahi-cs ae60981a08 Changed testing mail domain to @example.org to avoid potential spamming 2023-11-27 11:26:23 +01:00
Elahi-cs ae7cadb738 Restored People and Roles to the original tables 2023-11-27 11:23:53 +01:00
Cayo Puigdefabregas bc177bbd62 Merge branch 'ssi' into oidc4vp 2023-11-27 09:22:58 +01:00
Daniel Armengod 8566098f2c Added verify_presentation bindings and use them in verification_portal backend 2023-11-27 07:42:12 +01:00
Daniel Armengod 2c4dca40b7 minor changes to verifier 2023-11-27 07:11:39 +01:00
Daniel Armengod 737d2a7dce Verifier portal backchannel endpoint 2023-11-27 07:04:30 +01:00
Daniel Armengod fa5a2d172e Added some VC templates 2023-11-27 05:36:58 +01:00