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-27[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-26Merge pull request #33723 from ↵Joas Schilling
nextcloud/dependabot/npm_and_yarn/stable23/moment-timezone-0.5.37 [stable23] Bump moment-timezone from 0.5.34 to 0.5.37
2022-09-26[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-25[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-24[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-23[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-22[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-21[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-20Merge pull request #34131 from ↵Vincent Petry
nextcloud/automated/noid/stable23-update-ca-cert-bundle [stable23] Update ca-cert bundle
2022-09-20Update CA certificate bundlenextcloud-command
Signed-off-by: GitHub <noreply@github.com>
2022-09-20[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-19[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-18[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-17[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-16dont try email login if the provider username is not a valid emailbackport/34073/stable23Robin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-09-16[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-16make groupfolders use system wide encryption keysbackport/33700/stable23Robin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-09-15Check address book URI length before creationbackport/33139/stable23Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-15Check calendar URI length before creationAnna Larch
Signed-off-by: Anna Larch <anna@nextcloud.com>
2022-09-15[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-14[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-13Merge pull request #33982 from nextcloud/backport/33788/stable23Carl Schwan
[stable23] Improve getting recent files performance
2022-09-13[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-12Merge pull request #34025 from nextcloud/backport/34021/stable23Simon L
[stable23] Do not empty config.php file if reading failed for any reason
2022-09-12Do not empty config.php file if reading failed for any reasonszaimen
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> Signed-off-by: szaimen <szaimen@e.mail.de>
2022-09-11[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-10[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-09[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-08Filter out old files when trying to get recent filesbackport/33788/stable23Carl Schwan
Only do so when asking for less than 100 files and having an offset equal to 0. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-08always use the default fs owner when storing versionsbackport/33804/stable23Robin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-09-08Merge pull request #33911 from nextcloud/release/23.0.9v23.0.9blizzz
23.0.9
2022-09-08[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-07Merge pull request #33936 from nextcloud/revert-33922-backport/33813/stable23blizzz
Revert "[stable23] Compare lowercase email when updating from ldap"
2022-09-07Revert "[stable23] Compare lowercase email when updating from ldap"blizzz
2022-09-07Merge pull request #33922 from nextcloud/backport/33813/stable23Carl Schwan
[stable23] Compare lowercase email when updating from ldap
2022-09-07[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-06I dug into it again, and the issue is much simpler than I previously though.backport/33813/stable23Louis Chemineau
- LDAP has an email address with capital letters - NC store this address in lower case - When the user logs in, we compare the [stored email with the new lower case email](https://github.com/nextcloud/server/blob/master/lib/private/AllConfig.php#L259-L261) before storing it. Here, both email will be the same, so we won't store the new email address with upper case letters. Which is what we want. - We then [compare emails as they are before triggering an event](https://github.com/nextcloud/server/blob/master/lib/private/User/User.php#L202-L204), they won't match, so the user will receive an email signaling an email change every time he logs in. The fix is to compare the old email with the new lower case email before sending the event. Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-09-0623.0.9release/23.0.9Arthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-09-06[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-05[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-04[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-03[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-02[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-01Fix handling of internal errors when uploading theming filesbackport/33332/stable23Daniel Calviño Sánchez
When a file can not be uploaded in the Theming app due to an expected error (like an invalid mime type) the response contains a "data.message" field. However, if the upload fails due to an unexpected error (like an internal error, for example if the "mime_content_type" function is disabled) there is no such field, so it should not be used. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
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-01Log if cookie login failed with token mismatch or session unavailabilitybackport/33772/stable23Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
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