-
Notifications
You must be signed in to change notification settings - Fork 669
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
de08434
commit c410f24
Showing
28 changed files
with
66 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Change: Don't ask the user to switch to http | ||
|
||
We no longer recommend to use a http connection if a https url | ||
We no longer recommend to use a http connection if a https URL | ||
was not found. | ||
|
||
https://github.com/owncloud/client/issues/8231 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Bugfix: The client no longer idles after a minor url change | ||
Bugfix: The client no longer idles after a minor URL change | ||
|
||
When the client detects a change of the url we ask the user to accept | ||
When the client detects a change of the URL we ask the user to accept | ||
the change or if it was only representational change (demo.com vs demo.com/) we directly accept the change. | ||
Due to a bug we aborted the sync only after we updated the url. | ||
Due to a bug we aborted the sync only after we updated the URL. | ||
This caused the client to idle for one minute. | ||
|
||
https://github.com/owncloud/client/pull/9202 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Change: Don't guess remote folder in owncloudcmd | ||
|
||
The commandline client was modified to explicitly accept remote folder, the remote folder must no longer be encoded in the server url. | ||
The commandline client was modified to explicitly accept remote folder, the remote folder must no longer be encoded in the server URL. | ||
|
||
https://github.com/owncloud/client/issues/10193 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Change: owncloudcmd oCIS support | ||
|
||
When using oCIS and spaces with the cmd client the additional parameter `--server` is required. | ||
`--server` specifies the url to the server, while the positional parameter 'server_url' specifies the webdav url. | ||
`--server` specifies the URL to the server, while the positional parameter 'server_url' specifies the webdav URL. | ||
|
||
https://github.com/owncloud/client/pull/10239 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Bugfix: Fix copy url location for private links | ||
Bugfix: Fix copy URL location for private links | ||
|
||
We fixed a bug where a placeholder was copied to the clipboard instead of the url. | ||
We fixed a bug where a placeholder was copied to the clipboard instead of the URL. | ||
|
||
https://github.com/owncloud/client/issues/9048 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Bugfix: Follow same site redirects in the Wizard | ||
|
||
We fixed a bug where the client did not follow same site redirects during the setup. | ||
If the used url https://test.com/owncloud redirected to https://test.com the new url was not correctly used for the newly created account. | ||
If the used URL https://test.com/owncloud redirected to https://test.com the new URL was not correctly used for the newly created account. | ||
|
||
https://github.com/owncloud/enterprise/issues/5743 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Bugfix: Wrong davUser in cmd client | ||
|
||
We fixed a bug where the wrong dav user was used in the url, when the username from the credentials differed from the username used on the server. | ||
We fixed a bug where the wrong dav user was used in the URL, when the username from the credentials differed from the username used on the server. | ||
|
||
https://github.com/owncloud/client/issues/10946 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.