summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump bamarni/composer-bin-plugin from 1.8.0 to 1.8.1dependabot[bot]2022-08-091-9/+9
| | | | | | | | | | | | | | Bumps [bamarni/composer-bin-plugin](https://github.com/bamarni/composer-bin-plugin) from 1.8.0 to 1.8.1. - [Release notes](https://github.com/bamarni/composer-bin-plugin/releases) - [Commits](https://github.com/bamarni/composer-bin-plugin/compare/1.8.0...1.8.1) --- updated-dependencies: - dependency-name: bamarni/composer-bin-plugin dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #33485 from nextcloud/bugfix/noid/authtoken-duplicate-updateJulius Härtl2022-08-091-3/+6
|\ | | | | Do not update passwords if nothing changed
| * Do not update passwords if nothing changedJulius Härtl2022-08-091-3/+6
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #33442 from ↵Carl Schwan2022-08-091-2/+1
|\ | | | | | | | | nextcloud/automated/noid/master-update-psalm-baseline [master] Update psalm-baseline.xml
| * Update psalm baselinenextcloud-command2022-08-091-2/+1
|/ | | | Signed-off-by: GitHub <noreply@github.com>
* [tx-robot] updated from transifexNextcloud bot2022-08-094-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #33480 from nextcloud/bugfix/noid/fix-workflow-engine-a11yJoas Schilling2022-08-089-12/+38
|\ | | | | Fix workflow engine a11y and spacing of icons
| * Fix eslint line breaksJoas Schilling2022-08-083-5/+11
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Add empty alt tags for decorative iconsJoas Schilling2022-08-084-8/+8
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Fix inverting on darkmode and spacingJoas Schilling2022-08-086-9/+26
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Allow to invert when on brightJoas Schilling2022-08-083-0/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #33174 from nextcloud/fix/redirect-css-not-foundVincent Petry2022-08-081-0/+9
|\ \ | | | | | | Do not redirect if requested font, style or script can not be found
| * | Do not redirect if requested CSS can not be foundChristoph Wurst2022-08-081-0/+9
| |/ | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #33465 from nextcloud/bugfix/noid/fix-more-icon-colorVincent Petry2022-08-085-2/+12
|\ \ | | | | | | Fix "More" app icon in dark mode
| * | Fix "More" app iconJoas Schilling2022-08-055-2/+12
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #33415 from nextcloud/fix/integration-test-notifCarl Schwan2022-08-081-2/+2
|\ \ \ | | | | | | | | Fix integration tests
| * | | Fix integration testsCarl Schwan2022-08-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The html tags changed in the notification apps, adapt selector to the new state Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | Merge pull request #32363 from nextcloud/cleanup/remove-long-deprecated-classesCarl Schwan2022-08-0828-260/+120
|\ \ \ \ | |_|_|/ |/| | | Remove OCP\App and OCP\BackgroundJob
| * | | Remove OCP\App and OCP\BackgroundJobCarl Schwan2022-08-0128-260/+120
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | Both deprecated since NC 23 IAppManager is the replacement for OCP\App unfortunately it can't be dependency injected in classes used by the installed otherwise the database connection is initialised too early Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Merge pull request #33357 from nextcloud/external_storage_buttons_a11yVincent Petry2022-08-085-3/+11
|\ \ \ | | | | | | | | Fix accessibility of buttons in the external storage configuration
| * | | Fix accessibility of buttons in the external storage configurationLukáš Tyrychtr2022-08-035-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | Note that there is no keyboard only way to close the dropdown Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-08-0820-148/+254
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-08-0722-8/+76
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-08-06122-542/+688
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #33398 from nextcloud/enh/noid/sensitive-methods-appsVincent Petry2022-08-055-10/+92
|\ \ \ \ | |_|_|/ |/| | | allow apps to specify methods carrying sensitive parameters
| * | | add unit test for ExceptionSerializerArthur Schiwon2022-07-291-0/+16
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | allow apps to specify methods carrying sensitive parametersArthur Schiwon2022-07-284-10/+76
| | | | | | | | | | | | | | | | | | | | | | | | … in order to remove them from logging. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | [tx-robot] updated from transifexNextcloud bot2022-08-05480-640/+1358
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #33411 from ↵Julius Härtl2022-08-042-24/+24
|\ \ \ \ | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/puppeteer-15.5.0
| * | | | Bump puppeteer from 14.1.0 to 15.5.0dependabot[bot]2022-07-302-24/+24
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 14.1.0 to 15.5.0. - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md) - [Commits](https://github.com/puppeteer/puppeteer/compare/v14.1.0...v15.5.0) --- updated-dependencies: - dependency-name: puppeteer dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | Merge pull request #33448 from nextcloud/bugfix/allow-download-labelJulius Härtl2022-08-043-8/+4
|\ \ \ \
| * | | | Fix label for allow download share permissionJulius Härtl2022-08-043-8/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | Merge pull request #33269 from ↵dependabot[bot]2022-08-045-14/+50
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | nextcloud/dependabot/npm_and_yarn/jquery-ui-1.13.2
| * | | | Bump jquery-ui from 1.13.1 to 1.13.2dependabot[bot]2022-07-285-14/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [jquery-ui](https://github.com/jquery/jquery-ui) from 1.13.1 to 1.13.2. - [Release notes](https://github.com/jquery/jquery-ui/releases) - [Commits](https://github.com/jquery/jquery-ui/compare/1.13.1...1.13.2) --- updated-dependencies: - dependency-name: jquery-ui dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | Merge pull request #33447 from ↵Vincent Petry2022-08-041-0/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/detect-leading-spaces-in-config Detect leading spaces in config files
| * | | | | Detect leading spaces in config filesVincent Petry2022-08-031-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because those will cause PHP to output to stdout and will cause unrelated error messages. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | | | Merge pull request #33435 from nextcloud/fix/remove-at-matchers-in-testsCôme Chilliet2022-08-044-63/+49
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove at matchers from tests in oauth2 and tests/Test
| * | | | | | Remove at matchers from tests in:Côme Chilliet2022-08-024-63/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * apps/oauth2 * tests/Test/Repair/Owncloud Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | Merge pull request #32615 from sleiner/feature/ipv6-cidr-for-trusted-proxiesCôme Chilliet2022-08-042-30/+80
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Support specifying IPv6 proxies in CIDR notation
| * | | | | | | Support specifying IPv6 proxies in CIDR notationSimon Leiner2022-08-022-30/+80
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, it was not possible to use CIDR notation for IPv6 proxies in the trusted_proxies parameter of config.php [1]. This patch adds support for that. [1]: https://docs.nextcloud.com/server/24/admin_manual/configuration_server/reverse_proxy_configuration.html#defining-trusted-proxies Signed-off-by: Simon Leiner <simon@leiner.me>
* | | | | | | Merge pull request #32852 from ↵Vincent Petry2022-08-042-80/+3
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | nextcloud/revert-revert-federation-performance-issues Revert "Revert "Remove inefficient fed share scanner""
| * | | | | | fix external share scanner not propagating locking-opt-outRobin Appelman2022-08-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | Disable locking on federated sharesCarl Schwan2022-08-031-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The old inneficiant code didn't do locking and adding locking is creating issues Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | | | Revert "Revert "Remove inefficient fed share scanner""Carl Schwan2022-08-032-82/+0
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 6667007bf235b90a7dd105c881cf5802b2a3f83e. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | Merge pull request #33451 from ↵Vincent Petry2022-08-031-1/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | nextcloud/update-node-workflow-better-error-messages Update node workflow for better error messages
| * | | | | Update node workflow for better error messagesVincent Petry2022-08-031-1/+6
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | | Merge pull request #32958 from ↵Julius Härtl2022-08-022-3/+30
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | nextcloud/fix/noid/permission-update-allow-public-uploads
| * | | | | fix share manager testsJulien Veyssier2022-08-021-1/+28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
| * | | | | don't reduce file public link permissions if public upload is not enabledJulien Veyssier2022-08-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* | | | | | Merge pull request #33425 from nextcloud/fix/fix-dynamic-properties-in-testsCôme Chilliet2022-08-0210-12/+25
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix dynamic property creations in test files