aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Enable version features again with S3 versioningBenjamin Somers2023-06-131-3/+3
| | | | Signed-off-by: Benjamin Somers <bsomers@resel.fr>
* Merge pull request #38777 from ↵Christoph Wurst2023-06-131-1/+1
|\ | | | | | | | | nextcloud/fix/carddav/system-address-book-nullable-groupmanager fix(carddav): Make SystemAddressBook::__construct $groupManager argument nullable
| * fix(carddav): Make SystemAddressBook::__construct $groupManager argument ↵Christoph Wurst2023-06-121-1/+1
| | | | | | | | | | | | nullable Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-1334-120/+158
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #38591 from nextcloud/fix/caching/avoid-haskey-getSimon L2023-06-123-6/+9
|\ | | | | fix(caching): Avoid checking existence before fetching
| * fix(caching): Avoid checking existence before fetchingChristoph Wurst2023-06-123-6/+9
| | | | | | | | | | | | | | | | The cache might expire between checking for key existence and fetching the value. In this rare case the code continues with a null value when it doesn't expect one. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #38619 from ↵Simon L2023-06-125-9/+9
|\ \ | |/ |/| | | | | fsamapoor/replace_strpos_calls_in_files_external_app Refactors "strpos" calls in /apps/files_external
| * Update apps/files_external/lib/Lib/Storage/SMB.phpFaraz Samapoor2023-06-051-3/+1
| | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
| * Refactors "strpos" calls in /apps/files_external to improve code readability.Faraz Samapoor2023-06-025-9/+11
| | | | | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* | Merge pull request #38543 from fsamapoor/use_null_coalescing_operatorSimon L2023-06-121-4/+4
|\ \ | | | | | | Uses "Null Coalescing Operator" to improve code readability.
| * | Uses "Null Coalescing Operator" to improve code readability.Faraz Samapoor2023-05-311-4/+4
| | | | | | | | | | | | Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-1226-302/+308
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-1140-618/+788
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-1020-22/+42
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #38226 from nextcloud/file-object-utilsRobin Appelman2023-06-097-0/+363
|\ \ \ | | | | | | | | add utility command for object store objects
| * | | add utility command for object store objectsRobin Appelman2023-06-097-0/+363
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #38703 from nextcloud/fix/trashbin-types-for-32bitsJohn Molakvoæ2023-06-091-38/+43
|\ \ \ \ | |/ / / |/| | |
| * | | Correctly react to bad configurationCôme Chilliet2023-06-081-13/+23
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Do not cast sizes to int in Trashbin classCôme Chilliet2023-06-081-29/+24
| | | | | | | | | | | | | | | | | | | | | | | | This helps with 32bits support Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | fix oauth2 testsJulien Veyssier2023-06-082-25/+53
|/ / / | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-0840-12/+62
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix(weather_status): Always show all favorite locationsFerdinand Thiessen2023-06-071-26/+14
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | encrypt oauth2 client secretsJulien Veyssier2023-06-0710-84/+162
| | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-078-170/+180
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Show loading icon when loading tagsChristopher Ng2023-06-061-19/+29
| | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Reset show tags on closeChristopher Ng2023-06-061-0/+1
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | enh(theming): Info contrastChristopher Ng2023-06-063-3/+11
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | enh(theming): Success contrastChristopher Ng2023-06-063-6/+14
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | enh(theming): Warning contrastChristopher Ng2023-06-063-6/+14
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | enh(theming): Error contrastChristopher Ng2023-06-063-4/+15
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #38631 from nextcloud/theming-set-background-color-via-occDaniel2023-06-061-0/+5
|\ \ \ | | | | | | | | feat: set background = backgroundColor via occ
| * | | feat: set background = backgroundColor via occDaniel Kesselberg2023-06-031-0/+5
| | |/ | |/| | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #38648 from nextcloud/fix/caldav/reminder-index-int-id-castChristoph Wurst2023-06-061-1/+1
|\ \ \ | | | | | | | | fix(caldav): Cast calendar objects id to int when building index
| * | | fix(caldav): Cast calendar objects id to int when building indexChristoph Wurst2023-06-061-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | fix(files): Add border around favorite marker to ensure contrast ↵Ferdinand Thiessen2023-06-065-12/+23
|/ / / | | | | | | | | | | | | | | | requirements are met Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #38649 from ↵Richard Steinmetz2023-06-061-2/+4
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/caldav/close-reminder-index-job-cursor fix(caldav): Close DB cursor in reminder index background job
| * | | fix(caldav): Close DB cursor in reminder index background jobChristoph Wurst2023-06-051-2/+4
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #38635 from nextcloud/remove-check-openssl-versionDaniel2023-06-052-48/+0
|\ \ \ \ | |/ / / |/| | | feat: remove check for OpenSSL 1.0.1d and 1.0.2b
| * | | feat: remove check for OpenSSL 1.0.1d and 1.0.2bDaniel Kesselberg2023-06-042-48/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenSSL 1.0.1d: 2013-02-05 OpenSSL 1.0.2b: 2015-06-11 Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #38611 from fsamapoor/replace_strpos_calls_in_theming_appCôme Chilliet2023-06-054-8/+8
|\ \ \ \ | | | | | | | | | | Refactors "strpos" calls in /apps/theming
| * | | | Refactors "strpos" calls in /apps/theming to improve code readability.Faraz Samapoor2023-06-024-8/+8
| | |/ / | |/| | | | | | | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* | | | Merge pull request #38620 from ↵Côme Chilliet2023-06-054-4/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | fsamapoor/replace_strpos_calls_in_files_sharing_app Refactors "strpos" calls in /apps/files_sharing
| * | | | Refactors "strpos" calls in /apps/files_sharing to improve code readability.Faraz Samapoor2023-06-024-4/+4
| |/ / / | | | | | | | | | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* | | | Merge pull request #38608 from fsamapoor/replace_strcalls_in_user_ldap_appCôme Chilliet2023-06-0513-23/+23
|\ \ \ \ | | | | | | | | | | Refactors "strpos" calls in /apps/user_ldap
| * | | | Refactors "strpos" calls in /apps/user_ldap to improve code readability.Faraz Samapoor2023-06-0213-23/+23
| |/ / / | | | | | | | | | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* | | | openapi: Fix wrapping OCS responses that are not DataResponsejld31032023-06-055-887/+47
| | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-058-6/+72
| |/ / |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-044-0/+8
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-0310-0/+46
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(dispatcher): Migrate to OCP event dispatcher before ↵Joas Schilling2023-06-022-6/+6
| | | | | | | | | | | | symfony/event-dispatcher upgrade Signed-off-by: Joas Schilling <coding@schilljs.com>