Christoph Wurst
ad00a149ea
Merge pull request #36310 from nextcloud/feat/app-framework/global-middlewares
...
feat(app-framework): Add support for global middlewares
2023-01-26 15:17:38 +01:00
Daniel
0a548175c0
Merge pull request #36210 from nextcloud/fix/4811/principal-email
...
fix(dav): check if principal has email address before accessing it
2023-01-26 14:15:47 +01:00
Christoph Wurst
033b03def0
Merge pull request #36341 from nextcloud/fix/app-framework/middleware-before-controller-returns-void
...
fix(app-framework): Specify return type of Middleware::beforeController
2023-01-26 13:18:19 +01:00
Christoph Wurst
8d9af3e262
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>
2023-01-26 11:54:28 +01:00
blizzz
3eb73d0a3d
Merge pull request #36362 from nextcloud/release/26.0.0_beta_1
...
26.0.0 beta 1
2023-01-26 11:07:38 +01:00
Vincent Petry
9ecec2fd75
Merge pull request #35894 from nextcloud/move-from-encryption
...
fix moving files of encrypted local storage to unencrypted local storage
2023-01-26 09:45:12 +01:00
Christoph Wurst
40425035d2
Merge pull request #36347 from nextcloud/chore/autoloader/composer-2.5.1-autoloader-files
...
chore(autoloaders): Update autoloader files for Composer 2.5.1
2023-01-26 09:17:52 +01:00
Nextcloud bot
4caa90dfb6
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-26 02:25:08 +00:00
Simon L
352bd7ecea
Merge pull request #36352 from nextcloud/enh/noid/imaginary-add-tiff
...
imaginary - add tiff to supported formats
2023-01-25 21:06:11 +01:00
Arthur Schiwon
9eccafc3b6
26.0.0 beta 1
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-01-25 18:21:04 +01:00
Christoph Wurst
b58d4f7d22
Merge pull request #36298 from nextcloud/perf/app-framework/lazy-middleware-registration
...
perf(app-framework): Make app middleware registration even lazier
2023-01-25 17:37:56 +01:00
Julius Härtl
919a840f34
Merge pull request #32798 from nextcloud/enh/sse-c
...
[S3] Add option to specify an SSE-C customer provided key
2023-01-25 15:59:26 +01:00
Daniel
75e8636ef2
Merge pull request #36187 from nextcloud/psalm-ocp-since-checker
...
ci: migrate ocp since checker to psalm
2023-01-25 12:44:01 +01:00
Julius Härtl
a249c633a0
Merge pull request #35759 from nextcloud/add-app-config-for-default-template-path
2023-01-25 12:35:24 +01:00
Simon L
9a64d95676
imaginary - add tiff to supported formats
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-01-25 11:53:16 +01:00
Christoph Wurst
aee9941fed
chore(autoloaders): Update autoloader files for Composer 2.5.1
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-01-25 10:42:34 +01:00
Christoph Wurst
6d7339b0ff
fix(app-framework): Specify return type of Middleware::beforeController
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-01-25 09:30:58 +01:00
Christoph Wurst
907ff68bfc
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>
2023-01-25 09:27:24 +01:00
Joas Schilling
d51429a472
Merge pull request #36216 from nextcloud/fix/user_status-heartbeat-response
...
Fix user_status heartbeat response
2023-01-25 08:51:55 +01:00
jld3103
1f49a56a98
Fix user_status heartbeat response
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
2023-01-25 07:16:26 +01:00
Nextcloud bot
d66bf39de5
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-25 02:44:17 +00:00
Pytal
96a21056c4
Merge pull request #36055 from nextcloud/enh/a11y-sharing-select
...
Port files sharing selector
2023-01-24 18:25:33 -08:00
Christopher Ng
0236c9e8cd
Port files sharing selector
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-01-24 17:40:17 -08:00
Daniel
75d7203f57
Merge pull request #36333 from nextcloud/docs/fix-files_no_background_scan-default
...
Fix default value for files_no_background_scan
2023-01-24 21:23:28 +01:00
max-nextcloud
a635674d27
Fix default value for files_no_background_scan
...
The value is read in b888c61463/apps/files/lib/BackgroundJob/ScanFiles.php (L105) and the default value is false.
Signed-off-by: max-nextcloud <max@nextcloud.com>
2023-01-24 18:02:12 +01:00
Pytal
44af64c138
Merge pull request #36321 from nextcloud/deps/nextcloud/vue-7.5.0
2023-01-24 08:41:12 -08:00
Robin Appelman
33b90d28f8
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>
2023-01-24 16:40:41 +00:00
Simon L
0be897bdfe
Merge pull request #36326 from nextcloud/enh/29584/fix-translation
...
don't translate a variable
2023-01-24 14:15:36 +01:00
Simon L
e46daa8540
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>
2023-01-24 10:31:07 +00:00
Côme Chilliet
486e1dff40
Merge pull request #32572 from nextcloud/phpunit-deprecation-core
...
Fix a bunch of deprecation in the phpunit for core
2023-01-24 11:28:19 +01:00
Thomas Citharel
00d9d49303
Add app config for default template path
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-01-24 09:39:31 +00:00
Julius Härtl
159a0c8411
feat(s3): Add option to specify an SSE-C customer provided key
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-01-24 10:36:03 +01:00
Daniel Kesselberg
258c919b3c
ci: migrate ocp since checker to psalm
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-01-24 10:02:41 +01:00
Côme Chilliet
003cc2b45a
Fix tests failures (number of calls differed with last rebase)
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-01-24 09:38:20 +01:00
Carl Schwan
5b0f7f7501
Use phpunit from composer if available
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2023-01-24 09:34:17 +01:00
Carl Schwan
a23cd7b961
Fix a bunch of deprecation in the phpunit for core
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2023-01-24 09:34:09 +01:00
Richard Steinmetz
bbda231e18
fix(dav): check if principal has email address before accessing it
...
Ref https://github.com/nextcloud/calendar/issues/4811
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2023-01-24 09:27:53 +01:00
Nextcloud bot
f867a2d65e
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-24 02:25:20 +00:00
Christopher Ng
2f8fb24828
Bump @nextcloud/vue to v7.5.0
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-01-23 15:53:18 -08:00
John Molakvoæ
a3aa81d2ca
Merge pull request #36277 from nextcloud/backport/36272/master
...
[master] fix(theming): fix admin images migration
2023-01-23 21:26:12 +01:00
Joas Schilling
ecad09b38a
Merge pull request #36261 from nextcloud/techdebt/noid/warn-devs-about-potential-bugs
...
fix(querybuilder): Log a warning if where() is called again on a quer…
2023-01-23 18:47:25 +01:00
Joas Schilling
c817981d7a
Merge pull request #36268 from nextcloud/bugfix/noid/fix-double-where-usage-in-resource-manager
...
Fix double where() usage in resource manager
2023-01-23 18:45:52 +01:00
Simon L
078203afea
Merge pull request #35935 from EWouters/patch-1
...
[Fix]: scan-app-data conversion
2023-01-23 17:43:14 +01:00
Joas Schilling
3eda055c68
Merge pull request #36260 from nextcloud/bugfix/noid/fix-user-availability-selection
...
Fix WHERE condition when selecting user's availability for the status…
2023-01-23 15:59:39 +01:00
MichaIng
ba97587b85
Merge pull request #36279 from nextcloud/dependabot/composer/build/integration/phpunit/phpunit-9.5.28
...
chore(deps-dev): Bump phpunit/phpunit from 9.5.27 to 9.5.28 in /build/integration
2023-01-23 12:55:50 +01:00
Christoph Wurst
83711e9267
Merge pull request #36254 from nextcloud/chore/dav/throw-json-encode-decode
...
chore(dav): Make json_encode and json_decode throw on error
2023-01-23 12:52:22 +01:00
Joas Schilling
03e3458a84
Merge pull request #36258 from nextcloud/fix/user-status-input
...
Fix user status message input
2023-01-23 12:25:01 +01:00
Joas Schilling
151523917d
Merge pull request #36250 from nextcloud/fix/add-success-message-to-personal-settings-button
...
Add success message to personal settings clipboard button
2023-01-23 12:11:48 +01:00
Joas Schilling
13846ac2a8
Merge pull request #36266 from nextcloud/bugfix/noid/fix-double-where-in-custom-property-test
...
Fix double where in CustomProperiesBackendTest
2023-01-23 11:37:18 +01:00
MichaIng
279c7d18ef
Merge pull request #36278 from nextcloud/fix/opcache/check
...
Fix interned strings buffer check if 0 free bytes
2023-01-23 10:36:43 +01:00