-
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
d49533e
commit 60db97b
Showing
440 changed files
with
125 additions
and
124 deletions.
There are no files selected for viewing
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
changelog/2.10.0_2022-01-17/8924 β changelog/2.10.0_2022-01-17/8924.md
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
changelog/2.10.0_2022-01-17/9170 β changelog/2.10.0_2022-01-17/9170.md
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: Crash when handling locked files | ||
|
||
We fixed a crash that could occur when trying to add a locked folder to the databse. | ||
We fixed a crash that could occur when trying to add a locked folder to the database. | ||
|
||
|
||
https://github.com/owncloud/client/issues/9170 |
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
changelog/2.10.0_2022-01-17/9208 β changelog/2.10.0_2022-01-17/9208.md
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,7 +1,7 @@ | ||
Enhancement: Also ignore local reapeating errors for a period of time | ||
Enhancement: Also ignore local repeating errors for a period of time | ||
|
||
If an error occurs on the server (a url is not reachable) we try a couple of times, then we ignore that file for a period of time. | ||
We now do the same with erros that occure locally. | ||
We now do the same with errors that occur locally. | ||
|
||
https://github.com/owncloud/client/issues/9208 | ||
https://github.com/owncloud/client/issues/9133 |
2 changes: 1 addition & 1 deletion
2
changelog/2.10.0_2022-01-17/9223 β changelog/2.10.0_2022-01-17/9223.md
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
2 changes: 1 addition & 1 deletion
2
changelog/2.10.0_2022-01-17/9241 β changelog/2.10.0_2022-01-17/9241.md
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Bugfix: Run a full local discovery after we were paused or on a forced sync | ||
|
||
Previously we did a incremental search which might have skipped some local changes. | ||
|
||
https://github.com/owncloud/client/issues/9341 |
2 changes: 1 addition & 1 deletion
2
changelog/2.10.0_2022-01-17/9342 β changelog/2.10.0_2022-01-17/9342.md
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: Infinite sync loop if folder is locked | ||
|
||
We fixed a bug that caused an infinite sync loop if an error occured. | ||
We fixed a bug that caused an infinite sync loop if an error occurred. | ||
|
||
https://github.com/owncloud/client/issues/9342 | ||
https://github.com/owncloud/client-desktop-vfs-win/pull/14 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Bugfix: Client warns about non-existing files | ||
|
||
We fixed a bug where the client warns about ignored files that where added to the DB in previous versions of the client | ||
and do no longer exist. | ||
|
||
https://github.com/owncloud/client/issues/9236 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
changelog/2.10.1_2022-04-05/9375 β changelog/2.10.1_2022-04-05/9375.md
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
changelog/2.10.1_2022-04-05/9489 β changelog/2.10.1_2022-04-05/9489.md
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Bugfix: Possible crash when removing non existing folder | ||
|
||
|
||
https://github.com/owncloud/client/issues/9533 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Bugfix: Crash when interacting with a folder in an error state | ||
|
||
We fixed a crash when using the context menu on a folder that encountered an error and was not using virtual files. | ||
|
||
https://github.com/owncloud/client/issues/9600 |
2 changes: 1 addition & 1 deletion
2
changelog/2.11.0_2022-08-18/9791 β changelog/2.11.0_2022-08-18/9791.md
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: Database was recreated after its removal | ||
|
||
We fixed a bug whre the database was recreated during the removal of a sync folder connection. | ||
We fixed a bug where the database was recreated during the removal of a sync folder connection. | ||
|
||
https://github.com/owncloud/client/issues/9791 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Bugfix: Fixed a potential crash on cancellation of discovery jobs | ||
|
||
|
||
https://github.com/owncloud/client/pull/7760 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
changelog/2.6.3_2020-06-10/7831 β changelog/2.6.3_2020-06-10/7831.md
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: Don't override cookies with old values | ||
|
||
We fixed a bug where a client somteimes overrode the content of the cookie jar | ||
We fixed a bug where a client sometimes overrode the content of the cookie jar | ||
with outdated or corrupted values | ||
|
||
https://github.com/owncloud/client/pull/7831 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Change: The client uploads chunks even though the server reports lack of support | ||
|
||
We now correctly handle the `bigfilechunking` capability | ||
|
||
https://github.com/owncloud/client/issues/7862 |
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
changelog/2.7.0_2020-11-13/7877 β changelog/2.7.0_2020-11-13/7877.md
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: Some check boxes in the sharing dialog are disabled | ||
|
||
We fixed a bug where the servers default sharing permissions | ||
where used as limiting factor instead of a defualt selection. | ||
where used as limiting factor instead of a default selection. | ||
|
||
https://github.com/owncloud/client/issues/7877 |
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
changelog/2.7.0_2020-11-13/7920 β changelog/2.7.0_2020-11-13/7920.md
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
2 changes: 1 addition & 1 deletion
2
changelog/2.7.0_2020-11-13/7922 β changelog/2.7.0_2020-11-13/7922.md
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: The client hides the window during the authentication process | ||
|
||
We changed the confusing behavioir and now minimize ownCloud instead. | ||
We changed the confusing behaviour and now minimize ownCloud instead. | ||
This ensures that the window stays accessible. | ||
|
||
https://github.com/owncloud/client/pull/7922 |
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
changelog/2.7.0_2020-11-13/7962 β changelog/2.7.0_2020-11-13/7962.md
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
changelog/2.7.0_2020-11-13/8127 β changelog/2.7.0_2020-11-13/8127.md
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
changelog/2.7.0_2020-11-13/product-19 β changelog/2.7.0_2020-11-13/product-19.md
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,7 +1,7 @@ | ||
Change: Add support for the TUS resumeable upload protocol | ||
|
||
With the support of the TUS protocol we are now able to easily and reliably | ||
upload files to ocis. | ||
upload files to oCIS. | ||
|
||
|
||
https://github.com/owncloud/product/issues/19 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
changelog/2.7.2_2020-12-02/8248 β changelog/2.7.2_2020-12-02/8248.md
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: Sync small plaintext files with Windows VFS | ||
|
||
We fixed a bug where small plaintext files where not synced | ||
due to a broken interity check. | ||
due to a broken integrity check. | ||
|
||
https://github.com/owncloud/client/issues/8248 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Bugfix: Fix branding with space in the name | ||
|
||
We fix a build system issue with branding containing spaces. | ||
|
||
https://github.com/owncloud/client/pull/8482 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
changelog/2.9.0_2021-09-08/7646 β changelog/2.9.0_2021-09-08/7646.md
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: SQLite wal file grows to several gigabyte | ||
|
||
We fixed a bug where the SQLite wal file growed until the client was quit. | ||
We fixed a bug where the SQLite wal file grew until the client was quit. | ||
|
||
https://github.com/owncloud/client/issues/7646 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
changelog/2.9.0_2021-09-08/8467 β changelog/2.9.0_2021-09-08/8467.md
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
changelog/2.9.0_2021-09-08/8672 β changelog/2.9.0_2021-09-08/8672.md
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
changelog/3.0.0_2022-11-30/10104 β changelog/3.0.0_2022-11-30/10104.md
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 @@ | ||
Enhancement: Add a prefer: minimal header to PROPFINDs | ||
Enhancement: Add a prefer: minimal header to PROPFIND | ||
|
||
This will not return missing attribs in the reply in a 404 not found status propset. | ||
That reduces the amount of transfered data significantely. | ||
That reduces the amount of transferred data significant. | ||
|
||
https://github.com/owncloud/client/pull/10104 |
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
changelog/3.0.0_2022-11-30/10142 β changelog/3.0.0_2022-11-30/10142.md
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 @@ | ||
Enhancement: Estimate duration of network requests in httplogger | ||
|
||
We now include an estimated duration in the httploger. | ||
We now include an estimated duration in the httplogger. | ||
|
||
https://github.com/owncloud/client/pull/10142 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +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. | ||
|
||
https://github.com/owncloud/client/pull/10239 |
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
changelog/3.0.0_2022-11-30/49 β changelog/3.0.0_2022-11-30/49.md
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: Windows VFS fixed some failing downloads | ||
|
||
We fixed an api issue where some downloads in the Explorer caused infite download restarts. | ||
We fixed an api issue where some downloads in the Explorer caused infinite download restarts. | ||
|
||
https://github.com/owncloud/client-desktop-vfs-win/pull/49 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Bugfix: Don't display a context-menu on the root folder | ||
|
||
|
||
https://github.com/owncloud/client/issues/8595 |
2 changes: 1 addition & 1 deletion
2
changelog/3.0.0_2022-11-30/8923 β changelog/3.0.0_2022-11-30/8923.md
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
2 changes: 1 addition & 1 deletion
2
changelog/3.0.0_2022-11-30/8938 β changelog/3.0.0_2022-11-30/8938.md
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
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
changelog/3.0.0_2022-11-30/9048 β changelog/3.0.0_2022-11-30/9048.md
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 | ||
|
||
We fixed a bug where a placholder 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 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
changelog/3.0.0_2022-11-30/9574 β changelog/3.0.0_2022-11-30/9574.md
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: The condition for the read only files menu was inverted | ||
|
||
We fixed a bug where we displayed solutions to fix issues with | ||
read only fils for readable files and vise versa. | ||
read only files for readable files and vise versa. | ||
|
||
https://github.com/owncloud/client/issues/9574 |
4 changes: 2 additions & 2 deletions
4
changelog/3.0.0_2022-11-30/9575 β changelog/3.0.0_2022-11-30/9575.md
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 @@ | ||
Enhancement: Support for OCIS Spaces | ||
Enhancement: Support for oCIS Spaces | ||
|
||
We added support to sync OCIS Spaces. | ||
We added support to sync oCIS Spaces. | ||
|
||
https://github.com/owncloud/client/pull/9154 | ||
https://github.com/owncloud/client/pull/9575/ |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
changelog/3.0.0_2022-11-30/9681 β changelog/3.0.0_2022-11-30/9681.md
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: Deadlock in folder context menu in a folder selection dialog | ||
|
||
We fixed a deadlock when a user requested a context menu in a folder slection dialog on Windows. | ||
We fixed a deadlock when a user requested a context menu in a folder selection dialog on Windows. | ||
|
||
https://github.com/owncloud/client/issues/9681 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
changelog/3.0.0_2022-11-30/9798 β changelog/3.0.0_2022-11-30/9798.md
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: Stop the activity spinner when the request failed | ||
|
||
If the server did not provide the activity endpoint we always displayed a progress spinenr. | ||
If the server did not provide the activity endpoint we always displayed a progress spinner. | ||
|
||
https://github.com/owncloud/client/issues/9798 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
changelog/3.1.0_2023-01-25/10294 β changelog/3.1.0_2023-01-25/10294.md
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Bugfix: Correctly detect timeouts during token refresh | ||
|
||
https://github.com/owncloud/client/pull/10373 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
changelog/3.2.0_2023-02-15/10441 β changelog/3.2.0_2023-02-15/10441.md
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: Enable next button upon user input on Webfinger setup wizard page | ||
Bugfix: Enable next button upon user input on WebFinger setup wizard page | ||
|
||
After a change to how the next button is controlled by user input on the page, | ||
we forgot to make this change on the Webfinger page, too. | ||
we forgot to make this change on the WebFinger page, too. | ||
|
||
https://github.com/owncloud/client/issues/10441 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.