Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-10[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-09Merge pull request #33473 from ↵dependabot[bot]
nextcloud/dependabot/npm_and_yarn/v-click-outside-3.2.0
2022-08-09Bump v-click-outside from 3.1.2 to 3.2.0dependabot[bot]
Bumps [v-click-outside](https://github.com/ndelvalle/v-click-outside) from 3.1.2 to 3.2.0. - [Release notes](https://github.com/ndelvalle/v-click-outside/releases) - [Commits](https://github.com/ndelvalle/v-click-outside/compare/v3.1.2...v3.2.0) --- updated-dependencies: - dependency-name: v-click-outside dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-08-09Merge pull request #33485 from nextcloud/bugfix/noid/authtoken-duplicate-updateJulius Härtl
Do not update passwords if nothing changed
2022-08-09Do not update passwords if nothing changedJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-08-09Merge pull request #33442 from ↵Carl Schwan
nextcloud/automated/noid/master-update-psalm-baseline [master] Update psalm-baseline.xml
2022-08-09Update psalm baselinenextcloud-command
Signed-off-by: GitHub <noreply@github.com>
2022-08-09[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-08Merge pull request #33480 from nextcloud/bugfix/noid/fix-workflow-engine-a11yJoas Schilling
Fix workflow engine a11y and spacing of icons
2022-08-08Merge pull request #33174 from nextcloud/fix/redirect-css-not-foundVincent Petry
Do not redirect if requested font, style or script can not be found
2022-08-08Merge pull request #33465 from nextcloud/bugfix/noid/fix-more-icon-colorVincent Petry
Fix "More" app icon in dark mode
2022-08-08Merge pull request #33415 from nextcloud/fix/integration-test-notifCarl Schwan
Fix integration tests
2022-08-08Merge pull request #32363 from nextcloud/cleanup/remove-long-deprecated-classesCarl Schwan
Remove OCP\App and OCP\BackgroundJob
2022-08-08Set special header for 503 maintenance modeenhancement/maintenance-mode-http-headerChristoph Wurst
This removes ambiguity with a 503 returned by app code, web server or similar. Front-end and clients can then handle this state accordingly. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-08-08Do not redirect if requested CSS can not be foundChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-08-08Fix eslint line breaksJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-08Add empty alt tags for decorative iconsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-08Fix inverting on darkmode and spacingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-08Allow to invert when on brightJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-08Merge pull request #33357 from nextcloud/external_storage_buttons_a11yVincent Petry
Fix accessibility of buttons in the external storage configuration
2022-08-08[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-07Update npm and node engines versionsfeat/package-node-npm-engines-updateNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-07[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-06[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-05Merge pull request #33398 from nextcloud/enh/noid/sensitive-methods-appsVincent Petry
allow apps to specify methods carrying sensitive parameters
2022-08-05Fix "More" app iconbugfix/noid/fix-more-icon-colorJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-05[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-04Merge pull request #33411 from ↵Julius Härtl
nextcloud/dependabot/npm_and_yarn/puppeteer-15.5.0
2022-08-04Merge pull request #33448 from nextcloud/bugfix/allow-download-labelJulius Härtl
2022-08-04Merge pull request #33269 from ↵dependabot[bot]
nextcloud/dependabot/npm_and_yarn/jquery-ui-1.13.2
2022-08-04Fix label for allow download share permissionJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-08-04Merge pull request #33447 from ↵Vincent Petry
nextcloud/bugfix/noid/detect-leading-spaces-in-config Detect leading spaces in config files
2022-08-04Merge pull request #33435 from nextcloud/fix/remove-at-matchers-in-testsCôme Chilliet
Remove at matchers from tests in oauth2 and tests/Test
2022-08-04Merge pull request #32615 from sleiner/feature/ipv6-cidr-for-trusted-proxiesCôme Chilliet
Support specifying IPv6 proxies in CIDR notation
2022-08-04Merge pull request #32852 from ↵Vincent Petry
nextcloud/revert-revert-federation-performance-issues Revert "Revert "Remove inefficient fed share scanner""
2022-08-03Fix accessibility of buttons in the external storage configurationexternal_storage_buttons_a11yLukáš Tyrychtr
Note that there is no keyboard only way to close the dropdown Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-08-03Merge pull request #33451 from ↵Vincent Petry
nextcloud/update-node-workflow-better-error-messages Update node workflow for better error messages
2022-08-03fix external share scanner not propagating locking-opt-outrevert-revert-federation-performance-issuesRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-08-03First first run wizzardfix/firstrunwizzardCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-03Update node workflow for better error messagesVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-08-03Disable locking on federated sharesCarl Schwan
The old inneficiant code didn't do locking and adding locking is creating issues Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-03Revert "Revert "Remove inefficient fed share scanner""Carl Schwan
This reverts commit 6667007bf235b90a7dd105c881cf5802b2a3f83e. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-03Detect leading spaces in config filesbugfix/noid/detect-leading-spaces-in-configVincent Petry
Because those will cause PHP to output to stdout and will cause unrelated error messages. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-08-02Support specifying IPv6 proxies in CIDR notationSimon Leiner
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>
2022-08-02Merge pull request #32958 from ↵Julius Härtl
nextcloud/fix/noid/permission-update-allow-public-uploads
2022-08-02Merge pull request #33425 from nextcloud/fix/fix-dynamic-properties-in-testsCôme Chilliet
Fix dynamic property creations in test files
2022-08-02Merge pull request #33428 from nextcloud/improve-accessibility-deviceVincent Petry
Improve Devices & sessions settings
2022-08-02Remove at matchers from tests in:fix/remove-at-matchers-in-testsCôme Chilliet
* apps/oauth2 * tests/Test/Repair/Owncloud Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-08-02Merge pull request #33432 from nextcloud/nickvergessen-patch-1Vincent Petry
Remove "needs info" label when the issue is not stale anymore
2022-08-02Document all getIncomplete implementations as returning string|falseCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>