Commit Graph

  • bebb00aa2e app: improve error message for wrong/expired reset token Valentin Tolmer 2023-02-15 14:21:51 +0100
  • 193a0fd710 server: Remove trailing / from the domain URL Valentin Tolmer 2023-02-15 11:15:02 +0100
  • 837b574060 app: improve error message for wrong/expired reset token Valentin Tolmer 2023-02-15 14:21:51 +0100
  • a41d7a3bce server: Remove trailing / from the domain URL Valentin Tolmer 2023-02-15 11:15:02 +0100
  • 3650a438df docker: fix healthcheck Valentin Tolmer 2023-02-15 09:51:47 +0100
  • ff3d22a303 docker: fix healthcheck Valentin Tolmer 2023-02-15 09:51:47 +0100
  • 5bee73180d
    example_configs: add authentik configuration arcoast 2023-02-14 17:22:49 +0000
  • 314d4d0d33
    Merge branch 'main' into authentik nitnelave 2023-02-14 18:15:31 +0100
  • 672dd96e7e server: add content-type header to the email Valentin Tolmer 2023-02-14 11:13:10 +0100
  • 28bbcd3667 server: add content-type header to the email Valentin Tolmer 2023-02-14 11:13:10 +0100
  • 19f926b71c
    Set group property mappings arcoast 2023-02-14 00:37:14 +0000
  • 1ccd6e3817
    Merge branch 'main' into authentik arcoast 2023-02-13 20:24:34 +0000
  • 7999403405
    Update authentik.md arcoast 2023-02-13 20:23:29 +0000
  • 62104b417a app: probe for password reset support Valentin Tolmer 2023-02-13 20:09:24 +0100
  • 562ad524c4 server: only add password reset routes if they are enabled Valentin Tolmer 2023-02-13 18:56:39 +0100
  • f68d38d543 app: probe for password reset support Valentin Tolmer 2023-02-13 20:09:24 +0100
  • 6dc0377f6f server: only add password reset routes if they are enabled Valentin Tolmer 2023-02-13 18:56:39 +0100
  • ea498df78b server: add a test for compare with uniqueMember Valentin Tolmer 2023-02-13 16:32:26 +0100
  • f837fc3a36 server: add a test for compare with uniqueMember Valentin Tolmer 2023-02-13 16:32:26 +0100
  • 1ce239103c server: removed dbg Valentin Tolmer 2023-02-13 15:46:48 +0100
  • d9bc6df0c6 server: removed dbg Valentin Tolmer 2023-02-13 15:46:48 +0100
  • 81036943c2 server: Add support for SubString ldap filter Valentin Tolmer 2023-02-13 15:41:07 +0100
  • e7c36d4b77 server: Add support for SubString ldap filter Valentin Tolmer 2023-02-13 15:41:07 +0100
  • 21e51c3d38 server: Add support for LdapCompare op Valentin Tolmer 2023-02-13 12:03:14 +0100
  • 0cc7fd2bd2 server: Add support for LdapCompare op Valentin Tolmer 2023-02-13 12:03:14 +0100
  • 8a9dab7f63
    Merge branch 'main' into authentik nitnelave 2023-02-13 09:30:56 +0100
  • e92947fc3b
    app: Change input field to password type in change_password ui (#443) DarkSpir 2023-02-13 09:29:54 +0100
  • 13b3937d65
    Add Authentik to README.md arcoast 2023-02-13 00:11:42 +0000
  • 4e4f129c05
    Rename authentik.yaml to authentik.md arcoast 2023-02-13 00:05:50 +0000
  • 7ac328a3c0
    Add authentik configuration example arcoast 2023-02-13 00:03:46 +0000
  • 5fb0c1bee4
    Fix: Change input field to password type in change_password ui DarkSpir 2023-02-12 20:46:49 +0100
  • 94d45f7320
    example_configs: Added explanation to Jellyfin Docs Juli 2023-02-12 11:10:52 +0100
  • dc307fb698
    Fixed Typo in previous commit Juli 2023-02-11 23:12:35 +0000
  • 0b323d4852
    Update Jellyfin Docs Juli 2023-02-11 23:11:48 +0000
  • d04305433f server: use the new into_tuple from sea_orm Valentin Tolmer 2023-02-10 12:43:49 +0100
  • 63cbf30dd7 server: upgrade sea-orm to 0.11 Valentin Tolmer 2023-02-10 12:32:41 +0100
  • c1662f0218 server: use the new into_tuple from sea_orm Valentin Tolmer 2023-02-10 12:43:49 +0100
  • a1ad8dd324 server: upgrade sea-orm to 0.11 Valentin Tolmer 2023-02-10 12:32:41 +0100
  • 96eb17a963 server: fix clippy warning Valentin Tolmer 2023-02-10 11:37:36 +0100
  • 5b76d12646 server: fix clippy warning Valentin Tolmer 2023-02-10 11:37:36 +0100
  • 8f2c5b397c server: allow NULL for display_name Valentin Tolmer 2023-02-10 11:07:14 +0100
  • bfce7361df server: allow NULL for display_name Valentin Tolmer 2023-02-10 11:07:14 +0100
  • 648848c816
    example_configs: Add note for Gitea's simple auth mode Rex Zhang 2023-02-08 17:30:23 +0800
  • f7416ea17b
    Update gitea.md Rex Zhang 2023-02-08 16:22:59 +0800
  • 480919b399 Add example for Gitea's simple auth mode Rex Zhang 2023-02-03 20:11:51 +0800
  • 58b9c28a0b
    example_configs: Add Dex example Diptesh Choudhuri 2023-02-01 17:32:52 +0530
  • c81abfab80
    Merge branch 'main' into main Diptesh Choudhuri 2023-01-31 22:43:46 +0530
  • 7ea52e2c05 feat(examples): add groups to dex config Diptesh Choudhuri 2023-01-31 22:43:32 +0530
  • ef2a0513dd fix(examples): add info about ldaps Diptesh Choudhuri 2023-01-31 22:40:02 +0530
  • 0366cdbeaf docs: add exclamation mark Diptesh Choudhuri 2023-01-31 18:56:13 +0530
  • c3d18dbbe8 build(deps): bump docker/build-push-action from 3 to 4 dependabot[bot] 2023-01-30 20:07:23 +0000
  • 51796407e8 feat(examples): add dex config Diptesh Choudhuri 2023-01-31 07:45:06 +0530
  • a33b1bf817
    build(deps): bump docker/build-push-action from 3 to 4 dependabot[bot] 2023-01-30 20:07:23 +0000
  • 1e6a0edcfb build(deps): bump bumpalo from 3.10.0 to 3.12.0 dependabot[bot] 2023-01-24 13:40:31 +0000
  • 9b90f07d7d build(deps): bump bumpalo from 3.10.0 to 3.12.0 dependabot[bot] 2023-01-24 13:40:31 +0000
  • d56de80381 server: Update lettre Valentin Tolmer 2023-01-24 13:31:22 +0100
  • d874fc917b server: Update lettre Valentin Tolmer 2023-01-24 13:31:22 +0100
  • 3fa100be0c server: update sea-orm dependency Valentin Tolmer 2023-01-24 10:38:06 +0100
  • 4660b2383e server: update sea-orm dependency Valentin Tolmer 2023-01-24 10:38:06 +0100
  • df1169e06d
    docker: simplify binary build, add db integration test Dedy Martadinata S 2023-01-22 17:10:26 +0700
  • ccdbf6cca6 simplify binary build, db integration test, squash Dedy Martadinata Supriyadi 2023-01-14 10:39:20 +0700
  • 0ae1597ecd
    example_configs: Add Wikijs example arcoast 2023-01-22 08:49:00 +0000
  • 477b207e43
    Change cn to uid arcoast 2023-01-21 12:09:10 +0000
  • e3f02ee5db
    Add wikijs example to readme arcoast 2023-01-21 11:28:10 +0000
  • 92d60d8e19
    WikiJS example config arcoast 2023-01-21 11:24:42 +0000
  • d722be8896
    server: add option to use insecure SMTP connection Igor Rzegocki 2023-01-19 11:30:25 +0100
  • dea07550a1
    add option to use insecure SMTP connection Igor Rzegocki 2023-01-18 20:56:14 +0100
  • cc36754ba8
    address some PR comments Luca 2023-01-14 15:22:05 +0100
  • bb4de05bd8
    add tests (one failing) Luca 2023-01-12 13:13:31 +0100
  • f1781b198d
    add tests for ldap compare Luca 2023-01-12 12:36:37 +0100
  • 9b130947db
    implemented ldap compare Luca 2023-01-12 12:07:07 +0100
  • 7d67ce7050
    initial sketch of the implementation Luca 2023-01-12 09:48:33 +0100
  • 24c149a39e
    move tests to the ldap_handler level Luca 2023-01-14 13:03:59 +0100
  • 0f7f826f72
    tests for dn filter in users and groups Luca 2023-01-12 11:37:29 +0100
  • 9018e6fa34 server, refactor: Add a conversion from bool for the filters Valentin Tolmer 2023-01-17 14:43:37 +0100
  • 3ec28b6093 server, refactor: Add a conversion from bool for the filters Valentin Tolmer 2023-01-17 14:43:37 +0100
  • 807fd10d13
    server: Add support for DN filters Luca Tagliavini 2023-01-17 14:21:57 +0100
  • 9b7c38852f move tests Luca 2023-01-16 17:51:05 +0100
  • 3d2e831276 move tests to the ldap_handler level Luca 2023-01-14 13:03:59 +0100
  • 398b0d79ef tests for dn filter in users and groups Luca 2023-01-12 11:37:29 +0100
  • aaa6b065cc Add dn filter support Luca 2023-01-12 11:02:48 +0100
  • f979e16b95 server: Fix healthcheck return code Valentin Tolmer 2023-01-16 16:56:55 +0100
  • f36e088125 server: Fix healthcheck return code Valentin Tolmer 2023-01-16 16:56:55 +0100
  • 955a559c21 clippy: fix warning Valentin Tolmer 2023-01-13 15:28:58 +0100
  • e458aca3e3 db: Change the DB storage type to NaiveDateTime Valentin Tolmer 2023-01-13 15:09:25 +0100
  • 692bbb00f1 db: Change the version number from u8 to i16 Valentin Tolmer 2023-01-13 15:01:33 +0100
  • 78a9bd638d clippy: fix warning Valentin Tolmer 2023-01-13 15:28:58 +0100
  • 70e8a94328 db: Change the DB storage type to NaiveDateTime Valentin Tolmer 2023-01-13 15:09:25 +0100
  • 312230e45f db: Change the version number from u8 to i16 Valentin Tolmer 2023-01-13 15:01:33 +0100
  • 260b545a54
    example_configs,gitea: add additional attributes and group sync poVoq 2023-01-09 15:53:44 -0100
  • b205e2966b
    Gitea: add additional attributes and group sync poVoq 2023-01-09 15:01:40 -0100
  • 3a43b7a4c2
    docker: simplify ci and better package release artifacts Dedy Martadinata S 2023-01-06 22:34:22 +0700
  • 8392ebe1d8 typo Dedy Martadinata Supriyadi 2023-01-06 21:54:16 +0700
  • 2035b7b48b compress using tar Dedy Martadinata Supriyadi 2023-01-06 21:46:23 +0700
  • 56168e28a0 typo Dedy Martadinata Supriyadi 2023-01-06 21:34:02 +0700
  • 9b403a1334 all in one zip Dedy Martadinata Supriyadi 2023-01-06 21:31:07 +0700
  • cfeeec48f9 some optimization Dedy Martadinata Supriyadi 2023-01-06 21:11:10 +0700
  • 873c69112d simplify artifacts download Dedy Martadinata Supriyadi 2023-01-06 19:41:15 +0700
  • c87adfeecc
    build(deps): bump actions/checkout from 3.2.0 to 3.3.0 (#410) dependabot[bot] 2023-01-06 13:13:54 +0100
  • 8e6c8664a9
    build(deps): bump actions/checkout from 3.2.0 to 3.3.0 dependabot[bot] 2023-01-05 20:04:24 +0000