Commit Graph

1066 Commits

Author SHA1 Message Date
Frédéric Péters 2bb5c296c0 translation update 2022-04-21 17:58:56 +02:00
Emmanuel Cazenave ad06b828b1 environment: show legacy urls (#63621) 2022-04-20 14:00:43 +02:00
Emmanuel Cazenave a6e871d60c environment: store legacy urls timestamp as a strftime output (#63621) 2022-04-20 14:00:43 +02:00
Frédéric Péters c1ea53446d misc: fix migrate_schemas command --skip-checks conflict issue (#64299)
Adapted from django-tenant-schemas:

  commit 44a95bee4e32cdceff52adb9030e6725578a8ee6
  Author: DanH91 <danielkobina@gmail.com>
  Date:   Sun Aug 9 19:52:39 2020 -0400

      fix migrate_schemas command --skip-checks conflict issue
2022-04-18 17:19:37 +02:00
Frédéric Péters e31c32d4d2 translation update 2022-04-18 17:19:37 +02:00
Frédéric Péters 9877b65265 misc: remove usage of django.utils.six (#63684) 2022-04-15 18:28:51 +02:00
Frédéric Péters 656d02d970 trivial: remove support of django-tenant-schemas w/o TenantStorageMixin (#63725) 2022-04-08 15:57:50 +02:00
Frédéric Péters 46b334579f multitenant: redo storage backend by overriding location property (#63725)
gitea-wip/hobo/pipeline/head There was a failure building this commit Details
gitea/hobo/pipeline/head Something is wrong with the build of this commit Details
2022-04-08 15:38:47 +02:00
Emmanuel Cazenave 49b8067a91 manager: hide legacy_urls field (#63595) 2022-04-06 11:29:29 +02:00
Emmanuel Cazenave b89b0c391c environment: add rename_hobo_service command (#60566) 2022-04-05 14:31:55 +02:00
Emmanuel Cazenave 5bf4d81f24 environment: add rename_service command (#60897) 2022-04-05 14:26:48 +02:00
Emmanuel Cazenave 85bd9f6b15 misc: extract wait_operationals function (#60897) 2022-03-31 15:20:39 +02:00
Emmanuel Cazenave f8041c4457 hobo_deploy: handle url change on a service (#58908) 2022-03-31 15:20:01 +02:00
Emmanuel Cazenave e0f7576d84 multitenant: give up 'unsecure' file mechanism (#63119) 2022-03-29 11:59:51 +02:00
Frédéric Péters 3fd93457f9 Revert "agent: wait for ready() signal to import from django_rbac (#63248)"
This reverts commit c9c76dea77, it was
actually caused by authentic not yet being tagged.
2022-03-28 14:27:18 +02:00
Frédéric Péters c9c76dea77 agent: wait for ready() signal to import from django_rbac (#63248) 2022-03-28 14:07:21 +02:00
Benjamin Dauvergne 7f10b9a2c8 agent/authentic2: handle signals for soft creation/deletion of roles relations (#63199) 2022-03-28 10:06:01 +02:00
Emmanuel Cazenave 577438f7fa environment: store local hobo info in Hobo model (#61944) 2022-03-15 12:32:56 +01:00
Frédéric Péters 120723aeab context processor: adapt to use existing logout URL for w.c.s. (#62723) 2022-03-15 07:15:35 +01:00
Benjamin Dauvergne c0780646e6 agent/authentic2: fix failure when notify_agents is never called (#62480) 2022-03-07 15:16:43 +01:00
Frédéric Péters f014f15464 misc: apply black 22.1.0 2022-03-01 19:42:04 +01:00
Frédéric Péters bd178920aa misc: declare an empty ou attribute in fake signature users (#62190) 2022-02-25 16:30:36 +01:00
Nicolas Roche 1408cb57c4 settings: close local settings file (#61976) 2022-02-25 14:58:22 +01:00
Thomas NOËL 08ce9df1cc misc: remove local hobo instance (#62017)
gitea-wip/hobo/pipeline/head There was a failure building this commit Details
gitea/hobo/pipeline/head Something is wrong with the build of this commit Details
2022-02-21 14:57:11 +01:00
Frédéric Péters 578e4c007e misc: restore migrations and model change (#61944) 2022-02-18 08:47:20 +01:00
Frédéric Péters 700e91af3d Revert "environment: store local hobo info in Hobo model (#60572)"
This reverts commit 00f897753b.
2022-02-18 08:47:20 +01:00
Benjamin Dauvergne f8c4071994 context_processors: make default logout_url return to home page (#61432) 2022-02-18 08:46:15 +01:00
Frédéric Péters d0609db602 translation update 2022-02-17 20:53:41 +01:00
Frédéric Péters 62220edc86 add section to create/deploy applications (#60699) 2022-02-17 16:05:53 +01:00
Emmanuel Cazenave 00f897753b environment: store local hobo info in Hobo model (#60572) 2022-02-16 16:40:08 +01:00
Paul Marillonnet ceac0b6892 profile: disable title (Civilité) default attribute (#61301) 2022-02-04 15:54:56 +01:00
Benjamin Dauvergne 936e50d70b misc: ugly hack for user_urls on w.c.s. (#61192) 2022-02-02 11:13:07 +01:00
Benjamin Dauvergne 13d74f4169 misc: add context-processor user_urls (#61192)
It introduces three template's variables:
- login_url
- logout_url
- registration_url
- account_url

Each one is adapted to return to the current page.
2022-02-02 11:13:07 +01:00
Frédéric Péters 8b4dba0622 misc: keep text of section buttons left aligned (#61290) 2022-02-01 15:25:59 +01:00
Benjamin Dauvergne fc2c4ee794 add uwsgidecorators module (#57019) 2022-01-28 17:58:21 +01:00
Benjamin Dauvergne c1820e1f64 agent/authentic: fix ou.base_url -> ou.home_url (#61029) 2022-01-28 14:55:27 +01:00
Emmanuel Cazenave 3c8927d8ee agent/authentic: store portal-user url on correponding OU (#61029) 2022-01-28 13:34:39 +01:00
Emmanuel Cazenave d4123343d8 multitenant: improve cron messages (#57526) 2022-01-28 13:19:36 +01:00
Emmanuel Cazenave 453389ca40 agent: add a comment (#60793) 2022-01-18 17:32:03 +01:00
Valentin Deniaud 38189e9de7 templatetags: handle only integers with as_numeral filter (#58158) 2022-01-06 10:58:09 +01:00
Paul Marillonnet b333bf4833 matomo: try to load tracking js included in script tags (#59832) 2021-12-17 13:43:28 +01:00
Frédéric Péters 2c2f779a5c misc: check a theme is selected before applying it (#59815) 2021-12-16 20:41:06 +01:00
Benjamin Dauvergne 6bdb9fee2c provisionning: do not delete roles two times (#59794) 2021-12-16 15:03:17 +01:00
Emmanuel Cazenave ac0079c68a multitenant: add --legacy-hostname option to create_tenant (#59094) 2021-12-15 12:10:20 +01:00
Benjamin Dauvergne f164fe6205 settings_loaders: adapt service slug for secondary services (#57482) 2021-12-14 11:56:49 +01:00
Paul Marillonnet 339ab63855 agent/authentic: use http provisionning by default (#59312) 2021-12-08 10:56:07 +01:00
Emmanuel Cazenave 1a6734bd32 Revert "settings_loaders: adapt service slug for secondary services (#57482)"
This reverts commit a4f778ea10.
2021-12-06 10:18:31 +01:00
Benjamin Dauvergne a4f778ea10 settings_loaders: adapt service slug for secondary services (#57482) 2021-12-02 10:58:33 +01:00
Emmanuel Cazenave 4f4a2bfb05 environment: add missing migration (#58914) 2021-11-23 17:57:02 +01:00
Emmanuel Cazenave b915308d74 multitenant: use TENANT_DISABLE_CRON_JOBS to disable cron for a specific tenant (#57527) 2021-11-02 13:55:42 +01:00