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-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-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-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>