Commit Graph

6597 Commits

Author SHA1 Message Date
Pierre Ducroquet 19c2a3c801 fix
gitea/authentic/pipeline/head There was a failure building this commit Details
2023-03-07 17:38:46 +01:00
Pierre Ducroquet 4fa668c07c simple fix
gitea/authentic/pipeline/head There was a failure building this commit Details
2023-03-07 17:11:31 +01:00
Pierre Ducroquet 8614c58d73 wip
gitea/authentic/pipeline/head There was a failure building this commit Details
2023-03-07 15:46:01 +01:00
Pierre Ducroquet cc4212686a performance: use a distinct query for statistics X axis (#69606) 2023-03-07 15:46:01 +01:00
Paul Marillonnet bb1b5e22d5 unused-accounts: explicitely skip ldap users (#75196)
gitea/authentic/pipeline/head This commit looks good Details
2023-03-07 11:50:30 +01:00
Serghei Mihai d4b0c13a1b unused-accounts: do not delete users from existing LDAP configuration (#75145)
gitea/authentic/pipeline/head This commit looks good Details
2023-03-07 10:56:03 +01:00
Paul Marillonnet 9d40371feb unused-accounts: fix no-mail federated-account deletion feature (#75181)
gitea/authentic/pipeline/head This commit looks good Details
2023-03-07 09:58:06 +01:00
Paul Marillonnet 989d5c9e93 unused-accounts: do not sent mail to never-logged-in federated users (#75086)
gitea/authentic/pipeline/head This commit looks good Details
2023-03-06 16:19:42 +01:00
Benjamin Dauvergne 9b5aabb690 utils: removed dead function batch() (#74727)
gitea/authentic/pipeline/head This commit looks good Details
2023-03-05 17:17:49 +01:00
Paul Marillonnet de60d04f36 translation update (#72703)
gitea/authentic/pipeline/head This commit looks good Details
2023-03-02 16:15:23 +01:00
Paul Marillonnet 1d668a16bb OU consistency check between api client and roles at validation (#72703)
gitea/authentic/pipeline/head This commit looks good Details
2023-03-02 11:58:21 +01:00
Paul Marillonnet ed292f6515 manager: filter api client's assignable roles depending on its OU (#72703) 2023-03-02 11:58:21 +01:00
Paul Marillonnet 88fe8e143a manager: force api client ou assignment for local admins (#72703) 2023-03-02 11:58:21 +01:00
Paul Marillonnet 16ba28029d models: drop non-nullity constraint ou API clients' OU (#72703) 2023-03-02 11:58:21 +01:00
Paul Marillonnet af77cf8157 manager: filter apiclient's available ous on user's ou perms (#72688)
gitea/authentic/pipeline/head This commit looks good Details
2023-03-02 11:52:30 +01:00
Paul Marillonnet ba5602efc0 manager: filter api client qs on user's admin ou permissions (#72688) 2023-03-02 11:52:30 +01:00
Paul Marillonnet 2bf67721b7 idp_oidc: restrict client's returned qs to authorized users (#65942)
gitea/authentic/pipeline/head This commit looks good Details
2023-03-02 09:38:05 +01:00
Paul Marillonnet bfa653ba78 translation update
gitea/authentic/pipeline/head This commit looks good Details
2023-03-01 14:16:47 +01:00
Paul Marillonnet 324c368a20 idp_oidc: enforce name uniqueness on claims in UI (#74920)
gitea/authentic/pipeline/head This commit looks good Details
2023-02-28 14:32:47 +01:00
Paul Marillonnet e59226cb5b idp_oidc: fix erroneous exception-handling at client authn time (#73990)
gitea/authentic/pipeline/head This commit looks good Details
2023-02-27 15:20:40 +01:00
Paul Marillonnet 3a6aa92e56 clean-unused-account: also delete never-logged-in users (#74890)
gitea/authentic/pipeline/head This commit looks good Details
2023-02-27 14:27:48 +01:00
Paul Marillonnet 575cf199e6 custom_user: provide more generic user-inactivity notifications (#74178)
gitea/authentic/pipeline/head Build queued... Details
Authentic now exposes a keepalive API endpoint, meaning that the user's
last activity event was not necessarily a user login event.
2023-02-27 09:57:57 +01:00
Valentin Deniaud e3ba72b7bd api: add global login and registration counts to statistics (#63368)
gitea/authentic/pipeline/head This commit looks good Details
2023-02-23 15:24:01 +01:00
Valentin Deniaud 30251c80b1 api: add cleaner endpoints for statistics (#63368) 2023-02-23 15:24:01 +01:00
Valentin Deniaud 104b33fb88 api: drop legacy OU api filter (#63368) 2023-02-21 16:45:37 +01:00
Valentin Deniaud 2b3cd08e42 tests: do not check whole statistics json (#63368) 2023-02-21 16:44:26 +01:00
Valentin Deniaud 9e232c337e api: split statistics filters code (#63368) 2023-02-21 16:43:59 +01:00
Agate 30997475f3 Prepare Jenkinsfile for Gitea migration (#74572)
gitea/authentic/pipeline/head Something is wrong with the build of this commit Details
2023-02-20 14:54:20 +01:00
Valentin Deniaud 621f2e5010 manager: add explicit ordering to role table (#65159) 2023-02-16 10:25:32 +01:00
Frédéric Péters 1d40e42a73 translation update 2023-02-15 19:16:51 +01:00
Frédéric Péters 666198b0e9 templates: complete and update title block usage (#73950) 2023-02-15 19:15:36 +01:00
Paul Marillonnet 136e3d4e4f translation update (#74464) 2023-02-13 16:42:38 +01:00
Paul Marillonnet 947c325cdb user-detail: display planned alert & deletion dates (#74464) 2023-02-13 16:38:11 +01:00
Paul Marillonnet 909ae86d2c translation update (#74228) 2023-02-13 13:39:48 +01:00
Paul Marillonnet b168ac9bcb manager: display last (keepalive) activity on user page (#74228) 2023-02-13 13:25:08 +01:00
Paul Marillonnet 63fa2d3f16 manager: provide a simpler ou creation form (#66795) 2023-02-13 13:08:27 +01:00
Paul Marillonnet 4939516808 tests: test profile distinction in synchronization endpoint (#63157) 2023-02-13 11:59:20 +01:00
Paul Marillonnet 241ceaaccd tests: add basic authz for oidc clients (#63157) 2023-02-13 11:59:20 +01:00
Frédéric Péters bf73d8d7b3 debian: set LimitNOFILE=2048 for authentic2-multitenant service (#74414) 2023-02-10 12:17:53 +01:00
Frédéric Péters 4d7bf04bfc ci: upgrade isort (#74044) 2023-02-10 12:17:44 +01:00
Paul Marillonnet 277554c2aa manager: let service field values devoid of trailing delimiters (#73873) 2023-02-03 10:23:05 +01:00
Paul Marillonnet 70efa06a30 pylint: disable error on seemingly used-before-assigned variable (#74065) 2023-02-03 09:22:22 +01:00
Paul Marillonnet 3e32808e60 codestyle: fix metaclass constructor's first argument name (#74065) 2023-02-03 09:21:43 +01:00
Paul Marillonnet 03c44502d3 pylint.rc: ignore use-dict-literal (R1735) error (#74065) 2023-02-03 08:37:43 +01:00
Paul Marillonnet 4c03402f17 auth_oidc: factorize claim mapping resolution (#72418) 2023-02-02 10:55:12 +01:00
Thomas NOËL ee7274b887 pylint: ignore broad-exception-raised (broad-except alias) 2023-02-01 14:29:24 +01:00
Paul Marillonnet 1a24a85fb9 settings: rename erroneous 'lang' phone number entry for 'region' (#73998) 2023-01-31 09:37:36 +01:00
Paul Marillonnet 1abaaa207b use correct region codes for overseas french territories (#73998) 2023-01-31 09:19:46 +01:00
Frédéric Péters 5ead04eb54 misc: change email live hint message element to be <p> (#71068) 2023-01-20 14:07:04 +01:00
Thomas NOËL 782290516f journal: reduce default retention delay to one year (#73512) 2023-01-20 09:53:55 +01:00