summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Fix #19181: Support .bz2 app archivesChristian Weiske2015-10-202-2/+2
| | | | | | | | | At first a bz2 handling in needs to be fixed; PEAR's Archive_Tar otherwise gives the following error: > Unsupported compression type "bz" > Supported types are "gz", "bz2" and "lzma2" After that we can whitelist the application/bz2 MIME type in the installer.
* Merge pull request #19884 from owncloud/locking_exceptionThomas Müller2015-10-201-1/+1
|\ | | | | catch all exception if table doesn't exists
| * catch all exception if table doesn't existsBjörn Schießle2015-10-201-1/+1
| |
* | Merge pull request #19874 from ↵Thomas Müller2015-10-202-2/+7
|\ \ | |/ |/| | | | | owncloud/delete-cookie-instead-of-setting-value-to-empty Delete cookie instead of emptying value
| * Delete cookie instead of emptying valueLukas Reschke2015-10-192-2/+7
| | | | | | | | | | | | | | | | PHP will handle session cookies with an empty values as an E_WARNING error. ([php/#68063](https://bugs.php.net/bug.php?id=68063)) ownCloud sets the cookie to an empty value in case the session expires, it however after this starts a new session. Due to potential race conditions this can in unlikely cases lead to the fact that the session never gets restarted and the user is left with an empty cookie. PHP tries then to use the empty cookie which makes the instance not usable. To work around any race condition we now tell PHP to explicitly delete the value which can be done by using `null` as value, PHP will then send a cookie with the value "deleted". Also theepiration has been set to -1.
* | Merge pull request #19666 from owncloud/fix_13002Thomas Müller2015-10-201-46/+0
|\ \ | | | | | | Combine OCS API getUser method code into provisioning_api app
| * | Combine OCS API getUser method code into provisioning_api appRoeland Jago Douma2015-10-131-46/+0
| | | | | | | | | | | | | | | | | | Fixes #13002 Move the cloud/users/{userid} code in total to the provisioning API.
* | | [OCI setup] remove static logger/config callsMorris Jobke2015-10-201-15/+17
| | | | | | | | | | | | * logger/config object are already injected - this only uses it
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-202-0/+2
| | |
* | | Merge pull request #17641 from owncloud/fix_objectstore_renameJörn Friedrich Dreyer2015-10-193-10/+14
|\ \ \ | | | | | | | | don't move files in cache twice, fixes renaming for objectstores
| * | | fix objectstore files having create permissionsRobin Appelman2015-10-161-2/+2
| | | |
| * | | detect object homestorage in share codeRobin Appelman2015-10-161-1/+3
| | | |
| * | | don't move files in cache twice, fixes renaming for objectstoresJörn Friedrich Dreyer2015-10-161-7/+9
| | | |
* | | | Merge pull request #19833 from owncloud/fix_view_rmdirRobin Appelman2015-10-191-1/+1
|\ \ \ \ | |_|_|/ |/| | | Removemount expects absolutePath
| * | | Removemount expects absolutePathRoeland Jago Douma2015-10-161-1/+1
| | | |
* | | | The full name has to be tested if it's a dir - fixes #19854Thomas Müller2015-10-191-1/+1
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-194-0/+8
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-1816-56/+294
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-1776-152/+0
| |/ / |/| |
* | | Merge pull request #19843 from ↵Thomas Müller2015-10-161-1/+1
|\ \ \ | | | | | | | | | | | | | | | | owncloud/an-app-is-identified-by-having-a-info.xml-app.php-should-not-be-mandatory an-app-is-identified-by-having-a-info.xml-app.php-should-not-be-manda…
| * | | an-app-is-identified-by-having-a-info.xml-app.php-should-not-be-mandatoryThomas Müller2015-10-161-1/+1
| | | |
* | | | Check for error when resharingRoeland Jago Douma2015-10-161-4/+4
| | | |
* | | | When sharing with the owner show the pathRoeland Jago Douma2015-10-161-1/+4
|/ / / | | | | | | | | | | | | The error message should contain the path that is being shared not the numeric id.
* | | Remove $ETagFunction - it was never usedThomas Müller2015-10-161-7/+1
| | |
* | | Consolidate webdav code - move all to one appThomas Müller2015-10-1626-3873/+1
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2015-10-162-0/+26
| |
* | check if fopen was successful before continueBjoern Schiessle2015-10-151-3/+7
| |
* | only wrap source if fopen was successfulBjoern Schiessle2015-10-151-1/+4
| |
* | Remove ArrayParser because it is unusedMorris Jobke2015-10-141-238/+0
| |
* | Merge pull request #19731 from owncloud/update-list-of-deprecated-methodsThomas Müller2015-10-142-7/+27
|\ \ | | | | | | Update list of deprecated methods
| * | update deprecation messageMorris Jobke2015-10-141-1/+1
| | |
| * | Update list of deprecated methodsJoas Schilling2015-10-142-7/+27
| | |
* | | Merge pull request #19760 from owncloud/adding_occ_upgrade_text_noteThomas Müller2015-10-141-0/+1
|\ \ \ | | | | | | | | Adding occ upgrade text note
| * | | adding occ upgrade text noteMartin2015-10-141-0/+1
| | | |
* | | | Merge pull request #19764 from owncloud/issue-19759-app-check-code-issueThomas Müller2015-10-141-2/+2
|\ \ \ \ | |_|/ / |/| | | Variables don't have a class, so we can't use toString() on it
| * | | Variables don't have a class, so we can't use toString() on itJoas Schilling2015-10-141-2/+2
| |/ /
* | | Merge pull request #19738 from owncloud/proppatch-lastmodifiedThomas Müller2015-10-141-3/+3
|\ \ \ | | | | | | | | Fix mtime PROPPATCH to be "lastmodified" instead of "getlastmodified"
| * | | Fix mtime PROPPATCH to be "lastmodified" instead of "getlastmodified"Vincent Petry2015-10-131-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix regression that makes PROPPATCH of mtime work like it did in OC <= 8.0. The PROPPATCH must be done on the "lastmodified" property. The "getlastmodified" now return 403 again.
* | | | Merge pull request #19580 from ↵Thomas Müller2015-10-142-0/+40
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | owncloud/issue-19399-remote-shares-case-sensitivity Make sure that remote shares use the correct uid casing
| * | | | Make sure that remote shares use the correct uid casingJoas Schilling2015-10-062-0/+40
| | | | |
* | | | | Merge pull request #19727 from owncloud/fix_19678Thomas Müller2015-10-141-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Return path instead of itemsource
| * | | | | Return path instead of itemsourceRoeland Jago Douma2015-10-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #19678 Errors should contain paths and not internal ids
* | | | | | Merge pull request #19730 from owncloud/fix_17560Thomas Müller2015-10-141-0/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Squash collection shares
| * | | | | Squash collection sharesRoeland Jago Douma2015-10-131-0/+1
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If folder1 is shared to user2 and user3. And folder1/folder2 is shared to user4 and user5 then getting all the users with access to folder1/folder2 should only list user2 and user 3 once. Previously this was done twice since we request the info two times. This fix makes sure that we only append unique results to the array. * Added test
* | | / / [tx-robot] updated from transifexJenkins for ownCloud2015-10-144-4/+8
| |_|/ / |/| | |
* | | | Merge pull request #19677 from ↵Thomas Müller2015-10-132-10/+12
|\ \ \ \ | |/ / / |/| | | | | | | | | | | owncloud/silently-fail-app-upgrade-exceptions-master Silently fail app upgrade exceptions
| * | | Always pass in ILoggerThomas Müller2015-10-092-4/+2
| | | |
| * | | Clean codeThomas Müller2015-10-091-2/+2
| | | |
| * | | Catch exceptions during app upgrade - fixes #16240Thomas Müller2015-10-091-4/+8
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-132-0/+2
| | | |