aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Catch throwable instead of exceptionRoeland Jago Douma2021-01-071-1/+1
| |_|/ |/| |
* | | Merge pull request #25003 from nextcloud/psalm/noid/phpdoc-fix-return-typeRoeland Jago Douma2021-01-073-3/+3
|\ \ \
| * | | Fix return types for Archive::getStreamMorris Jobke2021-01-073-3/+3
| | |/ | |/|
* / | Fix warning in PHP 8 about optional parameter before mandatory oneMorris Jobke2021-01-071-1/+1
|/ /
* / Set the JSCombiner cache if neededRoeland Jago Douma2021-01-061-0/+6
|/
* Properly handle result when copying with failure and throw in testsJulius Härtl2021-01-051-2/+2
* Update license headersChristoph Wurst2020-12-3018-3/+29
* dont apply encryption wrapper for root mountRobin Appelman2020-12-291-1/+1
* Merge pull request #24874 from nextcloud/enh/exception_loggingRoeland Jago Douma2020-12-292-4/+22
|\
| * Avoid huge exception argument loggingRoeland Jago Douma2020-12-292-4/+22
* | Bump icewind/streams from 0.7.1 to 0.7.2Christoph Wurst2020-12-2910-58/+80
|/
* Move to single share event. Just emit more if neededRoeland Jago Douma2020-12-231-1/+2
* +ShareDeletedEventMaxence Lange2020-12-231-0/+2
* Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma2020-12-2211-78/+78
|\
| * Unify links to php.netJ0WI2020-09-1711-78/+78
* | Merge pull request #24594 from kofemann/dcacheJulius Härtl2020-12-229-16/+20
|\ \
| * | storage: update IStorage#file_put_contents docs to match usageTigran Mkrtchyan2020-12-218-15/+19
| * | files: Local#writeStream should use it's own file_put_contentsTigran Mkrtchyan2020-12-071-1/+1
* | | Actually set the TTL on redis setRoeland Jago Douma2020-12-211-1/+7
* | | Merge pull request #24730 from J0WI/fix-trusted-ipv6Julius Härtl2020-12-211-1/+1
|\ \ \
| * | | Fix IPv6 localhost regexJ0WI2020-12-161-1/+1
* | | | Merge pull request #24715 from nextcloud/bug/noid/limit-get-incomplete-to-1Roeland Jago Douma2020-12-211-1/+2
|\ \ \ \
| * | | | Limit getIncomplete query to one rowDaniel Kesselberg2020-12-151-1/+2
* | | | | Merge pull request #24702 from nextcloud/enhancement/well-known-handler-apiChristoph Wurst2020-12-182-0/+148
|\ \ \ \ \
| * | | | | Add well known handlers APIChristoph Wurst2020-12-162-0/+148
* | | | | | Also unset the other possible unused paramtersRoeland Jago Douma2020-12-161-0/+2
* | | | | | Update all license headers for Nextcloud 21Christoph Wurst2020-12-16173-139/+187
| |_|/ / / |/| | | |
* | | | | Merge pull request #24629 from nextcloud/enh/noid/optional-before-requiredChristoph Wurst2020-12-161-2/+2
|\ \ \ \ \
| * | | | | Make $vars and $secureRandom required.Daniel Kesselberg2020-12-101-2/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #24659 from nextcloud/enh/noid/dav-honour-sharing.maxAutoc...Roeland Jago Douma2020-12-162-3/+5
|\ \ \ \ \
| * | | | | use a consistent default value for sharing.maxAutocompleteResultsArthur Schiwon2020-12-152-3/+5
* | | | | | Do not include non-required scripts on the upgrade pageJulius Härtl2020-12-151-1/+1
* | | | | | Merge pull request #24488 from zzkt/patch-1Julius Härtl2020-12-151-0/+13
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | repair text/org MIME typesnik gaffney2020-12-111-0/+13
* | | | | | Merge pull request #24683 from doc75/federation_confidentialityJulius Härtl2020-12-151-1/+7
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | [Fix #24682]: ensure federation cloud id is retruned if FN property not foundGuillaume Virlet2020-12-131-1/+7
* | | | | | Merge pull request #23017 from nextcloud/enh/distinguish-usersJulius Härtl2020-12-143-1/+10
|\ \ \ \ \ \
| * | | | | | Show unique displayname context in the sharing inputJulius Härtl2020-12-143-1/+10
* | | | | | | Merge pull request #24631 from nextcloud/bugfix/noid/prevent-select-asterix-a...Joas Schilling2020-12-141-0/+21
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Prevent * and other things in the same query for OracleJoas Schilling2020-12-141-0/+21
* | | | | | | Add sanitizers for JSON outputLukas Reschke2020-12-112-0/+3
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #24416 from nextcloud/fix/app-store-check-php-compatRoeland Jago Douma2020-12-101-7/+25
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Check php compatibility of app store app releasesChristoph Wurst2020-12-041-7/+25
| | |_|/ / | |/| | |
* | | | | Merge pull request #23044 from nextcloud/migration-10.5Roeland Jago Douma2020-12-1011-2/+603
|\ \ \ \ \
| * | | | | Make sure the migrations table schema is always checkedJulius Härtl2020-12-092-1/+2
| * | | | | Properly migrate from new owncloud avatar locationJulius Härtl2020-12-091-73/+42
| * | | | | Readd repair steps that are relevant when migrating from ownCloudJulius Härtl2020-12-097-0/+615
| * | | | | Allow major/minor match for owncloud versionJulius Härtl2020-12-091-1/+4
| * | | | | Avoid checking for brute force protection capabilities when upgradingJulius Härtl2020-12-091-0/+4
| * | | | | Drop fk constraints on locks tableJulius Härtl2020-12-091-0/+9
| | |/ / / | |/| | |