- Sep 29, 2015
-
-
Thomas Müller authored
[jenkins] Cache result of check upgrade
-
Thomas Müller authored
Update sabre/dav to 2.1.7
-
Thomas Müller authored
[upgrade] switch to debug logging on upgrade
-
Individual IT Services authored
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
-
Thomas Müller authored
Add blob: scheme to default CSP policy
-
Thomas Müller authored
Fix sidebar interaction
-
Morris Jobke authored
* resets afterwards * adds output about the previous log level
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/19438
-
Thomas Müller authored
First integration tests for provisioning api
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
Use jsqueeze
-
Sergio Bertolin authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
Allow ajax requests on public webdav interface
-
Thomas Müller authored
Consider both hash params and query when parsing URL
-
Thomas Müller authored
remove warning when trying to get a lock while in transaction
-
Thomas Müller authored
Show loading spinner for first fetch of shares
-
Thomas Müller authored
Show conflict dialog before upload when possible
-
Thomas Müller authored
Hide sidebar tab headers conditionally
-
Thomas Müller authored
Whitelist "data:" in legacy CSP headers
-
Thomas Müller authored
-
Lukas Reschke authored
Session closed exception wording
-
Phil Davis authored
and a small comment typo
-
Jenkins for ownCloud authored
-
- Sep 28, 2015
-
-
Olivier Paroz authored
Fixes #19425
-
Thomas Müller authored
-
Thomas Müller authored
-
Vincent Petry authored
-
Robin Appelman authored
Fix checkbox in trashbin
-
Vincent Petry authored
Still show share link when recipient but no share permission
-
Vincent Petry authored
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.
-
Vincent Petry authored
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.
-
Vincent Petry authored
Whenever the sidebar first loads shares, show a spinner instead of an empty content
-