Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some filesystem fixes | Robin Appelman | 2011-08-15 | 1 | -3/+0 |
| | |||||
* | Renaming classes :-) | Jakob Sack | 2011-07-29 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of git://anongit.kde.org/owncloud into autoload | Jakob Sack | 2011-07-29 | 1 | -2/+0 |
|\ | | | | | | | | | | | Conflicts: lib/base.php lib/filestorage.php | ||||
| * | make use of the command line tools id3info and mp3info for scanning music if ↵ | Robin Appelman | 2011-07-28 | 1 | -57/+1 |
| | | | | | | | | they are available | ||||
* | | Further improvements | Jakob Sack | 2011-07-27 | 1 | -2/+0 |
| | | |||||
* | | One class per File | Jakob Sack | 2011-07-27 | 1 | -412/+0 |
|/ | |||||
* | add getLocalFile to local storage provider | Robin Appelman | 2011-07-22 | 1 | -0/+4 |
| | |||||
* | move list of mimetypes by extention to a seperate file. | Robin Appelman | 2011-07-17 | 1 | -63/+7 |
| | |||||
* | fix delTree | Robin Appelman | 2011-06-12 | 1 | -1/+1 |
| | |||||
* | fix incorrect variable name in libfilestorage | Robin Appelman | 2011-06-04 | 1 | -1/+1 |
| | |||||
* | no hooks for OC_FILESTORAGE the one from OC_FILESYSTEM should be enough | Robin Appelman | 2011-04-29 | 1 | -48/+7 |
| | |||||
* | add search functionality, for now only searches files but plugins/apps can ↵ | Robin Appelman | 2011-04-24 | 1 | -1/+20 |
| | | | | extend that | ||||
* | correct them the right way this time | Robin Appelman | 2011-04-18 | 1 | -2/+2 |
| | |||||
* | typo's ... | Robin Appelman | 2011-04-18 | 1 | -2/+2 |
| | |||||
* | seperate hooks for OC_FILESYSTEM and OC_FILESTORAGE | Robin Appelman | 2011-04-18 | 1 | -23/+33 |
| | |||||
* | replace filesystem observer with the more general OC_HOOK | Robin Appelman | 2011-04-18 | 1 | -38/+25 |
| | |||||
* | more improvements for foldersize | Robin Appelman | 2011-04-17 | 1 | -17/+13 |
| | |||||
* | add free_space to OC_FILESYSTEM | Robin Appelman | 2011-04-17 | 1 | -0/+5 |
| | |||||
* | fix keeping track of foldersize | Robin Appelman | 2011-04-17 | 1 | -15/+43 |
| | |||||
* | debug output should not be there | Arthur Schiwon | 2011-04-17 | 1 | -1/+0 |
| | |||||
* | fix that might solve strange uploading issues | Arthur Schiwon | 2011-04-17 | 1 | -0/+12 |
| | |||||
* | Some work on the fancy user management | Jakob Sack | 2011-04-17 | 1 | -3/+4 |
| | |||||
* | show size of folders in filebrowser | Robin Appelman | 2011-04-16 | 1 | -1/+69 |
| | |||||
* | When moving a file from/to a temporary location, also update the file ↵ | Matthew Dawson | 2011-03-17 | 1 | -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 Appelman | 2011-03-17 | 1 | -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 Sack | 2011-03-01 | 1 | -0/+432 |
right from the beginning. Sorry. |