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 +07:00
Arthur Schiwon
9eccafc3b6
26.0.0 beta 1
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-01-25 18:21:04 +07: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 +07: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 +07: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 +07:00
Julius Härtl
a249c633a0
Merge pull request #35759 from nextcloud/add-app-config-for-default-template-path
2023-01-25 12:35:24 +07: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 +07: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 +07: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 +07: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 +07: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 +07:00
jld3103
1f49a56a98
Fix user_status heartbeat response
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
2023-01-25 07:16:26 +07:00
Nextcloud bot
d66bf39de5
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-25 02:44:17 +07:00
Pytal
96a21056c4
Merge pull request #36055 from nextcloud/enh/a11y-sharing-select
...
Port files sharing selector
2023-01-24 18:25:33 +07:00
Christopher Ng
0236c9e8cd
Port files sharing selector
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-01-24 17:40:17 +07: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 +07: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 +07:00
Pytal
44af64c138
Merge pull request #36321 from nextcloud/deps/nextcloud/vue-7.5.0
2023-01-24 08:41:12 +07: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 +07: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 +07: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 +07: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 +07: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 +07: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 +07: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 +07: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 +07:00
Carl Schwan
5b0f7f7501
Use phpunit from composer if available
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2023-01-24 09:34:17 +07: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 +07: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 +07:00
Nextcloud bot
f867a2d65e
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-24 02:25:20 +07: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 +07: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 +07: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 +07: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 +07:00
Simon L
078203afea
Merge pull request #35935 from EWouters/patch-1
...
[Fix]: scan-app-data conversion
2023-01-23 17:43:14 +07: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 +07: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 +07: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 +07: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 +07: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 +07: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 +07: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 +07:00
rakekniven
34824e2f8d
fix(l10n): fix admin images migration
...
Reported at Transifex.
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2023-01-23 09:09:46 +07:00
John Molakvoæ (skjnldsv)
e5977a19ab
fix(theming): fix admin images migration
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2023-01-23 09:09:46 +07:00
MichaIng
03390ee791
Fix interned strings buffer check if 0 free bytes
...
With #32902 it was meant to be avoided to recommend raising the interned strings buffer size above a quarter of the total OPcache size. This works as long as there is at least 1 byte free, but does not apply if the buffer is filled completely.
This commit switches the conditions so that the interned strings buffer size must be smaller than a quarter of the total OPcache size for the warning to be shown. That the buffer must be either filled completely or by more than 90% remains untouched.
Signed-off-by: MichaIng <micha@dietpi.com>
2023-01-23 08:55:35 +07:00
Joas Schilling
f565cacaf3
Fix double where() usage in resource manager
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-01-23 08:48:01 +07:00
Joas Schilling
20190534ee
Merge pull request #36269 from nextcloud/bugfix/noid/fix-broken-unit-test
...
Fix broken user:setting command unit test
2023-01-23 07:40:50 +07:00
Joas Schilling
f99642b0bc
Merge pull request #36262 from nextcloud/chore/dav/void-test-methods
...
chore(dav): Add void return type to test methods
2023-01-23 07:08:02 +07:00
Joas Schilling
f717219490
Don't reuse query builder object with populated parameters
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-01-23 07:04:57 +07:00
Joas Schilling
ad5a1abfaa
Merge pull request #36247 from nextcloud/bugfix/noid/bump-profiler-version
...
Specify the profiler app branch to test with
2023-01-23 07:02:39 +07:00