Commit Graph

6983 Commits

Author SHA1 Message Date
Paul Marillonnet 952072cd0c manager: display templated user info in sidebar (#81389)
gitea/authentic/pipeline/head This commit looks good Details
2023-11-16 10:09:32 +01:00
Paul Marillonnet ae2f54e98b manage: reset phone verification on value change (#82739)
gitea/authentic/pipeline/head This commit looks good Details
2023-11-16 09:12:43 +01:00
Paul Marillonnet 924ec52ff7 accounts: fix deletion message on missing phone (#82739) 2023-11-16 09:12:43 +01:00
Paul Marillonnet af531115f8 manage: discard irrelevant "deletion" info for ldap users (#82522)
gitea/authentic/pipeline/head This commit looks good Details
Such LDAP users are excluded from the deletion logic.
2023-11-15 09:19:58 +01:00
Serghei Mihai 66137ad746 manager: don't use service type in deletion popup title (#83197)
gitea/authentic/pipeline/head This commit looks good Details
2023-11-14 16:01:09 +01:00
Emmanuel Cazenave dec6027e3a translation update
gitea/authentic/pipeline/head This commit looks good Details
2023-11-14 14:02:48 +01:00
Emmanuel Cazenave e4bff6bf01 manager: reword a label on the role summary page (#83448)
gitea/authentic/pipeline/head This commit looks good Details
2023-11-14 12:21:26 +01:00
Emmanuel Cazenave f11af4ea3d misc: get rid of unused fieldset on the role summary view (#83404)
gitea/authentic/pipeline/head Build queued... Details
2023-11-14 12:21:19 +01:00
Frédéric Péters 3e30344f7d translation update
gitea/authentic/pipeline/head This commit looks good Details
2023-11-14 11:22:33 +01:00
Thomas NOËL 14d7396d97 debian: add back memory-report to uwsgi default configuration (#80451)
gitea/authentic/pipeline/head This commit looks good Details
2023-11-13 11:31:15 +01:00
Benjamin Dauvergne 5a1548ab55 idp_oidc: authorization code flow, provide "sid" claim in id_token (#83365)
gitea/authentic/pipeline/head This commit looks good Details
It is necessary for RP to handle frontchannel securely (without checking
the sid they should ask the user to confirm a logout initiated with a
simple GET) or if their session cookie is Strict and wont be available
on a simple redirection.

It will also be necessary if we ever implement the backchannel logout.
2023-11-10 23:53:22 +01:00
Emmanuel Cazenave ed92e3305e manager: expose role summary page (#83303)
gitea/authentic/pipeline/head This commit looks good Details
2023-11-10 14:03:16 +01:00
Frédéric Péters 5507868bbc misc: give a name to sample roles CSV file (#83107)
gitea/authentic/pipeline/head This commit looks good Details
2023-11-03 13:38:20 +01:00
Emmanuel Cazenave d2439d0506 debian: run roles-summary every night (#83097)
gitea/authentic/pipeline/head This commit looks good Details
2023-11-03 11:16:18 +01:00
Emmanuel Cazenave 4ba285515b manager: use cached data to build role summary page (#82837)
gitea/authentic/pipeline/head This commit looks good Details
2023-11-02 17:24:22 +01:00
Emmanuel Cazenave 6740c4b3eb management: add role_summary command (#82837) 2023-11-02 17:24:17 +01:00
Serghei Mihai a26551a540 misc: use select2 widget for roles in AddRoleAction (#82092)
gitea/authentic/pipeline/head This commit looks good Details
2023-11-02 16:53:49 +01:00
Paul Marillonnet aab612d5e3 translation update (#83013)
gitea/authentic/pipeline/head This commit looks good Details
2023-11-02 10:40:09 +01:00
Paul Marillonnet 472e8616e1 idp_oidc: raise error on inconsistent authz storage config (#83013)
gitea/authentic/pipeline/head This commit looks good Details
2023-11-02 10:10:47 +01:00
Paul Marillonnet e0d257f669 translation update (#82729)
gitea/authentic/pipeline/head This commit looks good Details
2023-10-31 17:15:58 +01:00
Thomas NOËL c491d6f8eb idp_oidc: make "do not ask again" choice optional (#82729)
gitea/authentic/pipeline/head This commit looks good Details
Add a « always save authorization » parameter in OIDC client configuration.
Also, allow a custom authorization duration.
2023-10-31 16:56:16 +01:00
Paul Marillonnet 461011a8b3 translation update (#82733)
gitea/authentic/pipeline/head Build queued... Details
2023-10-31 16:46:30 +01:00
Paul Marillonnet c81887b7f5 accounts: add phone-change view title (#82733)
gitea/authentic/pipeline/head This commit looks good Details
2023-10-31 15:55:44 +01:00
Paul Marillonnet f447ed9675 i18n: fix phone authn translation typo (#82732)
gitea/authentic/pipeline/head This commit looks good Details
2023-10-31 15:46:58 +01:00
Thomas NOËL 4c64a4115a debian: add uwsgi/authentic SyslogIdentifier in services (#82977)
gitea/authentic/pipeline/head There was a failure building this commit Details
2023-10-31 13:16:57 +01:00
Frédéric Péters a6abde3512 misc: add autocomplete attribute to email field on register form (#82158)
gitea/authentic/pipeline/head This commit looks good Details
2023-10-27 08:39:50 +02:00
Frédéric Péters cf052e2c3f misc: add a proper title to role summage page (#82838)
gitea/authentic/pipeline/head This commit looks good Details
2023-10-26 09:24:58 +02:00
Emmanuel Cazenave 7c83809b3a update translation
gitea/authentic/pipeline/head This commit looks good Details
2023-10-20 12:14:10 +02:00
Emmanuel Cazenave b297b71a97 manager: query other services in summary page (#79620)
gitea/authentic/pipeline/head This commit looks good Details
2023-10-17 14:56:03 +02:00
Emmanuel Cazenave 46522676c0 api: add role summary view (#79620) 2023-10-17 14:55:57 +02:00
Emmanuel Cazenave 16af375476 misc: add DRF error utilities (#79620) 2023-10-17 14:11:16 +02:00
Emmanuel Cazenave 8f662899aa manager: start role summary page (#79620) 2023-10-17 14:11:16 +02:00
Paul Marillonnet 38d52ede77 translation update (#66416)
gitea/authentic/pipeline/head This commit looks good Details
2023-10-17 10:30:25 +02:00
Paul Marillonnet 376c66a98a ldap: use a separate backend config flag for ppolicy controls (#66416)
gitea/authentic/pipeline/head This commit looks good Details
2023-10-17 10:10:36 +02:00
Benjamin Renard 554491b10b tests/ldap: fix conflicting access rights with slapd>2.4 (#66416)
License: MIT
2023-10-17 10:10:36 +02:00
Benjamin Renard ad06d282f7 password_reset_confirm: handle ldap ppolicy errors (#66416)
License: MIT
2023-10-17 10:10:36 +02:00
Benjamin Renard 7c7c631f80 password_change: stay on form page when ldap ppolicy errors happen (#66416)
License: MIT
2023-10-17 10:10:36 +02:00
Benjamin Renard 20f98dd9c3 ldap: improve password expiration date formatting (#66416)
License: MIT
2023-10-17 10:10:36 +02:00
Benjamin Renard 284d185112 ldap: set sharper ppolicy_control error messages when relevant (#66416)
License: MIT
2023-10-17 10:10:36 +02:00
Benjamin Renard c4289cdaeb ppolicy: handle reset redirect after a changeAfterReset error (#66416)
Licence: MIT
2023-10-17 10:10:36 +02:00
Benjamin Renard 3d10be82e9 ldap: handle ppolicy controls at password-reset time (#66416)
Licence: MIT
2023-10-17 10:10:36 +02:00
Benjamin Renard fddbade043 ldap: rename process_controls method to process_bind_controls (#66416)
Licence: MIT
2023-10-17 10:10:36 +02:00
Benjamin Renard c309d20aea ldap: fix encoding password on modify_password (#66416)
Licence: MIT
2023-10-17 10:10:36 +02:00
Benjamin Renard 42961dad66 password_policy_control_messages: fix handling passwordExpired (#66416)
Licence: MIT
2023-10-17 10:10:36 +02:00
Benjamin Renard a27ef68c8d test_ldap: use USERNAME & PASS instead of hard-coded values (#66416)
Licence: MIT
2023-10-17 10:10:36 +02:00
Benjamin Dauvergne 6bbcb37faf translation update
gitea/authentic/pipeline/head This commit looks good Details
2023-10-12 18:13:29 +02:00
Benjamin Dauvergne 6045f53df6 idp_oidc: allow CORS requests on configuration, certs, token and user_info (#50571)
gitea/authentic/pipeline/head This commit looks good Details
2023-10-12 16:58:32 +02:00
Benjamin Dauvergne 455a68ab59 idp_oidc: add getter on redirect_uris (#50571) 2023-10-12 16:39:29 +02:00
Benjamin Dauvergne a5f6c7fbf8 idp_oidc: remove unused arguments (#50571) 2023-10-12 16:39:29 +02:00
Benjamin Dauvergne d9f9b59927 idp_saml2: add CORS headers to SSO endpoint (#82266)
gitea/authentic/pipeline/head This commit looks good Details
2023-10-12 16:39:15 +02:00