14 Commits

Author SHA1 Message Date
jknockaert
eeb3a62a9c Update range.php
@VicDEO changed as requested
2014-04-28 21:36:25 +02:00
jknockaert
e7a60e27a9 fixing http range requests
Range support is broken. The test isset always returns true because the
explode function will return empty strings if nothin is specified. As a
result if parts[0] is an empty string no start is set; same for the
endpoint. This is fixed here. Furthermore if the start is not
specified, the range must be applied to the end of the file as
specified in the the http 1.1 standard. Finally I added brackets to
avoid malformed headers.
2014-04-28 21:03:19 +02:00
Victor Dubiniuk
3669d90862 Filters for files app 2014-01-04 00:24:59 +03:00
Victor Dubiniuk
bfa914d8b2 Make sure fs has subdir documents always 2013-11-09 17:29:12 +03:00
Victor Dubiniuk
6e7818a967 Add PHP doc 2013-09-27 18:43:41 +03:00
Victor Dubiniuk
0fd9b8cbcc Use parent namespace in subclasses 2013-09-07 20:40:36 +03:00
Jörn Friedrich Dreyer
7bc25ec0ce rename office -> documents 2013-08-28 12:02:27 +02:00
Victor Dubiniuk
2982f78b45 Add docstrings to download classes 2013-08-27 20:26:32 +02:00
Victor Dubiniuk
2632387517 Respond to session-list 2013-08-27 20:26:31 +02:00
Victor Dubiniuk
412d07dedc Legal stuff 2013-08-27 20:26:30 +02:00
Victor Dubiniuk
7b86f75955 Cross user access 2013-08-27 20:26:30 +02:00
Victor Dubiniuk
5b165331df Copy genesis to storage 2013-08-27 20:26:30 +02:00
Victor Dubiniuk
abaa34d2f1 Cleanup Request processing 2013-08-27 20:26:28 +02:00
Victor Dubiniuk
57fae2637d Range download support 2013-08-27 20:26:28 +02:00