Commit Graph

6548 Commits

Author SHA1 Message Date
Pierre Ducroquet 7c690d57a8 uwsgi: new configuration (#67583)
gitea/authentic/pipeline/head Build started... Details
2022-10-10 15:25:12 +02:00
Benjamin Dauvergne 8b993d4e2f misc: replace deprecated distutils by setuptols or stdlib (#69991) 2022-10-07 15:31:56 +02:00
Benjamin Dauvergne ef70a4f54f remove getlasso.sh (#69991) 2022-10-07 15:25:00 +02:00
Benjamin Dauvergne d84e49a329 misc: replace deprecated force_text by force_str (#69988) 2022-10-07 12:24:48 +02:00
Benjamin Dauvergne 43c256ee7b misc: replace deprecated ugettext by gettext (#69974) 2022-10-07 11:42:51 +02:00
Benjamin Dauvergne 81ed76c012 misc: replace use of distutils.sysconfig by sysconfig (#69975) 2022-10-07 11:42:40 +02:00
Corentin Sechet a9f721867d update translation 2022-10-07 10:17:15 +02:00
Corentin Sechet c393adcdd5 misc: make minimum password strength configurable in ous (#68745) 2022-10-07 08:48:58 +02:00
Paul Marillonnet bc20207e2b auth_fc: translation update (#69850) 2022-10-07 08:27:38 +02:00
Paul Marillonnet 2d5a570f80 auth_fc: reshuffle fc link page layout (#69850) 2022-10-07 08:25:13 +02:00
Paul Marillonnet 62f42bc725 auth_fc: provide a more accurate unlinking help text (#69850) 2022-10-07 08:25:13 +02:00
Paul Marillonnet ded763f9ec auth_fc: move explanation link below the login button (#69850) 2022-10-07 08:25:13 +02:00
Valentin Deniaud 5ae3e1acea auth_saml: improve mandatory option description in set attribute (#68806) 2022-10-05 13:53:47 +02:00
Valentin Deniaud 66c3da6577 a2_rbac: move abstract model code from django_rbac (#58696) 2022-10-05 10:35:28 +02:00
Valentin Deniaud cea8ad7c9d tests: fix pylint errors in test_rbac (#58696) 2022-10-05 10:35:28 +02:00
Valentin Deniaud 1516c4d2e1 tests: move test_rbac to main tests (#58696) 2022-10-05 10:35:28 +02:00
Valentin Deniaud 692ca755f0 tests_rbac: make some assertions more specific (#58696) 2022-10-05 10:35:28 +02:00
Valentin Deniaud 4bb8ee6794 translation update 2022-10-05 10:34:50 +02:00
Valentin Deniaud 8f4da50c72 manager: improve default role form fields (#58699) 2022-10-04 12:18:55 +02:00
Valentin Deniaud 3c97499ba6 misc: add django-upgrade files/notes (#69426) 2022-10-03 14:20:48 +02:00
Valentin Deniaud 0bec12d61d misc: apply django-upgrade (#69426) 2022-10-03 14:20:20 +02:00
Valentin Deniaud d91cb8cdc1 misc: run pyupgrade hook first (#69426) 2022-10-03 14:07:44 +02:00
Valentin Deniaud d919c059a2 misc: fix incorrect pre-commit info in readme 2022-09-29 18:27:04 +02:00
Benjamin Dauvergne a1b58a4226 tests: check next_url is preserved on registration for an existing email (#69538) 2022-09-29 15:37:34 +02:00
Valentin Deniaud d527642e40 translation update 2022-09-29 14:44:39 +02:00
Valentin Deniaud b444ab46b9 templates: add blocktrans trimmed where useful (#69422) 2022-09-29 14:43:30 +02:00
Benjamin Dauvergne 0db08a6feb views: keep next_url on password reset (#69537)
It was already working in the regular case, but not if no account
matches the given email.
2022-09-29 12:56:26 +02:00
Valentin Deniaud 537d2e3e6a authenticators: add explanations on each configuration tabs (#68804) 2022-09-29 12:32:43 +02:00
Benjamin Renard 0d88a9a610 PasswordChangeView: show success message only on success (#69463)
License: MIT
2022-09-29 12:30:08 +02:00
Valentin Deniaud 46d10c9cf7 misc: add djhtml files/notes (#69422) 2022-09-29 11:48:37 +02:00
Valentin Deniaud 8251b8188f misc: apply djhtml (#69422) 2022-09-29 11:47:55 +02:00
Valentin Deniaud bcfc26d116 translation update 2022-09-29 10:17:41 +02:00
Valentin Deniaud d348f51d5f misc: merge translation files into single file (#69677) 2022-09-28 17:21:32 +02:00
Valentin Deniaud b4aae7b26d translation update 2022-09-28 17:21:32 +02:00
Valentin Deniaud 39d76eca57 misc: disambiguate some translations (#69677) 2022-09-28 17:21:32 +02:00
Emmanuel Cazenave 67e3f154f4 apiclient: prefill password (#69527) 2022-09-28 10:40:16 +02:00
Valentin Deniaud 6b77f8afb0 manager: display UUID on user detail page (#69036) 2022-09-27 15:41:58 +02:00
Valentin Deniaud d7212589c2 auth_oidc: allow adding roles on login (#53442) 2022-09-27 14:48:54 +02:00
Valentin Deniaud 5e156b6168 auth_oidc: use generic related object code (#53442) 2022-09-27 14:48:54 +02:00
Valentin Deniaud cf5132d72f auth_oidc: configure claims widget through subclass (#53442) 2022-09-27 14:48:54 +02:00
Valentin Deniaud b524ae206f auth_saml: move role choice field outside of module (#53442) 2022-09-27 14:48:54 +02:00
Valentin Deniaud ad2d35fed5 auth_saml: move add role action to authenticators app (#53442) 2022-09-27 14:48:54 +02:00
Valentin Deniaud b24fad1bd2 auth_saml: move related object code to authenticators app (#53442) 2022-09-27 14:48:54 +02:00
Valentin Deniaud 700a5bb196 auth_saml: switch related object foreign key to base model (#53442) 2022-09-27 14:48:54 +02:00
Valentin Deniaud 2bd79c0b81 auth_saml: genericize related object code (#53442) 2022-09-27 14:48:54 +02:00
Valentin Deniaud c12438b5ee auth_saml: move model form parameters to class (#53442) 2022-09-27 14:48:54 +02:00
Valentin Deniaud fc093735ba authenticators: remove obsolete manager_form_class (#53442) 2022-09-27 14:48:54 +02:00
Valentin Deniaud 249f425c22 auth_saml: improve journal message for related objects (#69368) 2022-09-27 14:47:58 +02:00
Valentin Deniaud a2568a45b5 auth_saml: remove rename attribute action (#68383) 2022-09-27 14:47:27 +02:00
Paul Marillonnet 5e184a3453 translation update (#69416) 2022-09-27 09:42:50 +02:00