Skip to content

Commit

Permalink
fix: typos in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 committed Dec 9, 2024
1 parent d49533e commit 60db97b
Show file tree
Hide file tree
Showing 440 changed files with 125 additions and 124 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Bugfix: Do not ask for credentails at start-up when the user logged out
Bugfix: Do not ask for credentials at start-up when the user logged out

When a user would logout, and quit the client, then on the next start
the client would immediately ask for credentials. This has been fixed by
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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.
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Bugfix: Display correct error message for files containign `\:?*"<>|`
Bugfix: Display correct error message for files containing `\:?*"<>|`

While the error message was supposed to be:
`File names containing the character '%1' are not supported on this file system.`
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Bugfix: Do not sync when unsyncedfolders file cannot be read
Bugfix: Do not sync when `unsyncedfolders` file cannot be read

owncloudcmd now checks if the file specified by --unsyncedfolders exists
and can be read, before starting the sync. If it does not exist, show an
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 0 additions & 5 deletions changelog/2.10.0_2022-01-17/9341

This file was deleted.

5 changes: 5 additions & 0 deletions changelog/2.10.0_2022-01-17/9341.md
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
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.
5 changes: 0 additions & 5 deletions changelog/2.10.1_2022-04-05/9236

This file was deleted.

6 changes: 6 additions & 0 deletions changelog/2.10.1_2022-04-05/9236.md
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.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Bugfix: Raise ssl issue dialoig above the wizard
Bugfix: Raise ssl issue dialog above the wizard

Under certain conditions it was possible that the ssl dialog was hidden behind the wizard.

Expand Down
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.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Bugfix: If reuqired clear cookies in more scenarios
Bugfix: If required clear cookies in more scenarios

BigIp F5 requires special cookie handling on our side.
We only explicitly cleared the cookies when we hit an unexpected redirect,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 0 additions & 4 deletions changelog/2.10.1_2022-04-05/9533

This file was deleted.

4 changes: 4 additions & 0 deletions changelog/2.10.1_2022-04-05/9533.md
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.
5 changes: 0 additions & 5 deletions changelog/2.11.0_2022-08-18/9600

This file was deleted.

5 changes: 5 additions & 0 deletions changelog/2.11.0_2022-08-18/9600.md
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
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.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Enhancement: Don't abort sync if a user requests a file

Previously we aborted any running sync if a user requested a file that was not yet available locally.
This was done to ensure the user does not need to wait for the current sync to finish.
However in todays code both actions the download and the sync can run in parallel.
However in today's code both actions the download and the sync can run in parallel.

https://github.com/owncloud/client/pull/9956
https://github.com/owncloud/client/issues/9832
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: 0 additions & 4 deletions changelog/2.6.3_2020-06-10/7760

This file was deleted.

4 changes: 4 additions & 0 deletions changelog/2.6.3_2020-06-10/7760.md
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.
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.
5 changes: 0 additions & 5 deletions changelog/2.7.0_2020-11-13/7862

This file was deleted.

5 changes: 5 additions & 0 deletions changelog/2.7.0_2020-11-13/7862.md
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.
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.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Change: The layout of serveral ui elements is broken
Change: The layout of several ui elements is broken

We replace an old layout mechanism with a more advanced one.

Expand Down
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.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Change: Reorgenize Settings
Change: Reorganize Settings

We rename "General" to "Settings" and move the "Network" into "Settings"

Expand Down
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.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Change: Remove update channels from the ownCloud client

To ensure a maximum of stability user should not replace their productive client with a preview build.
For that exact reason we offer tespilotcloud clients, they can be installed in parallel and updated via the beta channel.
For that exact reason we offer testpilotcloud clients, they can be installed in parallel and updated via the beta channel.

If a user is more adventures than the average a manual install of a preview is always possible.

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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.
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.
5 changes: 0 additions & 5 deletions changelog/2.8.0_2021-05-06/8482

This file was deleted.

5 changes: 5 additions & 0 deletions changelog/2.8.0_2021-05-06/8482.md
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.
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.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Enhancement: Attach the last 20 log lines to a crash report

We now save the last 20 lines of log to a tempoary file.
We now save the last 20 lines of log to a temporary file.
This file is then part of a crash report.

https://github.com/owncloud/client/issues/8467
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Bugfix: Ignore consecutive errors for a pereiode of time
Bugfix: Ignore consecutive errors for a period of time

We fixed a bug where certain errors caused a sync run every 30 seconds

Expand Down
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.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Bugfix: Prevent sync root sharing

Due to legacy reasons it is possible to let two sync connections
use the same directory.
In combination with virtual files this was leading to dataloss however.
In combination with virtual files this was leading to data-loss, however.

https://github.com/owncloud/client/issues/8849
https://github.com/owncloud/client/issues/8512
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.
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.
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.
6 changes: 0 additions & 6 deletions changelog/3.0.0_2022-11-30/10239

This file was deleted.

6 changes: 6 additions & 0 deletions changelog/3.0.0_2022-11-30/10239.md
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.
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.
4 changes: 0 additions & 4 deletions changelog/3.0.0_2022-11-30/8595

This file was deleted.

4 changes: 4 additions & 0 deletions changelog/3.0.0_2022-11-30/8595.md
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Enhancement: Built-in AppImage self-updater

In release 2.10, we introduced a preview on our future AppImage packaging for Linux distributions.
Now, these AppImages can self-update using a built-in libappimageupdate based updater and
Now, these AppImages can self-update using a built-in `libappimageupdate` based updater and
ownCloud's update infrastructure.

https://github.com/owncloud/client/issues/8923
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Change: Make sharedialog preview be more resilient
Change: Make share-dialog preview be more resilient

We no longer enforce png thumbnails.
We no longer replace the file icon if the thumbnail is invalid.
Expand Down
File renamed without changes.
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.
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
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.
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.
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.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Enhancement: Add a `Reconnect` option to the account menu, when dissconnected
Enhancement: Add a `Reconnect` option to the account menu, when disconnected

We added a `Reconnect` button to the account menu, this allows to trigger a manual reconnect try.
Note: The client would try to reconnect by itself at some point.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 0 additions & 3 deletions changelog/3.1.0_2023-01-25/10373

This file was deleted.

3 changes: 3 additions & 0 deletions changelog/3.1.0_2023-01-25/10373.md
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.
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.
Loading

0 comments on commit 60db97b

Please sign in to comment.