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-23Fix suggestions by @artonagebackport/32216/stable23Micke Nordin
Signed-off-by: Micke Nordin <kano@sunet.se>
2022-08-23Simpler version as proposed by @artonageMikael Nordin
Co-authored-by: Louis <6653109+artonge@users.noreply.github.com> Signed-off-by: Micke Nordin <kano@sunet.se>
2022-08-23Respect user settings in php.ini if they are big enoughMicke Nordin
In the admin guide: * https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/big_file_upload_configuration.html it is mentioned that you can tweek: * max_input_time * max_execution_time in order to enable larger file uploads. However, the current codebase will hard code these values to one hour, no matter what the user sets in php.ini. This patch will allow the user to set these settings in php.ini and they will be respected, if and only if, they are set to something bigger than 3600 seconds. Signed-off-by: Micke Nordin <kano@sunet.se>
2022-08-22[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-21[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-20[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-18[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-17Merge pull request #33474 from ↵John Molakvoæ
nextcloud/dependabot/npm_and_yarn/stable23/css-vars-ponyfill-2.4.8
2022-08-17Bump css-vars-ponyfill from 2.4.7 to 2.4.8dependabot[bot]
Bumps [css-vars-ponyfill](https://github.com/jhildenbiddle/css-vars-ponyfill) from 2.4.7 to 2.4.8. - [Release notes](https://github.com/jhildenbiddle/css-vars-ponyfill/releases) - [Changelog](https://github.com/jhildenbiddle/css-vars-ponyfill/blob/master/CHANGELOG.md) - [Commits](https://github.com/jhildenbiddle/css-vars-ponyfill/compare/v2.4.7...v2.4.8) --- updated-dependencies: - dependency-name: css-vars-ponyfill 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>
2022-08-17Merge pull request #33580 from nextcloud/backport/33538/stable23Louis
[stable23] Unify initial and updated quota display
2022-08-17Show usage percenteage in the tooltipDaniel Calviño Sánchez
The tooltip of the initial quota display showed the usage percenteage and the total available space. However, the total available space was redundant, as it was shown just below. The tooltip of the updated quota display showed the usage percenteage, but based on the quota rather than the total available space, so there was a mismatch between the tooltip and the bar below. Now the tooltip of the initial and the updated quota display both show just the usage percenteage based on the total available space. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-08-17Use total available space rather than quota when updating the displayDaniel Calviño Sánchez
The initial quota display uses the total available space rather than the quota. Moreover, the relative usage is based on the total space rather than the quota. Due to this now the total available space is also used when updating the quota display. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-08-17Merge pull request #33184 from ↵Julius Härtl
nextcloud/dependabot/npm_and_yarn/stable23/moment-2.29.4
2022-08-17[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-16[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-15[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-14[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-13[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-12[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-11Merge pull request #33503 from nextcloud/release/23.0.8v23.0.8John Molakvoæ
2022-08-1123.0.8John Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-08-11[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-11Bump moment from 2.29.3 to 2.29.4dependabot/npm_and_yarn/stable23/moment-2.29.4dependabot[bot]
Bumps [moment](https://github.com/moment/moment) from 2.29.3 to 2.29.4. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/2.29.3...2.29.4) --- updated-dependencies: - dependency-name: moment 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>
2022-08-10Merge pull request #33489 from nextcloud/backport/33485/stable23John Molakvoæ
2022-08-10[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-09Do not update passwords if nothing changedbackport/33485/stable23Julius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-08-09[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-08[tx-robot] updated from transifexNextcloud 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-05[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-04Merge pull request #33421 from nextcloud/release/23.0.8rc1v23.0.8rc1blizzz
23.0.8rc1
2022-08-04Merge pull request #33443 from nextcloud/backport/33407/stable23blizzz
[stable23] Handle one time and large passwords
2022-08-04Merge pull request #33456 from nextcloud/backport/32852/stable23blizzz
[stable23] Revert "Revert "Remove inefficient fed share scanner""
2022-08-04fix external share scanner not propagating locking-opt-outRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-08-04Disable 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-04Revert "Revert "Remove inefficient fed share scanner""Carl Schwan
This reverts commit 6667007bf235b90a7dd105c881cf5802b2a3f83e. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-03Merge pull request #33436 from ↵Carl Schwan
nextcloud/dependabot/npm_and_yarn/stable23/nextcloud/moment-1.2.1 Bump @nextcloud/momemt to 1.2.1
2022-08-03Handle one time and large passwordsbackport/33407/stable23Carl Schwan
For passwords bigger than 250 characters, use a bigger key since the performance impact is minor (around one second to encrypt the password). For passwords bigger than 470 characters, give up earlier and throw exeception recommanding admin to either enable the previously enabled configuration or use smaller passwords. This adds an option to disable storing passwords in the database. This might be desirable when using single use token as passwords or very large passwords. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-03Bump @nextcloud/momemt to 1.2.1Carl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-03Merge pull request #33354 from nextcloud/backport/33031/stable23blizzz
[stable23] Improve local IP detection
2022-08-03Merge pull request #33392 from nextcloud/backport/33280/stable23Carl Schwan
[stable23] handle AccessDenied error when checking if external s3 support versions
2022-08-02Merge pull request #32333 from ↵dependabot[bot]
nextcloud/dependabot/npm_and_yarn/stable23/clipboard-2.0.11
2022-08-02Bump clipboard from 2.0.10 to 2.0.11dependabot[bot]
Bumps [clipboard](https://github.com/zenorocha/clipboard.js) from 2.0.10 to 2.0.11. - [Release notes](https://github.com/zenorocha/clipboard.js/releases) - [Commits](https://github.com/zenorocha/clipboard.js/compare/v2.0.10...v2.0.11) --- updated-dependencies: - dependency-name: clipboard 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>
2022-08-02Merge pull request #33408 from nextcloud/backport/33090/stable23blizzz
[stable23] DAV custom props: catch Exception and rollback transaction in case
2022-08-01Merge pull request #33156 from nextcloud/backport/32997/stable23blizzz
[stable23] load dashboard widgets of enabled apps only
2022-08-01Merge pull request #33383 from nextcloud/backport/33378/stable23blizzz
[stable23] don't set `null` as a bundle path
2022-08-01Fix autoloaderbackport/33031/stable23Côme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-08-01fix PHP 7.3 compatArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-08-01Remove call to undefined function, fix typingCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>