Robin Appelman
0d408fe6f5
make use of the command line tools id3info and mp3info for scanning music if they are available
14 years ago
Robin Appelman
f441059b01
add getLocalFile to local storage provider
14 years ago
Robin Appelman
6935f036a5
move list of mimetypes by extention to a seperate file.
14 years ago
Robin Appelman
5425c3d1e9
fix delTree
14 years ago
Robin Appelman
d8ba312679
fix incorrect variable name in libfilestorage
14 years ago
Robin Appelman
e8e0608991
no hooks for OC_FILESTORAGE the one from OC_FILESYSTEM should be enough
14 years ago
Robin Appelman
b7aba15f17
add search functionality, for now only searches files but plugins/apps can extend that
14 years ago
Robin Appelman
70bf44401d
correct them the right way this time
14 years ago
Robin Appelman
2673b6c054
typo's ...
14 years ago
Robin Appelman
67ba9b320e
seperate hooks for OC_FILESYSTEM and OC_FILESTORAGE
14 years ago
Robin Appelman
b8e1788ed0
replace filesystem observer with the more general OC_HOOK
14 years ago
Robin Appelman
871a4b3d4a
more improvements for foldersize
14 years ago
Robin Appelman
225ad85e90
add free_space to OC_FILESYSTEM
14 years ago
Robin Appelman
e984a3b47a
fix keeping track of foldersize
14 years ago
Arthur Schiwon
5a03ce696c
debug output should not be there
14 years ago
Arthur Schiwon
8a5d1ffebe
fix that might solve strange uploading issues
14 years ago
Jakob Sack
c4287162c4
Some work on the fancy user management
14 years ago
Robin Appelman
318d024cc1
show size of folders in filebrowser
14 years ago
Matthew Dawson
f2627dd757
When moving a file from/to a temporary location, also update the file 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.
14 years ago
Robin Appelman
ef5bd659fa
added OC_FILESYSTEM::hash()
...
syntax is the same has http://www.php.net/manual/en/function.hash-file.php
14 years ago
Jakob Sack
132695ceb1
Start of the refactoring. Commit is quite big because I forgot to use git right from the beginning. Sorry.
14 years ago
Jonathan Riddell
d294c2f6bd
Fix licencing, make headers refer to intended AGPL, include copy of AGPL
14 years ago
Robin Appelman
15d15104d4
check if we can read the file before trying to get it's mime type
14 years ago
Robin Appelman
66a7c35d80
improve handeling of links
14 years ago
François KUBLER
92d08d513b
Add support for hosts where open_basedir restriction is in effect.
15 years ago
Robin Appelman
a98dfbbf71
plugin manager and plugin installer
15 years ago
Robin Appelman
420178bec8
fix fallback for mimetype detection using the 'file' command
15 years ago
Robin Appelman
5162809c8a
make the filesystem configurable (no gui yet)
15 years ago
Martin T. H. Sandsmark
64d4d57615
fix permissions, start to implement private data api
15 years ago
Aldo "xoen" Giambelluca
50c067ffe8
Added more MIME Types in `inc/lib_filestorage.php`
...
Here the types added:
* Flac / Ogg [1]
* GZip / Tar / Tar+GZip
* PDF / SVG / Tiff
* JavaScript
Other little changes:
* I changed the ordered to be alphabetical (by extension)
* Using single quotes instead of double quotes for strings
* Indentation
[1]: http://wiki.xiph.org/MIME_Types_and_File_Extensions
[2]: http://www.asciitable.it/mimetypes.asp
15 years ago
Robin Appelman
b38aa771d1
Initial version of remote ownCloud access through filesystem abstraction
15 years ago
Robin Appelman
d374bcddc1
fix recursive copying of folders with webdav
15 years ago
Robin
d909f91d07
small webdav fixes
15 years ago
Robin
645de2ff78
imporovement in mimetype detection
15 years ago
Robin
51b253447d
provide option for automatic backup
15 years ago