summaryrefslogtreecommitdiffstats
path: root/lib/files
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4317 from owncloud/backport-cli-scanner-stable5Thomas Müller2013-08-053-6/+123
|\ | | | | Backport cli scanner to stable5
| * Remember the contructed OC\Files\Cache\* classes in OC\Files\Storage\CommonBart Visscher2013-08-051-4/+20
| |
| * manual backporting of OC\Files\Utils\Scanner to stable5Thomas Müller2013-08-051-0/+90
| |
| * Make Cache\Scanner an emitterRobin Appelman2013-08-051-2/+13
| |
* | use isset to prevent undefined indexThomas Müller2013-08-051-1/+1
|/
* Use old database methods for caclulateFolderSizeMichael Gapczynski2013-08-021-3/+3
|
* Use query to calculate folder sizeMichael Gapczynski2013-08-021-10/+13
|
* Fix calculating size for empty foldersMichael Gapczynski2013-08-021-19/+16
| | | | | Conflicts: lib/files/cache/cache.php
* manual backport of changes related to #3459Thomas Müller2013-07-292-4/+40
|
* Move check so the variable will never be undefinedMichael Gapczynski2013-07-281-3/+3
|
* Only retrieve the current user's permissionsMichael Gapczynski2013-07-062-5/+6
|
* Cache: provide a function to get the permissions of all files in a folder ↵Robin Appelman2013-07-062-9/+28
| | | | | | | with one query Conflicts: lib/files/view.php
* Merge pull request #3905 from owncloud/emit_signals_for_part_filesThomas Müller2013-07-021-3/+21
|\ | | | | Emit signals for part files
| * don't run hooks for .part filesBjörn Schießle2013-07-011-1/+1
| |
| * if a part file gets renamed to a real file, that this was the second step of ↵Björn Schießle2013-07-011-2/+20
| | | | | | | | a write operation, hence emit a write signal
* | Public upload featureRoman Geber2013-07-011-1/+1
|/ | | | | Conflicts: apps/files/js/filelist.js
* remove deleted files when re-scanning a folderRobin Appelman2013-06-201-0/+14
|
* add tests for reusing existing data in scannerRobin Appelman2013-06-191-4/+2
|
* scanner: give more percision about what data is reused during scanningRobin Appelman2013-06-191-17/+29
|
* split of scanning the childs of a folderRobin Appelman2013-06-191-17/+24
|
* cleanup codestyleJörn Friedrich Dreyer2013-06-141-3/+3
|
* oracle fixes, missing backticks, LIMIT to paramJörn Friedrich Dreyer2013-06-141-3/+12
| | | | | Conflicts: lib/files/cache/cache.php
* convert LIMIT to parameterJörn Friedrich Dreyer2013-06-141-1/+1
|
* fix fetchRow checks to also work with MDB2Jörn Friedrich Dreyer2013-06-141-1/+7
|
* add missing backticks all over the placeJörn Friedrich Dreyer2013-06-141-4/+4
| | | | | | | Conflicts: apps/files_encryption/lib/util.php lib/files/cache/backgroundwatcher.php lib/files/cache/cache.php
* Squashed commit of the following:Thomas Mueller2013-06-141-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 1c7d5da4d1687183f8701336fc14636f61095f4e Author: infoneo <infoneo@yahoo.pl> Date: Sat Jun 8 19:44:58 2013 +0300 Update mapper.php commit 37f1f034f776b084ac7e25be136ce64b5772a446 Author: infoneo <infoneo@yahoo.pl> Date: Sat Jun 8 18:39:25 2013 +0300 Update mapper.php Now slugify is performed on whole filename (including extension). Changed method of adding index number (using regular expressions pathinfo() method removed). commit 4a5f872f1f55941d07992d7ac5e8f8b74ec8febc Author: infoneo <infoneo@yahoo.pl> Date: Sun May 12 15:22:57 2013 +0300 Fixed problems with a dots in a filenames commit bc17f958349e36c1caacfc9263ae1de2df8e6a76 Author: infoneo <infoneo@yahoo.pl> Date: Sun May 12 01:47:48 2013 +0200 Dots in a filenames fix
* Backport #2919Michael Gapczynski2013-06-071-6/+8
|
* Organize conditionals in a better orderMichael Gapczynski2013-05-291-8/+4
|
* Only update metadata that has changedMichael Gapczynski2013-05-291-2/+9
|
* Fixing UPDATE error in filecache table when renaming files by calling ↵Roland Hager2013-05-251-2/+2
| | | | move(). Add storage id to the where clause to avoid updating entries of other users.
* backport file cache changes from master to stable5, needed for encryption appBjörn Schießle2013-05-243-7/+11
|
* Switch to calling deleteAll via storage to avoid emitting delete hookMichael Gapczynski2013-05-231-1/+2
|
* Remove user name addition to paths in deleteAllMichael Gapczynski2013-05-231-12/+6
|
* Fix undefined variable for copying empty foldersMichael Gapczynski2013-05-231-1/+1
|
* Add support for copying/moving folders between storages, move isIgnoredDir() ↵Michael Gapczynski2013-05-233-22/+39
| | | | | | | to Filesystem Conflicts: lib/files/cache/scanner.php
* Have the filecache updater testcase clean the filesystem properlyRobin Appelman2013-05-221-0/+1
|
* don't emit rename hooks on partial file renamesJörn Friedrich Dreyer2013-05-101-2/+2
|
* rename isIgnoredFile to isPartialFile, remove check of blacklisted files in ↵Jörn Friedrich Dreyer2013-05-102-10/+16
| | | | isPartialFile, correct usage of isPartialFile and isFileBlacklisted
* Merge pull request #3282 from owncloud/fix_etag_updateBjörn Schießle2013-05-081-1/+8
|\ | | | | Fix etag update
| * don't call correctFolder() in touchHook, it will be called later in the ↵Björn Schießle2013-05-081-1/+0
| | | | | | | | writeUpdate()
| * update etag for for the touched fileBjörn Schießle2013-05-081-1/+9
| |
* | Cache: only look for child entires when doing a move operation when moving a ↵Robin Appelman2013-05-081-12/+15
|/ | | | folder
* Files: also check if the source path is valid when doing a rename or copy ↵Robin Appelman2013-04-231-15/+23
| | | | operation
* always connect file cache updater hooks firstJörn Friedrich Dreyer2013-04-171-5/+0
|
* allow Storages to join MountPoint initializationArthur Schiwon2013-04-151-0/+4
|
* Fix touch for creating new filesRobin Appelman2013-04-101-1/+1
|
* fixes #2679OpenLarry2013-04-091-2/+2
|
* fixes #2792 - only touch if writableThomas Mueller2013-04-091-0/+3
|
* Make FileCache upgrade more robust, fixes #2650Arthur Schiwon2013-04-052-5/+21
|
* Merge pull request #2680 from owncloud/fix_2666Bernhard Posselt2013-04-031-1/+1
|\ | | | | PostgreSQL compatibility, fixes #2666