Commit Graph

1895 Commits

Author SHA1 Message Date
Emmanuel Cazenave a3ad8de720 translation update 2019-11-18 16:59:50 +01:00
Emmanuel Cazenave 9c68cf8d4a atal: return works comment and hide raw data (#37669) 2019-11-18 10:58:19 +01:00
Benjamin Dauvergne 336b49b7fd misc: render request body's JSON schema (#37481) 2019-11-15 16:16:12 +01:00
Emmanuel Cazenave 389ab645fd jsonschema: use draft 4 and avoid schemas references (#37621) 2019-11-15 12:05:36 +01:00
Benjamin Dauvergne aec61e2a0f utils: add zip package for templated zip files (#36848) 2019-11-15 11:11:49 +01:00
Thomas NOËL ff1a54f2b3 solis: handle filtreSurInactivite on referentials (#37624) 2019-11-14 01:30:25 +01:00
Benjamin Dauvergne 92e65b4353 misc: add long_description for POST endpoints (#37479) 2019-11-13 13:19:51 +01:00
Benjamin Dauvergne 6d2dce4c57 gitignore: add build and htmlcov (#37479) 2019-11-13 13:19:39 +01:00
Frédéric Péters 81d1da615b cartads cs: add type dossier label to files endpoint (#37616) 2019-11-13 10:47:17 +01:00
Frédéric Péters 1e60320045 cartads cs: also return files not yet accepted by Cart@DS (#37615) 2019-11-13 10:47:17 +01:00
Emmanuel Cazenave 2c9d7bf04e atal: use dot in coordinates (#37588) 2019-11-12 11:36:18 +01:00
Emmanuel Cazenave 0d7a92ef2f atal: return comments in infos endpoint (#37194) 2019-11-12 11:29:16 +01:00
Emmanuel Cazenave 8ba12d190e atal: rename status endpoint to infos (#37194) 2019-11-12 11:29:16 +01:00
Benjamin Dauvergne 9046f4d39d utils: allow blank SFTPField (#37487) 2019-11-12 11:25:48 +01:00
Frédéric Péters 4c4dce25eb translation update 2019-11-07 19:51:04 +01:00
Frédéric Péters d8201119e6 cartads cs: adapt test to fixed string 2019-11-03 13:20:02 +01:00
Frédéric Péters 75627fad53 cartads cs: fix typo in error message 2019-11-03 12:10:37 +01:00
Nicolas Roche 135bd728f4 admin: make slug editable on connector create view (#21800) 2019-10-28 13:37:45 +01:00
Frédéric Péters dc5404a84b misc: don't catch TypeError that shouldn't be raised by get_params (#37241) 2019-10-28 10:26:24 +01:00
Frédéric Péters 467a19840d general: limit generic endpoint view to methods (#37240) 2019-10-28 10:26:24 +01:00
Frédéric Péters ed3eab6eff csv: don't evaluate csv_file_datetime on endpoint calls (#37239) 2019-10-28 10:26:24 +01:00
Frédéric Péters 9a5148d70b csv: consider DST if file ctime is ambiguous (#37236) 2019-10-28 10:26:24 +01:00
Nicolas Roche fc77a6e364 logging: add max sizes to connector log parameters (#36596) 2019-10-25 14:41:44 +02:00
Nicolas Roche f4544e64b9 logging: rename LOGGED_REQUESTS_MAX_SIZE parameter (#36596) 2019-10-25 14:41:26 +02:00
Nicolas Roche 1dee5d1c31 sms: use self.requests to increase logging (#21464) 2019-10-25 14:14:53 +02:00
Benjamin Dauvergne b92b8d0dd8 teamnet_axel: format created as an ISO date (#37215) 2019-10-25 10:16:11 +02:00
Frédéric Péters 6a3bea9f68 cartads cs: only accept uploads of pdf and jpeg files (#37132) 2019-10-22 13:41:23 +02:00
Lauréline Guérin 13944f3e60
misc: complete existing migrations (#37086) 2019-10-22 10:22:35 +02:00
Emmanuel Cazenave 67e74d8041 atal: use dot in coordinates (#37097) 2019-10-21 20:04:04 +02:00
Emmanuel Cazenave 509d5644fb declare httplib2 dependency (#37113) 2019-10-21 19:24:32 +02:00
Frédéric Péters 7d3fb324cd cartads cs: sort files chronologically (#37091) 2019-10-21 14:41:23 +02:00
Thomas NOËL a4d6e216d0 translation update 2019-10-17 15:58:09 +02:00
Lauréline Guérin d25d78f615
misc: fix test failures with pytest's --reuse-db param (#36608) 2019-10-17 15:46:32 +02:00
Lauréline Guérin 7a7b3d3e7e
misc: remove include warning (#36608)
RemovedInDjango20Warning: Passing a 3-tuple to django.conf.urls.include() is deprecated.
Pass a 2-tuple containing the list of patterns and app_name, and provide the namespace argument to include() instead.
2019-10-17 15:46:32 +02:00
Lauréline Guérin c23a665387
misc: is_anonymous is yet an attibute (#36608)
RemovedInDjango20Warning: Using user.is_authenticated() and user.is_anonymous() as a method is deprecated.
Remove the parentheses to use it as an attribute.
2019-10-17 15:46:32 +02:00
Lauréline Guérin e99384eee3
misc: add explicit on_delete on all FKs (#36608)
RemovedInDjango20Warning: on_delete will be a required arg for ForeignKey in Django 2.0.
Set it to models.CASCADE on models and in existing migrations if you want to maintain the
current default behavior.
See https://docs.djangoproject.com/en/1.11/ref/models/fields/#django.db.models.ForeignKey.on_delete
2019-10-17 15:46:31 +02:00
Thomas NOËL 6ecf6ad6ed solis: allow filters on rsa-user-info endpoint (#37022) 2019-10-17 14:18:07 +02:00
Frédéric Péters 676229752a cartads cs: add reference number and access code to status response (#36940) 2019-10-16 09:48:43 +02:00
Frédéric Péters cd894de1d2 cartads cs: limit calls to cache GetPieces (#36974) 2019-10-16 09:48:43 +02:00
Nicolas Roche 580a6233e3 jsondatastore: attribute filter on list endpoint (#35780) 2019-10-16 09:22:57 +02:00
Frédéric Péters 9e504d4412 debian: fix typo in python-httplib2 package name 2019-10-15 11:57:13 +02:00
Frédéric Péters 71516322b0 translation update 2019-10-15 11:41:07 +02:00
Frédéric Péters b4fa154311 debian: add dependency on python-httplib2
(required as we still allow cmislib 0.5)
2019-10-15 11:37:37 +02:00
Lauréline Guérin 837facd4b2
solis, sp_fr: add fixme to deprecate ping endpoints (#21978) 2019-10-15 11:01:30 +02:00
Lauréline Guérin c2eee211eb
base resource: add automatic 'up' endpoint (#21978)
if method 'check_status' is defined, provide a 'up' endpoint
2019-10-15 11:01:30 +02:00
Lauréline Guérin f3c7d04f5d
misc: avoid circular imports (#21978) 2019-10-15 11:01:30 +02:00
Serghei Mihai 1c9317f68e astregs: retrieve association label on linking (#36898) 2019-10-15 10:59:18 +02:00
Frédéric Péters 2d0cc69af0 cartads cs/tests: parse response json instead of checking string value 2019-10-15 10:58:56 +02: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 2ac5001685 cartads cs: use internal dossier id for roles (#36927) 2019-10-15 10:47:19 +02:00