summaryrefslogtreecommitdiffstats
path: root/lib/files.php
Commit message (Expand)AuthorAgeFilesLines
* Remove OC::$CONFIG_DATADIRECTORY, not usedBart Visscher2012-06-191-4/+1
* cleanup oc_filecache, splitting it in several parts and using the new hasUpdatedRobin Appelman2012-06-151-1/+1
* write a warning to the log file if .htaccess is not writable instead of faili...Bjoern Schiessle2012-06-051-4/+6
* no move (rename) operation for "Shared" directoryBjoern Schiessle2012-06-041-1/+1
* Don't allow user to delete, rename and re-share the "Shared" directoryBjoern Schiessle2012-06-041-1/+1
* Whitespace fixesBart Visscher2012-05-311-2/+2
* update copyrightFrank Karlitschek2012-05-261-1/+1
* Add HEAD request management for files ajax/download.phpBrice Maron2012-05-241-1/+7
* avoid corrupt ZIP files on lighttpd, should fix oc-467Arthur Schiwon2012-05-151-0/+1
* fix opening encrypted files from the browserRobin Appelman2012-05-051-2/+1
* send downloadfile piece by piece. saves RAM and is better suited for large fi...Arthur Schiwon2012-05-021-1/+8
* use the correct array indexes...Robin Appelman2012-04-141-3/+3
* reuse OC_L10N objectsRobin Appelman2012-04-141-2/+2
* make sure temporary files are being removed, fixes oc-450Arthur Schiwon2012-04-131-2/+2
* file settings: let people set no more than upper boundary for file uploads, b...Arthur Schiwon2012-04-131-5/+13
* make upload size settings work probably. do not replace whole .htaccess, only...Arthur Schiwon2012-04-131-6/+35
* mimetype filter for filepickerBartek Przybylski2012-04-051-2/+2
* Do not use always the same name for download-zip to avoid collisions.Arthur Schiwon2012-03-271-2/+2
* Overwrite Download-ZIP if it already exists. We do not want to show alien con...Arthur Schiwon2012-03-271-2/+2
* Config file is more appropriate hereArthur Schiwon2012-03-211-2/+2
* enable admin to turn off ZIP downloadsArthur Schiwon2012-03-191-3/+18
* check if selected files for zip archive are not too largeArthur Schiwon2012-03-161-1/+43
* Replace Expires and caching headers by OC_Response functionsBart Visscher2012-02-131-3/+1
* proper file sortingRobin Appelman2012-01-311-1/+11
* merge master into filesystemRobin Appelman2012-01-161-2/+17
|\
| * fix issue with moving music filesRobin Appelman2012-01-141-2/+17
* | provide caching for file metadataRobin Appelman2011-11-091-36/+5
|/
* Don't use sys_get_temp_dir(), as it reports the wrong path in restricted envi...Hendrik Langer2011-10-191-3/+3
* Cleanup lib/base.phpBart Visscher2011-09-181-2/+19
* Remove global vars and use the OC static version.Bart Visscher2011-09-181-7/+4
* fixed picture preview broken for some, thanks to Felix on ShapadoJan-Christoph Borchardt2011-08-291-1/+1
* some filesystem fixesRobin Appelman2011-08-151-5/+1
* fixed downloading of files with spaces in name for FirefoxJan-Christoph Borchardt2011-08-121-1/+1
* remove Log completelyRobin Appelman2011-08-101-2/+0
* Renaming classes :-)Jakob Sack2011-07-291-37/+37
* One class per file!Jakob Sack2011-07-291-76/+0
* Use autoloadJakob Sack2011-07-271-3/+0
* fix 404Kamil Domanski2011-06-231-1/+1
* no indexing in generated htaccessKamil Domanski2011-06-231-0/+1
* Removed debug messagesJakob Sack2011-06-191-11/+1
* Make max upload filesize configurable for apache hostsRobin Appelman2011-05-291-0/+18
* recursive deletion is now in OC_HELPERRobin Appelman2011-05-291-18/+0
* recursive copy is now in OC_HELPERRobin Appelman2011-05-291-16/+0
* now my uppercase Wikileaks folder is correctly sorted below pr0n, like it sho...Jan-Christoph Borchardt2011-04-181-3/+3
* send proper headersRobin Appelman2011-04-181-1/+1
* dissable loggin for nowRobin Appelman2011-04-181-2/+3
* clarify OC_FILES::get() documentationRobin Appelman2011-04-181-1/+1
* 404 error pageRobin Appelman2011-04-181-1/+4
* show size of folders in filebrowserRobin Appelman2011-04-161-0/+1
* get rid of the oc_require and friendsRobin Appelman2011-04-161-1/+1