aboutsummaryrefslogtreecommitdiffstats
path: root/inc/lib_files.php
Commit message (Collapse)AuthorAgeFilesLines
* remove for now. main repository is at projects.kde.org/owncloudFrank Karlitschek2011-08-131-399/+0
|
* file download from web interface now works correctly with file names ↵Florian2010-12-041-1/+1
| | | | containing blanks
* plugin manager and plugin installerRobin Appelman2010-10-151-0/+34
|
* Fix content type header in downloadsSteven2010-09-261-0/+2
|
* fix permissions, start to implement private data apiMartin T. H. Sandsmark2010-07-161-0/+0
|
* Using camelCase for function names in 'inc/lib_files.php'Aldo "xoen" Giambelluca2010-07-101-3/+3
| | | | | PHP function names is case-insensitive so this change isn't intrusive but improve readability of the code.
* Initial version of remote ownCloud access through filesystem abstractionRobin Appelman2010-07-071-4/+58
|
* Initial work on transering files between serversRobin Appelman2010-07-061-0/+30
|
* fix users being to able to read files outside the datadirRobin Appelman2010-06-251-10/+19
|
* log read/write filesThibaut GRIDEL2010-05-161-13/+16
|
* webdav fixesRobin2010-05-111-6/+29
|
* mergeRobin2010-05-101-2/+1
|\
| * initial work on making connections between seperate owncloud installations ↵Robin2010-05-021-1/+1
| | | | | | | | possible
* | use an abstraction for file system functions to allow premisions and ↵Robin2010-05-071-152/+60
|/ | | | multiply storage backends
* More bug fixes, mostly IE relatedRobin Appelman2010-05-011-0/+3
|
* bug fix in mimetype detect codeRobin2010-04-251-1/+44
|
* bug fix when starting multiply uploads while the old ones arent finsihed, ↵Robin2010-04-251-0/+66
| | | | detect file actions on mimetype not on extention
* some cleanup/refactoringRobin2010-04-251-122/+187
|
* same fixes, this time hopefully without merge conflictRobin2010-04-191-0/+1
|
* visual changesRobin2010-04-121-1/+1
|
* ajax interfaceRobin2010-03-241-17/+50
|
* cleanup autoconfiguration wizard, add settings page, make it run from ↵root2010-03-161-4/+5
| | | | subdirectories, huge cleanup
* "border" attribute is not a valid attribute for <img /> tags. Using proper ↵CharlyCoste2010-03-141-1/+1
| | | | CSS instructions instead.
* <br /> is not a valid strict xhtml1.0 tag. Not semantic. Replacing it by CSS ↵CharlyCoste2010-03-141-1/+1
| | | | instructions on semantic tags.
* center is not a valid strict xhtml1.0 tag (not semantic). At least, ↵CharlyCoste2010-03-141-4/+4
| | | | replacing it by a div with "center" class.
* $filesfound variable may not be set when used in: if(!$filesfound)Charles-Edouard Coste2010-03-131-1/+1
|
* commiting ownCloud 1.0 beta 1v1.0.0beta1Frank Karlitschek2010-03-101-0/+125