Commit Graph

363 Commits

Author SHA1 Message Date
Benjamin Dauvergne d780a085a9 fix typo "attachement" -> "attachment" (fixes #22676) 2018-03-21 19:03:34 +01:00
Frédéric Péters b962eb7d5d translation update 2018-03-17 17:33:00 +01:00
Frédéric Péters 8cc1cb6d98 misc: change empty document box message (#22597) 2018-03-17 13:34:47 +01:00
Frédéric Péters 47f0ac02b4 templates: fix colspan and add a class to empty table row (#22596) 2018-03-17 13:19:25 +01:00
Frédéric Péters 43666f7ac9 use proper capitalisation for column titles (#22581) 2018-03-16 15:39:04 +01:00
Frédéric Péters 2444be6af6 fix typo in translation 2018-03-16 15:32:32 +01:00
Paul Marillonnet 5958b9a916 simpler title/filename printing in templates (#22516) 2018-03-14 15:01:21 +01:00
Frédéric Péters 570b4b391a translation update 2018-03-14 11:51:58 +01:00
Frédéric Péters 855bd1fc88 misc: mark Title as header column for translation (#22514) 2018-03-14 11:37:43 +01:00
Frédéric Péters 28ce42fd46 translation update 2018-03-14 11:08:43 +01:00
Frédéric Péters 35fd40d6d6 add a confirmation page before removing a file (#16825) 2018-03-14 11:04:36 +01:00
Serghei Mihai 334ea5b5a8 oauth2: remove unused template tag loading (#22505) 2018-03-14 11:04:36 +01:00
Paul Marillonnet bf3e756d51 add additional read-only information in main table (#21486) 2018-03-14 11:04:36 +01:00
Benjamin Dauvergne 6d8c9f9a54 setup.py: really constrain to django-filter<2 (#22350) 2018-03-12 15:29:57 +01:00
Benjamin Dauvergne 400ea0e308 debian: restrain to python-django-filters<2 (fixes #22350) 2018-03-12 15:11:20 +01:00
Benjamin Dauvergne 246d2a128d setup.py: restrain to django-filter<2 (#22350) 2018-03-12 14:56:18 +01:00
Josue Kouka e22648dd3f api: authenticate OAUTH2 clients through Authentic (fixes #16842) 2018-03-06 12:08:41 +01:00
Josue Kouka 85ebba8394 api: use DRF for OAUTH2 APIs (#16842) 2018-03-06 12:08:27 +01:00
Josue Kouka 94dab06b42 misc: move some util functions in a utils.py file (#16842) 2018-03-06 12:05:17 +01:00
Frédéric Péters bdc7945217 misc: don't initialize queryset with an empty string 2018-02-02 14:33:21 +01:00
Frédéric Péters 4eb36e2f01 misc: use django-tables2 adapted to django version 2018-02-02 14:29:58 +01:00
Frédéric Péters 904854876f debian: remove TEMPLATE_DEBUG reference (#16056) 2018-02-02 14:05:44 +01:00
Frédéric Péters 0bf5b6b90f misc: add support for django 1.11 (#16057) 2017-12-12 11:00:25 +01:00
Frédéric Péters 7ed396892d misc: update to use new TEMPLATES settings (#16056) 2017-12-12 11:00:25 +01:00
Paul Marillonnet 8cd7cabb00 i18n and French translation update (#20139) 2017-12-06 12:53:23 +01:00
Paul Marillonnet 0aeef5bc1f add browser-side validation of document size (#18599) 2017-12-06 10:53:32 +01:00
Josue Kouka 2c2fcfa8a7 misc: remove pytest-capturelog from tox.ini (#20322) 2017-11-28 13:30:23 +01:00
Thomas NOËL ab67fa60a1 debian: run additional settings snippets (#20267) 2017-11-24 16:25:44 +01:00
Thomas NOËL c45a2d6956 debian: suggests postgresql instead of recommend it (#20002) 2017-11-17 11:15:31 +01:00
Jean-Baptiste Jaillet fe873ff083 add oauth2 access to get and put a document (#14147) 2017-11-06 17:37:00 +01:00
Benjamin Dauvergne bab24b48c0 tests: replace TestApp by classic app fixture (fixes #19900) 2017-11-06 15:08:36 +01:00
Benjamin Dauvergne fb987b6133 tox: replace pytest-capturelog by pytest-catchlog (#19900) 2017-11-06 15:08:31 +01:00
Frédéric Péters 8552c37066 add missing migration and form template 2017-10-16 16:23:06 +02:00
Frédéric Péters 0c64f7ecf5 include (experimental) editable metadata on user documents (#19381) 2017-10-16 15:09:58 +02:00
Thomas NOËL 58c2ce45fa fix i18n with named arguments (#18689) 2017-09-24 12:52:11 +02:00
Frédéric Péters 94fd11b12f update translation 2017-09-14 09:43:11 +02:00
Thomas NOËL cb3f5ac0f2 display form errors before the hidden form (#18594) 2017-09-11 17:26:24 +02:00
Frédéric Péters 3a6f9f10d5 templates: use a bodyclasses block for body CSS classes (#17844) 2017-08-15 10:15:20 +02:00
Frédéric Péters 20e6d6001a misc: use <button> for buttons (#17847) 2017-07-31 09:56:22 +02:00
Frédéric Péters 6d60b82997 api: don't require an origin to be listed in recent documents (#16992) 2017-07-20 11:42:08 +02:00
Frédéric Péters 3bb3e8e749 debian: add dh-systemd to make sure service gets enabled (#16987) 2017-06-19 17:55:46 +02:00
Frédéric Péters 1a392f7126 debian: add systemd service file (#16802) 2017-06-11 21:58:13 +02:00
Frédéric Péters 9b3901b41b misc: include site title on home page (#16826) 2017-06-11 21:56:48 +02:00
Benjamin Dauvergne 725e5945f4 setup.py: require django-filter > 1 (fixes #16228)
Previous versions do not support Django 1.8.
2017-05-17 16:20:42 +02:00
Frédéric Péters 944669be12 misc: remove usage of django.conf.urls.patterns (#16055) 2017-05-13 16:27:58 +02:00
Jean-Baptiste Jaillet fd1fefe082 document: correct method delete (#16186) 2017-05-08 23:51:03 +02:00
Frédéric Péters 1d18bde01c misc: allow django-jsonfield 1 (#11192) 2017-04-24 12:47:58 +02:00
Frédéric Péters a516125214 debian: add recommends on graphicsmagick (#15856) 2017-04-13 08:46:19 +02:00
Frédéric Péters a131ea6635 trivial: pass filename as str() to magic (#15849)
file-magic as currently available on lacks Python 2 support (it was
broken between 2015-10-29 and 2016-02-02 and unfortunately the tarball
on pypi has been uploaded that exact day.)
2017-04-12 18:42:23 +02:00
Frédéric Péters 03baa36769 general: store document mime type and use it as css class (#15849) 2017-04-12 18:07:30 +02:00