- Nov 16, 2016
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Nov 15, 2016
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Nextcloud bot authored
-
- Nov 14, 2016
-
-
Morris Jobke authored
Transfer ownership now returns exit code on error
-
Roeland Jago Douma authored
disabling dropping on dragging objects temporarily
-
Roeland Jago Douma authored
Add bruteforce checker to Person.php
-
Morris Jobke authored
Fixes files_drop when avatars are disabled
-
Roeland Jago Douma authored
Skip broken shares when transferring ownership (#26527)
-
Roeland Jago Douma authored
make object prefix configurable
-
Roeland Jago Douma authored
First process group shares and then user shares
-
Roeland Jago Douma authored
Remove unused $view from FilesPlugin (#26549)
-
Vincent Petry authored
-
Roeland Jago Douma authored
We need to ensure that the app holding the objectstore implementation…
-
Roeland Jago Douma authored
Introduce an event for first time login based on the last login time …
-
Michael Jobst authored
better solution
-
Lukas Reschke authored
Also check for attempts on this endpoint Signed-off-by:
Lukas Reschke <lukas@statuscode.ch>
-
Roeland Jago Douma authored
Fixes not allowed increasing of link share permissions
-
Vincent Petry authored
-
Jörn Friedrich Dreyer authored
-
Thomas Müller authored
We need to ensure that the app holding the objectstore implementation is loaded - fixes owncloud/objectstore#38
-
Thomas Müller authored
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
-
Vincent Petry authored
The Sabre FilesPlugin never uses the view so remove it.
-
Vincent Petry authored
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.
-
Morris Jobke authored
Show specific empty message for tag input fields
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Morris Jobke authored
remove unneeded getDirectoryContent when getting share types for a folder
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
only query substorages to calculate the final mtime/size/etag when we need it
-
Joas Schilling authored
Fix single author with details
-
Nextcloud bot authored
-
- Nov 13, 2016
-
-
Roeland Jago Douma authored
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>
-
Roeland Jago Douma authored
Fixes: #2080 Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Nextcloud bot authored
-
- Nov 12, 2016
-
-
Nextcloud bot authored
-
- Nov 11, 2016
-
-
Morris Jobke authored
Prevent downgrade attacks for apps
-
Lukas Reschke authored
Restore the padding on the home icon
-
Lukas Reschke authored
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>
-
Joas Schilling authored
Fixes files_drop for sabre 3.2
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-