| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
The text editor app will register this instead.
Also made "fileList" a non-private attribute to make it possible for
plugins to access the attached file list object.
|
|
|
|
|
| |
1. Allows it to use the more secure CSP rules of the AppFramework.
2. Adds some unit tests.
|
| |
|
|
|
|
| |
Makes the details bar show the same icon as in the list.
|
| |
|
|
|
|
|
|
|
|
| |
- Use "FileList" instead of "OCA.Files.App.fileList" that doesn't exist in public
link page.
- Fix public link upload by properly adding the form data using a new
utility function "addFormData". That one is needed because IE8 upload
and regular upload use a different format...
|
|\
| |
| | |
Do not calculate non essential info
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
There is no need to calculate a human readable date on the server side.
We supply the mtime and a client can easily convert that himself if
needed. This is already done most of the time since the date is often
not in the exact right format.
There is also no need to attach icon info. We have that available in
javascript. And else the client should get the right icon based on the
mimetype for its platform.
* Updated tests
|
| | |
|
|/ |
|
| |
|
|
|
|
|
| |
* Added unit tests for icon display
* Added unit tests for icon alt text display
|
|
|
|
| |
* fixes #18627
|
|\
| |
| | |
hide sort indicator when in multiselect mode, ref #19056
|
| | |
|
|\ \
| | |
| | | |
Fix sidebar interaction
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Clicking a file row or selecting it will open the sidebar.
- When sidebar is open, its contents update with the last selection.
- Dragging doesn't open the sidebar but does update its contents if it was
open already.
- Switching folders closes the sidebar.
- Close sidebar when highlighted file got deleted/removed from list
|
|/ /
| |
| |
| |
| | |
Added canDisplay() in DetailsTabView that should return false if the tab
header of this tab must be hidden
|
|\ \
| | |
| | | |
Fix tabs order in files sidebar
|
| |/ |
|
|/ |
|
|\
| |
| | |
Combine upload action into the "New" menu
|
| |
| |
| |
| |
| |
| | |
- added unit tests for NewFileMenu
- use generateUrl for FileList.createFile and FileList.createDirectory
- added unit tests for FileList.createFile and FileList.createDirectory
|
| |
| |
| |
| |
| |
| |
| | |
- move versions to a tab in the files sidebar
- added mechanism to auto-update the row in the FileList whenever values
are set to the FileInfoModel given to the sidebar
- updated tags/favorite action to make use of that new mechanism
|
| |
| |
| |
| |
| | |
Fixes FileList.elementToFile to make an array for the tags instead of
keeping the original joined string
|
| | |
|
|/ |
|
|
|
|
|
| |
Do not display size as it is not available.
Use display name instead of name to remove the ".d123456" suffix.
|
| |
|
|\
| |
| | |
Update fileinfo.php
|
| |
| |
| | |
fix unit test to go with #17501 and check for the new icon
|
|\ \
| | |
| | | |
Fix the string counting a selected files/dirs
|
| | | |
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Tab heads are not rendered if only one tab.
The tab contents is updated on-demand. This means that if a tab is not
visible it is not rendered at first. If the tab was already rendered
through switching, its model will not get updated until the next time it
becomes visible. This will prevent needless rerendering of invisible tab
contents, especially considering that some tabs might need extra ajax
requests.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The favorite icon in the sidebar now triggers the file action and also
updates itself according to the model's state when triggered from the
file row.
The thumbnail triggers the default action.
Currently only one FileInfoModel is used for the selection and state
synchronization between views.
FileList reload now auto-closes the sidebar.
|
|\ \
| | |
| | | |
Move file actions to dropdown
|
| | |
| | |
| | |
| | |
| | |
| | | |
FileActionsMenu is now a backbone view.
The trigger and highlight handling is now done in the
FileActions.showMenu() method using events.
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
owncloud/fix-language-of-files-activities-in-emails
Correctly make use of the languageCode argument in the files activity extension
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
Also change style.
|
| | | |
|
| | | |
|
|/ / |
|
|\ \
| | |
| | | |
Add loading spinner to download icon
|
| |/ |
|