summaryrefslogtreecommitdiffstats
path: root/lib/filestorage.php
Commit message (Collapse)AuthorAgeFilesLines
* some filesystem fixesRobin Appelman2011-08-151-3/+0
|
* Renaming classes :-)Jakob Sack2011-07-291-1/+1
|
* Merge branch 'master' of git://anongit.kde.org/owncloud into autoloadJakob Sack2011-07-291-2/+0
|\ | | | | | | | | | | Conflicts: lib/base.php lib/filestorage.php
| * make use of the command line tools id3info and mp3info for scanning music if ↵Robin Appelman2011-07-281-57/+1
| | | | | | | | they are available
* | Further improvementsJakob Sack2011-07-271-2/+0
| |
* | One class per FileJakob Sack2011-07-271-412/+0
|/
* add getLocalFile to local storage providerRobin Appelman2011-07-221-0/+4
|
* move list of mimetypes by extention to a seperate file.Robin Appelman2011-07-171-63/+7
|
* fix delTreeRobin Appelman2011-06-121-1/+1
|
* fix incorrect variable name in libfilestorageRobin Appelman2011-06-041-1/+1
|
* no hooks for OC_FILESTORAGE the one from OC_FILESYSTEM should be enoughRobin Appelman2011-04-291-48/+7
|
* add search functionality, for now only searches files but plugins/apps can ↵Robin Appelman2011-04-241-1/+20
| | | | extend that
* correct them the right way this timeRobin Appelman2011-04-181-2/+2
|
* typo's ...Robin Appelman2011-04-181-2/+2
|
* seperate hooks for OC_FILESYSTEM and OC_FILESTORAGERobin Appelman2011-04-181-23/+33
|
* replace filesystem observer with the more general OC_HOOKRobin Appelman2011-04-181-38/+25
|
* more improvements for foldersizeRobin Appelman2011-04-171-17/+13
|
* add free_space to OC_FILESYSTEMRobin Appelman2011-04-171-0/+5
|
* fix keeping track of foldersizeRobin Appelman2011-04-171-15/+43
|
* debug output should not be thereArthur Schiwon2011-04-171-1/+0
|
* fix that might solve strange uploading issuesArthur Schiwon2011-04-171-0/+12
|
* Some work on the fancy user managementJakob Sack2011-04-171-3/+4
|
* show size of folders in filebrowserRobin Appelman2011-04-161-1/+69
|
* When moving a file from/to a temporary location, also update the file ↵Matthew Dawson2011-03-171-0/+4
| | | | | | | access/modification times. When PHP moves a file across filesystem boundaries, it does not update the access/modification times. Thus do it manually so that this information is not lost.
* added OC_FILESYSTEM::hash()Robin Appelman2011-03-171-0/+8
| | | | syntax is the same has http://www.php.net/manual/en/function.hash-file.php
* Start of the refactoring. Commit is quite big because I forgot to use git ↵Jakob Sack2011-03-011-0/+432
right from the beginning. Sorry.