Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clear memcache keys in locking | Robin Appelman | 2015-06-12 | 1 | -1/+2 |
| | |||||
* | add compare-and-delete to the memcache interface | Robin Appelman | 2015-06-12 | 7 | -0/+75 |
| | |||||
* | compare-and-set and compare-and-delete using lua scripts for redis | Robin Appelman | 2015-06-12 | 1 | -2/+50 |
| | |||||
* | Merge pull request #16886 from owncloud/webdav-verify-path-again | Vincent Petry | 2015-06-12 | 1 | -0/+4 |
|\ | | | | | verify path when getting a node for sabredav | ||||
| * | verify path when getting a node for sabredav | Robin Appelman | 2015-06-11 | 1 | -0/+4 |
| | | |||||
* | | Merge pull request #16888 from owncloud/feature/fix-titles | Jan-Christoph Borchardt | 2015-06-12 | 1 | -2/+11 |
|\ \ | | | | | | | fixing setting page titles | ||||
| * | | fixing setting page titles | Clark Tomlinson | 2015-06-11 | 1 | -2/+11 |
| |/ | |||||
* | | Don't use limit on explode to have only 1 code path | Joas Schilling | 2015-06-12 | 1 | -7/+2 |
| | | |||||
* | | Add return value to lock methods and check it in tests | Joas Schilling | 2015-06-12 | 1 | -5/+22 |
| | | |||||
* | | Only lock files in data/username/files/ | Joas Schilling | 2015-06-12 | 1 | -9/+53 |
|/ | |||||
* | Revert "verify path when getting a node for sabredav" | Vincent Petry | 2015-06-11 | 1 | -2/+0 |
| | |||||
* | verify path when getting a node for sabredav | Robin Appelman | 2015-06-11 | 1 | -0/+2 |
| | |||||
* | Order all use statements correctly | Joas Schilling | 2015-06-11 | 1 | -6/+6 |
| | |||||
* | Correctly import NullCache class | Joas Schilling | 2015-06-11 | 1 | -0/+1 |
| | |||||
* | Merge pull request #16869 from owncloud/php7 | Morris Jobke | 2015-06-11 | 3 | -6/+4 |
|\ | | | | | Null -> NullCache | ||||
| * | Null -> NullCache | Thomas Müller | 2015-06-11 | 3 | -6/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-11 | 2 | -0/+2 |
|/ | |||||
* | Revert "Null -> NullCache" | Thomas Müller | 2015-06-11 | 2 | -2/+4 |
| | | | | This reverts commit ff24554e76c6ccf7cdb4b5abd82fddaa8d82816c. | ||||
* | Null -> NullCache | Thomas Müller | 2015-06-11 | 2 | -4/+2 |
| | |||||
* | Merge pull request #16814 from owncloud/improve-repair | Morris Jobke | 2015-06-10 | 1 | -6/+7 |
|\ | | | | | Reduce amount of rows to update | ||||
| * | Fix fetching the mimetype id from the query | Joas Schilling | 2015-06-09 | 1 | -1/+2 |
| | | |||||
| * | Reduce amount of rows to update | Victor Dubiniuk | 2015-06-09 | 1 | -6/+6 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-10 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #16803 from ↵ | Thomas Müller | 2015-06-09 | 1 | -1/+11 |
|\ \ | | | | | | | | | | | | | owncloud/issue/16801-group-reshare-part-file-enc-keys Check if the part files has keys when the original file does not | ||||
| * | | Check if the part files has keys when the original file does not | Joas Schilling | 2015-06-08 | 1 | -1/+11 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-09 | 4 | -0/+6 |
| |/ |/| | |||||
* | | Do not use digits in random index names | Victor Dubiniuk | 2015-06-08 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #16382 from ↵ | Thomas Müller | 2015-06-08 | 9 | -271/+616 |
|\ \ | |/ |/| | | | | | oparoz/providers-are-responsible-for-the-size-of-their-preview Fix max preview, some resizing and caching issues and force preview providers to resize their previews properly | ||||
| * | Make sure we have a resource before measuring its size | Olivier Paroz | 2015-06-08 | 1 | -1/+5 |
| | | |||||
| * | Fix max preview, some resizing and caching issues and force preview ↵ | Olivier Paroz | 2015-06-06 | 9 | -271/+612 |
| | | | | | | | | | | | | | | | | | | | | providers to resize their previews properly * introduces a method in OC_Image which doesn't stretch images when trying to make them fit in a box * adds the method to all key providers so that they can do their job, as expected by the Preview class * improves the caching mechanism of Preview in order to reduce I/O and to avoid filling the available disk space * fixes some long standing issues * **contains mostly tests** | ||||
* | | Fix login handler for file cache - fixes #16795 | Thomas Müller | 2015-06-08 | 2 | -6/+4 |
| | | |||||
* | | Merge pull request #16158 from owncloud/mountprovider-after-setup | Thomas Müller | 2015-06-08 | 11 | -96/+163 |
|\ \ | | | | | | | Call newly registered mount providers after the filesystem is setup | ||||
| * | | more hints | Robin Appelman | 2015-06-02 | 1 | -1/+1 |
| | | | |||||
| * | | more type hints | Robin Appelman | 2015-06-02 | 6 | -10/+10 |
| | | | |||||
| * | | phpdoc, strict and type hints | Robin Appelman | 2015-06-02 | 2 | -5/+11 |
| | | | |||||
| * | | only use mount provider if we have a valid user | Robin Appelman | 2015-06-02 | 1 | -2/+4 |
| | | | |||||
| * | | call mount providers that are registered after the filesystem is setup | Robin Appelman | 2015-06-02 | 2 | -8/+40 |
| | | | |||||
| * | | move emitter implementation to a trait | Robin Appelman | 2015-06-02 | 2 | -77/+104 |
| | | | |||||
* | | | Merge pull request #16402 from owncloud/issue-15956-slow-group-usercount | Thomas Müller | 2015-06-08 | 1 | -15/+24 |
|\ \ \ | | | | | | | | | Sort user groups by group name and hide the user count | ||||
| * | | | Sort user groups by group name and hide the user count | Joas Schilling | 2015-05-18 | 1 | -15/+24 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-08 | 2 | -4/+14 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-07 | 12 | -0/+12 |
| |_|/ |/| | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-06 | 2 | -0/+2 |
| | | | |||||
* | | | Merge pull request #16771 from owncloud/fix-storage-full-message | Lukas Reschke | 2015-06-05 | 1 | -1/+15 |
|\ \ \ | | | | | | | | | Add owner to the storage stats to enable better notifications | ||||
| * | | | Add owner to the storage stats to enable better notifications | Morris Jobke | 2015-06-05 | 1 | -1/+15 |
| | | | | | | | | | | | | | | | | | | | | * getstoragestats.php returns now the owner and it's display name * show proper storage stats notifications for shared folders | ||||
* | | | | Merge pull request #16768 from owncloud/add-missing-mime-types | Morris Jobke | 2015-06-05 | 1 | -0/+3 |
|\ \ \ \ | | | | | | | | | | | Adding mimetype x-h for header files | ||||
| * | | | | Adding mark down mime type mkd - fixes ↵ | Thomas Müller | 2015-06-05 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | https://github.com/owncloud/files_texteditor/issues/45 | ||||
| * | | | | Adding mimetype x-h for header files - fixes ↵ | Thomas Müller | 2015-06-05 | 1 | -0/+2 |
| |/ / / | | | | | | | | | | | | | https://github.com/owncloud/files_texteditor/issues/70 | ||||
* | | | | Merge pull request #16767 from owncloud/webdav-preventdeleteroot | Lukas Reschke | 2015-06-05 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Prevent deleting Webdav root | ||||
| * | | | | Prevent deleting Webdav root | Vincent Petry | 2015-06-05 | 1 | -1/+1 |
| | | | | |