Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable version features again with S3 versioning | Benjamin Somers | 2023-06-13 | 1 | -3/+3 |
| | | | | Signed-off-by: Benjamin Somers <bsomers@resel.fr> | ||||
* | Merge pull request #38777 from ↵ | Christoph Wurst | 2023-06-13 | 1 | -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 Wurst | 2023-06-12 | 1 | -1/+1 |
| | | | | | | | | | | | | nullable Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-13 | 34 | -120/+158 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #38591 from nextcloud/fix/caching/avoid-haskey-get | Simon L | 2023-06-12 | 3 | -6/+9 |
|\ | | | | | fix(caching): Avoid checking existence before fetching | ||||
| * | fix(caching): Avoid checking existence before fetching | Christoph Wurst | 2023-06-12 | 3 | -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 L | 2023-06-12 | 5 | -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.php | Faraz Samapoor | 2023-06-05 | 1 | -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 Samapoor | 2023-06-02 | 5 | -9/+11 |
| | | | | | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com> | ||||
* | | Merge pull request #38543 from fsamapoor/use_null_coalescing_operator | Simon L | 2023-06-12 | 1 | -4/+4 |
|\ \ | | | | | | | Uses "Null Coalescing Operator" to improve code readability. | ||||
| * | | Uses "Null Coalescing Operator" to improve code readability. | Faraz Samapoor | 2023-05-31 | 1 | -4/+4 |
| | | | | | | | | | | | | Signed-off-by: Faraz Samapoor <fsa@adlas.at> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-12 | 26 | -302/+308 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-11 | 40 | -618/+788 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-10 | 20 | -22/+42 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #38226 from nextcloud/file-object-utils | Robin Appelman | 2023-06-09 | 7 | -0/+363 |
|\ \ \ | | | | | | | | | add utility command for object store objects | ||||
| * | | | add utility command for object store objects | Robin Appelman | 2023-06-09 | 7 | -0/+363 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | Merge pull request #38703 from nextcloud/fix/trashbin-types-for-32bits | John Molakvoæ | 2023-06-09 | 1 | -38/+43 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Correctly react to bad configuration | Côme Chilliet | 2023-06-08 | 1 | -13/+23 |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | | Do not cast sizes to int in Trashbin class | Côme Chilliet | 2023-06-08 | 1 | -29/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | This helps with 32bits support Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | | fix oauth2 tests | Julien Veyssier | 2023-06-08 | 2 | -25/+53 |
|/ / / | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-08 | 40 | -12/+62 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | fix(weather_status): Always show all favorite locations | Ferdinand Thiessen | 2023-06-07 | 1 | -26/+14 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | encrypt oauth2 client secrets | Julien Veyssier | 2023-06-07 | 10 | -84/+162 |
| | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-07 | 8 | -170/+180 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Show loading icon when loading tags | Christopher Ng | 2023-06-06 | 1 | -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 close | Christopher Ng | 2023-06-06 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | | enh(theming): Info contrast | Christopher Ng | 2023-06-06 | 3 | -3/+11 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | | enh(theming): Success contrast | Christopher Ng | 2023-06-06 | 3 | -6/+14 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | | enh(theming): Warning contrast | Christopher Ng | 2023-06-06 | 3 | -6/+14 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | | enh(theming): Error contrast | Christopher Ng | 2023-06-06 | 3 | -4/+15 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | | Merge pull request #38631 from nextcloud/theming-set-background-color-via-occ | Daniel | 2023-06-06 | 1 | -0/+5 |
|\ \ \ | | | | | | | | | feat: set background = backgroundColor via occ | ||||
| * | | | feat: set background = backgroundColor via occ | Daniel Kesselberg | 2023-06-03 | 1 | -0/+5 |
| | |/ | |/| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | | Merge pull request #38648 from nextcloud/fix/caldav/reminder-index-int-id-cast | Christoph Wurst | 2023-06-06 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | fix(caldav): Cast calendar objects id to int when building index | ||||
| * | | | fix(caldav): Cast calendar objects id to int when building index | Christoph Wurst | 2023-06-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | | fix(files): Add border around favorite marker to ensure contrast ↵ | Ferdinand Thiessen | 2023-06-06 | 5 | -12/+23 |
|/ / / | | | | | | | | | | | | | | | | requirements are met Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | Merge pull request #38649 from ↵ | Richard Steinmetz | 2023-06-06 | 1 | -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 job | Christoph Wurst | 2023-06-05 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | | Merge pull request #38635 from nextcloud/remove-check-openssl-version | Daniel | 2023-06-05 | 2 | -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.2b | Daniel Kesselberg | 2023-06-04 | 2 | -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_app | Côme Chilliet | 2023-06-05 | 4 | -8/+8 |
|\ \ \ \ | | | | | | | | | | | Refactors "strpos" calls in /apps/theming | ||||
| * | | | | Refactors "strpos" calls in /apps/theming to improve code readability. | Faraz Samapoor | 2023-06-02 | 4 | -8/+8 |
| | |/ / | |/| | | | | | | | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com> | ||||
* | | | | Merge pull request #38620 from ↵ | Côme Chilliet | 2023-06-05 | 4 | -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 Samapoor | 2023-06-02 | 4 | -4/+4 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com> | ||||
* | | | | Merge pull request #38608 from fsamapoor/replace_strcalls_in_user_ldap_app | Côme Chilliet | 2023-06-05 | 13 | -23/+23 |
|\ \ \ \ | | | | | | | | | | | Refactors "strpos" calls in /apps/user_ldap | ||||
| * | | | | Refactors "strpos" calls in /apps/user_ldap to improve code readability. | Faraz Samapoor | 2023-06-02 | 13 | -23/+23 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com> | ||||
* | | | | openapi: Fix wrapping OCS responses that are not DataResponse | jld3103 | 2023-06-05 | 5 | -887/+47 |
| | | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-05 | 8 | -6/+72 |
| |/ / |/| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-04 | 4 | -0/+8 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-03 | 10 | -0/+46 |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(dispatcher): Migrate to OCP event dispatcher before ↵ | Joas Schilling | 2023-06-02 | 2 | -6/+6 |
| | | | | | | | | | | | | symfony/event-dispatcher upgrade Signed-off-by: Joas Schilling <coding@schilljs.com> |