Commit Graph

39 Commits

Author SHA1 Message Date
Benjamin Dauvergne d7e69f9292 cmis: use requests wrapper in cmislib (#73771)
gitea-wip/passerelle/pipeline/pr-main This commit looks good Details
2023-01-24 16:49:35 +01:00
Emmanuel Cazenave 7c592b3215 cmis: put in file storage category (#73558)
gitea-wip/passerelle/pipeline/pr-main Build started... Details
gitea/passerelle/pipeline/head Something is wrong with the build of this commit Details
2023-01-18 15:24:02 +01:00
Frédéric Péters 3e22994c1d cmis: add endpoint to get file metadata (#67612)
gitea-wip/passerelle/pipeline/head Build started... Details
gitea/passerelle/pipeline/head Something is wrong with the build of this commit Details
2022-11-03 08:22:23 +01:00
Frédéric Péters 99d45cd364 cmis: add endpoint to get file (#67602)
gitea-wip/passerelle/pipeline/head Build started... Details
gitea/passerelle/pipeline/head Something is wrong with the build of this commit Details
2022-11-03 08:12:25 +01:00
Agate c53c6162ed django4: replaced ugettext* calls with corresponding gettext* calls (#68576) 2022-08-31 11:00:37 +02:00
Valentin Deniaud 347944babf misc: remove usage of "six" module (#63682) 2022-04-20 17:01:01 +02:00
Lauréline Guérin 39d29d19c1
misc: fix pointless-statement pylint error (#62099) 2022-03-25 09:03:36 +01:00
Lauréline Guérin 2e59a6c4be
misc: fix useless-object-inheritance pylint error (#62099) 2022-03-25 09:03:36 +01:00
Lauréline Guérin 1e90f91e99
misc: fix no-name-in-module pylint error (#62099) 2022-03-25 09:03:36 +01:00
Benjamin Dauvergne f507ce2481 cmis: ignore noisy cmislib logger (#53601) 2021-10-21 12:13:20 +02:00
Valentin Deniaud fe8af9ff0a misc: allow pattern description in json schemas (#54663) 2021-10-05 09:27:30 +02:00
Benjamin Dauvergne 63b0be04db cmis: mute cmislib logs (#56881) 2021-09-14 10:39:26 +02:00
Valentin Deniaud b431c1d8a1 cmis: factorize cmis client code (#56599) 2021-09-06 16:02:04 +02:00
Valentin Deniaud b07ef01359 cmis: log requests and responses at debug level (#56090) 2021-08-30 10:28:25 +02:00
Valentin Deniaud 2ef62d005b cmis: do not enforce object_type presence (#56137) 2021-08-30 10:27:51 +02:00
Frédéric Péters 0ad84482c0 cmis: be explicit about properties contents (#56138) 2021-08-18 20:46:40 +02:00
Valentin Deniaud b0da466dae cmis: include descriptions in file upload schema (#54661) 2021-07-12 10:00:33 +02:00
Valentin Deniaud 2b0966469a cmis: add endpoint descrition (#54659) 2021-07-12 09:58:31 +02:00
Valentin Deniaud 80f50e5c65 cmis: add check_status method (#41986) 2021-07-12 09:58:11 +02:00
Nicolas Roche 06db6d8767 misc: apply isort (#52937) 2021-05-07 13:51:13 +02:00
Frédéric Péters 3d9df1e526 trivial: apply black (#49820) 2021-02-20 16:28:47 +01:00
Valentin Deniaud ba665d286d base: allow resources to specify fields to hide (#47257) 2020-10-12 14:04:39 +02:00
Valentin Deniaud d030aa30d8 cmis: handle content_type parameter (#21807) 2020-02-17 15:27:10 +01:00
Valentin Deniaud 45428e944a cmis: add object type and property support (#39416) 2020-02-17 15:23:37 +01:00
Nicolas Roche 1480f03881 cmis: allow to upload binary documents (#39391) 2020-02-06 15:19:47 +01:00
Lauréline Guérin 1aeca369bd
cmis: add a jsonschema for uploadfile endpoint (#39193) 2020-02-03 15:57:07 +01:00
Lauréline Guérin 7a733bc204
cmis: optional filename to overwrite file.filename (#39415) 2020-02-03 14:52:13 +01:00
Emmanuel Cazenave ae09ae97b6 use json_loads() instead of json.loads() (#38781)
json.loads expects str in python >= 3, < 3.6.
2020-01-29 10:30:47 +01:00
Emmanuel Cazenave 44d5bb29b6 cmis: catch binascii.Error (#38781) 2020-01-29 10:30:46 +01:00
Emmanuel Cazenave efa52618c1 use six types in string type tests (#38923) 2020-01-14 19:20:26 +01:00
Emmanuel Cazenave 6958b48751 remove usage of urllib2 (#38923) 2020-01-14 19:20:26 +01:00
Emmanuel Cazenave ee7ff828c8 get StringIO from six (#38923) 2020-01-14 19:20:26 +01:00
Lauréline Guérin 5070746b0d
cmis: upgrade cmislib 0.6 (#18407) 2019-10-15 10:48:52 +02:00
Frédéric Péters 0c431e3557 trivial: replace dotted name by passerelle line in head comments 2019-05-27 20:17:46 +02:00
Emmanuel Cazenave 5f792313c1 cmis: use 'filename' parameter for wcs compliance (#22409)
Use 'data' keyword for the returned data.
2018-03-13 18:57:02 +01:00
Emmanuel Cazenave 8e48c49ee0 make the cmis connector api more wcs friendly (#21751) 2018-02-13 12:34:46 +01:00
Emmanuel Cazenave 830530286e refactoring of the cmis connector (#20862)
Restrictions:
 - hanlde only the 'ATOM' protocol
 - use only the 'default' repository of the CMIS server
2018-01-15 11:24:53 +01:00
Frédéric Péters 2eeeeb747c general: switch to json-api/wrap_response:False as endpoint default (#17175) 2017-06-30 10:02:23 +02:00
Jean-Baptiste Jaillet be2c2681d1 cmis: add cmis connector to upload file (#12876) 2017-06-19 14:45:45 +02:00