William
1409a7cc92
Update PreviewManager.php
...
add a check in config.php for a configured movieBinary path.
so now it first checks in config.php if preview_ffmpeg_path is configured.
Signed-off-by: William <william.hak57@gmail.com>
2023-01-18 16:30:41 +01:00
Christoph Wurst
9e08e49998
Merge pull request #35419 from nextcloud/fix/login-csrf-not-logged-in-clear-cookies
...
Fix login loop if login CSRF fails and user is not logged in
2023-01-18 11:55:24 +01:00
Daniel
dfa1a7b33b
Merge pull request #36204 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2023-01-18 11:32:22 +01:00
Christoph Wurst
f22101d421
Fix login loop if login CSRF fails and user is not logged in
...
If CSRF fails but the user is logged in that they probably logged in in
another tab. This is fine. We can just redirect.
If CSRF fails and the user is also not logged in then something is
fishy. E.g. because Nextcloud contantly regenrates the session and the
CSRF token and the user is stuck in an endless login loop.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-01-18 09:39:17 +01:00
Joas Schilling
c35d82aece
Merge pull request #36198 from nextcloud/3rdparty-remove-ds
...
chore: drop dependency php-ds
2023-01-18 09:37:37 +01:00
John Molakvoæ
1a0f9b57be
Merge pull request #36002 from nextcloud/feat/files2vue-quota
...
feat(files): Quota in navigation
2023-01-18 08:05:04 +01:00
Joas Schilling
de5fb80478
chore: drop dependency php-ds
...
The dependency is not used.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-01-18 07:14:34 +01:00
Joas Schilling
634f5a17d9
Merge pull request #36194 from nextcloud/revert/35071
...
Fix failed revert for #35071
2023-01-18 07:01:05 +01:00
nextcloud-command
0d48e3c98c
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2023-01-18 04:45:48 +00:00
Nextcloud bot
4dc3f4dcac
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-18 02:25:23 +00:00
Joas Schilling
184d57c843
Merge pull request #36190 from nextcloud/3rdparty-guzzle
...
chore(3rdparty): Bump guzzlehttp/guzzle from 7.2.0 to 7.5.0 and egulias/email-validator from 3.2.1 to 3.2.5
2023-01-17 21:55:09 +01:00
John Molakvoæ
b9906fb21e
feat(files): Quota in navigation
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-01-17 18:30:41 +01:00
Christoph Wurst
312f19d6a4
Merge pull request #36166 from nextcloud/fix/php82/declare-symfony-console-application-property
...
fix(PHP8.2): Declare Symfony Application property in console application
2023-01-17 18:25:56 +01:00
John Molakvoæ
61446933e0
Fix failed revert for #35071
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-01-17 14:21:11 +01:00
John Molakvoæ
9af7ee8d11
Revert "Add alt to the logo, adapt css for logo"
...
This reverts commit bba5ab0532 .
2023-01-17 14:19:23 +01:00
John Molakvoæ
6e53aacd86
chore(3rdparty): Bump guzzlehttp/guzzle from 7.2.0 to 7.5.0 and
...
egulias/email-validator from 3.2.1 to 3.2.5
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-01-17 11:33:30 +01:00
Nextcloud bot
7ab34eefc5
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-17 02:26:53 +00:00
Joas Schilling
614e3e2969
Merge pull request #36094 from nextcloud/bugfix/noid/user-info-api-exclude-storage
...
Only expose storage location to admins
2023-01-16 22:27:37 +01:00
Joas Schilling
7f81ce5547
Merge pull request #36093 from nextcloud/techdebt/noid/improve-share-pw-generation
...
Improve password generation for link shares
2023-01-16 22:26:42 +01:00
Vincent Petry
018a597d9b
Merge pull request #36161 from nextcloud/bugfix/36153/fix-sharemount-cache-key-include-target
...
still include the share target in the cache key for validating share mount
2023-01-16 15:25:12 +01:00
Vincent Petry
bfcb2690a4
Merge pull request #36087 from nextcloud/enh/noid/improve-applicable-ext-storage
...
Improve saving applicable users in ext storage
2023-01-16 15:08:19 +01:00
Christoph Wurst
e2f4110a3f
fix(PHP8.2): Declare Symfony Application property in console application
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-01-16 14:55:16 +01:00
Vincent Petry
e9f7ea11bb
Improve password generation for link shares
...
Use web crypto when generating password for link shares
whenever the password policy app is disabled.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2023-01-16 14:35:08 +01:00
Vincent Petry
f0b9b6ebaa
Merge pull request #36089 from nextcloud/enh/noid/ext-storage-default-values
...
Ext storage configs default value support + enable SSL by default
2023-01-16 14:22:16 +01:00
Vincent Petry
60eac3fec5
Merge pull request #36113 from nextcloud/bugfix/noid/viewonly-versions
...
Extend ViewOnly DAV plugin to versions endpoint
2023-01-16 14:09:55 +01:00
Julius Härtl
8557c61389
Merge pull request #35970 from nextcloud/perf/noid/exception-serializer
2023-01-16 14:00:57 +01:00
Robin Appelman
c105b6a85d
still include the share target in the cache key for validating share mount
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2023-01-16 13:09:50 +01:00
Côme Chilliet
052f09633b
Merge pull request #36115 from nextcloud/fix/catch-exception-in-provisioning_api
...
Catch Exceptions when loading storage data of users
2023-01-16 11:40:51 +01:00
blizzz
dbfe7b1816
Merge pull request #36073 from nextcloud/fix/fix-background-job-list
...
Use a Generator for job list to fix background-job:list command
2023-01-16 11:10:10 +01:00
Julius Härtl
cf1bd0eb70
chore: Add typings to Log properties
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-01-16 09:47:31 +01:00
Julius Härtl
7daa20d309
fix(ExceptionSerializer): encode arguments before filtering the trace
...
This will avoid running into a Nesting level too deep error as the
encodeArg calls will limit potential recursive calls on the arguments to
a nesting level of 5
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-01-16 09:47:31 +01:00
Julius Härtl
00b7575c89
perf(logging): Return early when log level does not match before serializing an exception
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-01-16 09:47:31 +01:00
Côme Chilliet
5e090d044d
Merge pull request #36075 from fmenabe/s3-storage-class
...
Add support for s3 storage classes
2023-01-16 09:43:53 +01:00
Nextcloud bot
269bcdc17a
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-16 02:24:58 +00:00
Nextcloud bot
4267698115
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-15 02:24:46 +00:00
Nextcloud bot
5866418098
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-14 02:26:37 +00:00
Pytal
72fa249778
Merge pull request #35637 from nextcloud/enh/a11y-contacts-menu
2023-01-13 15:57:49 -08:00
Christopher Ng
f6aa5224c4
Focus trap contacts menu with NcHeaderMenu port
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-01-13 23:19:28 +00:00
Daniel
f7ff54860b
Merge pull request #36137 from nextcloud/dependabot/composer/nikic/php-parser-4.15.2
...
chore: bump nikic/php-parser from 4.10.5 to 4.15.2
2023-01-13 16:29:42 +01:00
Daniel Kesselberg
6f8ea702b9
chore: bump nikic/php-parser from 4.10.5 to 4.15.2
...
- [ ] Merge https://github.com/nextcloud/3rdparty/pull/1275
- [ ] Rebase
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-01-13 15:07:14 +01:00
Joas Schilling
ea85fea194
Merge pull request #36136 from nextcloud/bugfix/noid/add-color-to-acceptance-tests-output
...
feat(CI): Enforce colored output for acceptance tests on drone CI
2023-01-13 14:26:50 +01:00
Joas Schilling
238e9cf3a8
feat(CI): Enforce colored output for acceptance tests on drone CI
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-01-13 11:31:13 +01:00
Vincent Petry
6d0f80c253
Merge pull request #36124 from nextcloud/bugfix/noid/add-color-to-integration-tests-output
...
feat(CI): Enforce colored output for behat on drone CI
2023-01-13 11:30:13 +01:00
blizzz
2db1e75be2
Merge pull request #36067 from nextcloud/enh/noid/spaces-are-allowed-in-userids
...
spaces are allowed in userids
2023-01-13 10:45:27 +01:00
Vincent Petry
c24884d014
Only expose storage location to admins
...
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2023-01-13 10:31:19 +01:00
Vincent Petry
4e179e0e07
Enable SSL by default in ext storage configs
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2023-01-13 10:27:17 +01:00
Vincent Petry
a0f70988f4
Extend ext storage params to contain default value
...
Extend the external storage configuration parameters definition to allow
to specify a default value
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2023-01-13 10:27:17 +01:00
Vincent Petry
ecf6b7667b
Extend ViewOnly DAV plugin to versions endpoint
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2023-01-13 09:27:16 +00:00
Vincent Petry
b88864b899
Merge pull request #36130 from nextcloud/enh/a11y-share-link-label
...
Add always visible share label
2023-01-13 10:22:12 +01:00
Joas Schilling
97e83c31b4
Merge pull request #36131 from nextcloud/revert/32057
...
Revert "Fix sync errors for card creation with the same uri from different sources"
2023-01-13 09:08:35 +01:00