| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
|
|\
| |
| | |
fix(dav): Fix avatar size in system address book
|
|/
|
|
| |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|
|
|
| |
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
|\
| |
| | |
Add fallback when a there is no preview for a version
|
| |
| |
| |
| | |
Signed-off-by: Louis Chemineau <louis@chmn.me>
|
| |
| |
| |
| | |
Signed-off-by: Louis Chemineau <louis@chmn.me>
|
|\ \
| | |
| | | |
Fix deletion of User when system link are used in him user folder
|
| | |
| | |
| | | |
Signed-off-by: Lorenzo Tanganelli <lorenzo.tanganelli@hotmail.it>
|
|\ \ \
| |_|/
|/| | |
fix: better error message on missing user files dir
|
| | |
| | |
| | |
| | | |
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
|
|\ \ \
| | | |
| | | | |
adjust active element visibility in the sidebar
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
|
|\ \ \ \
| |_|/ /
|/| | | |
adjust active element visibility in the usermenu
|
| |/ /
| | |
| | |
| | |
| | | |
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
|
|\ \ \
| |/ /
|/| | |
Increase from 100000 to 600000 iterations for hash_pbkdf2
|
| | |
| | |
| | |
| | | |
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
|\ \ \
| | | |
| | | | |
fix(carddav): Don't show system address book cards to guests
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
|\ \ \ \
| | | | |
| | | | | |
fix(carddav): Make system contact phone number RFC compliant
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: greta <gretadoci@gmail.com>
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
Revert "Fix table view"
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
This reverts commit cb852ef6
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
nextcloud/fix/carddav/check-system-address-book-enumeration
fix(carddav): Check enumeration settings for all SAB methods
|
|/ / / /
| | | |
| | | |
| | | | |
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
|\ \ \ \
| | | | |
| | | | | |
fix(files): make open folder a default action
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
Add OpenAPI specs
|
| | |_|/
| |/| |
| | | |
| | | | |
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
webpack: add nonce to unsupported-browser-redirect chunk
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Varun Patil <varunpatil@ucla.edu>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
|
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
don't always check if we need to setup the object store root
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
Avoid db connections when logging db connection errors
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
`\OC\Log\LogDetails::logDetails` depends on `\OC_App::getAppVersions()`
which makes a database connection causing the logger to break when the database
service is unavaiable.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This commit replaces more ILogger method calls with
`Psr\Log\LoggerInterface` as we gradually move away from the
custom ILogger.
This commit aslo, sets the customPsrLogger to not depend on the
database to `logfile` config value.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
|
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Varun Patil <varunpatil@ucla.edu>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Varun Patil <varunpatil@ucla.edu>
|
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | | |
This makes tree shaking possible
Signed-off-by: Varun Patil <varunpatil@ucla.edu>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
|\ \ \ \
| |/ / /
|/| | | |
Log to `error_log` in fatal case
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Robin Windey <ro.windey@gmail.com>
|
|\ \ \ \
| |/ / /
|/| | | |
Refactors Command/Encryption/Enable.php to improve code readability.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Improves the readability of the "execute" method by using early returns and reducing the code indentation.
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
fix(SAB): Save avatar to SAB
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Johannes Merkel <mail@johannesgge.de>
|