| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Properly update the fileInfoModel with the updated share types, which
also updates the file list row indicator properly
|
|\
| |
| | |
deleted forgotten code in test
|
| |
| |
| |
| | |
how embarrassing, left code from before I've done the loop around the test
Signed-off-by: Artur Neumann <info@individual-it.net>
|
|\|
| |
| | |
validate file name before uploading in upload only folder
|
| |
| |
| | |
Signed-off-by: Artur Neumann <info@individual-it.net>
|
| |
| |
| | |
Signed-off-by: Artur Neumann <info@individual-it.net>
|
| |
| |
| |
| | |
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* share api expanded by tags
* Modified files_sharing JS Unit tests
* modified tests. renamed request parameter. refactoring
* Update Share20OCS.php
Added missing function description
* Update Helper.php
Added missing function description
* Update Helper.php
implicit boolean conversion to !empty()
* Update Share20OCSTest.php
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
|
|
|
| |
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
|
|
| |
Signed-off-by: Maxence Lange <maxence@nextcloud.com>
|
|
|
|
| |
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- uses PUT method with jquery.fileupload for regular and public file
lists
- for IE and browsers that don't support it, use POST with iframe
transport
- implemented Sabre plugin to handle iframe transport and redirect the
embedded PUT request to the proper handler
- added RFC5995 POST to file collection with "add-member" property to
make it possible to auto-rename conflicting file names
- remove obsolete ajax/upload.php and obsolete ajax routes
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
| |
|
| |
|
| |
|
|
|
|
| |
Initial display of owner was missing
|
| |
|
|
|
|
| |
This makes theming of file actions possible
|
|
|
|
|
| |
Fixes issues with browsers not happy with the token.
Fixes activities which were not sent.
|
| |
|
|
|
|
| |
Stub the port so it doesn't use the one configured by karma
|
| |
|
|\
| |
| | |
Use Authorization headers for public webdav in web UI
|
| |
| |
| |
| |
| |
| | |
Instead of prepending the token as username in the URL, use the
Authorization header instead. This is because IE9 considers this a
cross-domain call and refuses to do it in the first place.
|
|\ \
| | |
| | | |
File shares can't have create permissions
|
| |/
| |
| |
| | |
fixes #21187
|
|/ |
|
|
|
|
|
|
|
|
| |
This is for apps that use getDownloadUrl() to access the Webdav endpoint
for example for streaming.
Also happens when clicking on the download action of a file.
Note that the regular visible download URL is still the same.
|
| |
|
|
|
|
|
|
|
|
| |
The public page now uses the public.php/webdav endpoint.
Also enabled more file operations like rename, move, delete and create
folder from the public page, which are now all possible thanks to the
public.php/webdav endpoint.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
This makes it possible for the recipient to still trigger the sidebar
and share tab to see information about the share.
In the case where the file is not shared and no permissions exists, no
action icon will be displayed.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Default renderer like the favorite icon can decide whether to use the
permanent class or not.
Fixed sharing code to properly update the icon according to sharing
state modifications.
|
| |
|
| |
|
|
|
|
|
|
|
| |
In some corner cases, an outgoing share exists but sharing is not
allowed for the current user. This would cause the file list to break
because the static text could not be rendered as the owner was
undefined.
|
| |
|
|\
| |
| | |
Disable JS plugin for sharing in public mode
|
| |
| |
| |
| |
| | |
This removes the logic that registers the share action and modifies the
rows. Share actions aren't needed in the public file list.
|
|/
|
|
|
| |
When accepting a remote share, an ajax request is sent to the server.
Only once this request returns should the file list be reloaded.
|
|
|
|
|
|
| |
Moved external share JS code into a small plugin to make it testable.
Added unit test for the external share dialog logic + ajax calls.
|
|\
| |
| | |
Move file thumbnail element into the label tag
|
| | |
|
| | |
|
|/ |
|
| |
|