Commit Graph

5233 Commits

Author SHA1 Message Date
Benjamin Dauvergne 11ab94decc debian: remove call to "init-script update" in postinst (#46595)
gitea/authentic/pipeline/head Build started... Details
The same operations are now done by the automatic call to "restart" by
the default Debian scripts.
2020-09-12 08:44:16 +02:00
Frédéric Péters 5d17656406 debian: update init.d script for uwsgi (#46568) 2020-09-11 11:34:23 +02:00
Emmanuel Cazenave b31754c4ae debian: use uwsgi to serve app (#29297) 2020-09-03 16:23:25 +02:00
Benjamin Dauvergne a137632a16 misc: add command check-and-repair (#42190)
It checks RBAC model, remove crufts (derelict permissions and management
roles) and repairs what can be repaired.
2020-09-03 11:57:33 +02:00
Benjamin Dauvergne 8499df4000 log_filter: make force debug filter work for real (#46127) 2020-09-03 11:55:49 +02:00
Benjamin Dauvergne 41b97f0bb2 misc: validate and use a real identifier for services (#45672) 2020-09-03 11:55:13 +02:00
Nicolas Roche ebbd51f306 profile_views: remove orphan html tag (#46227) 2020-09-02 10:50:07 +02:00
Emmanuel Cazenave 34c912aae4 translation update 2020-09-01 18:27:14 +02:00
Valentin Deniaud 3df3bf6efd views: set request.token at registration (#46248) 2020-09-01 15:49:53 +02:00
Valentin Deniaud 0d2ea81ab4 tox: tell setuptools to use distutils from stdlib (#46252) 2020-09-01 14:20:00 +02:00
Benjamin Dauvergne 4d4abc85b0 Jenkinsfile: use python3-venv 2020-08-31 11:04:14 +02:00
Valentin Deniaud 4f3c6a47d6 manager: add ou and role imports (#45082) 2020-08-31 10:05:59 +02:00
Valentin Deniaud 7c1e2e1d2b manager: open import site form in popup (#45082) 2020-08-31 10:05:59 +02:00
Valentin Deniaud bd4b8b8eef manager: enable title overriding in import template (#45082) 2020-08-31 10:05:59 +02:00
Valentin Deniaud 621a5e978f manager: clearer semantics and interface for export (#45082)
CSV export is not called "export" anymore, and button is not in the
same place as real JSON export.
2020-08-31 10:05:59 +02:00
Valentin Deniaud 0570842003 ou_views: fix typo (#45082) 2020-08-31 10:05:59 +02:00
Paul Marillonnet affa37c6b9 profile_views: provide a more general message in oidc-authz page (#45651) 2020-08-28 10:03:57 +02:00
Frédéric Péters 2033b742af misc: update password checking code for new form markup (#46150) 2020-08-28 09:55:02 +02:00
Frédéric Péters 5a9c4000df manager: style sections of service page (#46009) 2020-08-28 08:35:25 +02:00
Frédéric Péters 2f55753058 translation update 2020-08-24 18:27:54 +02:00
Benjamin Dauvergne f55332bbe7 Jenkinsfile: use .take() instead of .substr() 2020-08-22 00:44:44 +02:00
Valentin Deniaud 3e197664ae a2_rbac: change self admin permission to manage_members (#42086) 2020-08-21 15:54:53 +02:00
Benjamin Dauvergne 384eb04f49 Jenkinsfile: do not strip BUILD_NUMBER from BUILD_TAG 2020-08-21 15:50:49 +02:00
Frédéric Péters 9461c326a9 js: declare variable for email domain hint div (#45984) 2020-08-21 11:31:47 +02:00
Frédéric Péters 56ffb5c05c js: handle undefined domain when looking for suggestions (#45984) 2020-08-21 11:31:47 +02:00
Benjamin Dauvergne 632069c775 tests: add more checks in registration test (#41792) 2020-08-20 10:46:33 +02:00
Valentin Deniaud 4f831fe4d8 views: warn user before generating new token (#41792) 2020-08-20 09:57:17 +02:00
Valentin Deniaud 7d9e65dc96 views: use one-time token for password reset (#41792) 2020-08-20 09:56:02 +02:00
Valentin Deniaud f7e5ad16da views: use one-time token for registration (#41792) 2020-08-20 09:55:22 +02:00
Nicolas Roche 024e23dd71 manager: group roles by OU on user page (#24397) 2020-08-20 09:50:54 +02:00
Benjamin Dauvergne 21e0a34fd1 check-migrations: use mktemp instead of tempfile 2020-08-19 12:51:14 +02:00
Frédéric Péters d537ade487 manager: don't follow row URL on right click (#45839) 2020-08-19 08:38:31 +02:00
Frédéric Péters a2f4309537 manager: ignore row clicks when an input was clicked (#45839) 2020-08-19 08:38:31 +02:00
Frédéric Péters 5d32b8db52 misc: add setting to set secure flag on opened session cookie (#45938) 2020-08-18 10:19:30 +02:00
Serghei Mihai a0eeaede8d templates: use with_template template tag to render forms (#40159) 2020-08-14 11:16:41 +02:00
Frédéric Péters 7c2c6db430 misc: set a default authentication backend priority (#45808) 2020-08-14 11:06:26 +02:00
Paul Marillonnet a66093a5dc jenkins: shorten temporary test dir name (#45637) 2020-08-14 11:01:06 +02:00
Frédéric Péters 7d630f53be manager: remove username field from view/edit pages if configured so (#45674) 2020-08-14 11:00:38 +02:00
Benjamin Dauvergne 079102d851 misc: unserialize attribute in registration view (#45710)
Registration view pass attribute values in JSON tokens, so we need to
get a JSON compatible serialization of attribute values for the token
using their serialization function.
2020-08-13 17:33:22 +02:00
Benjamin Dauvergne d1b30f213c check-migrations: use bash instead of dash 2020-08-13 15:43:09 +02:00
Frédéric Péters 5650284f3e translation update 2020-08-04 15:13:08 +02:00
Valentin Deniaud 4a1e0c4bfa idp_oidc: display authorization request errors (#40851) 2020-08-04 14:58:36 +02:00
Paul Marillonnet 7fecf1140e idp_oidc: deactivate service authz page according to setting (#45649) 2020-08-04 12:12:22 +02:00
Frédéric Péters 4baa839294 manager: add sidebar info on users linked to FC (#27392) 2020-08-04 12:06:57 +02:00
Frédéric Péters 6c4128e68b manager: use a proper sidebar in user detail view (#28114) 2020-08-04 11:54:13 +02:00
Nicolas Roche d1dda9c392 manager: display parent roles OU on the role members page (#43269) 2020-08-04 11:26:05 +02:00
Frédéric Péters 9a695869af manager: don't manually handle clicks when parent is a link (#45726) 2020-08-04 11:15:24 +02:00
Frédéric Péters 392e0af5a5 translation update 2020-08-03 13:49:56 +02:00
Valentin Deniaud fa80828407 manager: replace "is_active" column by an explicit mention (#45337) 2020-08-03 12:59:03 +02:00
Frédéric Péters 0aa8456917 misc: improve invalid login error message (#19944) 2020-08-03 12:47:37 +02:00