Commit Graph

16 Commits (4180d6655552ce5287f07c3e7b09e55e3219c378)

Author SHA1 Message Date
Victor Dubiniuk eb170d6713 Download_Simple -> Download\Simple 10 years ago
Victor Dubiniuk 6edaca04cd Download_Range -> Download\Range 10 years ago
jknockaert eeb3a62a9c Update range.php
@VicDEO changed as requested
10 years ago
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.
10 years ago
Victor Dubiniuk 3669d90862 Filters for files app 11 years ago
Victor Dubiniuk bfa914d8b2 Make sure fs has subdir documents always 11 years ago
Victor Dubiniuk 6e7818a967 Add PHP doc 11 years ago
Victor Dubiniuk 0fd9b8cbcc Use parent namespace in subclasses 11 years ago
Jörn Friedrich Dreyer 7bc25ec0ce rename office -> documents 11 years ago
Victor Dubiniuk 2982f78b45 Add docstrings to download classes 11 years ago
Victor Dubiniuk 2632387517 Respond to session-list 11 years ago
Victor Dubiniuk 412d07dedc Legal stuff 11 years ago
Victor Dubiniuk 7b86f75955 Cross user access 11 years ago
Victor Dubiniuk 5b165331df Copy genesis to storage 11 years ago
Victor Dubiniuk abaa34d2f1 Cleanup Request processing 11 years ago
Victor Dubiniuk 57fae2637d Range download support 11 years ago