Commit Graph

353 Commits

Author SHA1 Message Date
Frédéric Péters 6ab4be07ac misc: always use normal config parser, with no interpolation (#88571)
gitea/wcs/pipeline/head Build queued... Details
2024-03-29 08:32:55 +01:00
Frédéric Péters 3a4b8c9cc7 misc: always declare lingo_url if lingo is deployed (#88419)
gitea/wcs/pipeline/head Build queued... Details
2024-03-21 08:59:44 +01:00
Frédéric Péters bff0dc5d83 misc: allow per-tenant timezone (#88092) 2024-03-15 07:24:07 +01:00
Frédéric Péters 5faf53489b general: finish removal of wcsctl (#86980)
gitea/wcs/pipeline/head This commit looks good Details
2024-02-23 19:05:24 +01:00
Frédéric Péters 7de00caaac ctl: make wipe_data simulate its action by default (#29929) 2024-02-23 19:03:40 +01:00
Frédéric Péters 21951a6687 ctl: add support for replacing mail template parts in replace_python (#87036)
gitea/wcs/pipeline/head Build queued... Details
2024-02-16 09:38:16 +01:00
Frédéric Péters 416f871c78 ctl: add support for attachments attribute in replace python command (#87036)
gitea/wcs/pipeline/head This commit looks good Details
2024-02-16 08:51:32 +01:00
Frédéric Péters 565cae272f ctl: make delete_tenant a management command (#86958)
gitea/wcs/pipeline/head This commit looks good Details
2024-02-15 10:11:37 +01:00
Frédéric Péters 1e2e60f0cc ctl: make rebuild_indexes a management command (#86958) 2024-02-15 10:11:37 +01:00
Frédéric Péters 9975013b03 tests: use random dbname in hobo tests (and cleanup) (#86729)
gitea/wcs/pipeline/head This commit looks good Details
2024-02-15 10:10:16 +01:00
Frédéric Péters f811716d49 ctl: add support for excluding some formdefs from wipe command (#31942)
gitea/wcs/pipeline/head Build queued... Details
2024-02-15 09:56:33 +01:00
Frédéric Péters 42a1b32138 ctl: make wipe_data a management command (#31942) 2024-02-15 09:56:33 +01:00
Frédéric Péters fe340256ce ctl: add support for post conditions in replace python command (#86895) 2024-02-13 10:27:26 +01:00
Frédéric Péters 9b6e261616 misc: add parameter to get python replacements from an URL (#86253)
gitea/wcs/pipeline/head This commit looks good Details
2024-01-29 15:19:23 +01:00
Frédéric Péters e689bd3402 ctl: skip misconfigured prefill options (#86260)
gitea/wcs/pipeline/head This commit looks good Details
2024-01-29 15:03:21 +01:00
Frédéric Péters a2e5eda666 management commands: add --exclude-tenants argument (#86053)
gitea/wcs/pipeline/head Build queued... Details
2024-01-26 08:44:26 +01:00
Frédéric Péters 3ff59c706e general: finish removal of support for non-utf8 charset (#85626) 2024-01-15 11:46:52 +01:00
Benjamin Dauvergne 61cd515218 misc: repair idp_registration_url path (#85111)
gitea/wcs/pipeline/head This commit looks good Details
Path was modified on authentic in #12932.
2024-01-12 21:20:42 +01:00
Frédéric Péters e2f510727d misc: add replace_python management command (#85110) 2024-01-08 12:58:24 +01:00
Frédéric Péters a82e06d843 management commands: share support for --all-tenants (#84868)
gitea/wcs/pipeline/head This commit looks good Details
2023-12-19 14:08:38 +01:00
Frédéric Péters 6a76776200 backoffice: add usage to webservice page (#83937)
gitea/wcs/pipeline/head This commit looks good Details
2023-11-27 14:44:37 +01:00
Frédéric Péters 2c4d065b4c misc: do not alter base_url in stored hobo.json (#21605)
gitea/wcs/pipeline/head Build queued... Details
2023-11-24 16:15:22 +01:00
Emmanuel Cazenave 84089771fc hobo deploy: cleanup legacy urls (#83757)
gitea/wcs/pipeline/head This commit looks good Details
2023-11-24 09:37:22 +01:00
Frédéric Péters 34e2c40b45 misc: add a export_site command (#54152) 2023-11-24 09:13:46 +01:00
Frédéric Péters 0644a5a403 misc: make hobo_notify a django management command (#20411)
gitea/wcs/pipeline/head This commit looks good Details
2023-10-27 08:33:27 +02:00
Frédéric Péters 50656ace95 misc: make hobo_deploy a django management command (#20411) 2023-10-27 08:33:27 +02:00
Frédéric Péters 60c8913fc8 saml: remove unused parts of setting up idp using remote saml metadata (#81904)
Metadata without embedded public keys, or certificate authority chains,
are not used.
2023-10-02 21:27:20 +02:00
Frédéric Péters d6c175d43d misc: skip setting up SQL only when deploying new sites (#81471)
gitea/wcs/pipeline/head This commit looks good Details
2023-09-22 10:48:19 +02:00
Frédéric Péters ce35ed6ee5 ctl: extend grep command to look into global action triggers (#81339)
gitea/wcs/pipeline/head This commit looks good Details
2023-09-19 14:06:57 +02:00
Valentin Deniaud 1e2264dd8c misc: apply double-quote-string-fixer (#80309) 2023-08-07 14:14:12 +02:00
Frédéric Péters 68c9a8effb ctl: add new configdb command (#77189) 2023-07-14 09:04:40 +02:00
Frédéric Péters 3a0cb9d46c hobo: do not register SETTING_ as variables (#78786)
gitea/wcs/pipeline/head Build queued... Details
2023-06-23 08:08:52 +02:00
Frédéric Péters b417fcc772 general: get local-region-code from hobo (#77972)
gitea/wcs/pipeline/head This commit looks good Details
(and deprecate default-country-code)
2023-05-30 10:21:44 +02:00
Frédéric Péters f6f141319c refactoring: remove usage of field.type attribute (#77762)
gitea/wcs/pipeline/head This commit looks good Details
2023-05-26 07:07:44 +02:00
Frédéric Péters 405850e43f trivial: remove backup/restore commands (#77142)
gitea/wcs/pipeline/head This commit looks good Details
2023-04-30 12:55:36 +02:00
Paul Marillonnet c0650e200a hobo_notify: create roles without backoffice access (#76756)
gitea/wcs/pipeline/head This commit looks good Details
2023-04-28 10:24:21 +02:00
Valentin Deniaud 87718f0a88 misc: bump black version (#75442) 2023-03-16 16:12:20 +01:00
Frédéric Péters 15051e2c2d misc: cleanup after automatic force_text/force_str upgrade (#74840)
gitea/wcs/pipeline/head This commit looks good Details
2023-03-15 15:33:17 +01:00
Frédéric Péters 0ee6d323f4 misc: apply django-upgrade 3.2 (mostly force_text -> force_str) (#74840) 2023-03-15 15:33:17 +01:00
Frédéric Péters d03f8b94bd grep: do not duplicate hit lines (#74479)
gitea/wcs/pipeline/head This commit looks good Details
2023-02-28 16:09:29 +01:00
Frédéric Péters 54d335be70 workflows: add proper reset between executions of workflow on formdatas (#74849) 2023-02-24 22:21:03 +01:00
Frédéric Péters 13cd2b6562 misc: remove support for loading extra modules (#73957) 2023-02-14 10:06:47 +01:00
Frédéric Péters 5926884678 misc: remove formdata/carddata pickle storage (#73930) 2023-02-10 09:15:35 +01:00
Frédéric Péters 92dac5eb8c misc: fix grepping into blocks (#73615) 2023-01-20 09:35:54 +01:00
Frédéric Péters 8122cc00c6 grep: extend to cover workflow options (#73425) 2023-01-17 09:12:35 +01:00
Frédéric Péters 06d5d75b2d misc: mark provisioned phone fields with phone validation (#72765) 2023-01-03 18:07:34 +01:00
Frédéric Péters f1fadffa58 misc: cleanup publisher when starting a command (#72857) 2023-01-02 14:02:41 +01:00
Emmanuel Cazenave 19a4e41b20 grep: search in field/page conditions (#72362) 2022-12-26 09:57:21 +01:00
Emmanuel Cazenave 5407b99a69 grep: search in actions conditions (#72362) 2022-12-26 09:56:48 +01:00
Benjamin Dauvergne 94c2f116b8 grep: search in field's data source value (#72672) 2022-12-23 14:34:32 +01:00