Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
| | ||||||
* | Skip unavailable storages in scanner | Robin Appelman | 2015-11-27 | 1 | -2/+16 | |
| | ||||||
* | Merge pull request #20744 from owncloud/oc_helper-getMimeType-cleanup | Thomas Müller | 2015-11-26 | 1 | -1/+1 | |
|\ | | | | | Remove last occurences of OC_Helper::getMimeType() | |||||
| * | Remove last occurences of OC_Helper::getMimeType() | Morris Jobke | 2015-11-26 | 1 | -1/+1 | |
| | | | | | | | | * ref #4774 | |||||
* | | Merge pull request #20731 from owncloud/per-storage-updater | Thomas Müller | 2015-11-26 | 5 | -114/+144 | |
|\ \ | |/ |/| | Make Cache\Updater per storage | |||||
| * | Make Cache\Updater per storage | Robin Appelman | 2015-11-25 | 5 | -114/+144 | |
| | | ||||||
* | | Merge pull request #20705 from owncloud/fix_20648 | Thomas Müller | 2015-11-25 | 1 | -2/+2 | |
|\ \ | |/ |/| | Fix overriding function from 3rdparty warning | |||||
| * | Fix overriding function from 3rdparty warning | Roeland Jago Douma | 2015-11-24 | 1 | -2/+2 | |
| | | | | | | | | Fixes #20648 | |||||
* | | Merge pull request #20439 from owncloud/etag-propagate-in-storage | Thomas Müller | 2015-11-25 | 8 | -110/+242 | |
|\ \ | | | | | | | Take submount etag into account for folder etags | |||||
| * | | take the etag of child mounts into account for the folder etag | Robin Appelman | 2015-11-19 | 8 | -21/+158 | |
| | | | | | | | | | | | | this replaces shared etag propagation | |||||
| * | | Fix scanning of incomplete folders | Robin Appelman | 2015-11-19 | 1 | -1/+1 | |
| | | | ||||||
| * | | use relative path | Robin Appelman | 2015-11-19 | 1 | -1/+1 | |
| | | | ||||||
| * | | fix fileinfo for non existing files | Robin Appelman | 2015-11-19 | 1 | -0/+4 | |
| | | | ||||||
| * | | Some more cleanup for getFIleInfo/getDirectoryContent | Robin Appelman | 2015-11-19 | 2 | -39/+42 | |
| | | | ||||||
| * | | Split getting cache entry and checking update to a seperate method | Robin Appelman | 2015-11-19 | 1 | -58/+46 | |
| | | | ||||||
* | | | Adjust sabre changes in core | Thomas Müller | 2015-11-24 | 1 | -3/+6 | |
| |/ |/| | ||||||
* | | Merge pull request #20614 from ↵ | Thomas Müller | 2015-11-20 | 1 | -1/+1 | |
|\ \ | | | | | | | | | | | | | owncloud/use-mocks-when-testing-isSharingDisabledForUser Use mocks when testing isSharingDisabledForUser | |||||
| * | | Use mocks when testing isSharingDisabledForUser | Thomas Müller | 2015-11-19 | 1 | -1/+1 | |
| |/ | ||||||
* / | Follow the interface again | Roeland Jago Douma | 2015-11-19 | 1 | -0/+9 | |
|/ | ||||||
* | Handle non existing users as owner in the view | Robin Appelman | 2015-11-18 | 1 | -5/+20 | |
| | ||||||
* | Allow storage wrappers to through a forbidden exception with retry information | Joas Schilling | 2015-11-17 | 1 | -0/+2 | |
| | ||||||
* | Add getOwner to FileInfo | Robin Appelman | 2015-11-10 | 3 | -7/+36 | |
| | ||||||
* | Merge pull request #16604 from owncloud/cache-escape-like | Robin Appelman | 2015-11-10 | 1 | -62/+71 | |
|\ | | | | | escape like parameter in cache operations | |||||
| * | escape like parameter for move queries | Robin Appelman | 2015-11-05 | 1 | -1/+1 | |
| | | ||||||
| * | move from OC_DB to IDBConnection | Robin Appelman | 2015-11-05 | 1 | -62/+71 | |
| | | ||||||
* | | Merge pull request #20288 from owncloud/fix_20234 | Thomas Müller | 2015-11-06 | 1 | -1/+13 | |
|\ \ | |/ |/| | make sure that we update the unencrypted size for the versions | |||||
| * | make sure that we update the unencrypted size for the versions | Björn Schießle | 2015-11-04 | 1 | -1/+13 | |
| | | ||||||
* | | mark path as checked | Robin Appelman | 2015-11-04 | 1 | -0/+1 | |
| | | ||||||
* | | when a file is locked use old cache data | Robin Appelman | 2015-11-04 | 1 | -29/+37 | |
| | | ||||||
* | | fix whitespace | Robin Appelman | 2015-11-04 | 1 | -2/+2 | |
| | | ||||||
* | | only lock in getDirectoryContent if we need to update the cache | Robin Appelman | 2015-11-03 | 1 | -21/+17 | |
| | | ||||||
* | | only lock in getFileInfo if we need to update the cache | Robin Appelman | 2015-11-03 | 1 | -18/+16 | |
| | | ||||||
* | | Split checkUpdate | Robin Appelman | 2015-11-03 | 1 | -19/+39 | |
|/ | ||||||
* | Merge pull request #20060 from owncloud/cache-move-final-update-transaction | Robin Appelman | 2015-10-29 | 1 | -2/+6 | |
|\ | | | | | include the final update in the transaction when moving a folder in the cache | |||||
| * | include the final update in the transaction when moving a folder in the cache | Robin Appelman | 2015-10-29 | 1 | -2/+6 | |
| | | ||||||
* | | Merge pull request #19592 from owncloud/availability-root-always-exists | Thomas Müller | 2015-10-29 | 1 | -0/+3 | |
|\ \ | |/ |/| | The root of a storage always exists | |||||
| * | The root of a storage always exists | Robin Appelman | 2015-10-29 | 1 | -0/+3 | |
| | | ||||||
* | | Merge pull request #19869 from owncloud/cache-adjustcurrentmtimeonrename | Thomas Müller | 2015-10-29 | 2 | -1/+23 | |
|\ \ | |/ |/| | On rename, also refresh storage_mtime of the target file | |||||
| * | Also adjust storage_mtime of target after rename | Vincent Petry | 2015-10-26 | 2 | -1/+23 | |
| | | | | | | | | Some storages like Dropbox change their mtime on rename... |