Commit Graph

8 Commits

Author SHA1 Message Date
Benjamin Dauvergne f2b64b6ebf utils: factorize json schema validation (#86422)
It was already used in two places (views.py and photon connector), and
wrongly (photon connector was ignoring some errors for no reason).

META_SCHEMA manipulation is removed and will be replaced by a
normalization of the schema to remove lazy strings in a later commit.

A new JSONValidationError subclass of APIError is introduced.
2024-02-01 19:00:16 +01:00
Benjamin Dauvergne 5d05b38653 pdf: make thumbnail url vary with PDF form file content (#78879)
gitea/passerelle/pipeline/head This commit looks good Details
2023-06-29 12:45:02 +02:00
Thomas NOËL 2ac7a1c99d pdf: add watermark endpoint (#74796)
gitea/passerelle/pipeline/head This commit looks good Details
2023-04-04 11:56:50 +02:00
Serghei Mihai aa24d04fbb pdf: do not display form's fill page if no pdf file associated (#75715)
gitea/passerelle/pipeline/head This commit looks good Details
2023-04-03 14:19:44 +02:00
Thomas NOËL e34f385be2 pdf: hide fields mapping on create and edit views (#75078)
gitea/passerelle/pipeline/head This commit looks good Details
2023-03-03 03:47:34 +01:00
Benjamin Dauvergne 0d5db81460 pdf: add fill-form endpoint with server side mappings (#74797)
gitea/passerelle/pipeline/head There was a failure building this commit Details
2023-03-02 17:29:58 +01:00
Thomas NOËL 0d9e35cc2f pdf: add fill-form enpoint (#73544)
gitea-wip/passerelle/pipeline/pr-main This commit looks good Details
gitea/passerelle/pipeline/head Something is wrong with the build of this commit Details
2023-02-14 11:21:37 +01:00
Thomas NOËL 95192de819 add pdf connector (assemble endpoint) (#73540)
gitea-wip/passerelle/pipeline/pr-main There was a failure building this commit Details
gitea/passerelle/pipeline/head Something is wrong with the build of this commit Details
2023-02-01 14:17:22 +01:00