Éloi Rivard
|
9480e43ad9
|
Removed LDAPObject __getitem__ and __setitem__ methods
|
2023-05-11 23:08:39 +02:00 |
|
Éloi Rivard
|
df60821e29
|
Rename LDAPObject.attribute_table to attributes
|
2023-05-11 16:55:33 +02:00 |
|
Éloi Rivard
|
1167d336d9
|
fixes wrong attribute name in impersonate page flash message
|
2023-05-11 16:50:06 +02:00 |
|
Éloi Rivard
|
88179b23b8
|
fix non-generic model attribute calls
|
2023-05-11 16:02:32 +02:00 |
|
Éloi Rivard
|
9e6a1b85f1
|
Avoid setting 'None' in claims when they are empty
|
2023-05-05 13:28:02 +02:00 |
|
Éloi Rivard
|
6e6d15fec1
|
Fixed password initialization mail recipients
|
2023-05-05 10:53:48 +02:00 |
|
Éloi Rivard
|
6148d8d682
|
Updated to htmx 1.9.2
|
2023-05-05 10:43:01 +02:00 |
|
Éloi Rivard
|
00b13c95ad
|
refer to 'groups' instead of ldap 'memberof' in the group edition page
|
2023-05-02 17:08:42 +02:00 |
|
Éloi Rivard
|
e8e6060c74
|
ACL group filter can be simple group name instead of full dn
|
2023-05-02 16:25:00 +02:00 |
|
Éloi Rivard
|
4883548dc5
|
Translated using Weblate (French)
Currently translated at 100.0% (314 of 314 strings)
Translation: Canaille/Canaille
Translate-URL: https://hosted.weblate.org/projects/canaille/canaille/fr/
|
2023-04-28 19:52:42 +02:00 |
|
Éloi Rivard
|
0a500407b6
|
submit buttons wording
|
2023-04-27 19:26:05 +02:00 |
|
Éloi Rivard
|
0234c5945a
|
User.logout excepts IndexError in case of invalid sessions
|
2023-04-18 20:36:48 +02:00 |
|
Éloi Rivard
|
fa62c16768
|
Moved canaille.ldap_backend to canaille.backends.ldap
|
2023-04-18 20:22:55 +02:00 |
|
Éloi Rivard
|
c4676ec572
|
Update User group when save is called
|
2023-04-17 18:43:43 +02:00 |
|
Éloi Rivard
|
571c04de66
|
Fixed toml inline tables
|
2023-04-15 13:08:24 +02:00 |
|
Éloi Rivard
|
edb64cbfe1
|
ACL filters are no more LDAP filters but user attribute mappings.
|
2023-04-14 19:53:16 +02:00 |
|
Éloi Rivard
|
4bfbeccc1c
|
Fixed empty models attributes registration
|
2023-04-13 18:02:20 +02:00 |
|
Éloi Rivard
|
39c5a6fb16
|
htmx 1.9.0
|
2023-04-13 14:44:38 +02:00 |
|
Éloi Rivard
|
0376a3bab8
|
Cleartext password in unit tests
|
2023-04-10 21:42:14 +02:00 |
|
Éloi Rivard
|
e2b96af1ee
|
Moved LDAP configuration entry to BACKENDS.LDAP
|
2023-04-10 20:31:54 +02:00 |
|
Éloi Rivard
|
cc45ed4be9
|
OIDC.JWT.MAPPING configuration option is really optional
|
2023-04-10 20:09:47 +02:00 |
|
Éloi Rivard
|
7cd078bf81
|
Correctly read OIDC dynamic registration config entries
|
2023-04-10 19:28:26 +02:00 |
|
Éloi Rivard
|
61f5d25f2f
|
Creates a OIDC configuration section for all the OIDC related entries
|
2023-04-10 16:24:43 +02:00 |
|
Éloi Rivard
|
8b0dbf2d55
|
Catch bare exceptions in populate commands instead of ldap specific exceptions
|
2023-04-09 23:56:06 +02:00 |
|
Éloi Rivard
|
65efece01e
|
Renamed LDAPObject.initialize in LDAPObject.install
|
2023-04-09 23:17:24 +02:00 |
|
Éloi Rivard
|
83f67331d3
|
Split commands in their dedicated modules
|
2023-04-09 21:58:11 +02:00 |
|
Éloi Rivard
|
79f12b1d0a
|
'app' submodule
|
2023-04-09 15:52:55 +02:00 |
|
Éloi Rivard
|
08f8bfbfdb
|
Moved user and group management in the core submodule
|
2023-04-09 13:34:38 +02:00 |
|
Éloi Rivard
|
ac64f034f3
|
Moves some functions from mails.py to utils/mails.py
|
2023-04-09 13:16:32 +02:00 |
|
Éloi Rivard
|
e0256db017
|
Moved oidc blueprints in a dedicated file
|
2023-04-09 11:31:23 +02:00 |
|
Éloi Rivard
|
4c454f6de4
|
Removed unused imports
|
2023-04-09 02:13:34 +02:00 |
|
Éloi Rivard
|
01ed1d8013
|
Avoid to explicitly call User.load_groups
|
2023-04-09 00:14:51 +02:00 |
|
Éloi Rivard
|
c8b76dc845
|
Use LDAPObject.reload in tests instead of LDAPObject.get
|
2023-04-08 21:36:21 +02:00 |
|
Éloi Rivard
|
e738faf52b
|
Group methods refactoring
|
2023-04-08 00:33:42 +02:00 |
|
Éloi Rivard
|
52f7276527
|
Explicitly use User.formatted_name instead of User.name
|
2023-04-07 22:45:42 +02:00 |
|
Éloi Rivard
|
706d50449a
|
Split the User.get method
|
2023-04-07 21:24:09 +02:00 |
|
Éloi Rivard
|
0d96073b90
|
Removed the 'filter' argument from the User model
|
2023-04-07 20:49:30 +02:00 |
|
Éloi Rivard
|
18075dd849
|
Removed the 'conn' argument when it is not needed
|
2023-04-07 20:43:46 +02:00 |
|
Éloi Rivard
|
db3a4a74ff
|
Renamed user attributes to match SCIM naming convention
|
2023-04-07 20:12:24 +02:00 |
|
Éloi Rivard
|
ff87975601
|
Datetime without timezones are stored as UTC in LDAP
|
2023-04-07 20:08:31 +02:00 |
|
Éloi Rivard
|
98089a21d7
|
Preconsent page empty state
|
2023-04-07 18:31:04 +02:00 |
|
Éloi Rivard
|
01e0e3d3f5
|
Fixed avatar update with htmx
|
2023-04-07 18:05:06 +02:00 |
|
Éloi Rivard
|
dfd77d82f1
|
Revert hyperlink style
|
2023-04-05 14:27:27 +02:00 |
|
Éloi Rivard
|
cb09667090
|
Bumped to fomanticui 2.9.2
|
2023-04-05 14:23:40 +02:00 |
|
Éloi Rivard
|
344559b483
|
Fixed style CI
|
2023-04-04 10:57:50 +02:00 |
|
Éloi Rivard
|
3b1497c972
|
Merge branch 'ux' into 'main'
Dark theme improvement
See merge request yaal/canaille!121
|
2023-04-04 08:53:16 +00:00 |
|
Brunelie Lauret
|
d5e2183304
|
improving dark theme
|
2023-04-04 10:18:43 +02:00 |
|
Éloi Rivard
|
3458f94fd3
|
Disable pagination form dynamic validation
|
2023-04-04 09:43:56 +02:00 |
|
Brunelie Lauret
|
a704e090d0
|
dark theme improvement
|
2023-04-03 10:10:13 +02:00 |
|
Éloi Rivard
|
92ab563489
|
Fixes wtforms validator translations
|
2023-04-02 13:30:51 +02:00 |
|