summaryrefslogtreecommitdiffstats
path: root/lib/filesystemview.php
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace cleanupBart Visscher2013-01-161-19/+19
|
* Merge pull request #619 from samtuke/versions_cacheBart Visscher2012-11-301-3/+28
|\ | | | | OC_FSV->copy now only caches files which are copied from data/user/files
| * OC_FSV->copy now only caches files which are copied from data/user/filesSam Tuke2012-11-281-3/+28
| | | | | | | | Added contextual comments
* | use new obEnd function instead of ob_end_cleanRobin Appelman2012-11-291-1/+1
|/
* check if $path is a empty stringBjörn Schießle2012-11-071-1/+1
|
* backport from approved patch in stable45:Björn Schießle2012-11-071-4/+1
| | | | make root the default parameter for getAbsolutePath()
* Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-1/+1
|
* Checkstyle fixes for SpaceBeforeOpenBraceFelix Moeller2012-11-041-7/+7
|
* Checkstyle: many fixesFelix Moeller2012-11-021-1/+1
|
* NoSpaceAfterCommaFelix Moeller2012-10-281-14/+14
|
* Merge pull request #81 from fmms/masterLukas Reschke2012-10-241-1/+1
|\ | | | | Codestyle add some needed spaces.
| * Checkstyle: NoSpaceAfterCommaFelix Moeller2012-10-231-1/+1
| |
* | use strtotime on non-nummeric times in oc_filesystem::touchRobin Appelman2012-10-231-0/+3
|/
* etag has to be removed after version rollback to enable the sync client to ↵Björn Schießle2012-09-281-1/+2
| | | | detect the changes (bug #1829)
* The mtime in the file cache has to be updated after version rollback (copy ↵Björn Schießle2012-09-261-0/+2
| | | | from outside of the regular files root) (fixes bug #1720)
* dont trigger filesystem hooks when not using the default viewRobin Appelman2012-09-171-72/+84
|
* Enable post_write triggerBart Visscher2012-09-131-2/+2
| | | | This is used when uploading a file with webdav. The trigger will add the file to the cache and make it show up in listings
* fix file uploadGeorg Ehrke2012-09-101-2/+2
|
* adding space between) and {Thomas Mueller2012-09-071-11/+11
|
* Whitespace fixes in libBart Visscher2012-08-291-4/+4
|
* Merge branch 'share_api'Michael Gapczynski2012-08-191-4/+25
|\ | | | | | | | | | | | | Conflicts: apps/contacts/lib/vcard.php apps/files/index.php lib/files.php
| * Merge branch 'master' into share_apiMichael Gapczynski2012-08-141-4/+8
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/group.php lib/group/backend.php lib/group/database.php lib/group/interface.php lib/public/user.php lib/user.php lib/user/backend.php lib/user/database.php lib/user/interface.php
| * \ Merge branch 'master' into share_apiMichael Gapczynski2012-07-311-31/+36
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: apps/contacts/lib/app.php apps/files_sharing/js/share.js
| * \ \ Merge branch 'master' into share_apiMichael Gapczynski2012-07-251-171/+278
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/calendar/js/loader.js apps/contacts/index.php apps/contacts/js/loader.js apps/files/js/files.js apps/files_sharing/sharedstorage.php lib/filesystemview.php
| * | | | Add CRUDS permissions calls to filesystem, deprecate is_readable() and ↵Michael Gapczynski2012-07-241-2/+23
| | | | | | | | | | | | | | | | | | | | is_writable()
* | | | | also add getLocalFolder to OC_Filsystem and OC_FilesystemViewRobin Appelman2012-08-191-0/+10
| | | | |
* | | | | more path normalizationRobin Appelman2012-08-171-55/+63
| |_|_|/ |/| | |
* | | | fix some minor problems with path noramlizationRobin Appelman2012-08-141-1/+6
| | | |
* | | | some basic path normalizationRobin Appelman2012-08-141-3/+2
| |_|/ |/| |
* | | Fix incorrect copy/paste for file_put_contents()Michael Gapczynski2012-07-271-1/+1
| | |
* | | Forgot data parameter for file_put_contents() streams pre proxiesMichael Gapczynski2012-07-261-1/+1
| | |
* | | Run pre and post proxies for file_put_contents() streamsMichael Gapczynski2012-07-261-31/+36
| |/ |/|
* | Fix filesystem hash, no longer using basicOperation()Michael Gapczynski2012-07-251-2/+21
| |
* | Code style. One down...Thomas Tanghus2012-07-211-174/+262
| |
* | fix unused variablesRobin Appelman2012-07-201-1/+1
|/
* use filesystem abstraction layer to copy file versionsBjoern Schiessle2012-07-031-1/+1
|
* wrong var name fixedBjoern Schiessle2012-07-031-2/+2
|
* Implemented deleteAll() method in OC_FilesystemView (interface) and ↵Sam Tuke2012-06-211-0/+3
| | | | | | | | | OC_Filestorage_Common (logic) Made OC_Filestorage_Local and OC_Filestorage_Shared extend OC_Filestorage_Common Set searchInDir() to protected instead of private in OC_Filestorage_Local and OC_Filestorage_Shared Added class documentation to OC_Filestorage_Common Cleaned up OCA_Versions::expireAll()
* Fixed deleteAll function for deleting all old versions of files (expireAll)Sam Tuke2012-06-191-0/+4
| | | | Added new readdir() method to all storage classes and handlers (only working implementation in local.php)
* also add hasUpdated to oc_filesystem and oc_filesystemviewRobin Appelman2012-06-151-0/+9
|
* use absolute path for file proxiesRobin Appelman2012-06-091-4/+40
|
* Don't use substr to get first char of stringBart Visscher2012-06-081-1/+1
|
* Add cache for getStorage and getInternalPath functions.Bart Visscher2012-06-081-2/+10
| | | | These are called for almost every file operation.
* Added & improved documentationSam Tuke2012-05-311-3/+11
|
* Improved class comment blockSam Tuke2012-05-311-10/+11
|
* added extensive class comment based on icewind's January list emailSam Tuke2012-05-311-19/+33
|
* fixed typos in var namesSam Tuke2012-05-311-3/+3
|
* clarified commentSam Tuke2012-05-311-1/+1
|
* update copyrightFrank Karlitschek2012-05-261-1/+1
|
* fix opening encrypted files from the browserRobin Appelman2012-05-051-2/+2
|