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-09-01Wait for the new user form to be visiblebackport/stable23-wait-for-the-new-user-form-to-be-visible-in-acceptance-testsDaniel Calviño Sánchez
Before it was checked if the new user form was visible, but it was not waited for it. It seems that it can happen that the new user form is in the DOM, and therefore found, but not visible yet when the tests run, which caused them to (randomly) fail. Due to that now it is explicitly waited until it is visible, rather than assuming that it is visible as soon as it appears in the DOM. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-09-01Merge pull request #33760 from nextcloud/release/23.0.9_rc1v23.0.9rc1blizzz
23.0.9 RC1
2022-09-01Merge pull request #32985 from nextcloud/backport/32242/stable23blizzz
[stable23] Fix logging data context to file
2022-09-01[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-31Merge pull request #33763 from nextcloud/backport/33603/stable23blizzz
[stable23] optimize search post-processing for jail wrapper
2022-08-31[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-31Merge pull request #33645 from nextcloud/backport/32216/stable23Simon L
[stable23] Respect user settings in php.ini if they are big enough
2022-08-30Merge pull request #32751 from nextcloud/backport/32744/stable23Joas Schilling
[stable23] Always log errors from sending federation api requests to ease debugging
2022-08-30Fix logging data context to filebackport/32242/stable23Thomas Citharel
It was only logged when an exception was provided or when using logData (which is not being much used). We make sure the interpolated parameters are not logged. Only tested with file write logger, but shouldn't work differently. Crash reporters always had the context. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-08-30fix the backportszaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-08-30optimize search post-processing for jail wrapperbackport/33603/stable23Robin Appelman
don't both asking the wrapped cache if we know it's not in our jail anyway Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-08-30Merge pull request #33515 from nextcloud/backport/33513/stable23blizzz
[stable23] Recover installation when creating the database user fails and improve password strength
2022-08-3023.0.9 RC1release/23.0.9_rc1Arthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-08-30[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-29[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-28[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-27[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-26Merge pull request #33701 from nextcloud/backport/33689/stable23blizzz
[stable23] logger ignore args of sharepoint-related methods
2022-08-26[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-25logger ignore args of sharepoint-related methodsbackport/33689/stable23Arthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-08-25Merge pull request #33677 from nextcloud/backport/33624/stable23blizzz
[stable23] Update CRL
2022-08-25Merge pull request #33683 from nextcloud/backport/33667/stable23blizzz
[stable23] Fix plural usage in LDAP wizard
2022-08-25[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-24Remove unused methodbackport/33667/stable23Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-24Fix plural usage in LDAP wizardJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-24Update CRLbackport/33624/stable23Arthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-08-24[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-24Merge pull request #33661 from nextcloud/backport/33651/stable23Joas Schilling
[stable23] [stable24] Fix carddav activities
2022-08-23Fix carddav activitiesJoas Schilling
The settings where combined last minute but at the same time the activities where not adjusted to map an existing setting so the filter was not possible to even limit it to the types that the activities had. Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-23Merge pull request #33606 from nextcloud/enh/noid/mariadb10.6-stable23Simon L
[stable23] Add testing for mariadb10.6
2022-08-23Merge pull request #33649 from nextcloud/backport/33643/stable23John Molakvoæ
2022-08-23[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-23Improve handling of profile pagebackport/33643/stable23Christopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
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[stable23] add mariadb 10.6enh/noid/mariadb10.6-stable23szaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
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>