Éloi Rivard
|
0342e30ec0
|
Fixed strings inadvertently refactored
|
2023-06-22 18:12:54 +02:00 |
|
Éloi Rivard
|
b7e1590510
|
User emails and phone numbers are now multiple
|
2023-06-22 17:55:26 +02:00 |
|
Éloi Rivard
|
42730f72d3
|
Fixed email unicity check
|
2023-06-22 16:41:35 +02:00 |
|
Éloi Rivard
|
361fda0386
|
Renamed User.phone_number in User.phone_numbers
|
2023-06-22 15:33:03 +02:00 |
|
Éloi Rivard
|
b5bd497d0e
|
Implemented User.preferred_email
|
2023-06-22 15:24:13 +02:00 |
|
Éloi Rivard
|
371f806695
|
Renamed User.email in User.emails
|
2023-06-22 15:15:46 +02:00 |
|
Denise
|
d553d23ef3
|
Merge branch canaille:main into main
|
2023-06-12 13:36:07 +00:00 |
|
Éloi Rivard
|
23e9e7e71a
|
Renamed Backend in BaseBackend
|
2023-06-05 18:10:37 +02:00 |
|
Denise Bitca
|
c89bb48499
|
fix up style, attempt at fixing registration redirection bug
|
2023-06-05 10:38:24 +02:00 |
|
Denise Bitca
|
12a1119f99
|
fix up style
|
2023-06-05 10:37:19 +02:00 |
|
Denise
|
db72597cc0
|
Merge branch canaille:main into main
|
2023-06-05 07:34:49 +00:00 |
|
Éloi Rivard
|
c7f23e845c
|
datetime-local input fields are transformed in UTC server-side
|
2023-06-01 13:53:32 +02:00 |
|
Éloi Rivard
|
e20fb23e6f
|
typo 'successfuly' -> 'successfully'
|
2023-05-30 09:44:11 +02:00 |
|
Denise Bitca
|
4beee2adcb
|
add(#1, #2, #4, #7): implemented registration within canaille
|
2023-05-29 15:58:30 +02:00 |
|
Denise Bitca
|
212358aaf3
|
add(#5): add method to send a "continue registration" email
|
2023-05-29 15:54:47 +02:00 |
|
Denise Bitca
|
49a7a70cc3
|
Merge branch 'main' of gitlab.com:yaal/canaille
|
2023-05-29 13:58:44 +02:00 |
|
Éloi Rivard
|
38ee26db83
|
refactored User locking mechanism
|
2023-05-26 17:48:50 +02:00 |
|
Éloi Rivard
|
17c2f7a5cd
|
Implemented LDAP ppolicy support.
|
2023-05-26 15:23:43 +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
|
c1d1706007
|
Moved every model import to canaille.models
|
2023-05-20 20:02:00 +02:00 |
|
Éloi Rivard
|
6f637b8129
|
Refactored the unit test backend fixtures
|
2023-05-20 17:17:46 +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
|
01c1ae4eef
|
Rename LDAPObject.attrs to state
|
2023-05-16 15:48:05 +02:00 |
|
Éloi Rivard
|
26dc4d425c
|
Display password recovery button on OIDC login page
|
2023-05-15 18:06:22 +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
|
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 |
|
Denise Bitca
|
d067ca4220
|
refactor(#55): removed debug print call
|
2023-05-08 11:48:49 +02:00 |
|
Denise Bitca
|
518548bb74
|
add(#55): added signup and onboarding routes in account route file
|
2023-05-08 11:47:23 +02:00 |
|
Denise Bitca
|
7537390fea
|
add(#55): added join and onboarding forms
|
2023-05-08 11:44:21 +02:00 |
|
Éloi Rivard
|
6e6d15fec1
|
Fixed password initialization mail recipients
|
2023-05-05 10:53:48 +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
|
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
|
edb64cbfe1
|
ACL filters are no more LDAP filters but user attribute mappings.
|
2023-04-14 19:53:16 +02:00 |
|
Éloi Rivard
|
e2b96af1ee
|
Moved LDAP configuration entry to BACKENDS.LDAP
|
2023-04-10 20:31:54 +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
|
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 |
|