Commit graph

25 commits

Author SHA1 Message Date
dettlaff 90948b727b fix: imports 2024-12-19 00:35:33 +04:00
dettlaff 5d55a15706 feat: add
groups_list
2024-12-12 16:00:07 +04:00
dettlaff 6440a4f5c9 feat: add KanidmCliSubprocessError and more descriptions 2024-12-11 15:16:14 +04:00
dettlaff eca12a3079 feat: delete RootIsNotAvailableForModification and PrimaryUserDeletionNotAllowed 2024-12-11 13:16:38 +04:00
dettlaff c5ae43aab3 fix: return response_data 2024-12-11 07:35:20 +04:00
dettlaff 41ca72ae24 fix: add type debbug 2024-12-11 07:27:45 +04:00
dettlaff 0700e2285f feat: add more errors processing 2024-12-11 06:00:14 +04:00
dettlaff cf3e6fe39e feat: add new errors processing 2024-12-11 05:48:30 +04:00
dettlaff 51a663bc0a feat: detect more errors 2024-12-10 06:15:15 +04:00
dettlaff 9f5ee494a6 fix: change default params 2024-12-10 04:52:13 +04:00
dettlaff fcf16a9059 fix: typing 100% 2024-12-09 12:48:05 +04:00
dettlaff 3c53251caa fix: typing 2024-12-09 12:37:57 +04:00
dettlaff 3d3e5bc222 fix: rename error to message 2024-12-06 03:20:31 +04:00
dettlaff bd070a3c1d fix: from review and make new error messages 2024-12-06 03:05:28 +04:00
dettlaff 9429cbb3a6 fix: syntax error 2024-12-04 17:47:52 +04:00
dettlaff ecb3f36f96 fix: rename origin, add new mutation 2024-12-04 02:54:24 +04:00
dettlaff e546ef00e9 feat: add legacy support 2024-12-01 17:29:29 +04:00
dettlaff 36ddf2b111 feat: update UserMutationInput 2024-11-15 04:19:24 +04:00
dettlaff fbc0ae61fb feat: removed unnecessary functionality from the repository 2024-11-03 03:15:51 +04:00
dettlaff a144c91113 refactor: moved json user management to a separate repository 2024-10-26 22:22:31 +04:00
Houkime 2e775dad90 fix(users): handle no admin name defined when adding a user 2024-01-08 13:12:27 +00:00
Inex Code cebb71ff4a feat(ssh): Add support for ecdsa keys 2023-10-03 16:51:06 +03:00
Inex Code c6919293b6 refactor(api): Group mutations
I've learned that there is no problem in grouping mutations like we do with queries.
This is a big mistake from my side, now we have legacy not so conveniently placed endpoints.
I've grouped all mutations, left the copies of old ones flattened in the root for backwards compatibility.
We will migrate to mutation groups on client side, and backups now only use grouped mutations.
Tests are updated.
2023-06-21 06:46:56 +03:00
Inex Code 7935de0fe1 Migrate to FastAPI (#13)
Co-authored-by: inexcode <inex.code@selfprivacy.org>
Reviewed-on: https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api/pulls/13
2022-08-25 20:03:56 +03:00
def 337cf29884 Add GraphQJ user and ssh management (#12)
Co-authored-by: Inex Code <inex.code@selfprivacy.org>
Reviewed-on: https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api/pulls/12
Co-authored-by: def <dettlaff@riseup.net>
Co-committed-by: def <dettlaff@riseup.net>
2022-08-01 13:40:40 +03:00