| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
|
|
|
| |
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
| |
|
|\
| |
| | |
Transfer ownership now returns exit code on error
|
| | |
|
|\ \
| | |
| | | |
disabling dropping on dragging objects temporarily
|
| |/
| |
| |
| | |
better solution
|
|\ \
| | |
| | |
| | |
| | | |
nextcloud/master-add-bruteforce-check-to-person-endpoint
Add bruteforce checker to Person.php
|
| | |
| | |
| | |
| | |
| | |
| | | |
Also check for attempts on this endpoint
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
|
|\ \ \
| | | |
| | | | |
Fixes files_drop when avatars are disabled
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixes: #2080
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|\ \ \ \
| | | | |
| | | | | |
Skip broken shares when transferring ownership (#26527)
|
| | |_|/
| |/| | |
|
|\ \ \ \
| | | | |
| | | | | |
make object prefix configurable
|
| |/ / / |
|
|\ \ \ \
| | | | |
| | | | | |
First process group shares and then user shares
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This prevents a validation failure where the code checks whether a file
is already shared with another user, but the check disables itself when
the owner is the same. Processing the groups first prevents the check
to kick in too early when the group share still has the old owner while
we try transferring the user share.
|
|\ \ \ \
| | | | |
| | | | | |
Remove unused $view from FilesPlugin (#26549)
|
| |/ / /
| | | |
| | | |
| | | | |
The Sabre FilesPlugin never uses the view so remove it.
|
|\ \ \ \
| | | | |
| | | | | |
We need to ensure that the app holding the objectstore implementation…
|
| |/ / /
| | | |
| | | |
| | | | |
loaded - fixes owncloud/objectstore#38
|
|\ \ \ \
| |_|_|/
|/| | | |
Introduce an event for first time login based on the last login time …
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Use firstLogin event to trigger creation of default calendar and default address book
Delay login of admin user after setup so that firstLogin event can properly be processed for the admin
Fixing tests ...
Skeleton files are not copied over -> only 3 cache entries are remaining
Use updateLastLoginTimestamp to properly setup lastLogin value for a test user
|
|\ \ \
| |/ /
|/| | |
Fixes not allowed increasing of link share permissions
|
| | |
| | |
| | |
| | | |
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fixes the following:
1. user0 shares folder with user1 (RO but with sharing permissions)
2. user1 shares by link
3. user1 send 'publicUpload=true' OCS request to the link share
before this increased the permissions of the link share. Which should
not happen.
now: API reponds with an error that the permissions can't be increased.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|\ \
| | |
| | | |
Show specific empty message for tag input fields
|
| | |
| | |
| | |
| | | |
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
nextcloud/sharetypesinfolder-no-getdirectorycontent
remove unneeded getDirectoryContent when getting share types for a folder
|
| | |
| | |
| | |
| | | |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
|\ \ \
| | | |
| | | | |
only query substorages to calculate the final mtime/size/etag when we need it
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
|\ \ \
| | | |
| | | | |
Fix single author with details
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
| |_|/
|/| | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
Prevent downgrade attacks for apps
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
We should verify the app versions when installing a new update, otherwise this could result in downgrade attacks when an attacker just copies the old signature.
Plus it prevents the case that in case of a bug in the appstore actually an older version gets installed.
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
|
|\ \ \ \
| |/ / /
|/| | | |
Restore the padding on the home icon
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|\ \ \ \
| |_|/ /
|/| | | |
Fixes files_drop for sabre 3.2
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
In the new sabre (3.2) the order of beforeMethod is switched. it used to
be that beforeMethod:METHOD was called after beforeMethod. But now it is
called before. Since we need the view this was broken.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|\ \ \ \
| |_|/ /
|/| | | |
Replace more vendor naming
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | | |
nextcloud/allow-sharees-to-be-used-for-other-things
Only check the sharing backends for file/folder items
|