aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update psalm baselinenextcloud-command2023-01-181-9/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-1858-132/+172
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #36190 from nextcloud/3rdparty-guzzleJoas Schilling2023-01-171-0/+0
|\ | | | | 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
| * chore(3rdparty): Bump guzzlehttp/guzzle from 7.2.0 to 7.5.0 andJohn Molakvoæ2023-01-171-0/+0
| | | | | | | | | | | | egulias/email-validator from 3.2.1 to 3.2.5 Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Merge pull request #36166 from ↵Christoph Wurst2023-01-171-0/+1
|\ \ | | | | | | | | | | | | nextcloud/fix/php82/declare-symfony-console-application-property fix(PHP8.2): Declare Symfony Application property in console application
| * | fix(PHP8.2): Declare Symfony Application property in console applicationChristoph Wurst2023-01-161-0/+1
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Revert "Add alt to the logo, adapt css for logo"John Molakvoæ2023-01-1713-14/+2534
| |/ |/| | | | | This reverts commit bba5ab0532bcf71dc421fd15efd890cd25bdc8d3.
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-17154-270/+354
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #36094 from ↵Joas Schilling2023-01-162-17/+16
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/user-info-api-exclude-storage Only expose storage location to admins
| * | Only expose storage location to adminsVincent Petry2023-01-132-17/+16
| | | | | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | Merge pull request #36093 from ↵Joas Schilling2023-01-163-9/+12
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/improve-share-pw-generation Improve password generation for link shares
| * | | Improve password generation for link sharesVincent Petry2023-01-163-9/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Use web crypto when generating password for link shares whenever the password policy app is disabled. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | Merge pull request #36161 from ↵Vincent Petry2023-01-161-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/36153/fix-sharemount-cache-key-include-target still include the share target in the cache key for validating share mount
| * | | | still include the share target in the cache key for validating share mountRobin Appelman2023-01-161-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #36087 from nextcloud/enh/noid/improve-applicable-ext-storageVincent Petry2023-01-166-32/+150
|\ \ \ \ \ | |_|_|_|/ |/| | | | Improve saving applicable users in ext storage
| * | | | Improve saving applicable users in ext storageVincent Petry2023-01-126-32/+150
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a checkbox to prevent saving "All users" by mistake and giving access to everyone when not wanted. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | | Merge pull request #36089 from nextcloud/enh/noid/ext-storage-default-valuesVincent Petry2023-01-167-24/+65
|\ \ \ \ \ | |_|_|/ / |/| | | | Ext storage configs default value support + enable SSL by default
| * | | | Enable SSL by default in ext storage configsVincent Petry2023-01-135-4/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | | | Extend ext storage params to contain default valueVincent Petry2023-01-133-20/+56
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Extend the external storage configuration parameters definition to allow to specify a default value Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | Merge pull request #36113 from nextcloud/bugfix/noid/viewonly-versionsVincent Petry2023-01-162-13/+47
|\ \ \ \ | | | | | | | | | | Extend ViewOnly DAV plugin to versions endpoint
| * | | | Extend ViewOnly DAV plugin to versions endpointVincent Petry2023-01-132-13/+47
| |/ / / | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | Merge pull request #35970 from nextcloud/perf/noid/exception-serializerJulius Härtl2023-01-164-20/+27
|\ \ \ \
| * | | | chore: Add typings to Log propertiesJulius Härtl2023-01-161-16/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | fix(ExceptionSerializer): encode arguments before filtering the traceJulius Härtl2023-01-161-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | | perf(logging): Return early when log level does not match before serializing ↵Julius Härtl2023-01-163-1/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | an exception Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #36115 from nextcloud/fix/catch-exception-in-provisioning_apiCôme Chilliet2023-01-161-0/+12
|\ \ \ \ \ | | | | | | | | | | | | Catch Exceptions when loading storage data of users
| * | | | | Tear down in catch of an ExceptionCôme Chilliet2023-01-121-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Catch Exceptions when loading storage data of usersCôme Chilliet2023-01-121-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids having the whole userlist crashing because a user external storage fails to load. With this change only the problematic user storage/quota information will be empty. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | Merge pull request #36073 from nextcloud/fix/fix-background-job-listblizzz2023-01-165-34/+40
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Use a Generator for job list to fix background-job:list command
| * | | | | Fix API breakage by using a new method insteadCôme Chilliet2023-01-125-6/+25
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Remove deprecated method getAll instead of breaking API on deprecated methodCôme Chilliet2023-01-122-21/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Fix BackgroundJob list testsCôme Chilliet2023-01-121-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Use a Generator for job list to fix background-job:list commandCôme Chilliet2023-01-103-19/+22
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | Merge pull request #36075 from fmenabe/s3-storage-classCôme Chilliet2023-01-164-2/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add support for s3 storage classes
| * | | | | | Support of s3 storage class in External Storage applicationFrançois Ménabé2023-01-122-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: François Ménabé <francois.menabe@gmail.com>
| * | | | | | Manage s3 storage class in objectstoreFrançois Ménabé2023-01-122-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: François Ménabé <francois.menabe@gmail.com>
* | | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-1632-6/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-1524-32/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-14298-534/+624
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Merge pull request #35637 from nextcloud/enh/a11y-contacts-menuPytal2023-01-1317-220/+235
|\ \ \ \ \ \ \
| * | | | | | | Focus trap contacts menu with NcHeaderMenu portChristopher Ng2023-01-1317-220/+235
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | Merge pull request #36137 from ↵Daniel2023-01-131-0/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/composer/nikic/php-parser-4.15.2 chore: bump nikic/php-parser from 4.10.5 to 4.15.2
| * | | | | | | chore: bump nikic/php-parser from 4.10.5 to 4.15.2Daniel Kesselberg2023-01-131-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - [ ] Merge https://github.com/nextcloud/3rdparty/pull/1275 - [ ] Rebase Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | | | Merge pull request #36136 from ↵Joas Schilling2023-01-131-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/add-color-to-acceptance-tests-output feat(CI): Enforce colored output for acceptance tests on drone CI
| * | | | | | | | feat(CI): Enforce colored output for acceptance tests on drone CIJoas Schilling2023-01-131-1/+1
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | Merge pull request #36124 from ↵Vincent Petry2023-01-131-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/add-color-to-integration-tests-output feat(CI): Enforce colored output for behat on drone CI
| * | | | | | | feat(CI): Enforce colored output for behat on drone CIJoas Schilling2023-01-121-1/+1
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Merge pull request #36067 from nextcloud/enh/noid/spaces-are-allowed-in-useridsblizzz2023-01-132-11/+11
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | spaces are allowed in userids
| * | | | | | address reviewSimon L2023-01-121-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
| * | | | | | spaces are allowed in useridsSimon L2023-01-103-15/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>