summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-19242-920/+854
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #36225 from Jachhj-sc/patch-1Simon L2023-01-182-3/+14
|\ | | | | Add check config.php for ffmpeg_path in PreviewManager.php. fix for snap no video preview
| * Update lib/private/PreviewManager.php William2023-01-181-2/+1
| | | | | | | | | | | | fix lint issue Co-authored-by: Simon L. <szaimen@e.mail.de> Signed-off-by: William <william.hak57@gmail.com>
| * Update config/config.sample.php William2023-01-181-1/+1
| | | | | | | | | | | | add better description Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: William <william.hak57@gmail.com>
| * Merge pull request #1 from Jachhj-sc/patch-2William2023-01-181-1/+8
| |\ | | | | | | add documentation preview_ffmpeg_path
| | * add documentation preview_ffmpeg_pathWilliam2023-01-181-1/+8
| | | | | | | | | | | | | | | | | | add preview_ffmpeg_path documentation. document custom path for ffmpeg so it can be used by the previewprovider to create video previews with the snap package of nextcloud. Signed-off-by: William <william.hak57@gmail.com>
| * | Merge branch 'nextcloud:master' into patch-1William2023-01-187-45/+56
| |\|
| * | Update PreviewManager.phpWilliam2023-01-181-3/+8
| | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #36211 from nextcloud/enh/catch-recurrence-exceptionAnna2023-01-181-34/+39
|\ \ \ | | | | | | | | fix(dav): catch MaxInstancesExceededException for recurring events without end date
| * | | fix(dav): catch MaxInstancesExceedeException for recurring events without ↵Anna Larch2023-01-181-34/+39
| |/ / | | | | | | | | | | | | | | | | | | | | | end date Ref https://github.com/nextcloud/calendar/issues/4811 Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | Merge pull request #36219 from ↵Joas Schilling2023-01-183-3/+4
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/correction-35886-Replace_custom_tooltips_with_native_one_for_personal_and_administration_settings Correct title for button on federation actions button
| * | | Correct title for button on federation actions buttonjulia.kirschenheuter2023-01-183-3/+4
| |/ / | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | Merge pull request #27492 from ↵Simon L2023-01-183-5/+23
|\ \ \ | |_|/ |/| | | | | | | | cyclops8456/feature/24301-remove-can-install-on-occ-maintenance-install Remove the CAN_INSTALL file when occ maintenance:install is complete
| * | Rename canInstallExists method and add new method for removalAlex Harpin2023-01-103-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | Rename canInstallExists to shouldRemoveCanInstallFile to cover removal of this file for non-git channels and logging any failure to remove it. Add new method to detect if this file exists during web based installation. Signed-off-by: Alex Harpin <development@landsofshadow.co.uk>
| * | Log a warning to CLI install command if CAN_INSTALL is not removedAlex Harpin2023-01-101-0/+3
| | | | | | | | | | | | | | | | | | Log a warning for the CLI install command if the CAN_INSTALL file still exists at the end of the installation. This matches the warning logged by the web installer. Signed-off-by: Alex Harpin <development@landsofshadow.co.uk>
| * | Move CAN_INSTALL check to method and remove unlink from SetupControllerAlex Harpin2023-01-102-6/+11
| | | | | | | | | | | | | | | | | | Move the check for the CAN_INSTALL file in the config directory to a method in the Setup class and remove the call to unlink from the SetupController as this in now handled in the Setup class. Signed-off-by: Alex Harpin <development@landsofshadow.co.uk>
| * | Remove the CAN_INSTALL file when occ maintenance:install is completeAlex Harpin2023-01-101-0/+3
| | | | | | | | | | | | | | | | | | When occ maintenance:install is run from the CLI, the CAN_INSTALL in the config directory is left in place when installed is set to true, whereas this file is removed when the web installer is used. Removing this file in the CLI command maintains consistency between the two. This allows automation tools an easier way to determine if this process has been completed. Signed-off-by: Alex Harpin <development@landsofshadow.co.uk>
* | | Merge pull request #36205 from ↵Joas Schilling2023-01-181-1/+1
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/fix-settings-section-icon-color fix(search): Fix settings section icon color
| * | | fix(search): Fix settings section icon colorJoas Schilling2023-01-181-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #36221 from nextcloud/artonge/feat/cypress_git_branchJohn Molakvoæ2023-01-181-1/+6
|\ \ \ \ | | | | | | | | | | Use current git branch by default when setting up cypress container
| * | | | Use current git branch by default when setting up cypress containerLouis Chemineau2023-01-181-1/+6
|/ / / / | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Merge pull request #35783 from ↵Christoph Wurst2023-01-185-43/+49
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | nextcloud/feat/inject-controller-services-into-methods Inject services into controller methods
| * | | feat(app framework)!: Inject services into controller methodsChristoph Wurst2023-01-185-43/+49
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Usually Nextcloud DI goes through constructor injection. This has the implication that each instance of a class builds the full DI tree. That is the injected services, their services, etc. Occasionally there is a service that is only needed for one controller method. Then the DI tree is build regardless if used or not. If services are injected into the method, we only build the DI tree if that method gets executed. This is also how Laravel allows injection. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #35419 from ↵Christoph Wurst2023-01-182-14/+27
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/login-csrf-not-logged-in-clear-cookies Fix login loop if login CSRF fails and user is not logged in
| * | | Fix login loop if login CSRF fails and user is not logged inChristoph Wurst2023-01-182-14/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #36204 from ↵Daniel2023-01-181-9/+0
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/automated/noid/master-update-psalm-baseline [master] Update psalm-baseline.xml
| * | | Update psalm baselinenextcloud-command2023-01-181-9/+0
| | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | Merge pull request #36198 from nextcloud/3rdparty-remove-dsJoas Schilling2023-01-181-0/+0
|\ \ \ \ | | | | | | | | | | chore: drop dependency php-ds
| * | | | chore: drop dependency php-dsJoas Schilling2023-01-181-0/+0
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | The dependency is not used. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #36002 from nextcloud/feat/files2vue-quotaJohn Molakvoæ2023-01-1830-177/+420
|\ \ \ \ | |/ / / |/| | | feat(files): Quota in navigation
| * | | feat(files): Quota in navigationJohn Molakvoæ2023-01-1730-177/+420
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | Merge pull request #36194 from nextcloud/revert/35071Joas Schilling2023-01-184-2509/+0
|\ \ \ \ | |_|/ / |/| | | Fix failed revert for #35071
| * | | Fix failed revert for #35071John Molakvoæ2023-01-174-2509/+0
| |/ / | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.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>