summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-06-182-0/+10
| | | | |
* | | | | Fix return value for OCP PHPDocMorris Jobke2015-06-172-2/+2
|/ / / /
* | | | Merge pull request #16988 from owncloud/fix-avatar-failVincent Petry2015-06-171-0/+24
|\ \ \ \ | | | | | | | | | | Fix remaining avatar problems
| * | | | Fix PHPDoc annotationsLukas Reschke2015-06-171-0/+24
| | | | |
* | | | | Merge pull request #16985 from owncloud/fix-public-api-phpdocThomas Müller2015-06-171-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Fix OCP PHPDoc
| * | | | | Fix OCP PHPDocMorris Jobke2015-06-171-2/+2
| |/ / / / | | | | | | | | | | | | | | | * was always a string instead of \OCP\IUser
* | | | | Merge pull request #16729 from owncloud/scanner-read-lockThomas Müller2015-06-173-13/+27
|\ \ \ \ \ | |/ / / / |/| | | | keep a read lock while scanning a file or folder
| * | | | ensure normalized path form when changing locksRobin Appelman2015-06-151-0/+1
| | | | |
| * | | | properly unlock in case of failed fopenRobin Appelman2015-06-151-2/+2
| | | | |
| * | | | keep a read lock while scanning a file or folderRobin Appelman2015-06-153-12/+25
| | | | |
* | | | | Normalize path in View's lock methodsVincent Petry2015-06-161-4/+5
| | | | |
* | | | | Merge pull request #16892 from owncloud/lock-returnfullpathVincent Petry2015-06-162-13/+63
|\ \ \ \ \ | | | | | | | | | | | | Rethrow LockedException with full path
| * | | | | Rethrow LockedException with full pathVincent Petry2015-06-162-13/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because the path is converted to md5 from the original exception, rethrow the exception with the correct full path
* | | | | | Merge pull request #16856 from ↵Lukas Reschke2015-06-161-2/+4
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | owncloud/issue-15851-fetch-updates-after-page-completion Load the update information asyncroniously to fix the page load speed
| * | | | | Load the update information asyncroniously to fix the page load speedJoas Schilling2015-06-101-2/+4
| | | | | |
* | | | | | Merge pull request #16832 from owncloud/memcache-failJoas Schilling2015-06-162-2/+19
|\ \ \ \ \ \ | | | | | | | | | | | | | | Throw exception if memcache misconfigured or missing
| * | | | | | Throw exception if memcache misconfigured or missingVincent Petry2015-06-122-2/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of falling back to null memcache, throw exceptions. Also throw file locking specific exceptions in case the class is not available.
* | | | | | | Merge pull request #16943 from owncloud/sabre-convertinvalidpathJoas Schilling2015-06-161-1/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Convert invalid path exception to sabre exception on MOVE
| * | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was required by avatars and was broken with https://github.com/owncloud/core/pull/16200 Fixes https://github.com/owncloud/core/issues/16942
* | | | | | | Merge pull request #16727 from owncloud/file-put-content-lockThomas Müller2015-06-151-2/+17
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | add proper locking to file_put_contents when using streams
| * | | | | | 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
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Compare and delete locking watch
| * | | | | | | 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 Support
| * | | | | | Added Opus Mimetype SupportAidan Amavi2015-06-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Added Opus audio mimetype support.
* | | | | | | Merge pull request #16912 from owncloud/webdav-smalltransferlockfixThomas Müller2015-06-152-3/+17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Webdav PUT small file lock must be shared during hooks
| * | | | | | | Webdav PUT small file lock must be shared during hooksVincent Petry2015-06-122-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed code path for Webdav PUT of small files to use shared locks during hook execution, and exclusive during the file operation This makes it possible for versions to be copied by accessing the file in a post_write hook.
* | | | | | | | [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 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
| | | | |