Commit graph

42 commits

Author SHA1 Message Date
Benoît Bryon
211fd5461b Refreshed development environment. Added tests around Python 3.4 and Django 1.8. Fixed content proxied by HTTPFile. Closes #97, closes #98, closes #99. 2015-06-13 00:39:58 +02:00
Omer Katz
8a6b04c5a4 Fixed broken link. 2014-10-28 17:14:46 +02:00
Benoît Bryon
df6c52b571 Back to development: 1.7 2014-03-03 14:44:17 +01:00
Benoît Bryon
7aca2833bd Preparing release 1.6 2014-03-03 14:43:28 +01:00
Benoît Bryon
d29e3532e8 Refs #80 - Updated changelog. 2014-03-03 08:19:43 +01:00
Benoît Bryon
2d4f8c9773 Refs #46 - Updated changelog. 2014-02-25 00:57:07 +01:00
Benoît Bryon
d587c515f0 Refs #74 - Switched to tox as test-environment manager. Added flake8 to the test suite. Dropped python 2.6 tests. Makefile no longer creates a virtualenv. 2014-02-10 01:27:14 +01:00
Benoît Bryon
e28951d0a1 Back to development: 1.6 2013-11-29 09:23:54 +01:00
Benoît Bryon
32322c1163 Preparing release 1.5 2013-11-29 09:23:32 +01:00
Benoît Bryon
6dd090757a Refs #41 - Added 'mimetype' and 'encoding' arguments to 'DownloadMixin' => supported all arguments of original sendfile() function. Added documentation about migrating from django-sendfile to django-downloadview. 2013-11-29 00:55:46 +01:00
Benoît Bryon
e33a8165ef Refs #2 - Introduced support of Lighttpd's X-Sendfile (mostly copied from django_downloadview.apache). 2013-11-28 23:02:40 +01:00
Benoît Bryon
ce31392efb Refs #36 - Updated changelog. 2013-11-28 22:21:11 +01:00
Benoît Bryon
13c0f8b103 Back to development: 1.5 2013-11-24 11:18:03 +01:00
Benoît Bryon
8210e87bc6 Preparing release 1.4 2013-11-24 11:17:31 +01:00
Benoît Bryon
dd6c4bf70a Refs #65 - Updated CHANGELOG. 2013-11-24 11:12:25 +01:00
Benoît Bryon
8d3d119be8 Refs #43 - Updated CHANGELOG. 2013-11-24 10:37:45 +01:00
Benoît Bryon
f2d5a92b99 Refs #7 - Urlencoded non US-ASCII characters in Content-Disposition header (file name). 2013-11-18 12:12:02 +01:00
Benoît Bryon
448e9e849c Refs #10 - Referenced 'file-streaming' grid on djangopackages.com. Refreshed 'django.contrib.staticfiles' highlights. 2013-11-17 22:58:30 +01:00
Benoît Bryon
a0f7b7400b Back to development: 1.4 2013-11-08 11:31:59 +01:00
Benoît Bryon
b0ddcc9202 Preparing release 1.3 2013-11-08 11:31:11 +01:00
Benoît Bryon
f170c8904b Psycho-rebased branch 60-virtualfile-force-bytes on top of master 2013-11-08 09:59:51 +01:00
Benoît Bryon
c141f027de Refs #60 - VirtualFile uses force_bytes(). Removed (wrong) patch of File.__iter__(). 2013-11-08 09:56:26 +01:00
Benoît Bryon
c372cac003 Refs #57 - PathDownloadView opens files in binary mode by default. 2013-11-08 09:38:57 +01:00
Benoît Bryon
e9d9b3dfaa Refs #25 - Introduced SmartDownloadMiddleware: makes it possible to setup several rules given a single optimization backend. 2013-11-07 00:09:30 +01:00
Benoît Bryon
970820c5e2 Updated CHANGELOG. 2013-11-06 01:46:55 +01:00
Benoît Bryon
6a4f421892 Dropped support (tests) for Python 2.6. 2013-11-05 11:53:29 +01:00
Benoît Bryon
588b1b0a6e Introduced DownloadDispatcherMiddleware and settings.DOWNLOADVIEW_MIDDLEWARES. Deprecated most options for former global XAccelRedirectMiddleware. Splitted nginx module into a package. Introduced BaseDownloadMiddleware. 2013-10-04 18:11:16 +02:00
Benoît Bryon
b7f660c5e3 Back to development: 1.3 2013-05-28 15:52:26 +02:00
Benoît Bryon
0d29e332d0 Preparing release 1.2 2013-05-28 15:51:32 +02:00
Benoît Bryon
121fb4d391 Refs #26 - Do not compute size of virtual files, unless file wrapper implements was_modified_since(). 2013-05-28 15:17:01 +02:00
Benoît Bryon
44f1ca3be3 Refs #35 - Fixed conversion of README from reStructuredText to HTML. 2013-05-28 14:40:46 +02:00
Benoît Bryon
086aae5964 Refs #34 - Updated changelog 2013-05-28 08:51:31 +02:00
Benoît Bryon
c00b4425ac Back to development: 1.2 2013-04-11 15:57:47 +02:00
Benoît Bryon
8a3fd20f3c Preparing release 1.1 2013-04-11 15:56:44 +02:00
Benoît Bryon
c64f083c9d Updated changelog. 2013-04-11 11:39:22 +02:00
Benoît Bryon
3b65324a06 Refs #29 - Introduced HTTPFile and HTTPDownloadView to create proxy to arbitrary HTTP URL. 2013-04-08 15:39:06 +02:00
Benoît Bryon
5a3ff57e23 Refs #13 - Using Django's StreamingHttpResponse. Requires Django>=1.5. Introduced django_downloadview.test.assert_download_response(). 2013-03-20 16:00:20 +01:00
Benoît Bryon
e94054bcba Refs #23 - Implemented and tested StorageDownloadView. This StorageDownloadView is to replace an use case of former DownloadView. 2013-02-06 19:02:43 +01:00
Benoît Bryon
9338455399 Back to development: 1.1 2012-12-04 12:58:32 +01:00
Benoît Bryon
e7cb6e884a Preparing release 1.0 2012-12-04 12:57:48 +01:00
Benoît Bryon
4f29852ddb Reviewed documentation. Preparing first public release. 2012-12-04 11:47:37 +01:00
Benoit Bryon
f9bdd8fca7 Introduced project's placeholders. Work in progress. 2012-08-27 12:00:17 +02:00