Commit Graph

363 Commits

Author SHA1 Message Date
Benjamin Dauvergne 39441a95f5 make files table unorderable by size (#15788) 2017-04-11 12:05:38 +02:00
Benjamin Dauvergne feb493eb33 jenkins.sh; add flag -r to tox 2017-03-22 23:52:33 +01:00
Benjamin Dauvergne cb97010961 tests: adapt to changes in django-webtest 2017-03-22 22:48:08 +01:00
Benjamin Dauvergne c97423734e tox.ini: drop support for django 1.7 2017-03-22 22:43:35 +01:00
Benjamin Dauvergne b17b875216 tox.ini: set toxworkdir in temp directory 2017-03-22 22:41:00 +01:00
Benjamin Dauvergne 6a5ca25f2e display humanized file sizes (#15270) 2017-03-06 15:09:40 +01:00
Frédéric Péters a0bfb4c77f debian: don't collectstatic and migrate schemas on reload (#14490) 2017-01-03 11:06:46 +01:00
Frédéric Péters fc3a070add debian: add explicit dependency on python-django-filters (#14370)
It's an optional dependency of djang rest framework but required as we
use it.
2017-01-03 11:06:46 +01:00
Thomas NOËL 76dedf83cf update french translations 2016-12-12 16:48:46 +01:00
Frédéric Péters 80c861a15b misc: install build-dependencies before running pylint 2016-11-24 22:11:42 +01:00
Frédéric Péters 1cd9799c9d misc: remove obsolete comment about buggy pylint version 2016-11-24 22:09:09 +01:00
Frédéric Péters 94af1e4f45 misc: declare djangorestframework in tox.ini 2016-11-24 22:07:15 +01:00
Frédéric Péters f9929e3ceb misc: limit to djangorestframework < 3.4 2016-11-24 22:02:29 +01:00
Frédéric Péters 087ca93215 misc: allow longer filenames (#14053) 2016-11-24 07:26:45 +01:00
Josue Kouka 244c4ca485 test api: fix assertion errors 2016-08-03 11:34:50 +02:00
Josue Kouka 7a85464a6b url encode filenames (#12793) 2016-08-03 11:25:30 +02:00
Josue Kouka cf2e7b6ba2 misc: fix document max size api asserts 2016-08-03 11:23:10 +02:00
Thomas NOËL 73f611de34 add explicit deletable_by_user attribute (#10890) 2016-06-30 10:56:19 +02:00
Benjamin Dauvergne 462d8858f0 api: raise an APIError when too many users match the received email 2016-06-08 17:34:54 +02:00
Benjamin Dauvergne 2e09496eba gracefully handle removed document types 2016-06-08 15:08:51 +02:00
Thomas NOËL a7b29e52e5 remove upload and cancel buttons on document pick (#11234) 2016-06-07 14:40:56 +02:00
Benjamin Dauvergne cd9cb5a20f tests: fix test to use the tax assesment notice (fixes #11195) 2016-06-07 02:01:04 +02:00
Benjamin Dauvergne 80b4e0d833 settings: fix tax assesment notice schema 2016-06-07 02:01:04 +02:00
Benjamin Dauvergne 7629aa180c setup.py: force django-jsonfield < 1 2016-06-07 02:01:04 +02:00
Thomas NOËL 9fdd253381 debian/init.d: non-interactive migrations (#10877) 2016-05-16 12:41:31 +02:00
Benjamin Dauvergne 439b4694c0 settings: keep only the tax assesment notice and reduces number of fields (fixes #10900) 2016-05-12 16:34:32 +02:00
Benjamin Dauvergne 4dee3ef4f6 hide thumbnails in pick list (fixes #10895) 2016-05-12 16:34:32 +02:00
Benjamin Dauvergne c3e5ea6e23 reduce size of thumbnails (fixes #10894) 2016-05-12 16:34:32 +02:00
Benjamin Dauvergne 3c0a0e5e28 use xframe_options_exempt on the pick view (fixes #10884)
ALLOW is not a valid value for X-Frame-Options.
2016-05-12 16:34:32 +02:00
Frédéric Péters 4c62a7b236 trigger the click event on the right submit button after upload (#10885) 2016-05-11 13:51:36 +02:00
Benjamin Dauvergne 7b8d751d14 do not fail if display_template does not match actual datas 2016-04-13 10:10:10 +02:00
Benjamin Dauvergne a001456b8b do not set microseconds in fargo created timestamp 2016-04-13 10:09:50 +02:00
Benjamin Dauvergne 6673aa5f77 fix filtering by name id (fixes #10582) 2016-04-07 16:03:53 +02:00
Benjamin Dauvergne f68253a408 converge metadata schema format and w.c.s. fields JSON serialization 2016-04-06 12:01:03 +02:00
Benjamin Dauvergne 772f211437 remove old metadata web service 2016-04-06 11:51:26 +02:00
Benjamin Dauvergne e92438db1f fix push document API 2016-03-31 22:17:17 +02:00
Benjamin Dauvergne 60e2db5736 add ending slash to urlpatterns 2016-03-31 22:03:51 +02:00
Benjamin Dauvergne 4bfae95016 remove document_type field from PushDocumentSerializer 2016-03-31 21:34:32 +02:00
Benjamin Dauvergne 80a11ad966 settings: only allow admin users on web services 2016-03-30 23:31:31 +02:00
Benjamin Dauvergne 0361a7356d admin: show thumbnail in UserDocument details 2016-03-29 15:11:24 +02:00
Benjamin Dauvergne 1c86678c5f admin: show users and thumbnail in Docunent details 2016-03-29 15:11:24 +02:00
Benjamin Dauvergne 1d90bcbb99 admin: allow searching UserDocumemt by user's first name, last name, email, by filename and by origin 2016-03-29 15:11:24 +02:00
Benjamin Dauvergne 75f9b15fb9 admin: show thumbnails in Document listing 2016-03-29 15:11:24 +02:00
Benjamin Dauvergne 1b16760c80 admin: show thumbnails in UserDocument listing 2016-03-29 15:11:24 +02:00
Benjamin Dauvergne 3a33613dbf add thumbnail_data_url read-only property to Document 2016-03-29 15:11:24 +02:00
Benjamin Dauvergne 9e6657445a add __unicode__ method to Origin 2016-03-29 15:11:24 +02:00
Benjamin Dauvergne ebd3aad0eb admin: fix users columns in document listing 2016-03-29 15:11:24 +02:00
Benjamin Dauvergne f240b61cbf admin: show origin in validation details 2016-03-29 15:11:24 +02:00
Benjamin Dauvergne 412c6ba0a1 admin: show description and origin then hide content_hash in validation listing 2016-03-29 15:11:24 +02:00
Benjamin Dauvergne 0787fb7d07 give a description to document type lacking a display template 2016-03-29 15:11:17 +02:00