Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make sure that we always use the correct owner for both source and target | Bjoern Schiessle | 2015-06-03 | 1 | -31/+24 |
| | |||||
* | Merge pull request #16667 from ↵ | Morris Jobke | 2015-06-02 | 2 | -43/+61 |
|\ | | | | | | | | | owncloud/issue-16510-fix-encryption-with-s2s-shares Add tests for the storage wrapper and fix the wrapping | ||||
| * | Correctly ignore remote shares aswell | Joas Schilling | 2015-06-02 | 1 | -1/+4 |
| | | |||||
| * | Add unit tests for wrapStorage | Joas Schilling | 2015-06-02 | 1 | -2/+1 |
| | | |||||
| * | Move the storage wrapping into a testable method | Joas Schilling | 2015-06-02 | 2 | -43/+59 |
| | | |||||
* | | Merge pull request #16107 from owncloud/fix-getLocalFile-encryption-master | Thomas Müller | 2015-06-02 | 1 | -1/+7 |
|\ \ | |/ |/| | Fix get local file encryption master | ||||
| * | Only return cached files if existing | Thomas Müller | 2015-05-06 | 1 | -1/+4 |
| | | |||||
| * | Only use cached files in case encryption is enabled - in any other case let ↵ | Thomas Müller | 2015-05-05 | 1 | -1/+4 |
| | | | | | | | | the underlying storage handle this accordingly - refs #16061 #16062 and others | ||||
* | | Merge pull request #16200 from owncloud/kill-globalfilecache | Morris Jobke | 2015-06-02 | 9 | -671/+9 |
|\ \ | | | | | | | Drop file caching | ||||
| * | | remove file cache remainings from server container | Arthur Schiwon | 2015-05-13 | 1 | -5/+7 |
| | | | |||||
| * | | add repair steps to get rid of old background jobs | Arthur Schiwon | 2015-05-12 | 1 | -0/+2 |
| | | | |||||
| * | | also free joblist and base from file cache code | Arthur Schiwon | 2015-05-12 | 1 | -3/+0 |
| | | | |||||
| * | | remove file cache classes and its tests | Arthur Schiwon | 2015-05-08 | 6 | -663/+0 |
| | | | |||||
* | | | Clean application identifier before processing | Lukas Reschke | 2015-06-01 | 1 | -0/+2 |
| | | | |||||
* | | | Fixing undefined index 'foo' | Thomas Müller | 2015-06-01 | 1 | -0/+3 |
| | | | |||||
* | | | fix nooplockingprovider | Robin Appelman | 2015-06-01 | 1 | -2/+9 |
| | | | |||||
* | | | shared lock around hooks | Robin Appelman | 2015-06-01 | 2 | -11/+46 |
| | | | |||||
* | | | add changeLock to the storage api | Robin Appelman | 2015-06-01 | 4 | -0/+35 |
| | | | |||||
* | | | add method to atomically change between shared and exclusive lock | Robin Appelman | 2015-06-01 | 1 | -0/+20 |
| | | | |||||
* | | | Return 423 instead of 503 for locked files | Vincent Petry | 2015-06-01 | 1 | -1/+1 |
| | | | |||||
* | | | Move locking exceptions | Vincent Petry | 2015-06-01 | 2 | -4/+15 |
| | | | |||||
* | | | Convert LockedException to FileLocked in Sabre connector | Vincent Petry | 2015-06-01 | 2 | -3/+19 |
| | | | | | | | | | | | | | | | | | | For Sabre to be able to return the proper error code instead of 500, the LockedException is now rethrown as FileLocked exception in the Sabre connector | ||||
* | | | add locking for non-chunking webdav upload | Robin Appelman | 2015-06-01 | 1 | -0/+5 |
| | | | |||||
* | | | use arraycache for locking in unit tests | Robin Appelman | 2015-06-01 | 1 | -0/+1 |
| | | | |||||
* | | | add seperate config option for locking memcache backend | Robin Appelman | 2015-06-01 | 2 | -3/+25 |
| | | | |||||
* | | | always use locking in unit tests | Robin Appelman | 2015-06-01 | 1 | -1/+1 |
| | | | |||||
* | | | unlock source file when we cant lock the target in a rename | Robin Appelman | 2015-06-01 | 1 | -1/+7 |
| | | | |||||
* | | | close file handle after sending sabre response | Robin Appelman | 2015-06-01 | 1 | -0/+6 |
| | | | |||||
* | | | Added config switch for file locking | Vincent Petry | 2015-06-01 | 2 | -5/+70 |
| | | | |||||
* | | | Fix Null memcache fallback to match interface | Vincent Petry | 2015-06-01 | 1 | -3/+7 |
| | | | |||||
* | | | dont release shared lock if we dont have any | Robin Appelman | 2015-06-01 | 1 | -2/+4 |
| | | | |||||
* | | | fix locking root of a view | Robin Appelman | 2015-06-01 | 1 | -1/+1 |
| | | | |||||
* | | | release all locks on shutdown | Robin Appelman | 2015-06-01 | 1 | -0/+27 |
| | | | |||||
* | | | dont apply callback wrapper when fopen failed | Robin Appelman | 2015-06-01 | 1 | -1/+1 |
| | | | |||||
* | | | dont lock on meta data operations | Robin Appelman | 2015-06-01 | 1 | -4/+4 |
| | | | |||||
* | | | phpdoc and minor issues | Robin Appelman | 2015-06-01 | 2 | -11/+19 |
| | | | |||||
* | | | Use md5 + prefix for file locking keys in memcache | Vincent Petry | 2015-06-01 | 2 | -3/+5 |
| | | | | | | | | | | | | | | | Also trim slashes from paths to make sure the locks are based on the same paths. | ||||
* | | | Use md5 for lock key | Vincent Petry | 2015-06-01 | 2 | -4/+16 |
| | | | |||||
* | | | Add CAS methods to Null memcache | Vincent Petry | 2015-06-01 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | This prevents breaking ownCloud completely when memcache is not enabled and the locking code is triggered | ||||
* | | | fix unlocking when moving mount points | Robin Appelman | 2015-06-01 | 1 | -0/+5 |
| | | | |||||
* | | | high level locking wip | Robin Appelman | 2015-06-01 | 1 | -5/+59 |
| | | | |||||
* | | | always use arraycache for unit tests | Robin Appelman | 2015-06-01 | 1 | -1/+1 |
| | | | |||||
* | | | add locking to the view apo | Robin Appelman | 2015-06-01 | 1 | -2/+71 |
| | | | |||||
* | | | add locking to the storage api | Robin Appelman | 2015-06-01 | 4 | -0/+75 |
| | | | |||||
* | | | expose locking provider in the server container | Robin Appelman | 2015-06-01 | 1 | -0/+18 |
| | | | |||||
* | | | Validate target file name for some webdav ops | Vincent Petry | 2015-05-29 | 2 | -0/+14 |
| | | | |||||
* | | | Merge pull request #16578 from owncloud/fix_16556 | Thomas Müller | 2015-05-28 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | show txt preview when file contains text | ||||
| * | | | show txt preview when file contains text | Georg Ehrke | 2015-05-27 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #16592 from owncloud/fix-16574 | Morris Jobke | 2015-05-28 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | Add type hint for OC_Channel | ||||
| * | | | | Add type hint for OC_Channel | Victor Dubiniuk | 2015-05-27 | 1 | -0/+1 |
| |/ / / |