summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #16943 from owncloud/sabre-convertinvalidpathJoas Schilling2015-06-161-1/+5
|\
| * Convert invalid path exception to sabre exception on MOVEVincent Petry2015-06-151-1/+5
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-164-2/+150
* | Add `no-store` to AppFrameworkLukas Reschke2015-06-151-1/+1
* | Reintroduce user cacheLukas Reschke2015-06-152-3/+4
* | Merge pull request #16727 from owncloud/file-put-content-lockThomas Müller2015-06-151-2/+17
|\ \
| * | change lock back to shared before updating the cacheRobin Appelman2015-06-031-1/+4
| * | add proper locking to file_put_contents when using streamsRobin Appelman2015-06-031-2/+14
* | | Merge pull request #16821 from owncloud/compare-and-delete-locking-watchThomas Müller2015-06-159-4/+120
|\ \ \
| * | | switch to using watch to implement cas and cad on redisRobin Appelman2015-06-121-30/+22
| * | | 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 #16915 from aidanamavi/add-opus-mimetypeThomas Müller2015-06-151-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Added Opus Mimetype SupportAidan Amavi2015-06-131-0/+1
* | | | Merge pull request #16912 from owncloud/webdav-smalltransferlockfixThomas Müller2015-06-152-3/+17
|\ \ \ \
| * | | | Webdav PUT small file lock must be shared during hooksVincent Petry2015-06-122-3/+17
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-06-154-0/+44
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-06-144-4/+94
| |/ / / |/| | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-06-132-2/+6
| |/ / |/| |
* | | Merge pull request #16886 from owncloud/webdav-verify-path-againVincent Petry2015-06-121-0/+4
|\ \ \ | |/ / |/| |
| * | 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 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 -> 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
* | Null -> NullCacheThomas Müller2015-06-112-4/+2
* | Merge pull request #16814 from owncloud/improve-repairMorris Jobke2015-06-101-6/+7
|\ \
| * | 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 owncloud/issue/16801-group-reshare-part-file-e...Thomas Müller2015-06-091-1/+11
|\ \ \
| * | | 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 oparoz/providers-are-responsible-for-the-size-...Thomas Müller2015-06-089-271/+616
|\ \ \ | |/ / |/| |
| * | 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 providers...Olivier Paroz2015-06-069-271/+612
* | | 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
|\ \ \
| * | | more hintsRobin Appelman2015-06-021-1/+1