| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| | |
Cleanup code of files_sharing/ajax/ a little bit
|
| |\
| | |
| | |
| | |
| | | |
Conflicts:
apps/files_sharing/ajax/list.php
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Use OCP\Response constants instead of the HTTP error code
- Use checkAppEnabled() instead of OC_App::isEnabled with an if statement
- Remove uneeded variable $baseURL
- Rename $isvalid to $isValid
|
|\ \ \
| | | |
| | | | |
Fixed undefined object error that appears after a delay
|
| | | |
| | | |
| | | |
| | | | |
Now binding properly with the file list instance object.
|
|\ \ \ \
| | | | |
| | | | | |
select webdav address on click
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fixed drag and drop from external files, added tests
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- Fixed detection whether the drop zone is inside the currently visible
table
- Now dragging outside the table does nothing instead of uploading,
because the user might drop on the sidebar
- Added unit tests for the drop handler
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Add storage->instanceOfStorage() to handle instanceof with storage wrappers
|
| | |/ / / /
| |/| | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
In some cases (like in the unit tests) "file_target" is not set yet
whenever the target file system hasn't been mounted yet.
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- Fixed renaming and fileActionsReady event
- Added unit tests for shares list
- Fixed public page with defer
- Fixed file actions in sharing overview
- Fixed sharing counterpart list (10 entries max)
- Fixed file path attribute to be used in download action
- Fix sharing list headers
- OC.Share icons now operate on fileList instance
- Fix OC.Share.updateIcon when more than one list in DOM
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Table headers should be 999 even when using links (introduced by the
sorting feature)
When selecting with checkboxes, they must appear black.
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Legacy file actions are registered by legacy apps through
window.FileActions.register(). These actions can only be used by the
main file list ("all files") because legacy apps can only deal with a
single list / container.
New file actions of compatible apps must be registered through
OCA.Files.fileActions. These will be used for other lists like the
sharing overview.
Fixed versions and sharing actions to use OCA.Files.fileActions, which
makes them available in the sharing overview list.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- Removed file size from file summary in sharing overview
- Fixed document title
- Fixed empty content text for shared overview
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Added "dir" in file actions handler context so that handlers can know
what the path of the file was without having to look it up from the file
list.
Fixed versions app to use the context.dir instead of the old $('#dir')
element. This makes the versions popup work in the sharing overview.
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
FileActions can now be clone to be use for separate file list views
without having the side-effect of affecting the main file list view.
Added "Open" action in sharing overview file lists to redirect to the
regular file list when clicking on a folder.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
A context hash is now passed to file action handlers which makes it
possible to have file list specific file actions.
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- added sharing overview entries in the sidebar
- use OCS Share API to get the list of files
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
show delete hint text on hovering trash
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
get mount point from mount manager
|
| |/ / / / / |
|
|/ / / / / |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
fix grammar
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
App info new fields "requiremin" and "requiremax"
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Also added a few missing authors.
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
don't lose file size during rename
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
allow resharing of files with only share permissions
|
| |/ / / / / / |
|
|/ / / / / / |
|