Commit Graph

5030 Commits

Author SHA1 Message Date
Encotric
c66333d510 Merge remote-tracking branch 'origin/master' into pr/pbence/66 2025-04-04 17:39:50 +02:00
Encotric
1a079a2d22 Try to fix CI secrets 2025-04-04 17:34:17 +02:00
Pőcze Bence
c1ec64084e add new option to readme 2025-03-31 01:57:40 +02:00
Pőcze Bence
7693b0ad39 add option to control automatic user creation 2025-03-31 01:57:40 +02:00
Encotric
4214a65d1a Add release notes 2025-03-30 19:46:56 +02:00
Encotric
8fc042d21a Update CI for master branch 2025-03-30 19:33:35 +02:00
Sebastian
3c7680622a Merge pull request #64 from pbence/allow-configure-username-and-domain
Allow configure username and domain
2025-03-30 17:14:30 +00:00
Encotric
eb6c3e47c8 fix: add default config values 2025-03-30 19:07:25 +02:00
Sebastian
15c9e1dcdd Merge branch 'master' into allow-configure-username-and-domain 2025-03-30 18:12:48 +02:00
Encotric
c7b1571f8a Merge branch 'master' into pr/pbence/64
Co-authored-by: Pőcze Bence <bence@pocze.ch>
2025-03-30 18:11:07 +02:00
Encotric
8e1d9d0476 Merge remote-tracking branch 'origin/oidc' 2025-03-30 18:02:24 +02:00
Pőcze Bence
d6de68e91b document the new config variables 2025-03-29 00:55:29 +01:00
Pőcze Bence
2a46097f04 allow configure domain if username is not an email address 2025-03-29 00:32:51 +01:00
Pőcze Bence
55e95a24cf allow configure username claim 2025-03-29 00:32:17 +01:00
Sebastian
c5576ba126 Merge pull request #63 from heviat/oidc-readme-patch
Remove OIDC_REDIRECT_URL
2025-03-27 18:02:11 +00:00
Sebastian Wilke
4ff17e272a Merge branch 'oidc-readme-patch' into oidc 2025-03-27 19:00:18 +01:00
Sebastian Wilke
6a7b4d50d0 Remove OIDC_REDIRECT_URL 2025-03-27 18:59:42 +01:00
Encotric
e5e46126de Cleanup: imports in oidc.py 2025-03-16 21:23:22 +01:00
Encotric
9ed141c761 Fir: Redirect to request hostname instead of first hostname
Redirects the user to the same hostname the request was made to if the hostname is in the list of allowed hostnames (`HOSTNAMES` env variable)

Co-authored-by: Wombosvideo <luca.bosin@heviat.com>
2025-03-16 21:17:10 +01:00
Encotric
31b734b170 Merge branch 'oidc' of https://github.com/heviat/Mailu-OIDC into oidc 2025-03-11 23:22:22 +01:00
Encotric
4247ff7909 Add release notes 2025-03-11 23:22:19 +01:00
Sebastian
9b999e13e0 Merge branch '2024.06' into oidc 2025-03-11 23:21:04 +01:00
Encotric
d238a308ac Fix permission wrapper 2025-03-11 23:18:20 +01:00
Encotric
1a3efba7be Fix #54 2025-03-11 23:18:10 +01:00
Encotric
d31aee9bce 2025-03-11 22:48:57 +01:00
Encotric
3a61d6afbc Add EICAR test 2024.06.14 2025-03-11 21:36:38 +01:00
Sebastian
5ddf773db4 Merge pull request #58 from heviat/oidc
Refactor OIDC client + Fix user info request
2025-03-11 21:25:01 +01:00
Encotric
217afcf48e Fix SonarCloud issues 2025-03-11 21:23:35 +01:00
Encotric
35046ad4e4 Add release notes 2025-03-11 21:14:17 +01:00
Encotric
4fb34cb0ba Fix token parameter naming in user info request (#50) 2025-03-11 21:02:04 +01:00
Encotric
e77a5d09c0 Add lazy provider info retrival 2025-02-24 18:33:57 +01:00
Encotric
4be260091b Fix example 2025-02-24 18:33:01 +01:00
Sebastian
7e2d7b706b Merge pull request #55 from heviat/oidc-readme-patch
Update README.md
2025-02-20 13:22:43 +00:00
Sebastian
7c32a1f882 Update README.md 2025-02-20 14:22:18 +01:00
Encotric
36ada96bae Merge remote-tracking branch 'origin/2024.06' into oidc 2025-02-20 12:19:40 +01:00
Encotric
cd93f19b08 Merge branch '2024.06' into oidc 2025-02-20 12:18:39 +01:00
Encotric
c40b260802 Add error response for oidc login 2025-02-20 12:18:32 +01:00
Encotric
6693aea52a Merge branch 'oidc' of https://github.com/heviat/Mailu-OIDC into oidc 2025-02-20 12:08:06 +01:00
Encotric
d9129fd362 Update CI deploy dependencies for arm 2024.06.13 2025-02-14 20:50:48 +01:00
Encotric
9577d2c829 Fix docker credentials 2025-02-14 20:35:34 +01:00
Encotric
365a952712 Add arm images 2025-02-14 20:30:24 +01:00
Sebastian Wilke
dfe706148d Fix typo 2024.06.12 2025-02-13 20:16:20 +01:00
Sebastian Wilke
cd143af258 Fix session cookie attributes 2024.06.11 2025-02-13 19:38:34 +01:00
Sebastian Wilke
247e94dd6b Cleanup and improve error handling 2025-02-13 19:37:43 +01:00
Wombosvideo
61f75849da Add external link icon for OIDC users to password update link in sidebar 2025-02-09 20:46:06 +01:00
Wombosvideo
0ed1e9c8c8 Refactor OIDC client and imports for improved organization
- Move OIDC client to a separate module
- Organize imports
2025-02-09 20:43:38 +01:00
Wombosvideo
2bdf2c7bea Replace deprecated logger.warn calls with logger.warning for consistency
Some files were not included due to currently being refactored
2025-02-09 13:35:30 +01:00
Luca
674f09e5a4 Merge pull request #52 from heviat/oidc
Fix inconsistent naming and duplicate code
2024.06.10
2025-02-08 18:34:08 +01:00
Wombosvideo
4b81c932a0 Add task to finish backchannel logout 2025-02-08 18:27:53 +01:00
Wombosvideo
23cdbafcd7 Fix inconsistent naming and duplicate code 2025-02-08 18:27:24 +01:00