| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|\
| |
| | |
Use noreply@ as email address for share emails
|
| |
| |
| |
| |
| |
| |
| |
| | |
Fixes #26683
Before it used the instance name, which a) doesn't make sense to randomly guess email addresses and b) could contain characters that are not allowed in email addresses like spaces.
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
|\ \
| |/
|/|
| |
| | |
Simounet/fix/comments-query-oracle-limit-compliance
Fix Oracle query limit compliance in Comments
|
| |
| |
| |
| | |
Signed-off-by: Simounet <contact@simounet.net>
|
|\ \
| |/
|/| |
Don't allow executing cli if cache backend is unavailable
|
| |
| |
| |
| | |
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
|
|\ \
| | |
| | | |
Add DB exception '@throws' tag to QBMapper PHPDoc
|
| | |
| | |
| | |
| | | |
Signed-off-by: Anna Larch <anna@nextcloud.com>
|
| | | |
|
|\ \ \
| | | |
| | | | |
fix return value of getStorageInfo when 'quota_include_external_storage' is enabled
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
enabled
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
nextcloud/techdebt/26866/userscontroller-accountmanager-api
do not use private AccountManager in UsersController
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- extends IAccountProperty for verificationData getters and setters
- implementation thereof ^
- and of course adaption of UsersController
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fix null displayname crash as described in #21885
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: tgrant <tom.grant760@gmail.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: tgrant <tom.grant760@gmail.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
[Quick Review] executeUpdate is also deprecated
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Ref https://github.com/nextcloud/server/blob/1089ad5d9e74a0cfd3b48ed1514f23be40fe6d45/lib/private/DB/QueryBuilder/QueryBuilder.php#L312-L323
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
No calls in all of GitHub as per https://sourcegraph.com/search?q=USER_AGENT_OWNCLOUD_&patternType=literal
Deprecation has also been years ago.
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
|
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
Add commands to manage tags via OCC
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
list, add, delete, edit
Signed-off-by: Johannes Leuker <j.leuker@hosting.de>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
properly use limit and offset for search in Jail wrapper
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Avoid reading ~/.aws/config when using S3 provider
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
When using S3 storage, we sometimes have open_basedir errors due to aws-sdk-php trying to read ~/.aws/config which is out of open_basedir restrictions.
Christoph Wurst already added csm=false config in #21406 but it wasn't enough, we also need to set use_arn_region=false, added in this commit.
Signed-off-by: Florent <florent@coppint.com>
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| |_|_|_|_|/ / /
|/| | | | | | | |
Fix log entry readability
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Add option to exclude groups from creating link shares
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
|\ \ \ \ \ \ \ \ \
| |_|_|_|/ / / / /
|/| | | | | | | | |
Drop \OCP\User
|
| | |_|/ / / / /
| |/| | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Inlines and remaining usages and drops the deprecated public API.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Fix filesize error on log rotation, if file does not exist
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Signed-off-by: dartcafe <github@dartcafe.de>
|
| | |_|_|_|_|/ /
| |/| | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: dartcafe <github@dartcafe.de>
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
explicitly close source stream on object store upload even if count…
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
isn't needed
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
Rename External storages to External storage
|
| | |_|/ / / / / /
| |/| | | | | | |
| | | | | | | | |
| | | | | | | | | |
Signed-off-by: szaimen <szaimen@e.mail.de>
|
|/ / / / / / / / |
|
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Spelling unification in Nextcloud applications.
|
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Spelling unification in Nextcloud applications.
|
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Spelling unification in Nextcloud applications.
|
| |_|_|/ / / /
|/| | | | | |
| | | | | | | |
Spelling unification in Nextcloud applications.
|