Jesús Pérez Rey (Chuso)
|
21c497da54
|
Fix typos and grammar errors.
|
2023-01-14 20:16:01 +01:00 |
|
Éloi Rivard
|
d8bcb0bdf0
|
Ensures the token expires_in claim and the access_token exp claim have the same value.
|
2023-01-14 14:59:13 +01:00 |
|
Éloi Rivard
|
415fe2dfa2
|
refactoring: moved a flask global variable in a blueprint
|
2022-12-29 02:18:41 +01:00 |
|
Éloi Rivard
|
292c47afed
|
debug environment only creates keypair if needed
|
2022-12-29 02:14:40 +01:00 |
|
Éloi Rivard
|
7cb2da3ca3
|
refactoring: start to split the canaille installation between submodules
|
2022-12-29 02:11:56 +01:00 |
|
Éloi Rivard
|
ab517f4fc0
|
refactoring: use Group.name when possible
|
2022-12-29 01:27:22 +01:00 |
|
Éloi Rivard
|
cae49fcec9
|
avoid ldap related session variable names
|
2022-12-29 01:10:07 +01:00 |
|
Éloi Rivard
|
cd1d0a30d5
|
added 'autoflake' to the precommit tool list
|
2022-12-29 00:41:32 +01:00 |
|
Éloi Rivard
|
b65d822e5c
|
objectClass is not mandatory anymore for Group creation
|
2022-12-29 00:33:15 +01:00 |
|
Éloi Rivard
|
32f6595c02
|
objectClass is not mandatory for User and Group creation
|
2022-12-29 00:29:26 +01:00 |
|
Éloi Rivard
|
7274f9cc02
|
fixed the consent list and authorization pages translations
|
2022-12-28 01:46:05 +01:00 |
|
Éloi Rivard
|
b84ce2f50b
|
homepage: wording
|
2022-12-28 01:06:42 +01:00 |
|
Éloi Rivard
|
08769f8c07
|
login page: automatically focuses the input field
|
2022-12-28 00:51:23 +01:00 |
|
Éloi Rivard
|
b0534896b5
|
Improved flash messages display on the homepage
|
2022-12-28 00:45:34 +01:00 |
|
Éloi Rivard
|
f89d45a3e7
|
Removed unused template
|
2022-12-28 00:26:25 +01:00 |
|
Éloi Rivard
|
64ac2af981
|
Merge branch 'endsession-bugfix' into 'main'
OIDC end_session was not returning the `state` parameter in the `post_logout_redirect_uri`
See merge request yaal/canaille!82
|
2022-12-27 21:16:52 +00:00 |
|
Éloi Rivard
|
1efe6c8879
|
coverage: ignore some teardown branching
|
2022-12-27 22:16:21 +01:00 |
|
Éloi Rivard
|
70f0941278
|
refactoring: removed a guard to increase coverage
|
2022-12-27 22:02:06 +01:00 |
|
Éloi Rivard
|
5793a73801
|
OIDC end_session was not returning the state parameter in the post_logout_redirect_uri
|
2022-12-27 21:48:44 +01:00 |
|
Éloi Rivard
|
630d602a7a
|
groups minor refactoring
|
2022-12-27 21:32:21 +01:00 |
|
Éloi Rivard
|
234eeacb6a
|
ldapobject: minor refactoring
|
2022-12-27 21:10:53 +01:00 |
|
Éloi Rivard
|
45246c25aa
|
removed useless guards for LDAP timeout
|
2022-12-27 20:25:59 +01:00 |
|
Éloi Rivard
|
69da0b83ce
|
unit tests: SMTP connection with bad TLS configuration
|
2022-12-27 18:48:55 +01:00 |
|
Éloi Rivard
|
b74c2d1497
|
refactoring: moved mail related functions into mail.py
|
2022-12-24 03:06:44 +01:00 |
|
Éloi Rivard
|
1df1c89ea0
|
unit tests: user creation without password
|
2022-12-24 02:52:05 +01:00 |
|
Éloi Rivard
|
ca2d3de83b
|
Moved the OIDC configuration in the oidc test subdir conftest.py
|
2022-12-24 02:06:28 +01:00 |
|
Éloi Rivard
|
6ec2f183fd
|
removed unused import
|
2022-12-24 02:03:37 +01:00 |
|
Éloi Rivard
|
19793fe8aa
|
unit tests: userinfo
|
2022-12-24 01:44:16 +01:00 |
|
Éloi Rivard
|
f71c3ce2da
|
unit tests: user photo access
|
2022-12-22 17:12:24 +01:00 |
|
Éloi Rivard
|
ae87a61f74
|
unit tests: first login mail success and error
|
2022-12-21 21:52:01 +01:00 |
|
Éloi Rivard
|
481da6a02d
|
first login page has its own forms
|
2022-12-21 00:20:20 +01:00 |
|
Éloi Rivard
|
7fbe544b15
|
unit tests: check logo presence in mails
|
2022-12-20 19:45:04 +01:00 |
|
Éloi Rivard
|
e59ab27837
|
unit tests: app configuration paths
|
2022-12-16 22:33:09 +01:00 |
|
Éloi Rivard
|
6c41c2a196
|
unit tests: tested logging to a file
|
2022-12-16 22:14:46 +01:00 |
|
Éloi Rivard
|
41642f68c6
|
prevent lazy_gettext execution in unwanted contexts
|
2022-12-16 19:28:13 +01:00 |
|
Camille Daniel
|
7e71789fad
|
fix post requests in oidc clients views
flash and lazygettext were causing an unexpected bug on post (not get) requests
|
2022-12-16 19:15:50 +01:00 |
|
Éloi Rivard
|
f086bcd7da
|
Stop caching server metadata
|
2022-12-15 23:00:58 +01:00 |
|
Éloi Rivard
|
54f63b427d
|
Merge branch 'group-deletion-button' into 'main'
Fixed group deletion button
See merge request yaal/canaille!80
|
2022-12-15 15:51:20 +00:00 |
|
Éloi Rivard
|
482f949c09
|
Fixed LDAP operational attributes handling
|
2022-12-15 12:41:31 +01:00 |
|
Éloi Rivard
|
7c6fd25524
|
Add nonce to the claims_supported server metadata list
|
2022-12-15 11:59:00 +01:00 |
|
Éloi Rivard
|
a39e76ee08
|
fix User and Group base dn
|
2022-12-15 11:53:51 +01:00 |
|
Éloi Rivard
|
eac4437351
|
unit tests: improved ldap utils coverage
|
2022-12-15 00:22:37 +01:00 |
|
Éloi Rivard
|
2773f1c34c
|
unit tests: ldap filter tests
|
2022-12-15 00:15:10 +01:00 |
|
Éloi Rivard
|
a621fc1163
|
unit tests: ldap utils
|
2022-12-15 00:03:01 +01:00 |
|
Éloi Rivard
|
42a0e3e3d8
|
extracted conversion utilities from LDAPObject class
|
2022-12-14 21:18:51 +01:00 |
|
Éloi Rivard
|
f9df8300ce
|
unit tests: ldap objects repr
|
2022-12-14 21:06:59 +01:00 |
|
Éloi Rivard
|
e478034b81
|
unit tests: client admin deletion
|
2022-12-13 19:14:25 +01:00 |
|
Éloi Rivard
|
fda205cbf5
|
ldap_backend: improved coverage
|
2022-12-13 19:04:33 +01:00 |
|
Éloi Rivard
|
dab82e6466
|
Removed unnecessary try/except blocks
|
2022-12-13 18:53:29 +01:00 |
|
Éloi Rivard
|
0440a7ba6e
|
Fixed group deletion button
|
2022-12-13 18:24:26 +01:00 |
|