Skip to content

Commit

Permalink
Automated changelog update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
wkloucek committed Sep 16, 2021
1 parent 945e315 commit 98eefd0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The following sections list the changes for unreleased.

## Summary

* Bugfix - Redirect invalid links to oC Web: [#2493](https://github.com/owncloud/ocis/pull/2493)
* Bugfix - Use proper url path decode on the username: [#2511](https://github.com/owncloud/ocis/pull/2511)
* Bugfix - Remove non working proxy route and fix cs3 users example: [#2474](https://github.com/owncloud/ocis/pull/2474)
* Bugfix - Set English as default language in the dropdown in the settings page: [#2465](https://github.com/owncloud/ocis/pull/2465)
Expand All @@ -24,6 +25,15 @@ The following sections list the changes for unreleased.

## Details

* Bugfix - Redirect invalid links to oC Web: [#2493](https://github.com/owncloud/ocis/pull/2493)

Invalid links ending with a slash(eg. https://foo.bar/index.php/apps/pdfviewer/) have
not been redirected to ownCloud Web. Instead the former 404 not found status page was
displayed.

https://github.com/owncloud/ocis/pull/2493
https://github.com/owncloud/ocis/pull/2512

* Bugfix - Use proper url path decode on the username: [#2511](https://github.com/owncloud/ocis/pull/2511)

We now properly decode the username when reading it from a url parameter
Expand Down

0 comments on commit 98eefd0

Please sign in to comment.