| Commit message (Expand) | Author | Age | Files | Lines |
* | adding null check on a mount's storage | Thomas Müller | 2013-09-15 | 1 | -0/+6 |
* | Merge pull request #4712 from owncloud/fileapi-foreward | Thomas Müller | 2013-09-13 | 8 | -2/+1323 |
|\ |
|
| * | Merge branch 'master' into fileapi-foreward | Robin Appelman | 2013-09-12 | 1 | -33/+58 |
| |\ |
|
| * | | add storage backend interface to public namespace | Robin Appelman | 2013-09-10 | 1 | -1/+1 |
| * | | improve phpdoc for the public files interface | Robin Appelman | 2013-09-10 | 1 | -21/+0 |
| * | | move filesystem expceptions to global namespace | Robin Appelman | 2013-09-10 | 6 | -57/+55 |
| * | | extract interfaces from fileapi for public namespace | Robin Appelman | 2013-09-06 | 3 | -3/+3 |
| * | | use === | Robin Appelman | 2013-09-06 | 1 | -1/+1 |
| * | | Provide an implementation of the fileapi for oc6 build on top of the old api | Robin Appelman | 2013-09-01 | 8 | -1/+1345 |
* | | | Merge pull request #4719 from owncloud/port_4701_master | Thomas Müller | 2013-09-12 | 4 | -33/+42 |
|\ \ \
| |_|/
|/| | |
|
| * | | more is_resource checks before readdir | Arthur Schiwon | 2013-09-05 | 1 | -8/+10 |
| * | | Always check variable type before using readdir to avoid surprises | Arthur Schiwon | 2013-09-04 | 3 | -25/+32 |
| |/ |
|
* | | change View->deleteAll to an alias of View->rmdir since rmdir works recursive | Robin Appelman | 2013-09-07 | 1 | -1/+1 |
* | | Merge pull request #4477 from owncloud/hooks-view | Bernhard Posselt | 2013-09-04 | 1 | -32/+57 |
|\ \
| |/
|/| |
|
| * | also emit hooks for views that are a subfolder of the user folder | Robin Appelman | 2013-08-17 | 1 | -32/+57 |
* | | also emmit create hook when creating new files using touch() | Robin Appelman | 2013-08-29 | 1 | -0/+1 |
* | | additional readdir check in mappedlocal | Thomas Müller | 2013-08-22 | 1 | -1/+1 |
* | | Merge branch 'master' into readdir-strict-equals | Georg Ehrke | 2013-08-19 | 8 | -5/+264 |
|\ \ |
|
| * \ | Merge pull request #4467 from owncloud/storage-wrapper-quota | icewind1991 | 2013-08-19 | 8 | -5/+264 |
| |\ \ |
|
| | * \ | merge master in storage-wrapper-quota | Robin Appelman | 2013-08-18 | 5 | -34/+203 |
| | |\ \ |
|
| | * | | | fix quota wrapper reporting negative free_space, breaking user interface | Robin Appelman | 2013-08-16 | 1 | -1/+1 |
| | * | | | add conveince function to wrap all storages | Robin Appelman | 2013-07-25 | 1 | -0/+12 |
| | * | | | add option to wrap existing mounts | Robin Appelman | 2013-07-25 | 2 | -0/+14 |
| | * | | | fix getPermissionsCache for storage wrapper | Robin Appelman | 2013-07-25 | 1 | -1/+1 |
| | * | | | add quota storage wrapper | Robin Appelman | 2013-07-25 | 1 | -0/+104 |
| | * | | | add quota streamwrapper that limits the amount of data that can be written to... | Robin Appelman | 2013-07-25 | 1 | -0/+128 |
| | * | | | rename constants | Robin Appelman | 2013-07-25 | 3 | -4/+5 |
* | | | | | use strict equals in readdir loops to prevent issues with '0' files | Robin Appelman | 2013-08-19 | 3 | -5/+5 |
|/ / / / |
|
* | / / | Add _many_ newlines at the end of files | kondou | 2013-08-18 | 1 | -1/+1 |
| |/ /
|/| | |
|
* | | | Merge branch 'master' into mimetype-defaults | Thomas Müller | 2013-08-16 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | Scanner: correctly pass trough reuse options when doing a recursive scan | Robin Appelman | 2013-08-12 | 1 | -1/+1 |
* | | | use === | Robin Appelman | 2013-08-07 | 1 | -4/+4 |
* | | | add the option to have templates for newly created files | Robin Appelman | 2013-08-07 | 1 | -0/+46 |
* | | | split of mimetype detection code from OC_Helper, adding the option for apps t... | Robin Appelman | 2013-08-07 | 1 | -0/+121 |
|/ / |
|
* | | use isset to prevent undefined index | Thomas Müller | 2013-08-05 | 1 | -1/+1 |
* | | Merge pull request #4221 from owncloud/fix-3698 | Jörn Friedrich Dreyer | 2013-08-01 | 1 | -19/+19 |
|\ \ |
|
| * | | Use query to calculate folder size | Michael Gapczynski | 2013-07-29 | 1 | -10/+13 |
| * | | 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 |