Tags give the ability to mark specific points in history as being important
-
0.0.43
92d35853 · ·[0.0.43] - 2024-03-29 --------------------- 🚨Configuration files must be updated.🚨 Added ^^^^^ - Add `created` and `last_modified` datetime for all models - Sitemap to the documentation :pr:`169` - Configuration management with pydantic-settings :issue:`138` :pr:`170` Changed ^^^^^^^ - Use default python logging configuration format. :issue:`188` :pr:`165` - Bump to htmx 1.99.11 :pr:`166` - Use the standard tomllib python module instead of `toml` starting from python 3.11 :pr:`167` - Use shibuya as the documentation theme :pr:`168`
-
0.0.41
0ff76823 · ·Added ***** - OIDC `prompt=create` support. :issue:`185` :pr:`164` Fixed ***** - Correctly set up Client audience during OIDC dynamic registration. - ``post_logout_redirect_uris`` was ignored during OIDC dynamic registration. - Group field error prevented the registration form validation.
-
0.0.36
8e960d95 · ·Fixed ***** - Avoid crashing when LDAP groups references unexisting users. - Password reset and initialization mails were only sent to the preferred user email address. - Password reset and initialization mails were not sent at all the user addresses if one email address could not be reached. - Password comparision was too permissive on login. - Encrypt passwords in the SQL backend.
-
0.0.35
3fb1f29a · ·Added ***** - Refresh token grant supports other client authentication methods. !157 - Implement a SQLAlchemy backend. #30 !158 Changed ******* - Model attributes cardinality is closer to SCIM model. !155 - Bump to htmx 1.9.9 !159 Fixed ***** - Disable HTMX boosting during the OIDC dance. !160
-
0.0.34
b765328f · ·Fixed ***** - Canaille installations without account lockabilty could not delete users. #153 Added ***** - If users register or authenticate during a OAuth Authorization phase, they get redirected back to that page afterwards. :issue:168 #151 - flask-babel and pytz are now part of the front extras - Bump to fomantic-ui 2.9.3 #152 - Bump to htmx 1.9.6 #154
-
0.0.31
4642829d · ·[0.0.31] - 2023-08-15 ===================== Added ***** - Configuration option to disable the forced usage of OIDC nonce !143 - Validate phone numbers with a regex !146 - Email verification #41 !147 - Account registration #55 !133 !148 Fixed ***** - The `check` command uses the default configuration values. Changed ******* - Modals do not need use javascript at the moment. #issue !144