summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #31590 from nextcloud/release/22.2.6/rc2v22.2.6rc2blizzz2022-03-161-2/+2
|\ | | | | 22.2.6 RC2
| * 22.2.6 RC2Arthur Schiwon2022-03-161-2/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #31552 from nextcloud/backport/31274/stable22blizzz2022-03-161-6/+9
|\ \ | | | | | | [stable22] Fix more than 1000 entries in queries exception in CardDavBackend
| * | Don't recreate sql query each timeCarl Schwan2022-03-111-8/+8
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | Fix more than 1000 entries in queries exception in CardDavBackendCarl Schwan2022-03-111-7/+10
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Merge pull request #31548 from nextcloud/backport/31531/stable22blizzz2022-03-161-0/+3
|\ \ \ | |_|/ |/| | [stable22] Prevent reading key on SFTP stat bool
| * | Prevent reading key on SFTP stat boolJohn Molakvoæ2022-03-111-0/+3
| |/ | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2022-03-154-0/+6
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-03-1412-0/+32
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-03-1318-6/+34
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-03-1234-0/+52
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-03-1180-80/+84
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #31505 from nextcloud/release/22.2.6/rc1v22.2.6rc1blizzz2022-03-101-2/+2
|\ | | | | 22.2.6 RC1
| * 22.2.6 RC1Arthur Schiwon2022-03-101-2/+2
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #31305 from nextcloud/backport/30938/stable22Côme Chilliet2022-03-102-30/+24
|\ | | | | [stable22] Fix ldap:check-user method for newly created LDAP users
| * Make it explicit that a DN can be used for ldap:check-userCôme Chilliet2022-03-102-4/+10
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Improve typing in apps/user_ldap/lib/Command/CheckUser.phpCôme Chilliet2022-03-101-12/+4
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Remove parenthesis around return in apps/user_ldap/lib/Command/CheckUser.phpCôme Chilliet2022-03-101-1/+1
| | | | | | | | | | | | Co-authored-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Fix ldap:check-user method for newly created LDAP usersCôme Chilliet2022-03-101-15/+11
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #30966 from nextcloud/backport/30235/stable22blizzz2022-03-107-24/+144
|\ \ | | | | | | [stable22] Add primary key for ratelimit table
| * | Bump versionJoas Schilling2022-03-101-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Update autoloaderJoas Schilling2022-03-102-0/+4
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Make the DB query simpler (as we just deleted all other entries)Joas Schilling2022-03-101-3/+0
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Add a primary key to ratelimit_entries tableJoas Schilling2022-03-103-20/+139
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #31411 from nextcloud/backport/31354/stable22Vincent Petry2022-03-102-1/+2
|\ \ \ | | | | | | | | [stable22] Fix caching of the user avatar
| * | | Add warning to the userCarl Schwan2022-03-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> Co-authored-by: MichaIng <micha@dietpi.com> Co-authored-by: zroebg <carlos@reendex.com>
| * | | Fix caching of the user avatarCarl Schwan2022-03-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now on firefox/safari it is only refetched once a day. On Chrom{e,ium} we keep the previous behavior of maybe refetching it more often. This also notify the user about this behavior when they upload an avatar picture. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | Merge pull request #31122 from nextcloud/backport/30945/stable22blizzz2022-03-1016-8/+167
|\ \ \ \ | |_|_|/ |/| | | [stable22] Background job time windows
| * | | Adjust since versionJoas Schilling2022-03-103-5/+5
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Use the new option to signaling insensitivityJoas Schilling2022-02-226-1/+13
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Allow sysadmins to define a maintenance window where heavier jobs can runJoas Schilling2022-02-222-1/+37
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Allow apps to specify if their background job can be delayedJoas Schilling2022-02-228-6/+117
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #29565 from nextcloud/backport/25332/stable22blizzz2022-03-105-10/+309
|\ \ \ \ | |_|_|/ |/| | | [stable22] Fix removing remote shares when the remote server is unreachable
| * | | Update lib/private/Files/Storage/Wrapper/Availability.php add void Vincent Petry2021-11-051-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> Co-authored-by: Carl Schwan <carl@carlschwan.eu>
| * | | Update psalm baselineVincent Petry2021-11-051-2/+1
| | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | | Return false in hasUpdated when storage is not availableVincent Petry2021-11-051-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Technically, saying that a storage has no updates when it's not available is correct. This makes it possible to retrieve the cache entry for the mount point and also to list and remove unavailable federated shares. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | | Add integration tests for federated shares from unavailable serversDaniel Calviño Sánchez2021-11-053-4/+130
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The federated server needs to be stopped during the tests, so it is now stopped in the FederationContext for each scenario instead of just once in the run.sh script. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | Add integration tests for listing federated sharesDaniel Calviño Sánchez2021-11-052-0/+74
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | Add integration tests for deleting federated sharesDaniel Calviño Sánchez2021-11-052-8/+102
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | Merge pull request #31482 from nextcloud/backport/30111/stable22blizzz2022-03-1010-15/+148
|\ \ \ \ | | | | | | | | | | [stable22] Add option to disallow creation of local storages
| * | | | Add option to disallow creation of local storagesVincent Petry2022-03-0710-15/+148
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce a new config option to prevent web UI admins to create or edit external storages of type "local". Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | | Merge pull request #31351 from nextcloud/backport/31335/stable22blizzz2022-03-101-22/+23
|\ \ \ \ \ | | | | | | | | | | | | [stable22] update CRL after revocation of rocket_integration.csr
| * | | | | update CRL after revocation of rocket_integration.csrVitor Mattos2022-02-251-22/+23
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
* | | | | | Merge pull request #31263 from nextcloud/backport/20766/stable22blizzz2022-03-103-3/+15
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable22] Consider only reminders with calendar data
| * | | | | | Fix cleaning reminders after subscription purgeThomas Citharel2022-02-241-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | | | | | Clean reminders for calendar when deleting a subscriptionThomas Citharel2022-02-241-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | | | | | Consider only reminders with calendar dataThomas Citharel2022-02-242-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | | | | Merge pull request #31002 from nextcloud/backport/30974/stable22blizzz2022-03-101-4/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [stable22] Fix: Birthday events missing after reimporting contacts
| * | | | | | | delete birthday calendar events permanentlyMaximilian Martin2022-02-231-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maximilian Martin <maximilian_martin@gmx.de>
* | | | | | | | Merge pull request #31443 from nextcloud/backport/31436/stable22blizzz2022-03-101-5/+15
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [stable22] be conservative when reading from fresh created column