Éloi Rivard
|
e5ba0a8c86
|
compatibility bugfix for flask 2.3
|
2023-06-03 13:42:23 +02:00 |
|
Éloi Rivard
|
bc8b918bd1
|
OIDC keypair generation fix
|
2023-06-01 17:41:17 +02:00 |
|
Éloi Rivard
|
c7f23e845c
|
datetime-local input fields are transformed in UTC server-side
|
2023-06-01 13:53:32 +02:00 |
|
Éloi Rivard
|
f112583b09
|
Translated using Weblate (French)
Currently translated at 100.0% (328 of 328 strings)
Translation: Canaille/Canaille
Translate-URL: https://hosted.weblate.org/projects/canaille/canaille/fr/
|
2023-05-31 21:28:17 +02:00 |
|
gallegonovato
|
2aae49508f
|
Translated using Weblate (Spanish)
Currently translated at 100.0% (328 of 328 strings)
Translation: Canaille/Canaille
Translate-URL: https://hosted.weblate.org/projects/canaille/canaille/es/
|
2023-05-31 21:28:17 +02:00 |
|
Hosted Weblate
|
111cfab48b
|
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: Canaille/Canaille
Translate-URL: https://hosted.weblate.org/projects/canaille/canaille/
|
2023-05-30 09:44:22 +02:00 |
|
Éloi Rivard
|
e20fb23e6f
|
typo 'successfuly' -> 'successfully'
|
2023-05-30 09:44:11 +02:00 |
|
Ettore Atalan
|
d1dad1c505
|
Translated using Weblate (German)
Currently translated at 22.8% (75 of 328 strings)
Translation: Canaille/Canaille
Translate-URL: https://hosted.weblate.org/projects/canaille/canaille/de/
|
2023-05-29 17:50:48 +02:00 |
|
gallegonovato
|
7dbababb8d
|
Translated using Weblate (Spanish)
Currently translated at 100.0% (328 of 328 strings)
Translation: Canaille/Canaille
Translate-URL: https://hosted.weblate.org/projects/canaille/canaille/es/
|
2023-05-29 17:50:47 +02:00 |
|
Éloi Rivard
|
cc4b11a113
|
Translated using Weblate (French)
Currently translated at 100.0% (328 of 328 strings)
Translation: Canaille/Canaille
Translate-URL: https://hosted.weblate.org/projects/canaille/canaille/fr/
|
2023-05-27 16:50:18 +02:00 |
|
Éloi Rivard
|
38ee26db83
|
refactored User locking mechanism
|
2023-05-26 17:48:50 +02:00 |
|
Hosted Weblate
|
e64c759151
|
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: Canaille/Canaille
Translate-URL: https://hosted.weblate.org/projects/canaille/canaille/
|
2023-05-26 15:31:38 +02:00 |
|
Éloi Rivard
|
c140a624d0
|
Updated translations
|
2023-05-26 15:31:28 +02:00 |
|
Éloi Rivard
|
17c2f7a5cd
|
Implemented LDAP ppolicy support.
|
2023-05-26 15:23:43 +02:00 |
|
Éloi Rivard
|
d8158d6a72
|
Use ruff linter
|
2023-05-25 13:37:58 +02:00 |
|
Éloi Rivard
|
77d3a1a656
|
Do not event attempt to add oauth schema if present
|
2023-05-24 16:59:36 +02:00 |
|
Éloi Rivard
|
8b68a862bf
|
Profile settings edition redirects to the same page
|
2023-05-24 14:12:32 +02:00 |
|
Éloi Rivard
|
a92542cd81
|
Moved models specificities in the backend module
|
2023-05-20 21:24:14 +02:00 |
|
Éloi Rivard
|
a9f9eab5a4
|
password minimum length is not a magic constant anymore
|
2023-05-20 20:46:39 +02:00 |
|
Éloi Rivard
|
c75108344b
|
Moved login placeholder mechanism in the backend module
|
2023-05-20 20:07:40 +02:00 |
|
Éloi Rivard
|
033d436878
|
Moved LDAP schema installation in the ldap backend module
|
2023-05-20 20:04:23 +02:00 |
|
Éloi Rivard
|
c1d1706007
|
Moved every model import to canaille.models
|
2023-05-20 20:02:00 +02:00 |
|
Éloi Rivard
|
e110c4851b
|
Backend singleton logic moved to backend.Backend
|
2023-05-20 18:39:49 +02:00 |
|
Éloi Rivard
|
6f637b8129
|
Refactored the unit test backend fixtures
|
2023-05-20 17:17:46 +02:00 |
|
Éloi Rivard
|
30282e633b
|
The LDAP Backend is now a class
|
2023-05-20 12:08:04 +02:00 |
|
Éloi Rivard
|
4f9dac8782
|
Tests the model mechanism
|
2023-05-17 18:19:05 +02:00 |
|
Éloi Rivard
|
4d64b3fcba
|
Removed useless import in jinja templates
|
2023-05-17 16:21:00 +02:00 |
|
Éloi Rivard
|
0c5a559bba
|
Ensures User.formatted_name is correctly formatted when parts are missing
|
2023-05-17 16:18:35 +02:00 |
|
Éloi Rivard
|
be78b50e97
|
Removed User.authenticate method
|
2023-05-17 12:48:14 +02:00 |
|
Éloi Rivard
|
2f924c4b7e
|
Fixes calls to the Consent.oauthClient and Consent.oauthSubject attributes
|
2023-05-17 12:07:52 +02:00 |
|
Éloi Rivard
|
7503ac772f
|
Fixes calls to the LDAP 'Client.dn' attribute
|
2023-05-17 12:03:55 +02:00 |
|
Éloi Rivard
|
d66619a01c
|
OIDC lifetimes are not casted to string anymore
|
2023-05-17 09:29:32 +02:00 |
|
Éloi Rivard
|
b4014cfd73
|
Use explicit attributes in Consent.get
|
2023-05-17 09:19:15 +02:00 |
|
Éloi Rivard
|
572ef585a0
|
Escape strings in the authorization details view
|
2023-05-17 08:55:00 +02:00 |
|
Éloi Rivard
|
b346b0db8a
|
Use generic Consent.consent_id instead of LDAP Consent.cn attribute
|
2023-05-17 08:54:13 +02:00 |
|
Éloi Rivard
|
a7013f2360
|
Explicited OIDC authorization admin variable
|
2023-05-16 22:28:34 +02:00 |
|
Éloi Rivard
|
00b5997a61
|
Avoid calls to LDAPUser.may and LDAPUser.must
|
2023-05-16 22:18:38 +02:00 |
|
Éloi Rivard
|
28e7d1c662
|
LDAPObject __getattr__ filters None values
|
2023-05-16 16:05:09 +02:00 |
|
Éloi Rivard
|
01c1ae4eef
|
Rename LDAPObject.attrs to state
|
2023-05-16 15:48:05 +02:00 |
|
Éloi Rivard
|
8998fe9b62
|
Explicit arguments when using Model.get
|
2023-05-16 11:29:40 +02:00 |
|
Éloi Rivard
|
26dc4d425c
|
Display password recovery button on OIDC login page
|
2023-05-15 18:06:22 +02:00 |
|
Ettore Atalan
|
5b7aec0959
|
Translated using Weblate (German)
Currently translated at 14.0% (44 of 314 strings)
Translation: Canaille/Canaille
Translate-URL: https://hosted.weblate.org/projects/canaille/canaille/de/
|
2023-05-15 01:49:24 +02:00 |
|
Éloi Rivard
|
8162bd3e24
|
Fixes calls to the LDAP 'Group.member' attribute
|
2023-05-13 00:24:24 +02:00 |
|
Éloi Rivard
|
bace94b1f5
|
Explicit Group.get attributes
|
2023-05-13 00:19:32 +02:00 |
|
Éloi Rivard
|
ad388d2fac
|
Fixes a call to the LDAP 'cn' attribute
|
2023-05-12 20:36:38 +02:00 |
|
Éloi Rivard
|
8f8ac5f31b
|
Fixes a call to the LDAP 'uid' attribute
|
2023-05-12 19:53:06 +02:00 |
|
Éloi Rivard
|
6c5053afb1
|
Fixes a call to a LDAP named attribute, again
|
2023-05-12 18:51:50 +02:00 |
|
Éloi Rivard
|
534e0a507b
|
Fixes a call to a LDAP named attribute
|
2023-05-12 18:45:32 +02:00 |
|
Éloi Rivard
|
c09b2b5321
|
Implemented LDAPObject __delattr__
|
2023-05-11 23:34:10 +02:00 |
|
Éloi Rivard
|
ca1ea9ca92
|
Removed unused code
|
2023-05-11 23:29:34 +02:00 |
|