aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix last testsJoas Schilling2021-12-022-10/+10
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* More test fixingJoas Schilling2021-12-012-4/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* More test fixingJoas Schilling2021-12-016-271/+19
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* More unit test adjustmentsJoas Schilling2021-12-015-881/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix testsCarl Schwan2021-12-012-424/+4
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Remove default token which is deprecated since Nextcloud 13Joas Schilling2021-12-0112-850/+23
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #30001 from nextcloud/fix/subscription-id-intChristoph Wurst2021-12-011-4/+5
|\ | | | | Cast orphan subscription id to int
| * Cast orphan subscription id to intChristoph Wurst2021-12-011-4/+5
| | | | | | | | | | | | DB columns are of type int by default, so they need to be casted. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #29905 from nextcloud/bugfix/fix-some-buttonsChristoph Wurst2021-12-011-7/+7
|\ \ | |/ |/| Only add the vue exeption to actual button elements
| * Only add the vue exeption to actual button elementsmarco2021-11-251-7/+7
| | | | | | | | Signed-off-by: marco <marcoambrosini@pm.me>
* | [tx-robot] updated from transifexNextcloud bot2021-12-014-4/+22
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #29964 from nextcloud/fix/ie-davclientPytal2021-11-3021-524/+345
|\ \
| * | Remove files_iedavclientJohn Molakvoæ (skjnldsv)2021-11-3021-524/+345
|/ / | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #29966 from nextcloud/feat/remove-isIEJohn Molakvoæ2021-11-30111-789/+1740
|\ \
| * | Remove isIE and associated legacy scriptsJohn Molakvoæ (skjnldsv)2021-11-30111-789/+1740
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #29958 from nextcloud/fix/translit-php8/deps-and-testsMichaIng2021-11-305-9/+4
|\ \ \ | | | | | | | | Remove iconv from dependencies and tests
| * | | Remove iconv from dependencies and testsMichaIng2021-11-305-9/+4
| | | | | | | | | | | | | | | | | | | | | | | | which is not used anymore since: https://github.com/nextcloud/server/pull/29470 Signed-off-by: MichaIng <micha@dietpi.com>
* | | | Merge pull request #29670 from nextcloud/feat/package-node-npm-engines-updateJohn Molakvoæ2021-11-301-4/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge branch 'master' into feat/package-node-npm-engines-updateJohn Molakvoæ2021-11-30636-4658/+10793
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #29974 from nextcloud/fix/repair-step-query-exception-bubbleChristoph Wurst2021-11-301-2/+9
|\ \ \ \ | | | | | | | | | | Let repair step query exceptions bubble up
| * | | | Include previous execption for repair steps that don't existChristoph Wurst2021-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | | Let repair step query exceptions bubble upChristoph Wurst2021-11-301-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And hide the type error caused by a constructor call with missing arguments. `new $repairStep();` only works for the rare case that no arguments are required. Anything else will throw. Then we previously hid the trace of the more important query exception. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #29960 from ↵Côme Chilliet2021-11-301-0/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/bump-christophwurst/id3parser-to-0.1.4 Bump christophwurst/id3parser to 0.1.4
| * | | | | Bump christophwurst/id3parser to 0.1.4Côme Chilliet2021-11-301-0/+0
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Merge pull request #29954 from nextcloud/fix/bump-guzzlehttp/guzzle-to-7.4.0Côme Chilliet2021-11-301-0/+0
|\ \ \ \ \ | | | | | | | | | | | | Bump guzzlehttp/guzzle to 7.4.0
| * | | | | Bump guzzlehttp/guzzle to 7.4.0Côme Chilliet2021-11-301-0/+0
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Merge pull request #29872 from nextcloud/enh/28139/profile-page-titleLouis2021-11-303-3/+5
|\ \ \ \ \ | |/ / / / |/| | | | Set profile page title
| * | | | Set profile page titleChristopher Ng2021-11-293-3/+5
| | |/ / | |/| | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | Merge pull request #29957 from ↵Côme Chilliet2021-11-301-0/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/fix/bump-giggsey/libphonenumber-for-php-to-8.12.37 Bump giggsey/libphonenumber-for-php to 8.12.37
| * | | | Bump giggsey/libphonenumber-for-php to 8.12.37Côme Chilliet2021-11-291-0/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2021-11-308-2/+40
| |/ / / |/| | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #29870 from nextcloud/fix/erroneous-status-on-profilePytal2021-11-293-9/+11
|\ \ \ \
| * | | | Prevent your own status from replacing another user's statusChristopher Ng2021-11-293-9/+11
|/ / / / | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | Merge pull request #29917 from nextcloud/fix/29768/l10nPytal2021-11-297-17/+17
|\ \ \ \ | |/ / / |/| | |
| * | | Fix source of translationsChristopher Ng2021-11-267-17/+17
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Merge pull request #29951 from nextcloud/fix/log-interpolation-exceptionsChristoph Wurst2021-11-291-8/+19
|\ \ \ \ | | | | | | | | | | Interpolate the log message also for logged exceptions
| * | | | Interpolate the log message also for logged exceptionsChristoph Wurst2021-11-291-8/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to PSR-3 the log message can have placeholders that are replaced from the context object. Our logger implementation did that for all PSR-3 logger methods. The only exception was our custom `logException`. Since PsrLoggerAdapter calls logException when an exception key is present in the context object, log messages were no longer interpolated. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #29830 from ↵Christoph Wurst2021-11-291-0/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/enhancement/wfe-operation-scope-psalm-type-hint Add Psalm specific scope type hint for the WFE operation
| * | | | | Add Psalm specific scope type hint for the WFE operationChristoph Wurst2021-11-221-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | Merge pull request #29953 from nextcloud/fix/bump-pimple/pimple-to-3.5.0Carl Schwan2021-11-291-0/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Bump pimple/pimple to 3.5.0
| * | | | | Bump pimple/pimple to 3.5.0Côme Chilliet2021-11-291-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | Merge pull request #29868 from nextcloud/drone-pipeline-php8.0John Molakvoæ2021-11-291-363/+6
|\ \ \ \ \ \
| * | | | | | Reintroduce memcachedacsfer2021-11-261-0/+27
| | | | | | |
| * | | | | | Drop old/duplicate pipelinesacsfer2021-11-261-488/+0
| | | | | | |
| * | | | | | Add Drone php8.0 pipelines for MariaDB10.4, MySQL8, PGSQL13acsfer2021-11-231-6/+110
| | | | | | | | | | | | | | | | | | | | | Add Drone php8.0 pipelines for MariaDB10.4, MySQL8, PGSQL13
* | | | | | | Merge pull request #29470 from nextcloud/fix/translit-php8blizzz2021-11-292-13/+11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Avoid use of iconv to get rid of unicode
| * | | | | | | Fix sanitizing regex and add a test case for uppercase in usernameCôme Chilliet2021-11-232-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I did not find any test data that would fail with the previous regex, but still added data with uppercase to at least test that. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | | Avoid use of iconv to get rid of unicodeCôme Chilliet2021-10-282-13/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using iconv for translit depends upon server configuration, locale, and PHP version. Using htmlentities instead to have a consistent behavior independent of configuration. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | | Merge pull request #29931 from nextcloud/dependabot/npm_and_yarn/marked-4.0.5Louis2021-11-296-14/+14
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | Bump marked from 4.0.4 to 4.0.5
| * | | | | | | Bump marked from 4.0.4 to 4.0.5dependabot[bot]2021-11-276-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [marked](https://github.com/markedjs/marked) from 4.0.4 to 4.0.5. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](https://github.com/markedjs/marked/compare/v4.0.4...v4.0.5) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>