]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
20 months agoperf(federation): Only request root share info for checking availability
Julius Härtl [Tue, 31 Jan 2023 07:48:45 +0000 (08:48 +0100)]
perf(federation): Only request root share info for checking availability

Otherwise this would request a full recursive dirctory listing while the result is never being used

Signed-off-by: Julius Härtl <jus@bitgrid.net>
20 months agoMerge pull request #36445 from nextcloud/Valdnet-patch-4
John Molakvoæ [Tue, 31 Jan 2023 09:35:45 +0000 (10:35 +0100)]
Merge pull request #36445 from nextcloud/Valdnet-patch-4

l10n: Change admin to administrator

20 months agoMerge pull request #36440 from nextcloud/perf/autoloading/dashboard-authoritative...
Richard Steinmetz [Tue, 31 Jan 2023 09:35:03 +0000 (10:35 +0100)]
Merge pull request #36440 from nextcloud/perf/autoloading/dashboard-authoritative-autoloader

perf(autoloading): Add authoritative autoloader for dashboard

20 months agoMerge pull request #35474 from nextcloud/feature/rich-workspace-visibility
Julius Härtl [Tue, 31 Jan 2023 08:54:57 +0000 (09:54 +0100)]
Merge pull request #35474 from nextcloud/feature/rich-workspace-visibility

Update rich-workspace visibility

20 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Tue, 31 Jan 2023 02:25:42 +0000 (02:25 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
20 months agoMerge pull request #36434 from nextcloud/techdebt/noid/drop-bootstrap
Joas Schilling [Mon, 30 Jan 2023 22:13:22 +0000 (23:13 +0100)]
Merge pull request #36434 from nextcloud/techdebt/noid/drop-bootstrap

Drop bootstrap

20 months agofeat: update newfilemenu.js for rich-workspace 35474/head
Luka Trovic [Tue, 29 Nov 2022 05:37:32 +0000 (06:37 +0100)]
feat: update newfilemenu.js for rich-workspace

Signed-off-by: Luka Trovic <luka@nextcloud.com>
20 months agol10n: Change administrator to administration 36445/head
Valdnet [Mon, 30 Jan 2023 17:40:29 +0000 (18:40 +0100)]
l10n: Change administrator to administration

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
20 months agol10n: Change admin to administrator
Valdnet [Mon, 30 Jan 2023 17:21:33 +0000 (18:21 +0100)]
l10n: Change admin to administrator

Spelling unification.

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
20 months agoperf(autoloading): Add authoritative autoloader for dashboard 36440/head
Christoph Wurst [Mon, 30 Jan 2023 15:38:52 +0000 (16:38 +0100)]
perf(autoloading): Add authoritative autoloader for dashboard

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
20 months agoMerge pull request #36420 from nextcloud/enh/34958/fix-exif-log
Louis [Mon, 30 Jan 2023 14:41:47 +0000 (15:41 +0100)]
Merge pull request #36420 from nextcloud/enh/34958/fix-exif-log

fix the exif_read_data issue

20 months agoMerge pull request #36433 from nextcloud/fix/32818/decrypt-missing-file-fails
Robin Appelman [Mon, 30 Jan 2023 14:40:25 +0000 (15:40 +0100)]
Merge pull request #36433 from nextcloud/fix/32818/decrypt-missing-file-fails

fix(encryption): don't throw on missing file

20 months agoRecompile 36434/head
Joas Schilling [Mon, 30 Jan 2023 09:35:30 +0000 (10:35 +0100)]
Recompile

Signed-off-by: Joas Schilling <coding@schilljs.com>
20 months agoRemove usages of bootstrap
Joas Schilling [Mon, 30 Jan 2023 12:48:15 +0000 (13:48 +0100)]
Remove usages of bootstrap

Signed-off-by: Joas Schilling <coding@schilljs.com>
20 months agoRemove bootstrap dependency
Joas Schilling [Mon, 30 Jan 2023 09:33:59 +0000 (10:33 +0100)]
Remove bootstrap dependency

Signed-off-by: Joas Schilling <coding@schilljs.com>
20 months agoMerge pull request #36332 from nextcloud/dependabot/npm_and_yarn/ua-parser-js-0.7.33
dependabot[bot] [Mon, 30 Jan 2023 10:35:01 +0000 (10:35 +0000)]
Merge pull request #36332 from nextcloud/dependabot/npm_and_yarn/ua-parser-js-0.7.33

20 months agochore(deps): Bump ua-parser-js from 0.7.31 to 0.7.33 36332/head
dependabot[bot] [Mon, 30 Jan 2023 09:45:08 +0000 (09:45 +0000)]
chore(deps): Bump ua-parser-js from 0.7.31 to 0.7.33

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.31 to 0.7.33.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases)
- [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/changelog.md)
- [Commits](https://github.com/faisalman/ua-parser-js/compare/0.7.31...0.7.33)

---
updated-dependencies:
- dependency-name: ua-parser-js
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
20 months agoMerge pull request #35160 from nextcloud/artonge/feat/version_naming_backend
Louis [Mon, 30 Jan 2023 09:40:49 +0000 (10:40 +0100)]
Merge pull request #35160 from nextcloud/artonge/feat/version_naming_backend

Allow to name a version

20 months agofix(encryption): don't throw on missing file 36433/head
Richard Steinmetz [Mon, 30 Jan 2023 09:07:01 +0000 (10:07 +0100)]
fix(encryption): don't throw on missing file

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
20 months agoMerge pull request #36348 from nextcloud/bugfix/noid/fix-primary-color-usage-in-email...
Joas Schilling [Mon, 30 Jan 2023 08:56:36 +0000 (09:56 +0100)]
Merge pull request #36348 from nextcloud/bugfix/noid/fix-primary-color-usage-in-emails-and-federation

Fix primary color usage in emails and federation

20 months agofix(tests): Fix method name in unit tests 36348/head
Joas Schilling [Thu, 26 Jan 2023 14:12:49 +0000 (15:12 +0100)]
fix(tests): Fix method name in unit tests

Signed-off-by: Joas Schilling <coding@schilljs.com>
20 months agoUse the default primary color instead of "randomly" the color of the user triggering...
Joas Schilling [Wed, 25 Jan 2023 09:48:28 +0000 (10:48 +0100)]
Use the default primary color instead of "randomly" the color of the user triggering the email

Signed-off-by: Joas Schilling <coding@schilljs.com>
20 months agoUse the default color and matching text color for the federation invite
Joas Schilling [Wed, 25 Jan 2023 09:41:19 +0000 (10:41 +0100)]
Use the default color and matching text color for the federation invite

Signed-off-by: Joas Schilling <coding@schilljs.com>
20 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Mon, 30 Jan 2023 02:25:59 +0000 (02:25 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
20 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Sun, 29 Jan 2023 02:26:57 +0000 (02:26 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
20 months agotry to fix the exif_read_data issue 36420/head
Simon L [Sat, 28 Jan 2023 10:04:17 +0000 (11:04 +0100)]
try to fix the exif_read_data issue

Signed-off-by: Simon L <szaimen@e.mail.de>
20 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Sat, 28 Jan 2023 02:26:02 +0000 (02:26 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
20 months agoMerge pull request #36363 from nextcloud/feat/app-framework/usesession-attribute
Christoph Wurst [Fri, 27 Jan 2023 15:59:14 +0000 (16:59 +0100)]
Merge pull request #36363 from nextcloud/feat/app-framework/usesession-attribute

feat(app-framework): Add UseSession attribute to replace annotation

20 months agoMerge pull request #36380 from nextcloud/fix/caldav/reminder-service-nullable-calenda...
Christoph Wurst [Fri, 27 Jan 2023 14:43:33 +0000 (15:43 +0100)]
Merge pull request #36380 from nextcloud/fix/caldav/reminder-service-nullable-calendar-data

fix(caldav): Fix wrong Psalm report for nullable calendar data

20 months agoMerge pull request #35557 from nextcloud/enh/31667/extend-reference-api-for-frontend...
Julius Härtl [Fri, 27 Jan 2023 11:35:44 +0000 (12:35 +0100)]
Merge pull request #35557 from nextcloud/enh/31667/extend-reference-api-for-frontend-picker

20 months agoMerge pull request #36395 from corentinbettiol/fix/typo-occ-repair
Simon L [Fri, 27 Jan 2023 10:55:38 +0000 (11:55 +0100)]
Merge pull request #36395 from corentinbettiol/fix/typo-occ-repair

FIX: This fill finish -> This will finish

20 months agostyle: Fix php-cs and psalm 35557/head
Julius Härtl [Thu, 26 Jan 2023 21:49:48 +0000 (22:49 +0100)]
style: Fix php-cs and psalm

Signed-off-by: Julius Härtl <jus@bitgrid.net>
20 months agochore(composer): Update autoloader
Julius Härtl [Thu, 26 Jan 2023 21:46:12 +0000 (22:46 +0100)]
chore(composer): Update autoloader

Signed-off-by: Julius Härtl <jus@bitgrid.net>
20 months agoimprove getUserProviderTimestamps
Julien Veyssier [Thu, 26 Jan 2023 12:21:04 +0000 (13:21 +0100)]
improve getUserProviderTimestamps

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
20 months agouse array_filter instead of array_map + array_search
Julien Veyssier [Thu, 26 Jan 2023 12:00:16 +0000 (13:00 +0100)]
use array_filter instead of array_map + array_search

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
20 months agohandle and return touchProvider errors
Julien Veyssier [Thu, 26 Jan 2023 11:50:00 +0000 (12:50 +0100)]
handle and return touchProvider errors

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
20 months agoADiscoverableReferenceProvider implements JsonSerializable
Julien Veyssier [Thu, 26 Jan 2023 11:43:02 +0000 (12:43 +0100)]
ADiscoverableReferenceProvider implements JsonSerializable

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
20 months agoadd 'last used timestamp' management for reference providers
Julien Veyssier [Thu, 12 Jan 2023 14:47:20 +0000 (15:47 +0100)]
add 'last used timestamp' management for reference providers

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
20 months agoextend the reference API for the new link picker
Julien Veyssier [Fri, 2 Dec 2022 12:06:59 +0000 (13:06 +0100)]
extend the reference API for the new link picker

- add 2 interfaces for discoverable and searchable reference providers
- new OCS route to get info on discoverable/searchable reference providers
- new abstract ADiscoverableReferenceProvider that only implements jsonSerialize
- listen to RenderReferenceEvent to inject provider list with initial state

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
20 months agoMerge pull request #36402 from nextcloud/nickvergessen-patch-2
Joas Schilling [Fri, 27 Jan 2023 09:29:38 +0000 (10:29 +0100)]
Merge pull request #36402 from nextcloud/nickvergessen-patch-2

ci(psalm): Generate base analysis on pushes so we can compare to upda…

20 months agoMerge pull request #36389 from nextcloud/nickvergessen-patch-1
Joas Schilling [Fri, 27 Jan 2023 09:29:14 +0000 (10:29 +0100)]
Merge pull request #36389 from nextcloud/nickvergessen-patch-1

fix(CI): Install composer dependencies of Talk

20 months agoci(psalm): Generate base analysis on pushes so we can compare to updated reports 36402/head
Joas Schilling [Fri, 27 Jan 2023 09:08:53 +0000 (10:08 +0100)]
ci(psalm): Generate base analysis on pushes so we can compare to updated reports

Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
20 months agofeat(app-framework): Add UseSession attribute to replace annotation 36363/head
Christoph Wurst [Wed, 25 Jan 2023 18:26:21 +0000 (19:26 +0100)]
feat(app-framework): Add UseSession attribute to replace annotation

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
20 months agofix(CI): Install composer dependencies of Talk 36389/head
Joas Schilling [Thu, 26 Jan 2023 14:28:26 +0000 (15:28 +0100)]
fix(CI): Install composer dependencies of Talk

Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
20 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Fri, 27 Jan 2023 02:28:03 +0000 (02:28 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
20 months agoMerge pull request #36370 from nextcloud/fix/search-focus
Pytal [Thu, 26 Jan 2023 23:40:12 +0000 (15:40 -0800)]
Merge pull request #36370 from nextcloud/fix/search-focus

20 months agoMerge pull request #36371 from nextcloud/compiled-css-gitattr
Pytal [Thu, 26 Jan 2023 23:38:24 +0000 (15:38 -0800)]
Merge pull request #36371 from nextcloud/compiled-css-gitattr

Mark compiled CSS as binary

20 months agoFIX: This fill finish -> This will finish 36395/head
sodimel [Thu, 26 Jan 2023 20:05:01 +0000 (21:05 +0100)]
FIX: This fill finish -> This will finish

Signed-off-by: sodimel <corentin@244466666.xyz>
20 months agoMerge pull request #36310 from nextcloud/feat/app-framework/global-middlewares
Christoph Wurst [Thu, 26 Jan 2023 14:17:38 +0000 (15:17 +0100)]
Merge pull request #36310 from nextcloud/feat/app-framework/global-middlewares

 feat(app-framework): Add support for global middlewares

20 months agoMerge pull request #36210 from nextcloud/fix/4811/principal-email
Daniel [Thu, 26 Jan 2023 13:15:47 +0000 (14:15 +0100)]
Merge pull request #36210 from nextcloud/fix/4811/principal-email

fix(dav): check if principal has email address before accessing it

20 months agoMerge pull request #36341 from nextcloud/fix/app-framework/middleware-before-controll...
Christoph Wurst [Thu, 26 Jan 2023 12:18:19 +0000 (13:18 +0100)]
Merge pull request #36341 from nextcloud/fix/app-framework/middleware-before-controller-returns-void

fix(app-framework): Specify return type of Middleware::beforeController

20 months agofeat(app-framework): Add support for global middlewares 36310/head
Christoph Wurst [Mon, 23 Jan 2023 16:11:39 +0000 (17:11 +0100)]
feat(app-framework): Add support for global middlewares

This allows apps to register middlewares that always register, not just
for the app's own requests

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
20 months agofix(caldav): Fix wrong Psalm report for nullable calendar data 36380/head
Christoph Wurst [Thu, 26 Jan 2023 10:24:53 +0000 (11:24 +0100)]
fix(caldav): Fix wrong Psalm report for nullable calendar data

> Docblock-defined type Sabre\VObject\Component\VCalendar for $vcalendar is never falsy

^ is a lie

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
20 months agoCompile assets 35160/head
Louis Chemineau [Mon, 23 Jan 2023 16:57:36 +0000 (17:57 +0100)]
Compile assets

Signed-off-by: Louis Chemineau <louis@chmn.me>
20 months agoHandle undefined label in front-end
Louis Chemineau [Thu, 19 Jan 2023 16:47:31 +0000 (17:47 +0100)]
Handle undefined label in front-end

Signed-off-by: Louis Chemineau <louis@chmn.me>
20 months agoAdd cypress tests
Louis Chemineau [Wed, 21 Dec 2022 09:16:44 +0000 (10:16 +0100)]
Add cypress tests

Signed-off-by: Louis Chemineau <louis@chmn.me>
20 months agoForward branch env var to the cypress container
Louis Chemineau [Wed, 21 Dec 2022 10:35:13 +0000 (11:35 +0100)]
Forward branch env var to the cypress container

Signed-off-by: Louis Chemineau <louis@chmn.me>
20 months agoFix versions restoring with S3
Louis Chemineau [Thu, 15 Dec 2022 14:35:31 +0000 (15:35 +0100)]
Fix versions restoring with S3

Signed-off-by: Louis Chemineau <louis@chmn.me>
20 months agoUse node's owner if no user is connected
Louis Chemineau [Thu, 15 Dec 2022 14:30:18 +0000 (15:30 +0100)]
Use node's owner if no user is connected

Signed-off-by: Louis Chemineau <louis@chmn.me>
20 months agoPrevent storing versions with the same mtime
Louis Chemineau [Thu, 8 Dec 2022 16:44:09 +0000 (17:44 +0100)]
Prevent storing versions with the same mtime

Signed-off-by: Louis Chemineau <louis@chmn.me>
20 months agoFix renaming files_versions
Louis Chemineau [Thu, 8 Dec 2022 15:40:10 +0000 (16:40 +0100)]
Fix renaming files_versions

Signed-off-by: Louis Chemineau <louis@chmn.me>
20 months agoHandle empty files in version creation logic
Louis Chemineau [Thu, 8 Dec 2022 10:26:58 +0000 (11:26 +0100)]
Handle empty files in version creation logic

Signed-off-by: Louis Chemineau <louis@chmn.me>
20 months agoFix hookconnector tests
Louis Chemineau [Wed, 7 Dec 2022 14:55:36 +0000 (15:55 +0100)]
Fix hookconnector tests

Signed-off-by: Louis Chemineau <louis@chmn.me>
20 months agoAdapt files_versions tests to modernized hooks
Louis Chemineau [Mon, 12 Dec 2022 17:27:50 +0000 (18:27 +0100)]
Adapt files_versions tests to modernized hooks

Signed-off-by: Louis Chemineau <louis@chmn.me>
20 months agoUser rootFolder instead of userFolder in FileEventsListener
Louis Chemineau [Thu, 1 Dec 2022 10:21:02 +0000 (11:21 +0100)]
User rootFolder instead of userFolder in FileEventsListener

Requesting userFolder fails during NC installation phase.

Signed-off-by: Louis Chemineau <louis@chmn.me>
20 months agoRename Hooks.php to FileEventsListener.php
Louis Chemineau [Tue, 29 Nov 2022 13:58:27 +0000 (14:58 +0100)]
Rename Hooks.php to FileEventsListener.php

Signed-off-by: Louis Chemineau <louis@chmn.me>
20 months agoPrevent expiration of named versions
Louis Chemineau [Mon, 28 Nov 2022 15:18:06 +0000 (16:18 +0100)]
Prevent expiration of named versions

Signed-off-by: Louis Chemineau <louis@chmn.me>
20 months agoDelete file versions entries in DB when node is deleted
Louis Chemineau [Wed, 23 Nov 2022 13:57:30 +0000 (14:57 +0100)]
Delete file versions entries in DB when node is deleted

Signed-off-by: Louis Chemineau <louis@chmn.me>
20 months agoAllow to delete a version through DAV
Louis Chemineau [Tue, 29 Nov 2022 15:26:54 +0000 (16:26 +0100)]
Allow to delete a version through DAV

Signed-off-by: Louis Chemineau <louis@chmn.me>
20 months agoSupport getting and patching version-label
Louis Chemineau [Tue, 29 Nov 2022 13:52:02 +0000 (14:52 +0100)]
Support getting and patching version-label

Signed-off-by: Louis Chemineau <louis@chmn.me>
20 months agoCreate files_versions table
Louis Chemineau [Mon, 14 Nov 2022 15:33:42 +0000 (16:33 +0100)]
Create files_versions table

Signed-off-by: Louis Chemineau <louis@chmn.me>
20 months agoModernise hook listener of files_versions
Louis Chemineau [Tue, 22 Nov 2022 17:14:07 +0000 (18:14 +0100)]
Modernise hook listener of files_versions

Signed-off-by: Louis Chemineau <louis@chmn.me>
20 months agoMerge pull request #36362 from nextcloud/release/26.0.0_beta_1 v26.0.0beta1
blizzz [Thu, 26 Jan 2023 10:07:38 +0000 (11:07 +0100)]
Merge pull request #36362 from nextcloud/release/26.0.0_beta_1

26.0.0 beta 1

20 months agoMerge pull request #35894 from nextcloud/move-from-encryption
Vincent Petry [Thu, 26 Jan 2023 08:45:12 +0000 (09:45 +0100)]
Merge pull request #35894 from nextcloud/move-from-encryption

fix moving files of encrypted local storage to unencrypted local storage

20 months agoMerge pull request #36347 from nextcloud/chore/autoloader/composer-2.5.1-autoloader...
Christoph Wurst [Thu, 26 Jan 2023 08:17:52 +0000 (09:17 +0100)]
Merge pull request #36347 from nextcloud/chore/autoloader/composer-2.5.1-autoloader-files

chore(autoloaders): Update autoloader files for Composer 2.5.1

20 months agoMark compiled CSS as binary 36371/head
Christopher Ng [Thu, 26 Jan 2023 02:29:11 +0000 (18:29 -0800)]
Mark compiled CSS as binary

Signed-off-by: Christopher Ng <chrng8@gmail.com>
20 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Thu, 26 Jan 2023 02:25:08 +0000 (02:25 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
20 months agoFix focus not returning to search icon 36370/head
Christopher Ng [Thu, 26 Jan 2023 01:02:51 +0000 (17:02 -0800)]
Fix focus not returning to search icon
- Remove programmatic focusing already handled by focus-trap

Signed-off-by: Christopher Ng <chrng8@gmail.com>
20 months agoMerge pull request #36352 from nextcloud/enh/noid/imaginary-add-tiff
Simon L [Wed, 25 Jan 2023 20:06:11 +0000 (21:06 +0100)]
Merge pull request #36352 from nextcloud/enh/noid/imaginary-add-tiff

imaginary - add tiff to supported formats

20 months ago26.0.0 beta 1 36362/head
Arthur Schiwon [Wed, 25 Jan 2023 17:21:04 +0000 (18:21 +0100)]
26.0.0 beta 1

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
20 months agoMerge pull request #36298 from nextcloud/perf/app-framework/lazy-middleware-registration
Christoph Wurst [Wed, 25 Jan 2023 16:37:56 +0000 (17:37 +0100)]
Merge pull request #36298 from nextcloud/perf/app-framework/lazy-middleware-registration

perf(app-framework): Make app middleware registration even lazier

20 months agoMerge pull request #32798 from nextcloud/enh/sse-c
Julius Härtl [Wed, 25 Jan 2023 14:59:26 +0000 (15:59 +0100)]
Merge pull request #32798 from nextcloud/enh/sse-c

[S3] Add option to specify an SSE-C customer provided key

20 months agoMerge pull request #36187 from nextcloud/psalm-ocp-since-checker
Daniel [Wed, 25 Jan 2023 11:44:01 +0000 (12:44 +0100)]
Merge pull request #36187 from nextcloud/psalm-ocp-since-checker

ci: migrate ocp since checker to psalm

20 months agoMerge pull request #35759 from nextcloud/add-app-config-for-default-template-path
Julius Härtl [Wed, 25 Jan 2023 11:35:24 +0000 (12:35 +0100)]
Merge pull request #35759 from nextcloud/add-app-config-for-default-template-path

20 months agoimaginary - add tiff to supported formats 36352/head
Simon L [Wed, 25 Jan 2023 10:53:16 +0000 (11:53 +0100)]
imaginary - add tiff to supported formats

Signed-off-by: Simon L <szaimen@e.mail.de>
20 months agochore(autoloaders): Update autoloader files for Composer 2.5.1 36347/head
Christoph Wurst [Wed, 25 Jan 2023 09:42:34 +0000 (10:42 +0100)]
chore(autoloaders): Update autoloader files for Composer 2.5.1

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
20 months agofix(app-framework): Specify return type of Middleware::beforeController 36341/head
Christoph Wurst [Wed, 25 Jan 2023 08:30:58 +0000 (09:30 +0100)]
fix(app-framework): Specify return type of Middleware::beforeController

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
20 months agoperf(app-framework): Make the app middleware registration lazy 36298/head
Christoph Wurst [Mon, 23 Jan 2023 10:27:28 +0000 (11:27 +0100)]
perf(app-framework): Make the app middleware registration lazy

Before this patch, app middlewares were registered on the dispatcher for
every app loaded in a Nextcloud process. With the patch, only
middlewares belonging to the same app of a dispatcher instance are
loaded.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
20 months agoMerge pull request #36216 from nextcloud/fix/user_status-heartbeat-response
Joas Schilling [Wed, 25 Jan 2023 07:51:55 +0000 (08:51 +0100)]
Merge pull request #36216 from nextcloud/fix/user_status-heartbeat-response

Fix user_status heartbeat response

20 months agoFix user_status heartbeat response 36216/head
jld3103 [Wed, 18 Jan 2023 13:00:31 +0000 (14:00 +0100)]
Fix user_status heartbeat response

Signed-off-by: jld3103 <jld3103yt@gmail.com>
20 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Wed, 25 Jan 2023 02:44:17 +0000 (02:44 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
20 months agoMerge pull request #36055 from nextcloud/enh/a11y-sharing-select
Pytal [Wed, 25 Jan 2023 02:25:33 +0000 (18:25 -0800)]
Merge pull request #36055 from nextcloud/enh/a11y-sharing-select

Port files sharing selector

20 months agoPort files sharing selector 36055/head
Christopher Ng [Wed, 25 Jan 2023 01:40:17 +0000 (17:40 -0800)]
Port files sharing selector

Signed-off-by: Christopher Ng <chrng8@gmail.com>
20 months agoMerge pull request #36333 from nextcloud/docs/fix-files_no_background_scan-default
Daniel [Tue, 24 Jan 2023 20:23:28 +0000 (21:23 +0100)]
Merge pull request #36333 from nextcloud/docs/fix-files_no_background_scan-default

Fix default value for files_no_background_scan

20 months agoFix default value for files_no_background_scan 36333/head
max-nextcloud [Tue, 24 Jan 2023 17:02:12 +0000 (18:02 +0100)]
Fix default value for files_no_background_scan

The value is read in https://github.com/nextcloud/server/blob/b888c6146327d842e21988b0d90d6ade4f3a9435/apps/files/lib/BackgroundJob/ScanFiles.php#L105 and the default value is false.

Signed-off-by: max-nextcloud <max@nextcloud.com>
20 months agoMerge pull request #36321 from nextcloud/deps/nextcloud/vue-7.5.0
Pytal [Tue, 24 Jan 2023 16:41:12 +0000 (08:41 -0800)]
Merge pull request #36321 from nextcloud/deps/nextcloud/vue-7.5.0

20 months agofix moving files of encrypted local storage to unencrypted local storage 35894/head
Robin Appelman [Tue, 27 Dec 2022 14:32:59 +0000 (15:32 +0100)]
fix moving files of encrypted local storage to unencrypted local storage

for example when moving encrypted files to a groupfolder

Signed-off-by: Robin Appelman <robin@icewind.nl>
20 months agoMerge pull request #36326 from nextcloud/enh/29584/fix-translation
Simon L [Tue, 24 Jan 2023 13:15:36 +0000 (14:15 +0100)]
Merge pull request #36326 from nextcloud/enh/29584/fix-translation

don't translate a variable

20 months agodon't translate a variable 36326/head
Simon L [Tue, 24 Jan 2023 09:50:18 +0000 (10:50 +0100)]
don't translate a variable

Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
20 months agoMerge pull request #32572 from nextcloud/phpunit-deprecation-core
Côme Chilliet [Tue, 24 Jan 2023 10:28:19 +0000 (11:28 +0100)]
Merge pull request #32572 from nextcloud/phpunit-deprecation-core

Fix a bunch of deprecation in the phpunit for core