Commit graph

  • 33b89d728a feat: update email password logic, implemented full API compatibility def/add_users_repositories dettlaff 2025-03-13 10:34:37 +04:00
  • 06395cc1bd fix: migration users from json dettlaff 2025-03-13 04:50:08 +04:00
  • 7b2e0fb099 fix: rewrite migration users from json dettlaff 2025-03-13 04:19:29 +04:00
  • 3ea418996f tests: fix json repo tests dettlaff 2025-03-09 07:44:31 +04:00
  • da62bb715f fix: add migration in migrations list dettlaff 2025-03-08 03:57:03 +04:00
  • 3ad80397af feature(backups): invalidate errored backups when a backup succeeds master Houkime 2025-03-05 16:38:28 +00:00
  • 0c26c731db fix: remove function calls from the global scop dettlaff 2025-02-28 16:29:58 +04:00
  • 4e6528365a fix: funny typo dettlaff 2025-02-27 15:21:40 +04:00
  • 3ee746b918 fix: deleted empty variable writing dettlaff 2025-02-27 03:15:04 +04:00
  • eb1b3db2fe feat: update schema dettlaff 2025-02-24 08:28:04 +04:00
  • 26ba6f3784 fix: add return for None data from get_email_credentials_metadata dettlaff 2025-02-24 08:18:12 +04:00
  • 537f03d441 fix: add links to parent in resolver dettlaff 2025-02-24 08:11:01 +04:00
  • 32ee2f587d fix: user model: removed conflicting default_factory and resolver in email_password_metadata dettlaff 2025-02-24 07:47:53 +04:00
  • f5d180ce35 fix: add explicit annotation for email_credentials_metadata dettlaff 2025-02-24 07:37:43 +04:00
  • e7f99a118b fix: password_hash generation dettlaff 2025-02-24 07:10:02 +04:00
  • 584f6d44e8 feat: api for email passwords metadata manage dettlaff 2025-02-24 07:05:05 +04:00
  • 9f9f9547c2 feat: add email redis password manager repo dettlaff 2025-02-16 17:39:33 +04:00
  • ee8f7bc5ba fix: module nix dettlaff 2025-01-30 17:14:47 +04:00
  • 38cb5866de fix: remove migration from migration list dettlaff 2025-01-30 16:42:39 +04:00
  • b9a4b5de86 fix: remove migration fangen dettlaff 2025-01-30 16:23:30 +04:00
  • 57ee76b2fd refactor: remove auth migration dettlaff 2025-01-30 16:04:19 +04:00
  • 319135a333 fix: f string dettlaff 2025-01-24 03:48:39 +04:00
  • c8d8d8675d feat: add idm_people_self_name_write to default groups dettlaff 2025-01-20 04:36:09 +04:00
  • 8f6ec45085 style: blacked dettlaff 2025-01-20 04:24:44 +04:00
  • 74c8118f9f fix: ignoring default groups in get_users dettlaff 2025-01-20 04:24:28 +04:00
  • 5b2491d160 feat: auth migrations dettlaff 2025-01-20 04:06:52 +04:00
  • 7f6599bc33 fix: rename kanidm account dettlaff 2025-01-18 22:34:46 +04:00
  • 482d48d923 feat: add DEFAULT_GROUPS ignoring dettlaff 2025-01-18 17:44:31 +04:00
  • df23a31a01 fix: add kanidm to module nix dettlaff 2025-01-14 18:37:16 +04:00
  • ffe00bce51 Merge branch 'master' into def/add_users_repositories dettlaff 2025-01-14 18:23:59 +04:00
  • 7436dc3e53
    use a proper kanidm user for api inex/test-sso Inex Code 2025-01-10 04:31:19 +03:00
  • 178afef625
    fix kanidm token bug Inex Code 2025-01-10 03:50:46 +03:00
  • 73359af512
    fix Inex Code 2025-01-10 02:56:03 +03:00
  • 90ab6c1e38
    Merge branch 'master' into inex/test-sso Inex Code 2025-01-10 02:51:40 +03:00
  • 4e1d9076e2 fix: from review dettlaff 2024-12-30 05:41:56 +04:00
  • 402d2a1303 feature(root daemon): allow imports in root daemon, even though it is probably a bad idea root-separation Houkime 2024-12-29 16:35:48 +00:00
  • ad1076ad4f feature(services): hook up the root daemon client Houkime 2024-12-27 18:27:20 +00:00
  • bb6d59e29f refactor(services): refactor template service code for readablity and deduplication Houkime 2024-12-27 17:37:56 +00:00
  • 0ce0d2142c refactor(services): remove systemctl call duplication Houkime 2024-12-12 15:42:59 +00:00
  • f21e59f99f feature(root_daemon): robustness with timeout Houkime 2024-12-12 12:18:55 +00:00
  • c40e68000e test(root_daemon): test an allowed command Houkime 2024-12-12 12:03:54 +00:00
  • 743fb8a542 test(root_daemon): break out startup Houkime 2024-12-12 11:39:07 +00:00
  • 76d83c41cf test(root_daemon): looping Houkime 2024-12-11 18:55:06 +00:00
  • 32f8a803e8 test(root_daemon): pingpong Houkime 2024-12-11 17:22:50 +00:00
  • 7b8e20e210 fix(root_daemon): not crashing immediately Houkime 2024-12-11 15:55:52 +00:00
  • 16300cd899 test(root_daemon): threading Houkime 2024-12-11 13:36:32 +00:00
  • 644f0783ee test(root): test making socket Houkime 2024-11-19 22:43:27 +00:00
  • c8c7aed5a3 feature(system): add root daemon Houkime 2024-10-30 10:10:57 +00:00
  • 043d280d53 feat: Dynamic templating (#165) 3.5.0 def/add_users_repository Inex Code 2024-12-24 19:04:31 +02:00
  • 368a1b807c
    turn off conflicting tests inex/dynamic-templating Inex Code 2024-12-24 20:02:04 +03:00
  • 7db93ff68a
    chore: Prepare for release Inex Code 2024-12-24 18:17:56 +03:00
  • 7384413663
    fix: bug caused DNS records not appearing Inex Code 2024-12-24 18:06:06 +03:00
  • c0653aac48
    fix: Unneeded caching Inex Code 2024-12-24 17:50:14 +03:00
  • d9a88b0f62
    try to fix remote fetch Inex Code 2024-12-24 17:43:10 +03:00
  • b1639e6d55
    fix: remote fetcher couldn't eval Inex Code 2024-12-24 17:39:21 +03:00
  • f1cf06e05b
    fix: SP API couldn't restore Inex Code 2024-12-24 16:31:11 +03:00
  • 0163efae58
    fix: selfprivacy API service couldn't backup Inex Code 2024-12-24 16:19:54 +03:00
  • 1f343815eb
    fix(security): Do not use Pickle for caching Inex Code 2024-12-24 16:13:55 +03:00
  • 1d7879acc1
    fix: Sort services Inex Code 2024-12-24 15:53:14 +03:00
  • 146b4cd1e7
    refactor: Dynamic service loading Inex Code 2024-12-24 15:46:48 +03:00
  • cb595959f8
    feat: Register a suggested flake when enabling a service from old clients Inex Code 2024-12-23 23:09:47 +03:00
  • 84729382ea
    feat: Allow turning on new services even from older clients Inex Code 2024-12-23 23:02:24 +03:00
  • bab2f17581
    fix: Recover inplace didn't work Inex Code 2024-12-23 22:35:10 +03:00
  • f7c3441314
    fix: Couldn't restore postgres from backup Inex Code 2024-12-23 22:15:24 +03:00
  • 914b392b1d
    refactor: Simplify postgre dumps Inex Code 2024-12-23 21:59:23 +03:00
  • 0d5038cd41
    fix not uploading database Inex Code 2024-12-23 21:50:26 +03:00
  • f9ba7e9ad1
    moar logging Inex Code 2024-12-23 21:46:20 +03:00
  • a813f71fd3
    fix: Static root for postgre dumps Inex Code 2024-12-23 21:41:24 +03:00
  • d5a3fb3928
    fix: Add text description for the main stage of backup Inex Code 2024-12-23 21:22:30 +03:00
  • f8edc2d276
    fix: properly remove folder Inex Code 2024-12-23 21:16:03 +03:00
  • 8d9633e7f1
    fix postgre bin Inex Code 2024-12-23 21:06:26 +03:00
  • 4cbdd0e7cf
    add postgre to nix module Inex Code 2024-12-23 21:04:34 +03:00
  • fa4c66b8c7
    fix db parsing Inex Code 2024-12-23 21:02:10 +03:00
  • 5e79840462
    some debug logging Inex Code 2024-12-23 20:58:00 +03:00
  • 47d1bd39dd
    refactor: Remove pleroma from hadcoded services Inex Code 2024-12-23 20:53:10 +03:00
  • 95056b44b5
    fix circular import Inex Code 2024-12-23 20:48:08 +03:00
  • 60bf187f58
    feat: PostgreSQL backups and restore Inex Code 2024-12-23 20:42:16 +03:00
  • b83a448e94 fix: from review dettlaff 2024-12-23 16:47:35 +04:00
  • 89278cffd7
    chore: Remove debug logging Inex Code 2024-12-21 22:14:00 +03:00
  • fcc167fb33
    fix: modified original lists, what a mistake Inex Code 2024-12-21 22:03:50 +03:00
  • 81b47bab03
    moar logging Inex Code 2024-12-21 21:58:01 +03:00
  • 874b4bfe97
    debug Inex Code 2024-12-21 21:50:42 +03:00
  • ccdd4d6644
    debug prints Inex Code 2024-12-21 21:34:34 +03:00
  • 6ccdb27792
    fixes Inex Code 2024-12-21 21:18:09 +03:00
  • e62bd2b2e7
    fix: Didn't parse JSON Inex Code 2024-12-21 21:11:43 +03:00
  • ecd284fb9a
    fix Inex Code 2024-12-21 21:07:32 +03:00
  • 5ca8f43a8e
    fix: Make calls to redis synchronous Inex Code 2024-12-21 21:04:59 +03:00
  • b609bbc39d
    feat: Call caching and remote module metadata loading Inex Code 2024-12-21 21:01:45 +03:00
  • 4cdc9f3e08
    feat: Add support for service options weight Inex Code 2024-12-21 17:46:28 +03:00
  • 5218187d6d
    fix: icon encoding Inex Code 2024-12-21 17:30:21 +03:00
  • f9f3868b5d
    fix: owned_path recursion Inex Code 2024-12-21 17:20:32 +03:00
  • 8e7e1dd68e
    feat: Dynamic templating prototype Inex Code 2024-12-21 17:15:07 +03:00
  • 4f4673cfb9
    refactor: Remove unused get_logs method from a Service Inex Code 2024-12-21 15:17:34 +03:00
  • b864ca5fea feat: add UserOrGroupNotFound dettlaff 2024-12-20 02:01:00 +04:00
  • e74717d56b Merge branch 'master' into def/add_users_repositories def 2024-12-19 22:53:16 +02:00
  • 22bbd293b5 docs: delete old doc str dettlaff 2024-12-20 00:53:05 +04:00
  • 635c5a10e9 fix: add new params from kanidm repo to JsonUserRepository dettlaff 2024-12-20 00:50:21 +04:00
  • 0a77ac2230 feat: add more ACTIVE_USERS_PROVIDER checks dettlaff 2024-12-19 06:28:16 +04:00
  • 8bfeb37f9a fix: check empty, not None dettlaff 2024-12-19 05:54:15 +04:00
  • 0b08332345 fix: ADMIN_GROUPS dettlaff 2024-12-19 05:32:05 +04:00