Commit Graph

36 Commits

Author SHA1 Message Date
Benjamin Dauvergne 7ab9a10a6c add copyright notices 2019-07-04 13:00:43 +02:00
Frédéric Péters 99a8987d6b settings: force 0644 as mode for uploaded files (#30905) 2019-02-26 14:50:21 +01:00
Frédéric Péters ef797f5d1a settings: add default value for THUMBNAIL_FORCE_OVERWRITE (#29920) 2019-01-20 16:29:02 +01:00
Frédéric Péters 510bd0c84f add compatibility with python 3 (#25642) 2018-08-12 17:48:35 +02:00
Frédéric Péters 204722f788 general: always declare django-mellon if it's available (#25641) 2018-08-12 16:46:55 +02:00
Benjamin Dauvergne 48b598000f use sorl-thumbnail (fixes #15857)
It replaces GraphicsMagick, we do not use the templatetag as the files
are private.
2018-04-04 15:53:22 +02:00
Benjamin Dauvergne 89987b6bd6 settings: improve defaults (fixes #22947) 2018-04-03 15:08:22 +02:00
Benjamin Dauvergne 7089a0fa7e add a fargo-cleanup command (#22682) 2018-03-27 11:20:44 +02:00
Benjamin Dauvergne fbe0fc0b78 oauth2: enforce access_token and code lifetime (#22717) 2018-03-21 23:55:02 +01:00
Frédéric Péters 7ed396892d misc: update to use new TEMPLATES settings (#16056) 2017-12-12 11:00:25 +01:00
Jean-Baptiste Jaillet fe873ff083 add oauth2 access to get and put a document (#14147) 2017-11-06 17:37:00 +01:00
Frédéric Péters 0c64f7ecf5 include (experimental) editable metadata on user documents (#19381) 2017-10-16 15:09:58 +02:00
Benjamin Dauvergne 80b4e0d833 settings: fix tax assesment notice schema 2016-06-07 02:01:04 +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 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
Benjamin Dauvergne f68253a408 converge metadata schema format and w.c.s. fields JSON serialization 2016-04-06 12:01:03 +02:00
Benjamin Dauvergne 80a11ad966 settings: only allow admin users on web services 2016-03-30 23:31:31 +02:00
Benjamin Dauvergne 172efdb392 add display_template to document types (#10375) 2016-03-28 03:28:54 +02:00
Benjamin Dauvergne 8365adb4ee add constraint on document box size (fixes #278) 2016-03-28 03:28:54 +02:00
Benjamin Dauvergne eddee96dcf add constraint on document size (fixes #279) 2016-03-28 03:28:51 +02:00
Benjamin Dauvergne a302008b4b add validation API (fixes #10375)
- a serializer for referring to an user factorized with the push document API
- add common mixin for handling validation errors and successfull results
- add common fixtures for writing tests
2016-03-28 03:28:10 +02:00
Benjamin Dauvergne 85e64a6711 pep8ness 2016-03-28 03:17:37 +02:00
Benjamin Dauvergne 86cb54b4a1 add document types (fixes #9544) 2016-03-28 03:17:36 +02:00
Benjamin Dauvergne 2930a6bcb2 add logging configuration 2016-03-28 03:17:36 +02:00
Frédéric Péters 1d3228f9f9 general: add API to push documents (#7080) 2016-02-12 19:23:30 +01:00
Frédéric Péters 4fe4326c9c settings: adapt to STATICFILES_FINDERS being a list, not a tuple 2016-01-05 17:47:53 +01:00
Benjamin Dauvergne f166d3fbe3 add validation of documents (fixes #8169)
User can validate some document as of being of a certain type, and
attach metadata to this validation event.
2015-10-29 11:36:47 +01:00
Benjamin Dauvergne d6b774ee47 templates: remove sekizai tags and rename base.html
- fixes #7234
- fixes #7233
2015-05-18 10:48:43 +02:00
Thomas NOËL 31f484c627 settings: fix mellon attributes mapping 2015-04-30 01:08:58 +02:00
Serghei Mihai 81ad559320 project settings import fix 2015-04-21 11:09:52 +02:00
Serghei Mihai 7ddf34e909 settings read from external config file 2015-04-14 14:20:42 +02:00
Serghei Mihai b609a68fb3 mellon settings 2015-04-14 14:20:42 +02:00
Serghei Mihai 5ca37d4008 mellon authentication support added (#6928) 2015-04-10 12:16:01 +02:00
Benjamin Dauvergne 1e70b0caaf Allow embedding of fargo in iframes 2015-03-09 15:44:55 +01:00
Benjamin Dauvergne a5849218a3 Implement fargo 2015-03-06 22:56:22 +01:00
Benjamin Dauvergne cdd3364133 Initialize fargo 2015-02-13 14:58:25 +01:00