| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Fix calculating size for empty folders | Michael Gapczynski | 2013-07-28 | 1 | -19/+16 |
| |/ |
|
* | | Merge pull request #4208 from owncloud/scanner-php53 | Morris Jobke | 2013-08-01 | 1 | -6/+7 |
|\ \ |
|
| * | | remove unneeded 'use' | Robin Appelman | 2013-07-29 | 1 | -1/+0 |
| * | | dont need to explicitly pass by reference | Robin Appelman | 2013-07-29 | 1 | -2/+2 |
| * | | fix scanner hooks, cant use inside closures in php 5.3 | Robin Appelman | 2013-07-26 | 1 | -5/+7 |
| |/ |
|
* | | Merge branch 'master' into fixing-testGetById-master | Thomas Müller | 2013-07-30 | 3 | -9/+117 |
|\ \ |
|
| * \ | Merge pull request #4213 from owncloud/scanning-performance | icewind1991 | 2013-07-29 | 1 | -3/+4 |
| |\ \ |
|
| | * | | better variable naming | Robin Appelman | 2013-07-29 | 1 | -3/+3 |
| | * | | Cache: don't check if the parent exists in the cache if we are already sure i... | Robin Appelman | 2013-07-27 | 1 | -3/+4 |
| | |/ |
|
| * / | Move check so the variable will never be undefined | Michael Gapczynski | 2013-07-28 | 1 | -3/+3 |
| |/ |
|
| * | Split scanning logic from ajax file | Robin Appelman | 2013-07-19 | 1 | -0/+89 |
| * | add option to get the mountmanager from the filesystem | Robin Appelman | 2013-07-19 | 1 | -1/+8 |
| * | Make Cache\Scanner an emitter | Robin Appelman | 2013-07-19 | 1 | -2/+13 |
* | | implement a platform independent version of basename | Thomas Mueller | 2013-07-29 | 1 | -1/+1 |
|/ |
|
* | Fix some typos | kondou | 2013-07-16 | 2 | -4/+4 |
* | don't run hooks for .part files | Björn Schießle | 2013-07-03 | 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-03 | 1 | -2/+20 |
* | Merge pull request #3763 from owncloud/recursive-rmdir | Thomas Müller | 2013-06-30 | 2 | -4/+44 |
|\ |
|
| * | make rmdir recursive for mappellocal storage backend | Robin Appelman | 2013-06-30 | 1 | -3/+23 |
| * | Make rmdir recursive for local storage | Robin Appelman | 2013-06-17 | 1 | -1/+21 |
* | | Merge pull request #3635 from owncloud/storage-wrapper | Bart Visscher | 2013-06-29 | 4 | -9/+499 |
|\ \ |
|
| * | | fix storage wrapper namespaces | Robin Appelman | 2013-06-28 | 1 | -1/+1 |
| * | | move storage wrappers to their own namespace | Robin Appelman | 2013-06-28 | 1 | -1/+1 |
| * | | use a getter for the storage loader to ensure the instance is created | Robin Appelman | 2013-06-07 | 1 | -3/+10 |
| * | | storage loader needs to be accessible by apps | Robin Appelman | 2013-06-07 | 1 | -1/+1 |
| * | | Storage wrapper: provide access to the wrapped storage | Robin Appelman | 2013-06-07 | 1 | -1/+8 |
| * | | merge master into storage-wrapper | Robin Appelman | 2013-06-07 | 9 | -79/+227 |
| |\ \ |
|
| * | | | manage creating and wrapping storages in it's own class | Robin Appelman | 2013-06-07 | 3 | -34/+49 |
| * | | | Add mechanism to allow apps to wraper storage classes | Robin Appelman | 2013-05-08 | 2 | -1/+42 |
| * | | | Add wrapper storage backend | Robin Appelman | 2013-05-08 | 1 | -0/+420 |
* | | | | Merge pull request #3892 from owncloud/static-streamwrapper | icewind1991 | 2013-06-28 | 1 | -45/+10 |
|\ \ \ \ |
|
| * | | | | fix is_file and is_dir for the static streamwrapper | Robin Appelman | 2013-06-28 | 1 | -45/+6 |
| * | | | | add option to clear the files in the static streamwrapper | Robin Appelman | 2013-06-28 | 1 | -0/+4 |
* | | | | | Public upload feature | Roman Geber | 2013-06-25 | 1 | -1/+1 |
|/ / / / |
|
* | | | | remove deleted files when re-scanning a folder | Robin Appelman | 2013-06-20 | 1 | -0/+14 |
* | | | | Merge pull request #3764 from owncloud/scanfolder-existing | icewind1991 | 2013-06-19 | 1 | -31/+48 |
|\ \ \ \ |
|
| * | | | | add tests for reusing existing data in scanner | Robin Appelman | 2013-06-17 | 1 | -4/+2 |
| * | | | | scanner: give more percision about what data is reused during scanning | Robin Appelman | 2013-06-14 | 1 | -17/+29 |
| * | | | | split of scanning the childs of a folder | Robin Appelman | 2013-06-14 | 1 | -17/+24 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #3661 from owncloud/fixing-windows-server-master | Jörn Friedrich Dreyer | 2013-06-19 | 2 | -1/+10 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | dirname('/test.txt') returns '\' on windows whereas on linux we get back '.' | Thomas Mueller | 2013-06-14 | 1 | -1/+1 |
| * | | | restore Updater functionality on non-Windows platforms | Thomas Mueller | 2013-06-13 | 1 | -4/+4 |
| * | | | [Fixing unit tests in Windows] | Thomas Mueller | 2013-06-10 | 1 | -0/+6 |
| * | | | [Fixing Updater Unit Tests on Windows] | Thomas Mueller | 2013-06-10 | 1 | -3/+3 |
| * | | | [Fixing Updater Unit Tests on Windows] | Thomas Mueller | 2013-06-10 | 1 | -1/+4 |
* | | | | Merge pull request #3690 from owncloud/use_execute_audited_in_filecache | Thomas Müller | 2013-06-13 | 7 | -122/+99 |
|\ \ \ \ |
|
| * | | | | fix another double wrapped array | Jörn Friedrich Dreyer | 2013-06-12 | 1 | -1/+1 |
| * | | | | remove additional array wrapping | Jörn Friedrich Dreyer | 2013-06-12 | 1 | -3/+3 |
| * | | | | use executeAudited in files cache | Jörn Friedrich Dreyer | 2013-06-12 | 7 | -122/+99 |
* | | | | | Merge pull request #3640 from infoneo/master | Thomas Müller | 2013-06-13 | 1 | -16/+16 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|