Commit Graph

1393 Commits

Author SHA1 Message Date
Frédéric Péters 8b1c24db2b misc: don't display service variables that were automatically set (#42112) 2020-04-28 09:11:18 +02:00
Frédéric Péters e063c29314 misc: don't create setting variables on get() (#42114) 2020-04-28 09:09:41 +02:00
Benjamin Dauvergne 225e22747c tests_authentic: adapt to evolutions in authentic2 (#42154)
* django-filters>=2 is now usable with authentic, for py2 run it must
  be explicitely limited to django-filter<2.
* settings must use MIDDLEWARE instead of MIDDLEWARE_CLASSES
2020-04-27 18:22:51 +02:00
Benjamin Dauvergne 540f274c33 misc: make ProvisionningMiddle inherit from MiddlewareMixin (#42154) 2020-04-27 17:15:53 +02:00
Benjamin Dauvergne c11cb76c6a tests: adapt fixture to permisssions changes in authentic (#42087)
Permission given to role's administrative roles changed from using the
'admin' permission to the 'manage-members' permission (#20513).
2020-04-24 16:45:44 +02:00
Christophe Siraut 7204caec79 Jenkinsfile: use default distribution target (#41301) 2020-04-24 15:46:59 +02:00
Thomas NOËL 51078a11de environment: autorize secondary Service title homonymy (#41984) 2020-04-22 17:56:50 +02:00
Frédéric Péters 66094c66e2 misc: don't create variables on get() (#41961) 2020-04-22 12:08:05 +02:00
Benjamin Dauvergne edc35406cc tests_multitenant: fix non deterministic behaviour 2020-04-20 23:58:43 +02:00
Frédéric Péters 22bbfcdb44 emails: handle DNS TXT entries as the bytes they are (#41894) 2020-04-20 18:27:06 +02:00
Frédéric Péters df858e44a7 translation fix 2020-04-18 13:52:11 +02:00
Benjamin Dauvergne 2a4a2305d0 emails: handle errors during RCPT test (#41789) 2020-04-16 19:52:16 +02:00
Frédéric Péters 24e652270e debian: adapt breaks/replaces for actual version numbers (#41640) 2020-04-15 15:39:47 +02:00
Frédéric Péters 8c0575d4cb debian: fix reference to python-celery-common (#41640) 2020-04-15 15:37:55 +02:00
Frédéric Péters dd6d9c8b25 debian: run hobo & hobo-agent with python 3 (#41640) 2020-04-15 14:20:04 +02:00
Benjamin Dauvergne 2b0474a2e9 tests_multitenant: mock journald sender (#41250) 2020-04-15 08:13:44 +02:00
Frédéric Péters 8605761621 misc: display sec 1 level in green (#41721) 2020-04-15 08:08:48 +02:00
Frédéric Péters e3457f1461 build: keep on installing css file (#41672) 2020-04-14 19:38:53 +02:00
Frédéric Péters 0ec72ff95b misc: make whole service status block a link (#41717) 2020-04-14 19:34:01 +02:00
Frédéric Péters 4ed9079fd6 build: ship seo templates 2020-04-14 19:33:59 +02:00
Frédéric Péters 12e5181347 build: switch to scss (#41672) 2020-04-14 16:56:48 +02:00
Frédéric Péters 8a727ac703 misc: give timeout to all health requests (#41703) 2020-04-14 16:56:48 +02:00
Frédéric Péters 4d0fae0293 translation update 2020-04-14 15:00:12 +02:00
Frédéric Péters 49575cffc6 misc: add details about security headers in health info (#41630) 2020-04-14 14:20:20 +02:00
Frédéric Péters 536713ebca translation update 2020-04-14 09:29:11 +02:00
Frédéric Péters 8a9e829981 translation update 2020-04-14 09:15:59 +02:00
Frédéric Péters 02e67cf0fc seo: add settings for meta tags (#20263) 2020-04-14 09:07:39 +02:00
Nicolas Roche e0a3f76626 seo: add robots_txt views (#20263) 2020-04-14 09:07:39 +02:00
Nicolas Roche 52ec23f046 seo: add middleware for /robots.txt url (#20263) 2020-04-14 09:07:39 +02:00
Nicolas Roche 38fdd5a09b tests: use fake_themes fixture to be determinist (#41306) 2020-04-14 08:56:38 +02:00
Nicolas Roche 9cb671d3ee theme: check we post a value on theme selection (#41079) 2020-04-14 08:48:36 +02:00
Frédéric Péters 034fcd7f8f misc: let import errors be displayed with django 2.2 (#41632) 2020-04-13 13:38:34 +02:00
Thomas NOËL 296fd6efee celery: increase tasks expiry time to 5 minutes (#40227) 2020-04-10 11:40:39 +02:00
Frédéric Péters 9dc31f3386 misc: restore usage of CallableTrue (#41391)
This reverts commit ca5168f203, as it is
still required by djangorestframework 3.4 used in stretch.
2020-04-06 22:25:59 +02:00
Frédéric Péters 8b230ae47a Revert "tox: disable authentic tests to get a working build"
This reverts commit ac4a879018.
2020-04-03 17:59:00 +02:00
Frédéric Péters ac4a879018 tox: disable authentic tests to get a working build
(see #41284)
2020-04-03 09:17:23 +02:00
Frédéric Péters fbf8f749f8 translation update 2020-04-03 09:15:13 +02:00
Frédéric Péters c31be17379 trivial: style scopes field 2020-04-03 09:15:13 +02:00
Thomas NOËL df903c40b3 signature: do not require nonce if not verified, and other fixes (#) 2020-04-03 00:09:20 +02:00
Benjamin Dauvergne 70440e9768 profile: set kind on phone number attributes (#41034) 2020-04-02 18:09:51 +02:00
Benjamin Dauvergne 51070cb69c misc: PEP8 (#41034) 2020-04-02 18:09:51 +02:00
Paul Marillonnet abc03c8b8e tox: run authentic tests in python3 too (#41237) 2020-04-02 10:44:00 +02:00
Frédéric Péters ca5168f203 misc: remove usage of CallableTrue (#41239) 2020-04-02 08:45:30 +02:00
Frédéric Péters c3c35de94b tox: limit django-appconf when testing against python 2 (#41200) 2020-03-31 20:00:09 +02:00
Nicolas Roche 17676d1ecf python3: update celery to version 4 on python3.7 (#41158) 2020-03-30 15:42:30 +02:00
Nicolas Roche cc0677c7e9 python3: remove sort try on already sorted profile fields (#40502) 2020-03-16 09:18:38 +01:00
Benjamin Dauvergne 9225efdb96 rest_authentication: raise APIError for signature errors (#39911) 2020-03-13 17:01:44 +01:00
Benjamin Dauvergne 8c29562d35 franceconnect: add scopes setting (#39286) 2020-03-13 16:24:04 +01:00
Frédéric Péters 6f927f0196 misc: provision users to services of all OUs (#40518) 2020-03-13 08:51:35 +01:00
Frédéric Péters 70a230090b agent: sync profile attributes from primary (#34210) 2020-03-13 08:51:35 +01:00