| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
|
|
|
|
| |
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
|
|
|
|
| |
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
|
|
|
|
| |
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
|
|
|
|
| |
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
|
|
|
|
| |
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
|
|
|
|
| |
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
|
|
|
|
| |
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
|
|
|
|
| |
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
|
|
|
|
| |
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
|
|
|
|
| |
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
|
|
|
|
| |
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
|
|
|
|
|
|
|
|
|
|
| |
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
# Conflicts:
# apps/settings/lib/Controller/AppSettingsController.php
# Conflicts:
# apps/settings/lib/Controller/AppSettingsController.php
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
but fallback to NullCache. This can be the case if APCu is used without apc.enable_cli=1. APCu however runs within the PHP instance and hence cannot be shared between CLI and web or used as distributed cache. The CLI call can hence only create or invalidate entries for itself. For short-living CLI calls, this is theoretically a downsides regarding performance and resource usage, and Nextcloud must not have any issues using the dummy NullCache instead of an isolated freshly created and destroyed APCu instance.
This partly reverts https://github.com/nextcloud/server/pull/25770. The fallback was removed, because CLI calls started to hang after https://github.com/nextcloud/server/pull/25440. The reason however was not that a cache is generally required for CLI calls, but because the previously logged warning invoked the user backend, which invoked again the caching backend, causing a loop.
This commit re-adds the fallback without logging a warning, and for APCu only. For mentioned reasons, it is okay to fallback to NullCache silently. If Redis or memcached are configured but not available, then the web UI would fail as well, and it makes sense to abort and inform CLI calls as well then.
The motivation is to make apc.enable_cli=1 optional, and that hence the documentation about it can be removed. We should not enforce admins to enable APCu for CLI calls, which is reasonably disabled by default. This also reduces requirements for hosting providers to support Nextcloud.
Signed-off-by: MichaIng <micha@dietpi.com>
|
|\ \ |
|
| | |
| | |
| | |
| | | |
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This also fixes Typescript issue but requires to slightly
adjust the Navigation test as the progress bar is not visible (because it is overlayed by another element).
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| | |
* Replace deprecated OC dialogs methods
* Replace deprecated global jQuery with axios
* Replace deprecated jQuery event with event bus
* Add component + unit tests for new dialog
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
|
|\ \ |
|
| | |
| | |
| | |
| | | |
Signed-off-by: Christopher Ng <chrng8@gmail.com>
|
|\ \ \
| | | |
| | | |
| | | | |
nextcloud/artonge/fix/file_list_jump_on_viewer_close
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
Fix https://github.com/nextcloud/server/issues/48545
Signed-off-by: Louis Chemineau <louis@chmn.me>
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
fix: Move cloud id into readonly input
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
|
| | |/ /
| |/| |
| | | |
| | | | |
Signed-off-by: Christopher Ng <chrng8@gmail.com>
|
|\ \ \ \
| |/ / /
|/| | | |
Fix a typo (`a` -> `an` in front of `additional`)
|
|/ / /
| | |
| | | |
Signed-off-by: Wertzui123 <46199283+Wertzui123@users.noreply.github.com>
|
|\ \ \
| | | |
| | | |
| | | | |
nextcloud/fix/fix-disabled-user-list-for-subadmins
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
nextcloud/fix/788/add-password-required-to-external-storages
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: yemkareems <yemkareems@gmail.com>
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
review
Signed-off-by: yemkareems <yemkareems@gmail.com>
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
nextcloud/fix-copying-or-moving-from-shared-groupfolders
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
When copying or moving between two local storages the source path (on
disk) to copy or move from is got from the unjailed path of the source
storage. However, if the source storage has more than one jail getting
the unjailed path resolves the most external jail, but the source path
needs to be got from the most internal jail instead (the one closer to
the local storage).
This can happen, for example, with a shared groupfolder: in that case
there is an external jail for the shared storage, and one internal jail
for the groupfolder storage wrapped by the shared storage.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
|
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
|