Skip to content

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <[email protected]>
  • Loading branch information
julien-nc committed Jan 28, 2024
1 parent 0ecc6b9 commit 40be3fc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,26 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## 1.6.0 – 2024-01-..
## 1.6.0 – 2024-01-28

### Added

- new OCS public and authenticated API (will replace the old ones for clients, already used by public and authenticated web frontend)
- bruteforce protection for all public API endpoints (old and new)
-
- expose app version as public capability
- Document all new API endpoints so that OpenAPI specs can be generated by [the Nextcloud OpenAPI extractor](https://github.com/nextcloud/openapi-extractor/)

### Changed

- factorize public auth token/password/permission check in a middleware
- factorize authenticated user permission check in a middleware
- remove all deprecated guest access and anonymous creation related code/endpoints/frontend
- test user permission middleware

### Fixed

- fix saving setting values broken when refactoring events in the frontend
- fix balance 'counter' max width

## 1.5.14 – 2023-12-30

Expand Down

0 comments on commit 40be3fc

Please sign in to comment.