Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Give storages the option to implement the getById behaviour for View->getPath | Robin Appelman | 2014-04-03 | 1 | -5/+11 |
| | |||||
* | Merge pull request #5934 from owncloud/stable5-excludeextstoragefromquota | Vincent Petry | 2013-11-22 | 1 | -2/+4 |
|\ | | | | | [Stable5] Exclude ext storage from quota | ||||
| * | External storage space is now not counted in total space | Vincent Petry | 2013-11-19 | 1 | -2/+4 |
| | | | | | | | | | | | | | | Added argument to getFileInfo() to disable adding the size of mountpoints to a directory's size. Backport of 614e4d485c8b74f6879c401f8cbb93e9335bf9b3 | ||||
* | | Emulate touch() for backends that don't support it | Robin Appelman | 2013-11-21 | 1 | -1/+5 |
|/ | | | | Backport of 9738fae3cf1ad18593d21eb62e138e00c01f5f36 | ||||
* | backport of https://github.com/owncloud/core/pull/5247 | Bjoern Schiessle | 2013-10-21 | 1 | -1/+4 |
| | | | | ensure the view's root is a subfolder of the the default root, not only starting the same | ||||
* | the path need to be normalized before putting it into resolvePath() | Thomas Müller | 2013-10-10 | 1 | -1/+3 |
| | | | | | | | otherwise the returned internalPath will not match followup calls to e.g. Cache::getID() Conflicts: tests/lib/files/view.php | ||||
* | also emit hooks for views that are a subfolder of the user folder | Robin Appelman | 2013-09-10 | 1 | -32/+57 |
| | |||||
* | Check variable type before using readdir to avoid surprises and fix #4667 ↵ | Arthur Schiwon | 2013-09-02 | 1 | -3/+5 |
| | | | | #4658 and #4613 | ||||
* | use strict equals in readdir loops to prevent issues with '0' files | Robin Appelman | 2013-08-21 | 1 | -1/+1 |
| | | | | | | | Conflicts: apps/files_external/lib/amazons3.php apps/files_trashbin/index.php lib/connector/sabre/objecttree.php | ||||
* | Only retrieve the current user's permissions | Michael Gapczynski | 2013-07-06 | 1 | -1/+1 |
| | |||||
* | Cache: provide a function to get the permissions of all files in a folder ↵ | Robin Appelman | 2013-07-06 | 1 | -9/+9 |
| | | | | | | | with one query Conflicts: lib/files/view.php | ||||
* | Merge pull request #3905 from owncloud/emit_signals_for_part_files | Thomas Müller | 2013-07-02 | 1 | -3/+21 |
|\ | | | | | Emit signals for part files | ||||
| * | don't run hooks for .part files | Björn Schießle | 2013-07-01 | 1 | -1/+1 |
| | | |||||
| * | if a part file gets renamed to a real file, that this was the second step of ↵ | Björn Schießle | 2013-07-01 | 1 | -2/+20 |
| | | | | | | | | a write operation, hence emit a write signal | ||||
* | | Public upload feature | Roman Geber | 2013-07-01 | 1 | -1/+1 |
|/ | | | | | Conflicts: apps/files/js/filelist.js | ||||
* | Backport #2919 | Michael Gapczynski | 2013-06-07 | 1 | -6/+8 |
| | |||||
* | backport file cache changes from master to stable5, needed for encryption app | Björn Schießle | 2013-05-24 | 1 | -0/+3 |
| | |||||
* | Switch to calling deleteAll via storage to avoid emitting delete hook | Michael Gapczynski | 2013-05-23 | 1 | -1/+2 |
| | |||||
* | Fix undefined variable for copying empty folders | Michael Gapczynski | 2013-05-23 | 1 | -1/+1 |
| | |||||
* | Add support for copying/moving folders between storages, move isIgnoredDir() ↵ | Michael Gapczynski | 2013-05-23 | 1 | -8/+24 |
| | | | | | | | to Filesystem Conflicts: lib/files/cache/scanner.php | ||||
* | don't emit rename hooks on partial file renames | Jörn Friedrich Dreyer | 2013-05-10 | 1 | -2/+2 |
| | |||||
* | rename isIgnoredFile to isPartialFile, remove check of blacklisted files in ↵ | Jörn Friedrich Dreyer | 2013-05-10 | 1 | -5/+11 |
| | | | | isPartialFile, correct usage of isPartialFile and isFileBlacklisted | ||||
* | Files: also check if the source path is valid when doing a rename or copy ↵ | Robin Appelman | 2013-04-23 | 1 | -15/+23 |
| | | | | operation | ||||
* | supress write hook for .part files | Jörn Friedrich Dreyer | 2013-03-28 | 1 | -3/+3 |
| | |||||
* | Merge pull request #2189 from owncloud/versioning_sync_client | Bernhard Posselt | 2013-03-08 | 1 | -1/+9 |
|\ | | | | | fix versioning for the sync client - distinguish between touch and write operation | ||||
| * | remove some debug output; move code to the right function | Björn Schießle | 2013-03-08 | 1 | -1/+1 |
| | | |||||
| * | distinguish between touch and write | Björn Schießle | 2013-03-07 | 1 | -1/+9 |
| | | |||||
* | | Fix fetching source path of shared files | Michael Gapczynski | 2013-03-07 | 1 | -1/+1 |
|/ | |||||
* | Chunk size comment should say kB, not MB | Michael Gapczynski | 2013-03-03 | 1 | -1/+1 |
| | |||||
* | return both, count and result if the operation succeeded or failed. Maybe in ↵ | Björn Schießle | 2013-02-22 | 1 | -4/+4 |
| | | | | some cases it is useful to know how much bytes where copied | ||||
* | using the number of writen bytes as indicator if streamCopy() was ↵ | Björn Schießle | 2013-02-22 | 1 | -2/+1 |
| | | | | successfully. Instead check if fwrite returns the number of bytes or false | ||||
* | Style-fix: Breakup long lines | Bart Visscher | 2013-02-14 | 1 | -5/+11 |
| | |||||
* | know your libraries ;-) | Thomas Müller | 2013-02-09 | 1 | -5/+1 |
| | | | | strrpos fails in cases the file in the path has no dot but the parent folder | ||||
* | Merge pull request #1436 from owncloud/cache_check_path | Thomas Müller | 2013-02-04 | 1 | -0/+6 |
|\ | | | | | Cache: check for invalid paths in getFileInfo/getDirectoryContent | ||||
| * | Cache: fix copy-paste errors | Robin Appelman | 2013-02-04 | 1 | -2/+2 |
| | | |||||
| * | Cache: check for invalid paths in getFileInfo/getDirectoryContent | Robin Appelman | 2013-02-03 | 1 | -0/+6 |
| | | |||||
* | | Add getOwner to Filesystem and View classes | Michael Gapczynski | 2013-02-02 | 1 | -0/+10 |
|/ | |||||
* | Filesystem: use the updated Mount::findById in getPath to ensure we get the ↵ | Robin Appelman | 2013-01-28 | 1 | -3/+11 |
| | | | | correct path if the storage is also mounted outside the view | ||||
* | Filesystem: add View->getPath to the cache api | Robin Appelman | 2013-01-27 | 1 | -0/+15 |
| | |||||
* | Don't check for updates for sub storages, these scans should be done in the ↵ | Michael Gapczynski | 2013-01-26 | 1 | -3/+0 |
| | | | | background | ||||
* | Cache: make mounts overwrite existing folders, prevents duplicate entries | Robin Appelman | 2013-01-22 | 1 | -0/+8 |
| | |||||
* | Merge branch 'filesystem' into filesystem-etags | Michael Gapczynski | 2013-01-11 | 1 | -18/+28 |
|\ | |||||
| * | Switch scan to scanFile for root of mount points | Michael Gapczynski | 2013-01-10 | 1 | -2/+2 |
| | | |||||
| * | Scan mount points in root before adding a entry | Michael Gapczynski | 2013-01-10 | 1 | -18/+28 |
| | | |||||
| * | Fix permissions for mount point | Michael Gapczynski | 2013-01-07 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'filesystem' into filesystem-etags | Michael Gapczynski | 2013-01-07 | 1 | -28/+44 |
|\| | | | | | | | | | Conflicts: lib/files/cache/cache.php | ||||
| * | Cache: normalize mimetypes | Robin Appelman | 2013-01-07 | 1 | -1/+1 |
| | | |||||
| * | Cache: split permission cache scanning and cache scanning | Robin Appelman | 2013-01-07 | 1 | -8/+22 |
| | | |||||
| * | Use the sub storage's permission cache for retrieving the correct permission | Michael Gapczynski | 2013-01-02 | 1 | -13/+15 |
| | | |||||
| * | Cache: provide path hints to getCache/etc where available | Robin Appelman | 2013-01-01 | 1 | -14/+14 |
| | |