Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove unused Storage->getLocalFolder | Robin Appelman | 2016-02-05 | 4 | -39/+0 |
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2016-02-05 | 4 | -4/+5 |
* | Merge pull request #22071 from owncloud/cache-split-insert | Thomas Müller | 2016-02-03 | 3 | -44/+77 |
|\ | |||||
| * | split cache->insert from cache->put | Robin Appelman | 2016-02-03 | 3 | -44/+77 |
* | | Merge pull request #21997 from owncloud/checksums | Thomas Müller | 2016-02-03 | 4 | -7/+28 |
|\ \ | |||||
| * | | Add store/retrieve checksums | Roeland Jago Douma | 2016-02-03 | 4 | -7/+28 |
| |/ | |||||
* / | filter invalid storages from the mount cache early | Robin Appelman | 2016-02-02 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #22015 from owncloud/share-no-permissions | Thomas Müller | 2016-02-02 | 1 | -2/+3 |
|\ | |||||
| * | Block shares that dont have the correct source permissions | Robin Appelman | 2016-01-29 | 1 | -2/+3 |
* | | Merge pull request #21956 from owncloud/cross-cache-move | Thomas Müller | 2016-01-29 | 2 | -30/+124 |
|\ \ | |/ |/| | |||||
| * | Add fallback moveFromCache implementation | Robin Appelman | 2016-01-29 | 2 | -30/+124 |
* | | fix cachejail->update | Robin Appelman | 2016-01-28 | 1 | -1/+1 |
* | | cleanup shared cache | Robin Appelman | 2016-01-28 | 3 | -4/+9 |
* | | Use new constants | Joas Schilling | 2016-01-27 | 1 | -7/+8 |
* | | add IUserMountCache->getMountsForFileId | Robin Appelman | 2016-01-27 | 1 | -0/+58 |
|/ | |||||
* | use insertifnotexists | Robin Appelman | 2016-01-20 | 1 | -23/+5 |
* | clear mount cache when removing applicables | Robin Appelman | 2016-01-20 | 1 | -0/+17 |
* | handle changed mount points | Robin Appelman | 2016-01-20 | 1 | -1/+23 |
* | clear mount cache when deleting user | Robin Appelman | 2016-01-20 | 2 | -0/+61 |
* | multiple minor fies | Robin Appelman | 2016-01-20 | 3 | -11/+24 |
* | use getmountmanager | Robin Appelman | 2016-01-20 | 1 | -1/+1 |
* | log duplicates | Robin Appelman | 2016-01-20 | 1 | -2/+17 |
* | Filter uncached mounts | Robin Appelman | 2016-01-20 | 1 | -10/+15 |
* | cache mountpoints in the db | Robin Appelman | 2016-01-20 | 4 | -2/+307 |
* | 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) | 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 |
|\ \ | |||||
| * | | 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 |
* | | | 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 |
|\ | |||||
| * | 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 |