summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #31591 from nextcloud/release/23.0.3/rc2v23.0.3rc2blizzz2022-03-161-2/+2
|\ | | | | 23.0.3 RC2
| * 23.0.3 RC2Arthur Schiwon2022-03-161-2/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #31547 from nextcloud/backport/31531/stable23blizzz2022-03-161-0/+3
|\ \ | | | | | | [stable23] 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>
* | | Merge pull request #31550 from nextcloud/backport/31274/stable23blizzz2022-03-161-6/+9
|\ \ \ | |_|/ |/| | [stable23] 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>
* | [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>
* | Merge pull request #31543 from nextcloud/backport/31539/stable23Joas Schilling2022-03-111-1/+1
|\ \ | |/ |/| [stable23] Fix user status not resetting correctly after a call
| * Fix user status not resetting correctly after a callJoas Schilling2022-03-111-1/+1
|/ | | | | | | | | Only happens when the user navigated away and came back, so the heartbeat updates the status to "Online + In a call" After that resetting away from "Away + In a call" does not match anymore and the previous status sticks Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2022-03-1180-80/+84
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #31504 from nextcloud/release/23.0.3/rc1v23.0.3rc1blizzz2022-03-101-2/+2
|\ | | | | 23.0.3 RC1
| * 23.0.3 RC1Arthur Schiwon2022-03-101-2/+2
|/
* Merge pull request #30965 from nextcloud/backport/30235/stable23Vincent Petry2022-03-107-24/+144
|\ | | | | [stable23] 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 #31410 from nextcloud/backport/31354/stable23Vincent Petry2022-03-102-1/+2
|\ \ | |/ |/| [stable23] 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 #31392 from nextcloud/backport/30536/stable23blizzz2022-03-101-18/+53
|\ \ | | | | | | [stable23] Make Sabre File exception messages translatable
| * | PHP 7.3 compatibilityChristopher Ng2022-03-021-1/+2
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | Make Sabre File exception messages translatableChristopher Ng2022-03-021-18/+52
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #31350 from nextcloud/backport/31335/stable23blizzz2022-03-101-22/+23
|\ \ \ | | | | | | | | [stable23] 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 #31331 from nextcloud/backport/31328/stable23blizzz2022-03-101-0/+4
|\ \ \ \ | | | | | | | | | | [stable23] Mark split database configs as sensitive
| * | | | Mark split database configs as sensitiveJoas Schilling2022-02-231-0/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #31000 from nextcloud/backport/30974/stable23blizzz2022-03-101-4/+4
|\ \ \ \ \ | | | | | | | | | | | | [stable23] Fix: Birthday events missing after reimporting contacts
| * | | | | delete birthday calendar events permanentlyMaximilian Martin2022-02-221-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maximilian Martin <maximilian_martin@gmx.de>
* | | | | | Merge pull request #31442 from nextcloud/backport/31436/stable23blizzz2022-03-101-5/+15
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable23] be conservative when reading from fresh created column
| * | | | | | code styleArthur Schiwon2022-03-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | be conservative when reading from fresh created columnArthur Schiwon2022-03-041-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-03-1014-2/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Merge pull request #31481 from nextcloud/backport/30111/stable23Vincent Petry2022-03-0910-15/+148
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [stable23] 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 #31183 from nextcloud/backport/31178/stable23Vincent Petry2022-03-092-7/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [stable23] Fix typo in DAV namespace registration
| * | | | | | | | Fix typo in DAV namespace registrationThomas Citharel2022-02-172-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/nextcloud/3rdparty/blob/b0afba6d6508a1c85332cf8c61e90ad91b289ebc/sabre/dav/lib/DAV/Xml/Service.php#L43 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | | | | | | Merge pull request #31102 from nextcloud/backport/30926/stable23Vincent Petry2022-03-091-14/+11
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | [stable23] Allow sub-admins to access delegated settings.
| * | | | | | | | | Allow sub-admins to access delegated settings.Claus-Justus Heine2022-02-231-14/+11
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Claus-Justus Heine <himself@claus-justus-heine.de>
* | | | | | | | | Merge pull request #31490 from nextcloud/backport/30828/stable23Pytal2022-03-086-12/+9
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Center dialog new file menuszaimen2022-03-086-12/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-03-0946-62/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | | Merge pull request #30969 from nextcloud/backport/25418/stable23Simon L2022-03-081-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [stable23] Update variables.scss - Fallback font before Noto Color Emoji
| * | | | | | | | | | Update variables.scsskaktuspalme2022-03-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I would put sans-serif before Noto Color Emoji. If you have none of the previous fonts installed but Noto Color Emoji is, the interface looks very ugly because it uses Noto Color Emoji then. That's exactly the case on my linux distribution.
* | | | | | | | | | | Merge pull request #31437 from nextcloud/backport/31415/stable23Simon L2022-03-081-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | [stable23] Fix "Nextcloud is not allowed to use the OPcache API" warning
| * | | | | | | | | | Fix permittedPath comparisonMickey Knox2022-03-081-1/+1
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mickey Knox <mickey@netfreaks.org>