Commit graph

  • 3cb07a8719
    fix(ci): pin mdbook-alerts because of version issue James Hodgkinson 2024-09-19 06:46:40 +1000
  • a6cd20fdd7
    fix(ci): pin mdbook-alerts because of version issue James Hodgkinson 2024-09-19 06:41:13 +1000
  • fd2190315c
    fix(doc): updating docker container ref James Hodgkinson 2024-09-19 06:27:22 +1000
  • fb3e7a01bc
    Resolve incorrect SCIM Sync serialisation (#3047) Firstyear 2024-09-17 16:27:41 +1000
  • 71b2f24486
    Merge branch 'master' into 20240917-3039-scim-sync-serialisation Firstyear 2024-09-17 16:09:29 +1000
  • f174f3ba86 Resolve incorrect SCIM Sync serialisation William Brown 2024-09-17 14:35:22 +1000
  • 004e263f90
    CLI image error nicening (#3037) James Hodgkinson 2024-09-17 14:07:43 +1000
  • f9b73359d2
    removing extra eprintln James Hodgkinson 2024-09-12 14:48:12 +1000
  • 1521b937b8
    feat(cli): more error message detail when things go wrong with images on the CLI. James Hodgkinson 2024-09-12 14:31:34 +1000
  • 30540ff3d2
    fixing an issue with scim_proto buiding James Hodgkinson 2024-09-12 14:29:48 +1000
  • 6065f2db60
    Add rfc7009 and rfc7662 metadata to oidc discovery (#3046) Firstyear 2024-09-17 13:35:43 +1000
  • 544d697fa4
    Merge branch 'master' into 20240917-3042-oidc-endpoint Firstyear 2024-09-17 13:17:40 +1000
  • 4cbec48307
    More openapi tweaks (#3038) James Hodgkinson 2024-09-17 13:01:54 +1000
  • aa56be0062 Add rfc7009 and rfc7662 metadata to oidc discovery William Brown 2024-09-17 13:00:59 +1000
  • 530e60adfd
    Merge branch 'master' into more-openapi-tweaks Firstyear 2024-09-17 12:22:35 +1000
  • a2cdb810a2
    Bump the all group with 6 updates (#3044) dependabot[bot] 2024-09-15 22:39:49 +0000
  • 876b2c07ff
    Bump the all group with 6 updates dependabot[bot] 2024-09-15 22:22:23 +0000
  • 6e00a99c4a
    Bump the all group in /pykanidm with 3 updates (#3043) dependabot[bot] 2024-09-16 08:05:36 +1000
  • b078218491
    Bump the all group in /pykanidm with 3 updates dependabot[bot] 2024-09-15 20:11:21 +0000
  • 5b699c242b
    fix(docs): make it clearer that bearer auth is a thing (#3031) James Hodgkinson 2024-09-14 20:59:11 +1000
  • 64e5bba89a
    btreemap James Hodgkinson 2024-09-14 20:49:57 +1000
  • 5e3ee3dda8
    fixing test typo James Hodgkinson 2024-09-14 10:40:52 +1000
  • e8cb9a6ee2
    sorry clippy James Hodgkinson 2024-09-14 08:34:56 +1000
  • c0ea5c787c
    fix(openapi): hashmap protoentry James Hodgkinson 2024-09-14 07:28:48 +1000
  • dad88fe480
    fix(openapi): hashmap protoentry James Hodgkinson 2024-09-14 07:17:54 +1000
  • 3fc9ee568a
    fixing non-auth responses from the API James Hodgkinson 2024-09-13 23:09:40 +1000
  • 55fdcf007b
    fix(openapi): adding Attribute as a schema object James Hodgkinson 2024-09-13 23:09:29 +1000
  • 71437f294d
    Merge branch 'master' into auth-docs James Hodgkinson 2024-09-12 19:33:05 +1000
  • 3819d21593
    implements additional traits for filter types (#3036) Chris Olstrom 2024-09-11 21:17:35 -0700
  • 6affed0cd2
    add name to CONTRIBUTORS.md Chris Olstrom 2024-09-11 20:59:35 -0700
  • 97fcf253ce derive(Serialize,Deserialize) for filter::{ScimFilter,ScimComplexFilter,AttrPath} Chris Olstrom 2024-09-11 10:20:20 -0700
  • 9c53a30545 impl FromStr for filter::{ScimFilter,ScimComplexFilter,AttrPath} Chris Olstrom 2024-09-11 10:17:54 -0700
  • 3340535c1e impl ToString for filter::ScimFilter Chris Olstrom 2024-09-11 10:16:32 -0700
  • acd3e4f5b3 impl ToString for filter::ScimComplexFilter Chris Olstrom 2024-09-11 10:16:16 -0700
  • 26f67ce829 impl ToString for filter::AttrPath Chris Olstrom 2024-09-11 10:13:24 -0700
  • d3891e301f
    20240810 SCIM entry basic (#3032) Firstyear 2024-09-12 12:53:43 +1000
  • fec57fdb11
    Merge branch 'master' into 20240810-scim-entry-basic Firstyear 2024-09-12 12:11:44 +1000
  • f053ff7fba
    CreatedAt/ModifiedAt fix (#3034) Firstyear 2024-09-12 11:42:16 +1000
  • 1414532f0a Nice one james William Brown 2024-09-12 10:53:05 +1000
  • bbb1cf2e23
    Update server/lib/src/entry.rs Firstyear 2024-09-12 10:15:32 +1000
  • 8ff1fa7c10
    Update server/lib/src/entry.rs Firstyear 2024-09-12 10:15:12 +1000
  • 184cab7e33 CreatedAt/ModifiedAt fix William Brown 2024-09-11 14:58:49 +1000
  • 63c67770df Add the first scim get entry route William Brown 2024-09-10 16:38:31 +1000
  • 13f946ae3a Wow William Brown 2024-09-10 16:23:05 +1000
  • 67ea63818d fix(docs): make it clearer that bearer auth is a thing James Hodgkinson 2024-09-10 08:49:40 +1000
  • 6664ce8f02
    Pykanidm fixes (#3030) James Hodgkinson 2024-09-10 10:36:50 +1000
  • 08b2c9562f
    Merge branch 'master' into pykanidm Firstyear 2024-09-10 10:20:31 +1000
  • c8f28b76de
    fix(pykanidm): messy but kinda works now James Hodgkinson 2024-09-09 10:57:21 +1000
  • 7e0c2df2f0
    fix(pykanidm): more linting James Hodgkinson 2024-09-09 11:03:02 +1000
  • 73cf9d76ef
    fix(pykanidm): messy but kinda works now James Hodgkinson 2024-09-09 10:57:21 +1000
  • 938ad90f3b
    20240906 Attribute as an Enum Type (#3025) Firstyear 2024-09-09 10:53:10 +1000
  • f4ada9017b
    Merge branch 'master' into 20240906-scim-entry Firstyear 2024-09-09 10:36:04 +1000
  • 85d37ba2e9 review William Brown 2024-09-09 09:43:10 +1000
  • a20a3bc673
    Bump the all group with 9 updates (#3029) dependabot[bot] 2024-09-08 22:35:53 +0000
  • 7b792ae2ee
    Bump the all group with 9 updates dependabot[bot] 2024-09-08 22:18:02 +0000
  • 98b95a2821
    Bump the all group in /pykanidm with 4 updates (#3028) dependabot[bot] 2024-09-09 07:02:39 +1000
  • ae7dd353bc
    Bump the all group in /pykanidm with 4 updates dependabot[bot] 2024-09-08 20:25:31 +0000
  • be37bdc109 Release tests William Brown 2024-09-07 15:44:55 +1000
  • 72393996a7
    Credentials page/Self cred update flow UI improvements (#3012) Wei Jian Gan 2024-09-07 12:56:58 +0800
  • 3b86c2b3ac Tests William Brown 2024-09-07 14:43:25 +1000
  • 5defa1ac83 progress William Brown 2024-09-07 14:37:47 +1000
  • a3c1da828a fix William Brown 2024-09-07 14:31:57 +1000
  • 25b9907f31 Fix William Brown 2024-09-07 14:10:11 +1000
  • fe3e144aa6 Clippy time William Brown 2024-09-07 14:06:10 +1000
  • 9707d364cc test pass William Brown 2024-09-07 14:04:08 +1000
  • 64e2309540 I hope thats it William Brown 2024-09-07 13:26:34 +1000
  • 3eb808ff26 progress William Brown 2024-09-07 13:01:53 +1000
  • abf652ddcf Wow William Brown 2024-09-07 12:33:16 +1000
  • 05173b5c90 Progress William Brown 2024-09-07 12:17:49 +1000
  • 46da027bfa add serde rename and de/serialize attributes Wei Jian Gan 2024-09-06 23:58:30 +0800
  • 4a62050f6e use underscore instead of dashes for paths Wei Jian Gan 2024-09-06 14:40:40 +0800
  • 3c0727e830 Progress William Brown 2024-09-06 14:58:40 +1000
  • 3972ebb4b2 use constants for active menu items Wei Jian Gan 2024-09-05 03:42:10 +0800
  • 64231a004b use svg icon files Wei Jian Gan 2024-09-05 03:52:25 +0800
  • 677fb38972 use correct logged in check Wei Jian Gan 2024-09-01 17:11:33 +0800
  • 7b61331bcd load scripts only when needed Wei Jian Gan 2024-08-30 03:51:55 +0800
  • d41193813d add todo for posix_enabled Wei Jian Gan 2024-08-29 01:03:47 +0800
  • d5a3eba26d improve self cred update flow ui Wei Jian Gan 2024-08-25 13:50:08 +0800
  • ce2002d0a6 wip Wei Jian Gan 2024-08-15 10:40:02 +0800
  • 95fc6fc5bf
    20240828 Support Larger Images, Allow Custom Domain Icons (#3016) Firstyear 2024-09-05 14:19:27 +1000
  • cd0e749d48 Review feedback William Brown 2024-09-04 15:56:10 +1000
  • 41b5c7245f Its done William Brown 2024-08-29 13:51:54 +1000
  • ec36256a77 domain icon progress William Brown 2024-08-29 09:56:20 +1000
  • e5a5de8de3
    MemberOf in search implies DirectMemberOf (#3024) Firstyear 2024-09-04 22:19:40 +1000
  • 146506d522 MemberOf in search implies DirectMemberOf William Brown 2024-09-04 16:40:35 +1000
  • db26979a98
    fix(kanidm): don't allow empty string fields on CLI (#3018) James Hodgkinson 2024-09-04 15:29:26 +1000
  • df3a229cb4 fix(kanidm): don't allow empty string fields on CLI James Hodgkinson 2024-08-31 11:05:42 +1000
  • 3b990829d6
    Bump cryptography from 42.0.4 to 43.0.1 in /pykanidm in the pip group (#3023) dependabot[bot] 2024-09-04 15:10:19 +1000
  • 369524b5bf
    Bump cryptography from 42.0.4 to 43.0.1 in /pykanidm in the pip group dependabot[bot] 2024-09-04 00:04:50 +0000
  • 1161da69ef
    generate completions for elvish and fish (#3015) Adam C. Stephens 2024-09-03 19:50:59 -0400
  • 0280e52803
    generate completions for elvish Adam Stephens 2024-09-03 18:57:30 -0400
  • 15bd8d09ec
    add adamcstephens to CONTRIBUTORS Adam Stephens 2024-09-03 18:46:14 -0400
  • bd8e9feb52
    generate completions for fish Adam Stephens 2024-08-28 23:19:35 -0400
  • 399a1c0c52
    Bump the all group with 4 updates (#3021) dependabot[bot] 2024-09-01 22:34:55 +0000
  • aac41a4749
    Bump the all group with 4 updates dependabot[bot] 2024-09-01 22:15:29 +0000
  • bd29eca5a0
    Bump the all group in /pykanidm with 3 updates (#3022) dependabot[bot] 2024-09-02 07:58:24 +1000
  • a55ea3f976
    Bump the all group in /pykanidm with 3 updates dependabot[bot] 2024-09-01 20:38:54 +0000
  • 30d0bd295d
    swap to toast ToxicMushroom 2024-08-29 22:41:48 +0200
  • 0fac1f301e
    20240820 SCIM value (#2992) Firstyear 2024-08-29 11:38:00 +1000
  • ee527d1f63 ffs William Brown 2024-08-29 10:29:57 +1000