Skip to content

Commit

Permalink
Automated changelog update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kulmann committed Feb 28, 2023
1 parent 246ca50 commit fe13b07
Showing 1 changed file with 19 additions and 17 deletions.
36 changes: 19 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Summary
* Change - Update Vue to v3.2: [#7948](https://github.com/owncloud/web/issues/7948)
* Change - Remove permission manager: [#8431](https://github.com/owncloud/web/pull/8431)
* Change - Configurable extension autosave: [#8455](https://github.com/owncloud/web/pull/8455)
* Enhancement - Inject customizations: [#4735](https://github.com/owncloud/web/issues/4735)
* Enhancement - Add tag support: [#7388](https://github.com/owncloud/web/pull/7388)
* Enhancement - Improve performance when loading folders and share indicators: [#7721](https://github.com/owncloud/web/issues/7721)
* Enhancement - Warn users when using unsupported browsers: [#7942](https://github.com/owncloud/web/pull/7942)
Expand Down Expand Up @@ -81,7 +82,6 @@ Summary
* Enhancement - User group filter: [#8377](https://github.com/owncloud/web/issues/8377)
* Enhancement - Batch edit quota in admin panel: [#8387](https://github.com/owncloud/web/pull/8387)
* Enhancement - Use standardized layout for file/space action list: [#8398](https://github.com/owncloud/web/pull/8398)
* Enhancement - Inject customizations: [#8432](https://github.com/owncloud/web/pull/8432)
* Enhancement - User settings login field: [#8433](https://github.com/owncloud/web/pull/8433)
* Enhancement - Configurable top bar: [#8449](https://github.com/owncloud/web/pull/8449)
* Enhancement - Rework notifications: [#8450](https://github.com/owncloud/web/pull/8450)
Expand Down Expand Up @@ -362,6 +362,24 @@ Details
https://github.com/owncloud/web/pull/8457
https://github.com/owncloud/web/pull/8474

* Enhancement - Inject customizations: [#4735](https://github.com/owncloud/web/issues/4735)

We have added the possibility to include own header scripts and styles. This function is
currently still experimental and there is a possibility that the api will change.

For the reasons mentioned, the functionality is not yet documented in the official
documentation, but can be used as follows:

* to inject custom css add the following property to the `"options"` object in your
`config.json`, `"styles": [{ "href": "css/custom.css", }]`. * to inject custom scripts add
the following property to the `"options"` object in your `config.json`, `"scripts": [{
"src": "js/custom.js", "async": true, }]`.

https://github.com/owncloud/web/issues/4735
https://github.com/owncloud/web/pull/8432
https://github.com/owncloud/web/pull/7689
https://github.com/owncloud/web/pull/8512

* Enhancement - Add tag support: [#7388](https://github.com/owncloud/web/pull/7388)

Web now supports tags on resources to enhance the way of organizing and working. Tags are
Expand Down Expand Up @@ -766,22 +784,6 @@ Details

https://github.com/owncloud/web/pull/8398

* Enhancement - Inject customizations: [#8432](https://github.com/owncloud/web/pull/8432)

We have added the possibility to include own header scripts and styles. This function is
currently still experimental and there is a possibility that the api will change.

For the reasons mentioned, the functionality is not yet documented in the official
documentation, but can be used as follows:

* to inject custom css add the following property to your `config.json`, `"styles": [{ "href":
"css/custom.css", }]`. * to inject custom scripts add the following property to your
`config.json`, `"scripts": [{ "src": "js/custom.js", "async": true, }]`.

https://github.com/owncloud/web/issues/4735
https://github.com/owncloud/web/pull/8432
https://github.com/owncloud/web/pull/7689

* Enhancement - User settings login field: [#8433](https://github.com/owncloud/web/pull/8433)

We've introduced the new login field in the user settings, where the admin can allow or disallow
Expand Down

0 comments on commit fe13b07

Please sign in to comment.