Éloi Rivard
|
e8b620588e
|
refactor: LDAP backend initialization
|
2023-12-27 10:57:22 +01:00 |
|
Éloi Rivard
|
a237fa0198
|
chore: pre-commit update
|
2023-12-26 01:13:11 +01:00 |
|
Éloi Rivard
|
9bef0a31a0
|
chore: dependency update
|
2023-12-26 01:11:41 +01:00 |
|
Éloi Rivard
|
a4a381d088
|
refactor: gather endpoints in a 'endpoints' directory
|
2023-12-26 00:30:19 +01:00 |
|
Éloi Rivard
|
0ff76823d5
|
chore: bump to canaille 0.0.41
|
2023-12-25 20:16:23 +01:00 |
|
Éloi Rivard
|
38038d8db9
|
refactor: use 'url_for' in templates instead of static urls
|
2023-12-25 20:15:21 +01:00 |
|
Éloi Rivard
|
5c11ebf0d3
|
feat: ldap connection is lazilly opened
|
2023-12-25 14:26:08 +01:00 |
|
Éloi Rivard
|
d0dbaa588c
|
refactor: no more explicit conn argument in the LDAP backend
|
2023-12-25 14:03:47 +01:00 |
|
Éloi Rivard
|
95882c737b
|
fix: LDAP backend connection error display
|
2023-12-25 13:56:57 +01:00 |
|
Éloi Rivard
|
d4712b7971
|
refactor: backend cleanups
|
2023-12-25 13:22:43 +01:00 |
|
Éloi Rivard
|
c362f0256f
|
doc: split installation page
|
2023-12-24 15:59:39 +01:00 |
|
Éloi Rivard
|
6dac4a1ca8
|
tests: fix github CI, again
|
2023-12-24 13:14:38 +01:00 |
|
Éloi Rivard
|
92c2e864af
|
tests: fix github CI
|
2023-12-24 13:03:35 +01:00 |
|
Éloi Rivard
|
14a93ad104
|
chore: demo client registration
|
2023-12-24 12:08:06 +01:00 |
|
Éloi Rivard
|
772a364128
|
fix: group field error prevented the registration form validation
|
2023-12-24 12:05:29 +01:00 |
|
Éloi Rivard
|
06b60e1747
|
fix: post_logout_redirect_uris was ignored during OIDC dynamic registration
|
2023-12-23 21:32:31 +01:00 |
|
Éloi Rivard
|
52ce547a54
|
Merge branch 'issue-185-oidc-user-registration' into 'main'
oidc user registration
Closes #185
See merge request yaal/canaille!164
|
2023-12-23 18:51:17 +00:00 |
|
Éloi Rivard
|
c847ef9284
|
feat: OIDC prompt=create implementation
|
2023-12-23 19:37:48 +01:00 |
|
Éloi Rivard
|
577bca360e
|
tests: renamed other_client fixture in trusted_client
|
2023-12-23 19:37:27 +01:00 |
|
Éloi Rivard
|
521ed75f18
|
fix: correctly set up Client audience during OIDC dynamic registration
|
2023-12-23 19:37:14 +01:00 |
|
Éloi Rivard
|
0d4174de43
|
tests: fix OIDC well-known tests
|
2023-12-23 17:24:03 +01:00 |
|
Éloi Rivard
|
9ff0411e9e
|
tests: extracted the prompt tests in a dedicated file
|
2023-12-22 21:18:02 +01:00 |
|
Éloi Rivard
|
f7162e4a5a
|
chore: bump to 0.0.40
|
2023-12-22 18:04:39 +01:00 |
|
Éloi Rivard
|
cbbcd4265b
|
chore: fix changelog entry
|
2023-12-22 18:02:23 +01:00 |
|
Éloi Rivard
|
445d854af1
|
feat: THEME can be a relative path
|
2023-12-22 18:00:07 +01:00 |
|
Éloi Rivard
|
97394823bf
|
fix: return a 403 error when users are missing permissions for OIDC authentication
|
2023-12-22 16:39:20 +01:00 |
|
Éloi Rivard
|
cccbafeb0e
|
tests: fix a wrong default permission
|
2023-12-21 19:04:05 +01:00 |
|
Éloi Rivard
|
52fc93a481
|
refactor: avoid to directly use the 'configuration' fixture in tests
|
2023-12-19 18:28:04 +01:00 |
|
Éloi Rivard
|
bf8d62e08f
|
chore: dependencies update
|
2023-12-18 09:17:12 +01:00 |
|
Éloi Rivard
|
7afb86cf50
|
chore: launch demo with all the package extras
so it won't uninstall ldap when launching sql demo and vice versa
|
2023-12-15 20:43:42 +01:00 |
|
Éloi Rivard
|
d4b0fa91e7
|
chore: bump to 0.0.39
|
2023-12-15 16:14:03 +01:00 |
|
Éloi Rivard
|
7fed235437
|
fix: redirection after password reset
|
2023-12-15 16:12:33 +01:00 |
|
Éloi Rivard
|
67733699aa
|
fix: OIDC Userinfo endpoint is also available in POST
|
2023-12-15 12:03:21 +01:00 |
|
Éloi Rivard
|
7c06d8d51e
|
refactor: custom error pages are only loaded when themer is loaded
|
2023-12-15 11:58:25 +01:00 |
|
Éloi Rivard
|
214b16db37
|
fix: another mimetype guard
|
2023-12-15 11:02:31 +01:00 |
|
Éloi Rivard
|
3255eaa31c
|
fix: a crash when no ACL was defined
|
2023-12-15 10:50:53 +01:00 |
|
Éloi Rivard
|
45df2ec553
|
chore: bump to 0.0.38
|
2023-12-15 10:25:54 +01:00 |
|
Éloi Rivard
|
11f969a71f
|
fix: don't crash when mimetype detection fails
|
2023-12-15 10:25:08 +01:00 |
|
Éloi Rivard
|
8f4a402c84
|
doc: client attribute description based on oauth/oidc specs
|
2023-12-14 23:22:33 +01:00 |
|
Éloi Rivard
|
c0f0114496
|
doc: user and group attribute description based on scim specs
|
2023-12-14 23:08:17 +01:00 |
|
Éloi Rivard
|
7a2d7ca1db
|
tests: add a test that sends a mail without SERVER_NAME
|
2023-12-14 22:39:42 +01:00 |
|
Éloi Rivard
|
3137e72e41
|
chore: dependency update
|
2023-12-14 22:21:59 +01:00 |
|
Éloi Rivard
|
23923a69cf
|
Merge branch 'issue-161-flask' into 'main'
update to flask 3
See merge request yaal/canaille!163
|
2023-12-14 21:20:11 +00:00 |
|
Éloi Rivard
|
a2683dfec8
|
chore: bump to flask 3.0.0
|
2023-12-14 22:14:16 +01:00 |
|
Éloi Rivard
|
49466012e7
|
chore: bump to flask 2.3
|
2023-12-14 22:01:08 +01:00 |
|
Éloi Rivard
|
a3908883e3
|
tests: use canaille.test domain instead of localhost
|
2023-12-14 20:07:49 +01:00 |
|
Éloi Rivard
|
c563646bfe
|
tests: dynamic smtp configuration
|
2023-12-14 20:04:18 +01:00 |
|
Éloi Rivard
|
2a7dfa5ad8
|
tests: use pytest-smtpd instead of smtpdfix
|
2023-12-14 19:46:30 +01:00 |
|
Éloi Rivard
|
f08c452a03
|
tests: mail testing refactoring
|
2023-12-14 19:27:37 +01:00 |
|
Éloi Rivard
|
88aa9e27fb
|
fix: get_mail_domain ignores the server port
|
2023-12-14 19:24:09 +01:00 |
|