Commit Graph

7003 Commits

Author SHA1 Message Date
Serghei Mihai 127e494d9a templates: add message about form errors in page title (#83164)
gitea/authentic/pipeline/head This commit looks good Details
2023-12-05 12:22:46 +01:00
Paul Marillonnet 953c84032c manage: display users advanced config form as popup (#83848)
gitea/authentic/pipeline/head This commit looks good Details
2023-12-05 11:28:58 +01:00
Emmanuel Cazenave 9f4e55b55b translation update
gitea/authentic/pipeline/head This commit looks good Details
2023-12-01 14:31:24 +01:00
Emmanuel Cazenave e1099a6b4e role_summary: support objects with no dependencies (#84132)
gitea/authentic/pipeline/head This commit looks good Details
2023-11-30 17:07:17 +01:00
Benjamin Dauvergne 9ee9d0ff29 tests: use deterministic suffixes (#83710)
gitea/authentic/pipeline/head This commit looks good Details
2023-11-30 15:35:43 +01:00
Benjamin Dauvergne 19a17d034f views: forbid registration view to authenticated users (#12382)
gitea/authentic/pipeline/head This commit looks good Details
Authenticated users are redirected to the logout view with a message
giving the intent of the redirection. If they choose to cancel the
logout they go back to their origin.
2023-11-30 15:29:28 +01:00
Benjamin Dauvergne 7efa693d13 misc: log requests during build_role_summary_cache (#84098)
gitea/authentic/pipeline/head This commit looks good Details
2023-11-30 15:01:42 +01:00
Benjamin Dauvergne 4fb92d3ae1 tests: disable log_to_console contextmanager during some tests (#84084) 2023-11-30 15:01:42 +01:00
Paul Marillonnet 77c409258c translation update (#84097)
gitea/authentic/pipeline/head This commit looks good Details
2023-11-30 14:21:35 +01:00
Paul Marillonnet d6a4190f0f idp_oidc: warn admin on changed sector_id in /manage/ (#84097)
gitea/authentic/pipeline/head This commit looks good Details
2023-11-30 14:19:07 +01:00
Paul Marillonnet 0045e20f89 translation update (#84092)
gitea/authentic/pipeline/head This commit looks good Details
2023-11-30 12:20:23 +01:00
Paul Marillonnet 6a20594df2 idp_oidc: prevent ambiguous redirect uris when used as sector id (#84092)
gitea/authentic/pipeline/head This commit looks good Details
2023-11-30 11:59:06 +01:00
Benjamin Dauvergne a80751af32 ldap: do not crash when simple_bind_s raises STRONG_AUTH_REQUIRED (#83539)
gitea/authentic/pipeline/head This commit looks good Details
2023-11-30 10:41:57 +01:00
Benjamin Dauvergne e0dcfc9ced auth_fc: ignore invalid emails (#49623)
gitea/authentic/pipeline/head This commit looks good Details
2023-11-29 12:08:37 +01:00
Benjamin Dauvergne 6000a42798 translation update
gitea/authentic/pipeline/head This commit looks good Details
2023-11-27 10:51:01 +01:00
Benjamin Dauvergne 2a94464e48 auth_oidc: check provider.jwkset before using it (#75786)
gitea/authentic/pipeline/head This commit looks good Details
When jwkset is necessary and missing, a warning message is issued.
2023-11-27 10:36:46 +01:00
Benjamin Dauvergne 49c9e6e574 tox.ini: remove last constraints on psycopg2-binary (#83888)
gitea/authentic/pipeline/head This commit looks good Details
2023-11-23 19:12:21 +01:00
Emmanuel Cazenave adf59bc39a setup: compute pep440 compliant dirty version number (#81731)
gitea/authentic/pipeline/head This commit looks good Details
2023-11-20 17:38:18 +01:00
Emmanuel Cazenave b07ea3fe5f translation update (#83638)
gitea/authentic/pipeline/head This commit looks good Details
2023-11-20 16:01:41 +01:00
Paul Marillonnet b6f13f5e5a translation update (#81389)
gitea/authentic/pipeline/head This commit looks good Details
2023-11-16 10:57:57 +01:00
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