| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ |
|
| * | 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 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 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 |
|/ |
|
* | Merge pull request #21056 from owncloud/check-return | Thomas Müller | 2015-12-09 | 1 | -1/+1 |
|\ |
|
| * | Verify return type | Lukas Reschke | 2015-12-09 | 1 | -1/+1 |
* | | Add reshare permission checks | Vincent Petry | 2015-12-08 | 1 | -1/+1 |
* | | Compute share permissions in the view | Vincent Petry | 2015-12-08 | 2 | -5/+7 |
|/ |
|
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-12-07 | 1 | -1/+0 |
* | Merge pull request #20904 from owncloud/view-mime-filter | Thomas Müller | 2015-12-07 | 1 | -6/+2 |
|\ |
|
| * | 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 | Robin Appelman | 2015-12-02 | 1 | -3/+16 |
* | | Reduce OC_Config usage in lib/ | Morris Jobke | 2015-12-02 | 1 | -3/+3 |
|/ |
|
* | Merge pull request #20875 from owncloud/remove-changepropagator | Thomas Müller | 2015-12-02 | 2 | -143/+0 |
|\ |
|
| * | 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 |
* | 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() | Morris Jobke | 2015-11-26 | 1 | -1/+1 |
* | | Merge pull request #20731 from owncloud/per-storage-updater | Thomas Müller | 2015-11-26 | 5 | -114/+144 |
|\ \
| |/
|/| |
|
| * | 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 | Roeland Jago Douma | 2015-11-24 | 1 | -2/+2 |
* | | Merge pull request #20439 from owncloud/etag-propagate-in-storage | Thomas Müller | 2015-11-25 | 8 | -110/+242 |
|\ \ |
|
| * | | take the etag of child mounts into account for the folder etag | Robin Appelman | 2015-11-19 | 8 | -21/+158 |
| * | | 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 owncloud/use-mocks-when-testing-isSharingDisab... | Thomas Müller | 2015-11-20 | 1 | -1/+1 |
|\ \ |
|
| * | | 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 |