Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | propagate folder size in the same query for write updates | Robin Appelman | 2016-01-15 | 3 | -5/+18 |
| | |||||
* | Merge pull request #21702 from owncloud/fix_emit_scanFiles_II | Thomas Müller | 2016-01-15 | 1 | -7/+25 |
|\ | | | | | Fix: emit 'scanFiles' will only fire on files and not on folders (II) | ||||
| * | Fix: emit 'scanFiles' will only fire on files and not on folders (II) | Martin | 2016-01-13 | 1 | -7/+25 |
| | | |||||
* | | Merge pull request #21117 from owncloud/owner-file-exists | Thomas Müller | 2016-01-15 | 1 | -2/+31 |
|\ \ | | | | | | | Only return an owner if the file exists + improved getUidAndFilename | ||||
| * | | Typo in error message | Lukas Reschke | 2016-01-11 | 1 | -3/+3 |
| | | | |||||
| * | | de-deplicate getUidAndFilename | Robin Appelman | 2016-01-11 | 1 | -1/+24 |
| | | | |||||
| * | | dont return an owner for files that don't exist | Robin Appelman | 2016-01-11 | 1 | -2/+7 |
| | | | |||||
* | | | only trigger locking on lockingstorages | Robin Appelman | 2016-01-14 | 3 | -24/+49 |
| | | | |||||
* | | | split locking related methods to their own interface | Robin Appelman | 2016-01-14 | 1 | -1/+2 |
| | | | |||||
* | | | Add IStorage interface for consistent naming | Robin Appelman | 2016-01-14 | 1 | -2/+3 |
| | | | | | | | | | | | | minor phpdoc fixed | ||||
* | | | fix object store storage | Robin Appelman | 2016-01-14 | 1 | -1/+7 |
| | | | |||||
* | | | fix quota wrapper | Robin Appelman | 2016-01-14 | 1 | -1/+3 |
| | | | |||||
* | | | add watcher interface | Robin Appelman | 2016-01-14 | 1 | -7/+6 |
| | | | |||||
* | | | Add updater interface and expose cache interfaces from storage | Robin Appelman | 2016-01-14 | 1 | -6/+9 |
| | | | |||||
* | | | add scanner interface | Robin Appelman | 2016-01-14 | 1 | -8/+3 |
| | | | |||||
* | | | Return a class from cache operations instead of an array | Robin Appelman | 2016-01-14 | 8 | -54/+50 |
| | | | |||||
* | | | add cache entry interface | Robin Appelman | 2016-01-14 | 1 | -0/+110 |
| | | | |||||
* | | | propagator interface | Robin Appelman | 2016-01-14 | 1 | -2/+4 |
| | | | |||||
* | | | Add public cache interface | Robin Appelman | 2016-01-14 | 1 | -1/+2 |
| |/ |/| | |||||
* | | Happy new year! | Thomas Müller | 2016-01-12 | 55 | -78/+80 |
|/ | |||||
* | Merge pull request #21139 from owncloud/makeswifturltypeconfigurable | Thomas Müller | 2016-01-08 | 1 | -2/+7 |
|\ | | | | | make url type configurable | ||||
| * | add isset for optional params | Jörn Friedrich Dreyer | 2016-01-04 | 1 | -2/+3 |
| | | |||||
| * | make url type configurable | Jörn Friedrich Dreyer | 2015-12-11 | 1 | -1/+5 |
| | | |||||
* | | Remove OC_DB::getConnection | Morris Jobke | 2016-01-07 | 1 | -2/+2 |
| | | |||||
* | | Remove OC_DB::insertid | Morris Jobke | 2016-01-07 | 1 | -1/+1 |
| | | |||||
* | | Remove beginTransaction, commit, rollback from OC_DB | Morris Jobke | 2016-01-07 | 1 | -3/+3 |
| | | |||||
* | | Merge pull request #21398 from owncloud/sharing-disabled-cache | Thomas Müller | 2016-01-06 | 1 | -2/+3 |
|\ \ | | | | | | | Cache isSharingDisabledForUser | ||||
| * | | Cache sharing disabled in the view | Robin Appelman | 2015-12-30 | 1 | -2/+3 |
| | | | |||||
* | | | Cache usermanager instance in view | Robin Appelman | 2015-12-30 | 1 | -1/+4 |
|/ / | |||||
* | | Use TempManager instead of tmpFile | Morris Jobke | 2015-12-18 | 4 | -4/+4 |
| | | |||||
* | | Use TempManager instead of tmpFolder | Morris Jobke | 2015-12-18 | 2 | -2/+2 |
| | | |||||
* | | Use proper public API for OC_Helper::getFileNameMimeType | Morris Jobke | 2015-12-17 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #21128 from owncloud/dav-fopen-non-existing | Thomas Müller | 2015-12-11 | 1 | -8/+14 |
|\ \ | |/ |/| | Dont do a seperate request to check if a file exists when downloading a file from dav external storage | ||||
| * | Dont do a seperate request to check if a file exists for dav->fopen | Robin Appelman | 2015-12-10 | 1 | -8/+14 |
| | | |||||
* | | Do not check storage availability for getOwner | Vincent Petry | 2015-12-09 | 1 | -1/+0 |
|/ | | | | | Because the owner is always known thanks to the file cache and other places, we don't need the remote storage to be actually available. | ||||
* | Merge pull request #21056 from owncloud/check-return | Thomas Müller | 2015-12-09 | 1 | -1/+1 |
|\ | | | | | Verify return type | ||||
| * | Verify return type | Lukas Reschke | 2015-12-09 | 1 | -1/+1 |
| | | | | | | | | Can also be null. Silences another security warning... | ||||
* | | Add reshare permission checks | Vincent Petry | 2015-12-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Added in isSharable() in incoming remote share. Added in isSharable() in regular incoming share. Added in FileInfo to make sure the proper attributes are returned to the clients. | ||||
* | | Compute share permissions in the view | Vincent Petry | 2015-12-08 | 2 | -5/+7 |
|/ | | | | | The share permissions are now computed in the View/FileInfo instead of storing them directly/permanently on the storage | ||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-12-07 | 1 | -1/+0 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | Merge pull request #20904 from owncloud/view-mime-filter | Thomas Müller | 2015-12-07 | 1 | -6/+2 |
|\ | | | | | Fix mimetype filter in getDirectoryContent | ||||
| * | Fix mimetype filter in getDirectoryContent | Robin Appelman | 2015-12-03 | 1 | -6/+2 |
| | | |||||
* | | Merge pull request #20894 from owncloud/post-delete-meta-view | Thomas Müller | 2015-12-03 | 1 | -3/+16 |
|\ \ | |/ |/| | Also add metadata for postDelete hooks triggered from the view | ||||
| * | Also add metadata for postDelete hooks triggered from the view | Robin Appelman | 2015-12-02 | 1 | -3/+16 |
| | | |||||
* | | Reduce OC_Config usage in lib/ | Morris Jobke | 2015-12-02 | 1 | -3/+3 |
|/ | | | | * replaced by proper public interfaces | ||||
* | Merge pull request #20875 from owncloud/remove-changepropagator | Thomas Müller | 2015-12-02 | 2 | -143/+0 |
|\ | | | | | remove old propagation logic | ||||
| * | remove old propagation logic | Robin Appelman | 2015-12-01 | 2 | -143/+0 |
| | | |||||
* | | Add metadata to post delete hooks | Robin Appelman | 2015-12-01 | 4 | -22/+104 |
|/ | |||||
* | Add DB group to some files_external tests | Thomas Müller | 2015-11-30 | 1 | -0/+1 |
| | | | | | | | | | | Adding group Db to federation tests and ldap tests Add group DB to Test_UrlGenerator Adding group DB to trashbin and versions tests Adding group DB to Test_Util_CheckServer for pg | ||||
* | also log exception | Robin Appelman | 2015-11-27 | 1 | -0/+1 |
| |