Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #4317 from owncloud/backport-cli-scanner-stable5 | Thomas Müller | 2013-08-05 | 3 | -6/+123 |
|\ | | | | | Backport cli scanner to stable5 | ||||
| * | Remember the contructed OC\Files\Cache\* classes in OC\Files\Storage\Common | Bart Visscher | 2013-08-05 | 1 | -4/+20 |
| | | |||||
| * | manual backporting of OC\Files\Utils\Scanner to stable5 | Thomas Müller | 2013-08-05 | 1 | -0/+90 |
| | | |||||
| * | Make Cache\Scanner an emitter | Robin Appelman | 2013-08-05 | 1 | -2/+13 |
| | | |||||
* | | use isset to prevent undefined index | Thomas Müller | 2013-08-05 | 1 | -1/+1 |
|/ | |||||
* | Use old database methods for caclulateFolderSize | Michael Gapczynski | 2013-08-02 | 1 | -3/+3 |
| | |||||
* | Use query to calculate folder size | Michael Gapczynski | 2013-08-02 | 1 | -10/+13 |
| | |||||
* | Fix calculating size for empty folders | Michael Gapczynski | 2013-08-02 | 1 | -19/+16 |
| | | | | | Conflicts: lib/files/cache/cache.php | ||||
* | manual backport of changes related to #3459 | Thomas Müller | 2013-07-29 | 2 | -4/+40 |
| | |||||
* | Move check so the variable will never be undefined | Michael Gapczynski | 2013-07-28 | 1 | -3/+3 |
| | |||||
* | Only retrieve the current user's permissions | Michael Gapczynski | 2013-07-06 | 2 | -5/+6 |
| | |||||
* | Cache: provide a function to get the permissions of all files in a folder ↵ | Robin Appelman | 2013-07-06 | 2 | -9/+28 |
| | | | | | | | 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 | ||||
* | remove deleted files when re-scanning a folder | Robin Appelman | 2013-06-20 | 1 | -0/+14 |
| | |||||
* | add tests for reusing existing data in scanner | Robin Appelman | 2013-06-19 | 1 | -4/+2 |
| | |||||
* | scanner: give more percision about what data is reused during scanning | Robin Appelman | 2013-06-19 | 1 | -17/+29 |
| | |||||
* | split of scanning the childs of a folder | Robin Appelman | 2013-06-19 | 1 | -17/+24 |
| | |||||
* | cleanup codestyle | Jörn Friedrich Dreyer | 2013-06-14 | 1 | -3/+3 |
| | |||||
* | oracle fixes, missing backticks, LIMIT to param | Jörn Friedrich Dreyer | 2013-06-14 | 1 | -3/+12 |
| | | | | | Conflicts: lib/files/cache/cache.php | ||||
* | convert LIMIT to parameter | Jörn Friedrich Dreyer | 2013-06-14 | 1 | -1/+1 |
| | |||||
* | fix fetchRow checks to also work with MDB2 | Jörn Friedrich Dreyer | 2013-06-14 | 1 | -1/+7 |
| | |||||
* | add missing backticks all over the place | Jörn Friedrich Dreyer | 2013-06-14 | 1 | -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 Mueller | 2013-06-14 | 1 | -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 #2919 | Michael Gapczynski | 2013-06-07 | 1 | -6/+8 |
| | |||||
* | Organize conditionals in a better order | Michael Gapczynski | 2013-05-29 | 1 | -8/+4 |
| | |||||
* | Only update metadata that has changed | Michael Gapczynski | 2013-05-29 | 1 | -2/+9 |
| | |||||
* | Fixing UPDATE error in filecache table when renaming files by calling ↵ | Roland Hager | 2013-05-25 | 1 | -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 app | Björn Schießle | 2013-05-24 | 3 | -7/+11 |
| | |||||
* | Switch to calling deleteAll via storage to avoid emitting delete hook | Michael Gapczynski | 2013-05-23 | 1 | -1/+2 |
| | |||||
* | Remove user name addition to paths in deleteAll | Michael Gapczynski | 2013-05-23 | 1 | -12/+6 |
| | |||||
* | 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 | 3 | -22/+39 |
| | | | | | | | to Filesystem Conflicts: lib/files/cache/scanner.php | ||||
* | Have the filecache updater testcase clean the filesystem properly | Robin Appelman | 2013-05-22 | 1 | -0/+1 |
| | |||||
* | 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 | 2 | -10/+16 |
| | | | | isPartialFile, correct usage of isPartialFile and isFileBlacklisted | ||||
* | Merge pull request #3282 from owncloud/fix_etag_update | Björn Schießle | 2013-05-08 | 1 | -1/+8 |
|\ | | | | | Fix etag update | ||||
| * | don't call correctFolder() in touchHook, it will be called later in the ↵ | Björn Schießle | 2013-05-08 | 1 | -1/+0 |
| | | | | | | | | writeUpdate() | ||||
| * | update etag for for the touched file | Björn Schießle | 2013-05-08 | 1 | -1/+9 |
| | | |||||
* | | Cache: only look for child entires when doing a move operation when moving a ↵ | Robin Appelman | 2013-05-08 | 1 | -12/+15 |
|/ | | | | folder | ||||
* | Files: also check if the source path is valid when doing a rename or copy ↵ | Robin Appelman | 2013-04-23 | 1 | -15/+23 |
| | | | | operation | ||||
* | always connect file cache updater hooks first | Jörn Friedrich Dreyer | 2013-04-17 | 1 | -5/+0 |
| | |||||
* | allow Storages to join MountPoint initialization | Arthur Schiwon | 2013-04-15 | 1 | -0/+4 |
| | |||||
* | Fix touch for creating new files | Robin Appelman | 2013-04-10 | 1 | -1/+1 |
| | |||||
* | fixes #2679 | OpenLarry | 2013-04-09 | 1 | -2/+2 |
| | |||||
* | fixes #2792 - only touch if writable | Thomas Mueller | 2013-04-09 | 1 | -0/+3 |
| | |||||
* | Make FileCache upgrade more robust, fixes #2650 | Arthur Schiwon | 2013-04-05 | 2 | -5/+21 |
| | |||||
* | Merge pull request #2680 from owncloud/fix_2666 | Bernhard Posselt | 2013-04-03 | 1 | -1/+1 |
|\ | | | | | PostgreSQL compatibility, fixes #2666 |