| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
|
|
|
| |
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
|
|
|
| |
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
|
|
|
| |
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
|
|\
| |
| | |
Add check config.php for ffmpeg_path in PreviewManager.php. fix for snap no video preview
|
| |
| |
| |
| |
| |
| | |
fix lint issue
Co-authored-by: Simon L. <szaimen@e.mail.de>
Signed-off-by: William <william.hak57@gmail.com>
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
|\ \ \
| |_|/
|/| |
| | |
| | | |
cyclops8456/feature/24301-remove-can-install-on-occ-maintenance-install
Remove the CAN_INSTALL file when occ maintenance:install is complete
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
|\ \
| | |
| | | |
feat(files): Quota in navigation
|
| | |
| | |
| | |
| | | |
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
nextcloud/fix/php82/declare-symfony-console-application-property
fix(PHP8.2): Declare Symfony Application property in console application
|
| | |
| | |
| | |
| | | |
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
|/ /
| |
| |
| | |
This reverts commit bba5ab0532bcf71dc421fd15efd890cd25bdc8d3.
|
|\ \ |
|
| | |
| | |
| | |
| | | |
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| | |
| | |
| | |
| | |
| | |
| | | |
an exception
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
|\ \ \
| |/ /
|/| | |
Use a Generator for job list to fix background-job:list command
|
| | |
| | |
| | |
| | | |
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
|\ \ \
| | | |
| | | | |
Add support for s3 storage classes
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: François Ménabé <francois.menabe@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
spaces are allowed in userids
|
| | |_|/
| |/| |
| | | |
| | | | |
Signed-off-by: Simon L <szaimen@e.mail.de>
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
nextcloud/debt/noid/add-explanation-for-get-new-preview-locations
doc: add description how BackgroundCleanupJob.getNewPreviewLocations works
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Validate user timezone given from login data before saving it
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Follow-up to #36000
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
|
| |_|_|/ /
|/| | | |
| | | | |
| | | | | |
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
|
|\ \ \ \ \
| |_|_|/ /
|/| | | |
| | | | |
| | | | | |
nextcloud/bugfix/36046/only-verify-the-same-hash-once
fix(authentication): Only verify each hash once
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
verified
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
We need to store the new authentication details when the hash did **not** verify
the old password.
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
IMigrationStep progress bar fix
|
| | |_|/ /
| |/| | |
| | | | |
| | | | |
| | | | | |
Context here: https://github.com/nextcloud/server/issues/35960
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
|
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| |/ / /
| | | |
| | | |
| | | | |
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
| |/ /
|/| |
| | |
| | |
| | |
| | | |
text/html
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
|
| | |
| | |
| | |
| | |
| | |
| | | |
resolve with opengraph link provider
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
|
|\ \ \
| | | |
| | | | |
PublickKeyTokenProvider: Fix password update routine with password hash
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
nextcloud/followup/35965/const-for-max-password-length
Add a const for the max user password length
|