| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* fixes #16913
* fixes issues in IE8 where the thumbnail is too big
|
|\
| |
| |
| |
| | |
owncloud/get-rid-of-ugly-previews-in-file-comparator
Let's get rid of the ugly previews on the left side of the file comparator
|
| | |
|
|/ |
|
|\
| |
| | |
[jenkins] Cache result of check upgrade
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
reduce calls of \OCP\Util::needUpgrade()
where \OCP\Util::needUpgrade() is called we can call as well
self::checkUpgrade and use the cached result
In line 877 the call way unnecessary anyway because of the first part of
the if statement
move caching to \OCP\Util::needUpgrade
renaming variable
fixing testNeedUpgradeCore()
cache result of checkUpgrade() in self::$needUpgrade
reduce calls of \OCP\Util::needUpgrade()
where \OCP\Util::needUpgrade() is called we can call as well
self::checkUpgrade and use the cached result
In line 877 the call way unnecessary anyway because of the first part of
the if statement
move caching to \OCP\Util::needUpgrade
renaming variable
fixing testNeedUpgradeCore()
fix typo in variable name
deleting tabs
|
|\ \
| | |
| | | |
Update sabre/dav to 2.1.7
|
| | | |
|
|\ \ \
| |_|/
|/| | |
[upgrade] switch to debug logging on upgrade
|
| |/
| |
| |
| |
| | |
* resets afterwards
* adds output about the previous log level
|
|\ \
| | |
| | | |
Add blob: scheme to default CSP policy
|
| | |
| | |
| | |
| | | |
Fixes https://github.com/owncloud/core/issues/19438
|
|\ \ \
| |/ /
|/| | |
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
|
|\ \ \
| |_|/
|/| | |
First integration tests for provisioning api
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| |/ /
|/| | |
Use jsqueeze
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
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.
|
|\ \ \ \
| | | | |
| | | | | |
Consider both hash params and query when parsing URL
|
| | |_|/
| |/| | |
|
|\ \ \ \
| | | | |
| | | | | |
remove warning when trying to get a lock while in transaction
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Show loading spinner for first fetch of shares
|
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | | |
Whenever the sidebar first loads shares, show a spinner instead of an
empty content
|
|\ \ \ \ \
| | | | | |
| | | | | | |
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
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Whitelist "data:" in legacy CSP headers
|
| | |_|_|/
| |/| | |
| | | | |
| | | | | |
Fixes #19425
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Session closed exception wording
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
and a small comment typo
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
Fix checkbox in trashbin
|
| | | | | |
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
Still show share link when recipient but no share permission
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
|\ \ \ \
| | | | |
| | | | | |
Repair mime types only when upgrading from OC 8.0
|