Commit Graph

298 Commits

Author SHA1 Message Date
Frédéric Péters 9dd89abef6 misc: add automatic reverse geocoding to map variables (#24342) 2024-05-10 08:30:16 +02:00
Frédéric Péters 55bafac60f backoffice: add option to consider user roles in backoffice submission (#44887) 2024-05-10 08:29:50 +02:00
Emmanuel Cazenave 8a7b5977ba formdata : honor with_history parameter (#89918)
gitea/wcs/pipeline/head This commit looks good Details
2024-04-26 11:33:19 +02:00
Valentin Deniaud d6771b2869 admin: allow numeric field inside block during test edit (#89734)
gitea/wcs/pipeline/head This commit looks good Details
2024-04-22 11:41:22 +02:00
serghei 63880dddd4 api: fix json payload structure computing (#89608)
gitea/wcs/pipeline/head This commit looks good Details
2024-04-15 19:50:59 +02:00
Serghei Mihai 12bdb4a498 wscalls: preview unflattened payload (#66916) 2024-04-15 16:54:33 +02:00
Frédéric Péters 965ed7a48c misc: warn when a time related condition is used with no timeout (#69291) 2024-04-12 07:13:29 +02:00
Frédéric Péters a94233200c misc: use custom id in paths (#87322)
gitea/wcs/pipeline/head Build queued... Details
2024-02-22 14:39:47 +01:00
Frédéric Péters e45dd098b3 formdata: store datetimes with timezone (#52057)
gitea/wcs/pipeline/head This commit looks good Details
2024-02-12 14:26:22 +01:00
Frédéric Péters a129d118e2 misc: do not turn condition widget red when typing (#23617)
gitea/wcs/pipeline/head This commit looks good Details
2024-02-12 10:19:45 +01:00
Frédéric Péters ee6543f463 misc: remove unused validate-expression API (#86827)
gitea/wcs/pipeline/head This commit looks good Details
2024-02-11 12:51:46 +01:00
Frédéric Péters 193a37a902 misc: always refresh formdata before launching initial workflow (#85978)
gitea/wcs/pipeline/head This commit looks good Details
2024-02-09 15:11:53 +01:00
Frédéric Péters 108b249965 api: change /api/forms/ to not include anonymised forms by default (#86603) 2024-02-09 07:27:47 +01:00
Frédéric Péters 78f380c428 api: return proper error when trying to edit a draft form (#85725)
gitea/wcs/pipeline/head This commit looks good Details
2024-01-16 14:04:06 +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
Frédéric Péters 8dd2436885 api: add HTTP auth support to card models endpoint (#83967) 2024-01-12 14:52:27 +01:00
Frédéric Péters 8fe6fed664 misc: record user in content snapshot (#84768) 2024-01-12 14:42:41 +01:00
Frédéric Péters de0c4cb26a api: add support for temporary access to formdata in backoffice (#22280) 2023-11-10 08:58:55 +01:00
Frédéric Péters f02596a7e8 templatetags: add {% make_public_url %} (#83226)
gitea/wcs/pipeline/head Build queued... Details
2023-11-10 08:57:26 +01:00
Frédéric Péters f0befcc768 api: increase lifetime of temporary access url (#83128)
gitea/wcs/pipeline/head This commit looks good Details
2023-11-05 15:03:44 +01:00
Frédéric Péters 87beba821c misc: add {% temporary_access_url %} for temporary access to formdata (#82088)
gitea/wcs/pipeline/head This commit looks good Details
2023-10-31 12:34:37 +01:00
Frédéric Péters 8aace5285d general: add fulltext search to /api/formdefs/ (#81532)
This introduces indexing of all formdefs/carddefs using a dedicated
postgresql table.
2023-10-27 08:35:18 +02: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 1a2ebb21b9 api: do not hide formdata with no visible status (#13231)
gitea/wcs/pipeline/head This commit looks good Details
2023-10-05 10:41:11 +02:00
Frédéric Péters 9385029ff0 api: add support for HTTP basic authentication to tracking code API (#79319) 2023-10-02 19:10:34 +02:00
Frédéric Péters 1f4004afb0 storage: replace get_with_indexed_value by simple select() (#81836)
gitea/wcs/pipeline/head This commit looks good Details
2023-10-02 16:17:01 +02:00
Frédéric Péters 71edacec98 general: add a column and API to store user preferences (#77505) 2023-09-19 10:27:36 +02:00
Frédéric Péters 74d47f1988 api: extend import-csv API to accept a JSON POST (#81009) 2023-09-15 08:00:33 +02:00
Lauréline Guérin 7908f60ea8
api: filter forms on related object (#80137)
gitea/wcs/pipeline/head This commit looks good Details
2023-08-02 17:32:45 +02:00
Frédéric Péters 2a7519d4a9 sessions: factorize session token methods and usage (#79705) 2023-07-17 15:35:03 +02:00
Serghei Mihai b6247e1295 fields: add 'images' display mode for item fields (#72176) 2023-07-01 09:13:54 +02:00
Lauréline Guérin 3eba32113a api: filter user forms on related object (#78715)
gitea/wcs/pipeline/head This commit looks good Details
2023-06-26 18:56:19 +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 a22c2132e3 cards: add possibility to update existing cards on import (#73675)
gitea/wcs/pipeline/head This commit looks good Details
2023-05-12 16:55:23 +02:00
Frédéric Péters 99576ffa69 misc: always check digits with is_ascii_digit (#77529)
gitea/wcs/pipeline/head This commit looks good Details
2023-05-12 13:47:22 +02:00
Frédéric Péters ee15feb8cf backoffice: only display datasource custom views to admins (#77191)
gitea/wcs/pipeline/head This commit looks good Details
2023-05-12 09:39:43 +02:00
Frédéric Péters 79257633c7 api: check page_limit parameter is a number (#77388)
gitea/wcs/pipeline/head This commit looks good Details
2023-05-09 14:16:25 +02:00
Frédéric Péters c92e6b0641 misc: reduce/remove usage of storage criterias (#77163) 2023-05-02 14:34:35 +02:00
Lauréline Guérin 5eec30c496 backoffice: link to related card (#73690)
gitea/wcs/pipeline/head Build queued... Details
2023-05-02 14:17:31 +02:00
Frédéric Péters 45bee7910b misc: drop anonymous attribute from users (#77162) 2023-05-02 08:16:58 +02:00
Frédéric Péters e988caa563 misc: use transient data objects for autocomplete contexts (#76943)
gitea/wcs/pipeline/head Build queued... Details
2023-05-01 09:42:27 +02:00
Frédéric Péters a4f28ff48c misc: do not jump to unknown status (#76421) 2023-04-14 07:58:43 +02:00
Valentin Deniaud 87718f0a88 misc: bump black version (#75442) 2023-03-16 16:12:20 +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
Lauréline Guérin 55316aab3c backoffice: edit related card in a popup (#73689)
gitea/wcs/pipeline/head This commit looks good Details
2023-02-28 10:46:04 +01:00
Frédéric Péters 0e14738732 misc: fix import of unnamed block field (#73729) 2023-01-27 09:18:16 +01:00
Frédéric Péters 01eff2566f data sources: fix caching (#73045)
gitea-wip/wcs/pipeline/pr-main This commit looks good Details
2023-01-05 19:09:17 +01:00
Frédéric Péters 899fbadb09 general: use a dedicated table to record workflow actions/events (#72802) 2023-01-02 17:18:37 +01:00
Frédéric Péters ca8e3243b9 workflows: do not snapshot content if there are no changes (#72803) 2022-12-28 09:30:31 +01:00
Benjamin Dauvergne dddddc92c8 misc: push cache of JSON content in get_json_from_url (#39723)
gitea-wip/wcs/pipeline/head Build started... Details
It allows request_json_items, request_geojson_items and get_geojson_data
to use the cache from get_json_from_url, and cache is then also used in
AutocompleteDirectory.
2022-12-27 10:06:35 +01:00