| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* list incoming remote shares at 'remote_shares'
* get per share info at 'remote_shares/<ID>'
* delete remote share with a DELETE to 'remote_shares/<ID>'
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
[IE8] Fix checkboxes in login page and file list
|
| | |_|/
| |/| | |
|
|\ \ \ \
| | | | |
| | | | | |
[IE8] Remove non-working ellipsis support
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This prevents the name element to be too wide, which would cause users
to mistakenly click on it instead of the empty space when wanting to
focus on a file for the sidebar.
Also fixed the close button on the sidebar (make it appear)
|
| |/ /
|/| | |
|
| |/
|/| |
|
| | |
|
|\ \
| | |
| | | |
Do noy allow empty urls to be submitted in "add to your owncloud"
|
| | | |
|
| | |
| | |
| | |
| | | |
Fixes #19382
|
|\ \ \
| |_|/
|/| | |
Change small thumbnails to 32 px
|
| | |
| | |
| | |
| | |
| | | |
* fixes #16913
* fixes issues in IE8 where the thumbnail is too big
|
|\ \ \
| | | |
| | | | |
[IE8] Fix file type sizes and popover menus in file list
|
| | | |
| | | |
| | | |
| | | |
| | | | |
- fixes "New" menu
- fixes file actions menu
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
Added hack that uses a "filter" CSS with explicit URL to fix the "New"
menu by scaling down icons and also fix the folder/filetype icon in the sidebar
by scaling it up.
|
|\ \ \
| | | |
| | | | |
Only intercept exceptions of type "NotFoundException" instead of any …
|
| | |/
| |/|
| | |
| | |
| | |
| | | |
The sharing backend may throw another exception for example when the activity app encounters a problem. Previously this just triggered a 404 error page and the exception got not logged at all. With this change such exceptions get not intercepted and regularly handled as exceptions so that we have meaningful log data. Also the user will be shown a window informing him that an error happened.
Helps to debug cases such as https://github.com/owncloud/core/issues/19465
|
|\ \ \
| |/ /
|/| | |
Keep opacity in current item in newFileMenu
|
| | | |
|
| |/
| |
| |
| |
| | |
Whenever the input field appears, the menu item should keep its opacity
instead of reacting on hover.
|
|\ \
| | |
| | |
| | |
| | | |
owncloud/ldap-fix-dn-not-sanitized-when-fetched-by-memberof
memberOf resembles a DN as well and is actively used
|
| | | |
|
|\ \ \
| | | |
| | | | |
hide sort indicator when in multiselect mode, ref #19056
|
| | | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \
| |_|_|/
|/| | | |
Cover both width and height for the sidebar preview
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
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
|
|\ \ \ \
| | | | |
| | | | | |
Allow ajax requests on public webdav interface
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Whenever outgoing shares are disabled, still allow ajax requests to make
it possible to use the Webdav interface in the public link page.
Please note that disabling outgoing shares isn't strong anyway as
someone could abuse the ajax endpoints to access files anyway. To
properly disable remote sharing, public link sharing must be disabled
too.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Show conflict dialog before upload when possible
|
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
When uploading files, first check if the files exist in the current file
list. For the ones that do, show a conflict dialog.
For the rest, upload directly.
If the upload operation detects a conflict on the server side, it will
also continue populating the conflict dialog.
From now on, server side conflict can only occur if someone concurrently
uploaded a file into the same folder but the current user hasn't
refreshed the list yet.
|
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
Hide sidebar tab headers conditionally
|
| |/ / /
| | | |
| | | |
| | | |
| | | | |
Added canDisplay() in DetailsTabView that should return false if the tab
header of this tab must be hidden
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Fix checkbox in trashbin
|
| | | | | |
|
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
|\ \ \ \
| | | | |
| | | | | |
Fix tabs order in files sidebar
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Allow public webdav auth to recognize sesssion
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
When a public link password has been input, its auth is stored in the
session.
This fix makes it possible to recognize the session when using public
webdav from the files UI.
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
Fix order of actions in the files actions menu
|