summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* clear memcache keys in lockingRobin Appelman2015-06-121-1/+2
|
* add compare-and-delete to the memcache interfaceRobin Appelman2015-06-127-0/+75
|
* compare-and-set and compare-and-delete using lua scripts for redisRobin Appelman2015-06-121-2/+50
|
* Merge pull request #16886 from owncloud/webdav-verify-path-againVincent Petry2015-06-121-0/+4
|\ | | | | verify path when getting a node for sabredav
| * verify path when getting a node for sabredavRobin Appelman2015-06-111-0/+4
| |
* | Merge pull request #16888 from owncloud/feature/fix-titlesJan-Christoph Borchardt2015-06-121-2/+11
|\ \ | | | | | | fixing setting page titles
| * | fixing setting page titlesClark Tomlinson2015-06-111-2/+11
| |/
* | Don't use limit on explode to have only 1 code pathJoas Schilling2015-06-121-7/+2
| |
* | Add return value to lock methods and check it in testsJoas Schilling2015-06-121-5/+22
| |
* | Only lock files in data/username/files/Joas Schilling2015-06-121-9/+53
|/
* Revert "verify path when getting a node for sabredav"Vincent Petry2015-06-111-2/+0
|
* verify path when getting a node for sabredavRobin Appelman2015-06-111-0/+2
|
* Order all use statements correctlyJoas Schilling2015-06-111-6/+6
|
* Correctly import NullCache classJoas Schilling2015-06-111-0/+1
|
* Merge pull request #16869 from owncloud/php7Morris Jobke2015-06-113-6/+4
|\ | | | | Null -> NullCache
| * Null -> NullCacheThomas Müller2015-06-113-6/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-112-0/+2
|/
* Revert "Null -> NullCache"Thomas Müller2015-06-112-2/+4
| | | | This reverts commit ff24554e76c6ccf7cdb4b5abd82fddaa8d82816c.
* Null -> NullCacheThomas Müller2015-06-112-4/+2
|
* Merge pull request #16814 from owncloud/improve-repairMorris Jobke2015-06-101-6/+7
|\ | | | | Reduce amount of rows to update
| * Fix fetching the mimetype id from the queryJoas Schilling2015-06-091-1/+2
| |
| * Reduce amount of rows to updateVictor Dubiniuk2015-06-091-6/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-102-2/+2
| |
* | Merge pull request #16803 from ↵Thomas Müller2015-06-091-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 notJoas Schilling2015-06-081-1/+11
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-06-094-0/+6
| |/ |/|
* | Do not use digits in random index namesVictor Dubiniuk2015-06-081-1/+1
| |
* | Merge pull request #16382 from ↵Thomas Müller2015-06-089-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 sizeOlivier Paroz2015-06-081-1/+5
| |
| * Fix max preview, some resizing and caching issues and force preview ↵Olivier Paroz2015-06-069-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 #16795Thomas Müller2015-06-082-6/+4
| |
* | Merge pull request #16158 from owncloud/mountprovider-after-setupThomas Müller2015-06-0811-96/+163
|\ \ | | | | | | Call newly registered mount providers after the filesystem is setup
| * | more hintsRobin Appelman2015-06-021-1/+1
| | |
| * | more type hintsRobin Appelman2015-06-026-10/+10
| | |
| * | phpdoc, strict and type hintsRobin Appelman2015-06-022-5/+11
| | |
| * | only use mount provider if we have a valid userRobin Appelman2015-06-021-2/+4
| | |
| * | call mount providers that are registered after the filesystem is setupRobin Appelman2015-06-022-8/+40
| | |
| * | move emitter implementation to a traitRobin Appelman2015-06-022-77/+104
| | |
* | | Merge pull request #16402 from owncloud/issue-15956-slow-group-usercountThomas Müller2015-06-081-15/+24
|\ \ \ | | | | | | | | Sort user groups by group name and hide the user count
| * | | Sort user groups by group name and hide the user countJoas Schilling2015-05-181-15/+24
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-06-082-4/+14
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-06-0712-0/+12
| |_|/ |/| |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-06-062-0/+2
| | |
* | | Merge pull request #16771 from owncloud/fix-storage-full-messageLukas Reschke2015-06-051-1/+15
|\ \ \ | | | | | | | | Add owner to the storage stats to enable better notifications
| * | | Add owner to the storage stats to enable better notificationsMorris Jobke2015-06-051-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-typesMorris Jobke2015-06-051-0/+3
|\ \ \ \ | | | | | | | | | | Adding mimetype x-h for header files
| * | | | Adding mark down mime type mkd - fixes ↵Thomas Müller2015-06-051-0/+1
| | | | | | | | | | | | | | | | | | | | https://github.com/owncloud/files_texteditor/issues/45
| * | | | Adding mimetype x-h for header files - fixes ↵Thomas Müller2015-06-051-0/+2
| |/ / / | | | | | | | | | | | | https://github.com/owncloud/files_texteditor/issues/70
* | | | Merge pull request #16767 from owncloud/webdav-preventdeleterootLukas Reschke2015-06-051-1/+1
|\ \ \ \ | | | | | | | | | | Prevent deleting Webdav root
| * | | | Prevent deleting Webdav rootVincent Petry2015-06-051-1/+1
| | | | |