Commit Graph

9258 Commits

Author SHA1 Message Date
Frédéric Péters 5f0fdeacef trivial: use publik as app label (#71999) 2022-12-09 07:44:49 +01:00
Frédéric Péters 34271ecb45 misc: enable sync-map-and-address-fields (#71996) 2022-12-09 07:44:49 +01:00
Frédéric Péters a220fcf85d misc: redirect categories to home by default (#71994) 2022-12-09 07:44:49 +01:00
Frédéric Péters 3549de746b misc: remove sms feature flag (#71993) 2022-12-09 07:44:49 +01:00
Frédéric Péters 85db61a1f7 backoffice: display correct method for webservice calls (#71995) 2022-12-09 07:44:49 +01:00
Frédéric Péters fd26da9be3 backoffice: reorder webservice parameters (#71565) 2022-12-09 07:44:49 +01:00
Frédéric Péters b96a5693be translation update 2022-12-07 17:32:01 +01:00
Frédéric Péters 354c525b68 backoffice: do not reduce options in presence of template filters (#72055) 2022-12-07 17:12:18 +01:00
Frédéric Péters a605dbba62 deprecations: detect usage of python expressions in global triggers (#72127) 2022-12-06 18:20:55 +01:00
Pierre Ducroquet 75725a8b48 create index only when needed (#72010) 2022-12-05 10:36:51 +01:00
Frédéric Péters 6d35a544be workflows: fix notifications to non-submitter when i18n is enabled (#71973)
gitea-wip/wcs/pipeline/head Build started... Details
2022-12-02 15:23:28 +01:00
Frédéric Péters 51aae8fb67 misc: repair anonymisation of history items (#71950) 2022-12-02 14:24:23 +01:00
Frédéric Péters 2a5b4b1429 forms: do not allow loading an anonymised form with its tracking code (#71968) 2022-12-02 14:21:58 +01:00
Frédéric Péters a45adacb6c data sources: do not try removing python option if it's not there (#71957) 2022-12-02 13:47:45 +01:00
Frédéric Péters 993fe60943 misc: fix clean_deleted_users job wrt _submitter evolution entries (#71896) 2022-12-01 18:09:50 +01:00
Lauréline Guérin 1b610f6f2e
formdata: fix anonymise method, store all cleaned evolutions (#71915)
gitea-wip/wcs/pipeline/head Build started... Details
2022-12-01 14:46:14 +01:00
Emmanuel Cazenave 67a4e642fc grep: search in prefill (#71818) 2022-12-01 10:18:57 +01:00
Frédéric Péters ca612a9f95 misc: fix clean_deleted_users job to be usable as a cron job (#71859) 2022-11-30 09:14:59 +01:00
Frédéric Péters 87e96d8c03 i18n: add support for controlling number of items per page (#71835) 2022-11-29 18:57:09 +01:00
Paul Marillonnet 98813e1fbb saml2: test retrieval and storage of user phone at sso time (#69838)
gitea-wip/wcs/pipeline/head Build started... Details
2022-11-29 15:16:49 +01:00
Paul Marillonnet d792582c6f fields: prefill users' phone number value (#69838) 2022-11-29 15:16:49 +01:00
Paul Marillonnet d6148c4c6f check_hobos: add default phone field users config (#69838) 2022-11-29 15:13:23 +01:00
Paul Marillonnet 00df85be5f fields: extend validate_phone_fr validation scope (#69838)
A valid phone number must either be:
· a local phone number dialable within the French numbering system;
· an international (E.164) number whose country code belongs to
French territory (metropolitan or overseas).
2022-11-29 15:13:23 +01:00
Frédéric Péters 15e9c5a769 translation update 2022-11-29 13:04:59 +01:00
Frédéric Péters 7aed17cbcc i18n: add export/import to/from ods and xliff (#71476) 2022-11-29 13:03:27 +01:00
Frédéric Péters b6067bc007 misc: add |filter_by_distance & |filter_by:"distance" (#71816) 2022-11-29 13:03:27 +01:00
Benjamin Dauvergne c52b1b8ef5 users: add cronjob to delete users (#24430) 2022-11-29 10:50:16 +01:00
Frédéric Péters 754bc8d7ab i18n: add fallback to simple ilike to search for stop words (#71792) 2022-11-29 09:49:53 +01:00
Frédéric Péters 1f62af27c5 deprecations: put python/timeout jumps in bold (#71434) 2022-11-28 19:35:42 +01:00
Frédéric Péters 30c8afe2b3 misc: do not create invalid css selector when updating live elements (#71796) 2022-11-28 17:52:00 +01:00
Frédéric Péters 2b959fc83f translation update 2022-11-28 15:02:22 +01:00
Lauréline Guérin 78f3396e71
api: add include-xxx params to formdata get endpoint (#71480)
gitea-wip/wcs/pipeline/head Build started... Details
2022-11-28 14:13:32 +01:00
Frédéric Péters f87bf35c0c misc: sign keepalive requests (#71768) 2022-11-28 14:09:36 +01:00
Frédéric Péters d286dc623d misc: force writing to disk old pickle objects after conversion (#71746) 2022-11-28 09:32:29 +01:00
Frédéric Péters 1a8a5623ea misc: do not advertise removed card in live items (#71705) 2022-11-26 11:13:44 +01:00
Frédéric Péters 3805290011 misc: fix detection of select2 widget in criterias (#71729) 2022-11-26 11:13:44 +01:00
Frédéric Péters c103c8b6bc storage: force writing pickle object to disk after xml migration (#71744) 2022-11-26 11:13:44 +01:00
Frédéric Péters 7801ed5955 misc: restore conversion code for pickle files created with python 2 (#71744)
This reverts prts of commit b769f376e4.
2022-11-26 11:13:44 +01:00
Lauréline Guérin 26ee88bedd
misc: fix normalize_geolocation with non decimal values (#71745)
gitea-wip/wcs/pipeline/head Build started... Details
2022-11-26 09:32:46 +01:00
Frédéric Péters 0fac2cb096 misc: clean old migrate methods (#71693) 2022-11-25 09:28:35 +01:00
Frédéric Péters b769f376e4 misc: remove conversion code for pickle files created with python 2 (#71692) 2022-11-25 09:28:35 +01:00
Frédéric Péters c3aedc558f backoffice: allow backoffice submission with that single permission (#71694)
Method name got changed in 36110d8082 (#70194)
and the change was not made in those files.
2022-11-25 09:26:36 +01:00
Frédéric Péters d5051a5a18 api: add distance filter (#70823) 2022-11-25 08:54:55 +01:00
Frédéric Péters b087723d7f misc: use new Distance criteria in distance filter (#61832)
This is less precise than the calculation using pyproj but good enough
for small distances.

(the change is required to tests as a computed distance changes from
199685 to 200577 and is thus no longer <200000).
2022-11-25 08:54:55 +01:00
Frédéric Péters cd11ed3a19 misc: add distance criteria (#61832) 2022-11-25 08:54:55 +01:00
Frédéric Péters 756172d62c misc: report instead of recording errors, when using inspect tools (#57553) 2022-11-25 08:54:55 +01:00
Frédéric Péters 7879bfa4ed help: add section about modifying a card 2022-11-24 15:07:40 +01:00
Frédéric Péters a3e3ba641e help: update with "new" name for edit action 2022-11-24 15:07:40 +01:00
Lauréline Guérin 76fada8e8c
fields: fix BlockField.get_view_value on invalid value (#71563)
gitea-wip/wcs/pipeline/head Build started... Details
2022-11-22 14:32:11 +01:00
Frédéric Péters 3432c4d74e misc: do not crash form inspect on invalid data source (#71559) 2022-11-22 14:27:02 +01:00