aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-16224-173/+250
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #24629 from nextcloud/enh/noid/optional-before-requiredChristoph Wurst2020-12-162-3/+3
|\ | | | | Make $vars and $secureRandom required.
| * Make $vars and $secureRandom required.Daniel Kesselberg2020-12-102-3/+3
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #24659 from ↵Roeland Jago Douma2020-12-163-3/+11
|\ \ | | | | | | | | | | | | nextcloud/enh/noid/dav-honour-sharing.maxAutocompleteResults dav principal search to honour sharing.maxAutocompleteResults setting
| * | use a consistent default value for sharing.maxAutocompleteResultsArthur Schiwon2020-12-153-3/+11
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #24706 from ↵Roeland Jago Douma2020-12-161-0/+14
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/log-error-on-setting-custom-headers-on-no-content-responses Log an error when setting a custom header on "Not Modified" responses
| * | | Log an error when setting a custom header on "Not Modified" responsesJoas Schilling2020-12-151-0/+14
| |/ / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Do not include non-required scripts on the upgrade pageJulius Härtl2020-12-151-1/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #24488 from zzkt/patch-1Julius Härtl2020-12-151-0/+13
|\ \ \
| * | | repair text/org MIME typesnik gaffney2020-12-111-0/+13
| | | | | | | | | | | | | | | | Signed-off-by: nik gaffney <nik@fo.am>
* | | | 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
| | | | | | | | | | | | | | | | Signed-off-by: Guillaume Virlet <github@virlet.org>
* | | | [tx-robot] updated from transifexNextcloud bot2020-12-152-0/+26
| | | |
* | | | 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
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #24631 from ↵Joas Schilling2020-12-141-0/+21
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | nextcloud/bugfix/noid/prevent-select-asterix-and-specifics Prevent * and other things in the same query for Oracle
| * | | | Prevent * and other things in the same query for OracleJoas Schilling2020-12-141-0/+21
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #24679 from nextcloud/tcitworld-patch-1Roeland Jago Douma2020-12-141-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Update comment to reflect current CSP policy
| * | | | | Update comment to reflect current CSP policyThomas Citharel2020-12-121-1/+1
| | |/ / / | |/| | | | | | | | JS unsafe-eval was removed a long time ago in https://github.com/nextcloud/server/pull/11028
* | | | | Merge pull request #24663 from nextcloud/sanitizersRoeland Jago Douma2020-12-142-0/+3
|\ \ \ \ \ | |/ / / / |/| | | | Add sanitizers for JSON output
| * | | | Add sanitizers for JSON outputLukas Reschke2020-12-112-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Those functions set proper content-types that prevent rendering of data. Therefore it's safe to mark them as sanitizers. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | [tx-robot] updated from transifexNextcloud bot2020-12-122-0/+6
|/ / / /
* | | | 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 releases
| * | | Check php compatibility of app store app releasesChristoph Wurst2020-12-041-7/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apps might increase the minimum php version requirement, in which case an update could break the app or even the whole instance. We must not install those releases, or better, don't even show them for update/installation. This extends the app fetcher code to filter out the releases that are not installable. The filter respects minimum and maximum requirements. E.g. apps that are still only released for php7.3 won't show up for php7.4 instances. This behavior is new but if an app lists an explicit version requirement, then we ought to repect that. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #23044 from nextcloud/migration-10.5Roeland Jago Douma2020-12-1013-2/+617
|\ \ \ \ | | | | | | | | | | Handle owncloud migration to latest release
| * | | | Make sure the migrations table schema is always checkedJulius Härtl2020-12-092-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Revert "Make sure the migrations table schema is always checked" This reverts commit 258955ef738a52d9da2ac2fe59466e6093d7e9bc. Set current vendor during upgrade and perform migrations table change if needed Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Properly migrate from new owncloud avatar locationJulius Härtl2020-12-091-73/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | as the files are not scanned we cannot use the OCP\Files api Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Dump autoloaderJulius Härtl2020-12-092-14/+14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Readd repair steps that are relevant when migrating from ownCloudJulius Härtl2020-12-099-0/+629
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit d9b1492e03ab9fe58bb87baaeba745790ca15c53. Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Allow major/minor match for owncloud versionJulius Härtl2020-12-091-1/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Avoid checking for brute force protection capabilities when upgradingJulius Härtl2020-12-091-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This might happen a releases that doesn't have this table yet Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Drop fk constraints on locks tableJulius Härtl2020-12-091-0/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #24605 from nextcloud/enh/share-deckRoeland Jago Douma2020-12-106-0/+69
|\ \ \ \ \ | |_|_|/ / |/| | | | Add deck share provider support
| * | | | Address minor commentsJulius Härtl2020-12-092-2/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Add internal DECK_USER type to allow unsharing for individual usersJulius Härtl2020-12-091-0/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Introduce deck share type to ShareAPIControllerJulius Härtl2020-12-091-0/+11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Dummy general share checks for deckJulius Härtl2020-12-091-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Let sharees endpoint properly handle deck sharesJulius Härtl2020-12-091-0/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Add share type for deckJulius Härtl2020-12-092-0/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Allow apps to register their share providers from outsideJulius Härtl2020-12-094-0/+39
| |/ / / | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* / / / [tx-robot] updated from transifexNextcloud bot2020-12-104-24/+28
|/ / /
* | | Merge pull request #24398 from nextcloud/fix/do-not-update-incompatible-appJoas Schilling2020-12-092-1/+10
|\ \ \ | | | | | | | | Do not update incompatible apps
| * | | Do not update incompatible appsChristoph Wurst2020-12-042-1/+10
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously there was no (platform) dependency check for an app that was installed before. So Nextcloud happily upgraded an app that now requires a php version newer than the current one. Which means in the lucky case you see a failing upgrade due to the language incompatibility, or in the unlucky case you see unexpected errors later in production. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #24598 from ↵Joas Schilling2020-12-081-1/+8
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/wrap-the-exception-to-make-debuggin-easier Make debugging migration exceptions easier
| * | | Make debugging migration exceptions easierJoas Schilling2020-12-071-1/+8
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #24486 from nextcloud/feature/noid/phone-number-validationJoas Schilling2020-12-087-10/+237
|\ \ \ \ | | | | | | | | | | Phone number validation and search
| * | | | Fix PHP code styleJoas Schilling2020-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Add a repairstep to validate the phone numbersJoas Schilling2020-12-074-1/+94
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Make the throwing optional, so background tasks don't breakJoas Schilling2020-12-071-3/+11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Add a config for default region of phone numbersJoas Schilling2020-12-071-12/+36
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>