Commit graph

69 commits

Author SHA1 Message Date
dettlaff b83a448e94 fix: from review 2024-12-23 16:47:35 +04:00
dettlaff 0a77ac2230 feat: add more ACTIVE_USERS_PROVIDER checks 2024-12-19 06:28:16 +04:00
dettlaff 8bfeb37f9a fix: check empty, not None 2024-12-19 05:54:15 +04:00
dettlaff 2e5a8c8b7b fix: delete unnecessary call 2024-12-19 05:03:25 +04:00
dettlaff ea22935b88 feat: add DEFAULT_GROUPS group check 2024-12-19 04:44:05 +04:00
dettlaff 7fa6887e39 fix: delete attrs from data 2024-12-19 04:26:58 +04:00
dettlaff 7a5e33c1e6 feat: add group manager for update_user 2024-12-19 00:16:44 +04:00
dettlaff 65082e53fb fix: from review 2024-12-18 06:20:50 +04:00
dettlaff da81bd858c feat: add groups query 2024-12-12 23:53:41 +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 217445c2c9 fix: detect usernotfound 2024-12-11 12:42:50 +04:00
dettlaff 6d6583ced6 fix: get_user_by_username 2024-12-11 12:22:52 +04:00
dettlaff 3bff37cb79 fix: check none type in _check_response_type_and_not_empty 2024-12-11 11:51:22 +04:00
dettlaff be9be5c975 fix: remove trash imports 2024-12-11 07:15:40 +04:00
dettlaff 27254dd014 feat: forbid modification of important user. 2024-12-11 07:13:02 +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 3c53251caa fix: typing 2024-12-09 12:37:57 +04:00
dettlaff 63f0011da5 fix: typing, expect errors 2024-12-06 03:41:06 +04:00
dettlaff d427329e36 fix: delete return from None functions 2024-12-06 03:12:10 +04:00
dettlaff bd070a3c1d fix: from review and make new error messages 2024-12-06 03:05:28 +04:00
dettlaff 9386fb7d49 fix: add None to UserDataUser 2024-12-04 19:15:03 +04:00
dettlaff 8a1c9d325b fix: not optional None 2024-12-04 19:01:56 +04:00
dettlaff b8351d7151 fix: rename user_type 2024-12-04 18:10:14 +04:00
dettlaff ecb3f36f96 fix: rename origin, add new mutation 2024-12-04 02:54:24 +04:00
dettlaff b662d0f243 fix: missing username 2024-12-03 22:06:12 +04:00
dettlaff e546ef00e9 feat: add legacy support 2024-12-01 17:29:29 +04:00
dettlaff b8b2363f48 feat: add legacy code support 2024-11-29 19:32:02 +04:00
dettlaff 2dc34d6d0e refactor: mv hash_password to repository 2024-11-15 18:30:51 +04:00
dettlaff 34b603b76c fix: None password, fix fields 2024-11-15 04:53:20 +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 7ae550fd26 refactor(system): break out rebuild job creation 2024-09-13 12:11:56 +00:00
Houkime d4998ded46 refactor(services): migrate service management to a special service 2024-09-13 12:11:56 +00:00
Inex Code e6b7a1c168 style: linting 2024-09-11 13:58:48 +03:00
Houkime 77fb99d84e feature(system): dns migration 2024-09-11 13:58:48 +03:00
Inex Code 1259c081ef style: Reformat with new Black version 2024-07-26 22:59:44 +03:00
Maxim Leshchenko 5602c96056 feat(services): rename "sda1" to "system disk" and etc (#122)
Closes #51

Reviewed-on: https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api/pulls/122
Reviewed-by: Inex Code <inex.code@selfprivacy.org>
Co-authored-by: Maxim Leshchenko <cnmaks90@gmail.com>
Co-committed-by: Maxim Leshchenko <cnmaks90@gmail.com>
2024-06-27 17:41:46 +03:00
Houkime 3f9d2b2481 refactor(services): remove too many imports and cleanup 2024-03-06 18:40:05 +03:00
Houkime 17a1e34c0d feature(services): check before moving task and before move itself 2024-03-06 18:40:05 +03:00
Inex Code 2019da1e10 feat: Track the status of the nixos rebuild systemd unit 2024-02-12 18:17:18 +03:00
Inex Code b6f436d8b3 refactor: Adapt API to the NixOS configuration changes 2024-01-10 15:05:10 +02:00
Houkime 4a580e9b7b feature(system): better error handling for shell calls 2024-01-08 13:12:27 +00:00
Houkime 2e775dad90 fix(users): handle no admin name defined when adding a user 2024-01-08 13:12:27 +00:00
Houkime e835173fea fix(users): handle no admin case 2024-01-08 13:12:27 +00:00
Houkime dd6f37a17d feature(auth): tz_aware recovery 2023-11-10 17:10:01 +00:00
Houkime 8badb9aaaf refactor(auth): tz_aware expiration comparison 2023-11-10 13:31:12 +00:00