aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [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>
* | | | | | | | | | Merge pull request #31438 from nextcloud/backport/31267/stable23Simon L2022-03-084-12/+5
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [stable23] Add Nextcloud docs link to OPcache recommends
| * | | | | | | | | | Add Nextcloud docs link to OPcache recommendsMichaIng2022-03-064-12/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A link to the Nextcloud documentation is currently only shown when the OPcache module is not loaded at all. This commit moves the link to the generic text above the individual recommendations list. Additionally remove the obsolete phpOpcacheDocumentation entry from test data arrays, which is not passed anymore by the backend. Signed-off-by: MichaIng <micha@dietpi.com>
* | | | | | | | | | | Merge pull request #31479 from nextcloud/backport/31426/stable23Julien Veyssier2022-03-082-8/+17
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [stable23] Connectivity check: allow using the protocol in 'connectivity_check_domains'
| * | | | | | | | | | | allow adding protocol to domains in 'connectivity_check_domains' configJulien Veyssier2022-03-072-8/+17
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* | | | | | | | | | | Merge pull request #31485 from nextcloud/backport/28227/stable23Simon L2022-03-087-14/+53
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | [stable23] Fix too many file download notifications when watching a video
| * | | | | | | | | | Fix too many file download notifications when watching a videoszaimen2022-03-087-14/+53
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | | | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-03-082-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | | Merge pull request #31457 from nextcloud/backport/31358/stable23Vincent Petry2022-03-0717-54/+55
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | [stable23] Fix settings error message timeout
| * | | | | | | | | Fix settings error message timeoutChristopher Ng2022-03-0417-54/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> (cherry picked from commit c22cfa057da9857eeb066318c7017542a60793bf) Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | | | | Merge pull request #31445 from nextcloud/backport/30953/stable23Vincent Petry2022-03-071-7/+6
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [stable23] Init user's file system if not existing on ownership transfer
| * | | | | | | | | | Init user's file system if not existing on ownership transferCarl Schwan2022-03-041-7/+6
| | |_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes it a bit easier to transfer ownership when the new user hasn't already logged in. This still doesn't support encrypted storages because the keys are not generated yet. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-03-078-6/+10
| |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-03-0622-6/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>