Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-03 | 76 | -60/+398 |
* | Merge pull request #16686 from owncloud/show_cloud_id | Lukas Reschke | 2015-06-02 | 4 | -0/+61 |
|\ | |||||
| * | L10n for federated cloud ID and rtrim '/' on ID | Morris Jobke | 2015-06-02 | 2 | -2/+2 |
| * | show federated cloud id in the personal settings | Bjoern Schiessle | 2015-06-02 | 4 | -0/+61 |
* | | Merge pull request #16667 from owncloud/issue-16510-fix-encryption-with-s2s-s... | Morris Jobke | 2015-06-02 | 3 | -43/+106 |
|\ \ | |||||
| * | | Correctly ignore remote shares aswell | Joas Schilling | 2015-06-02 | 1 | -1/+4 |
| * | | Add unit tests for wrapStorage | Joas Schilling | 2015-06-02 | 2 | -2/+46 |
| * | | 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 |
|\ \ \ | |/ / |/| | | |||||
| * | | 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 t... | Thomas Müller | 2015-05-05 | 1 | -1/+4 |
* | | | Merge pull request #16623 from owncloud/oparoz-fix-file-conflict-preview | Morris Jobke | 2015-06-02 | 1 | -3/+11 |
|\ \ \ | |||||
| * | | | Escape single quotes | Olivier Paroz | 2015-05-29 | 1 | -0/+2 |
| * | | | Fix for parenthesis | Olivier Paroz | 2015-05-29 | 1 | -1/+1 |
| * | | | Get a 96x96 preview for file conflict resolution | Olivier Paroz | 2015-05-29 | 1 | -3/+9 |
* | | | | Merge pull request #16200 from owncloud/kill-globalfilecache | Morris Jobke | 2015-06-02 | 16 | -946/+144 |
|\ \ \ \ | |||||
| * | | | | 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 | 3 | -0/+120 |
| * | | | | also free joblist and base from file cache code | Arthur Schiwon | 2015-05-12 | 2 | -17/+0 |
| * | | | | remove file cache classes and its tests | Arthur Schiwon | 2015-05-08 | 9 | -922/+0 |
| * | | | | only use memcache, if available | Arthur Schiwon | 2015-05-08 | 1 | -2/+17 |
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-02 | 106 | -102/+260 |
* | | | | | Merge pull request #16672 from owncloud/tests-xmlupdate | Thomas Müller | 2015-06-01 | 2 | -10/+4 |
|\ \ \ \ \ | |||||
| * | | | | | Fix phpunit xml | Vincent Petry | 2015-06-01 | 2 | -10/+4 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge pull request #16663 from owncloud/no-sense-to-check-for-cli | Joas Schilling | 2015-06-01 | 1 | -7/+0 |
|\ \ \ \ \ | |||||
| * | | | | | Remove check for RAW_POPULATE_POST_DATA for unit tests | Lukas Reschke | 2015-06-01 | 1 | -7/+0 |
* | | | | | | Clean application identifier before processing | Lukas Reschke | 2015-06-01 | 1 | -0/+2 |
* | | | | | | Bump Dropbox library to newest upstream version | Lukas Reschke | 2015-06-01 | 10 | -187/+4720 |
* | | | | | | Merge pull request #16237 from owncloud/file-locking | Thomas Müller | 2015-06-01 | 26 | -30/+780 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | 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 | 6 | -0/+54 |
| * | | | | | add method to atomically change between shared and exclusive lock | Robin Appelman | 2015-06-01 | 3 | -0/+82 |
| * | | | | | Adding information on file locking status to admin section | Thomas Müller | 2015-06-01 | 2 | -12/+33 |
| * | | | | | 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 |
| * | | | | | 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 | 3 | -3/+31 |
| * | | | | | 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 | 3 | -5/+83 |
| * | | | | | unit test for releaseall | Robin Appelman | 2015-06-01 | 1 | -0/+24 |
| * | | | | | 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 after test | Robin Appelman | 2015-06-01 | 1 | -0/+1 |