Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,25 @@
# Changelog
All notable changes to this project will be documented in this file.

## 3.0.0 - 2026-02-19

### Added

- Compatibility with Nextcloud 34

### Changed

- Modernized backend code a lot using latest available PHP & Nextcloud features
- Update dependencies

### Fixed

- Duplicate ID in admin settings

### Removed

- Compatibility with Nextcloud 31

## 2.9.0 - 2026-02-19

### Added
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This app allows users to register a new account.
4. User is lead to a form where they can choose their username and password
5. New account is created and is logged in automatically
]]></description>
<version>2.9.0</version>
<version>3.0.0</version>
<licence>agpl</licence>
<author mail="nextcloud@tcit.fr" homepage="https://tcit.fr">Thomas Citharel</author>
<author>Joas Schilling</author>
Expand Down
15 changes: 15 additions & 0 deletions js/logger-D3RVzcfQ-0Xwxl94n.chunk.mjs

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.0
- license: MIT
- dompurify
- version: 3.4.8
- version: 3.4.9
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3
- license: MIT
- semver
- version: 7.8.1
- version: 7.8.4
- license: ISC
- vite
- version: 7.3.5
Expand Down
1 change: 1 addition & 0 deletions js/logger-D3RVzcfQ-0Xwxl94n.chunk.mjs.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.0
- license: MIT
- dompurify
- version: 3.4.8
- version: 3.4.9
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3
- license: MIT
- semver
- version: 7.8.1
- version: 7.8.4
- license: ISC
- vite
- version: 7.3.5
Expand Down
15 changes: 0 additions & 15 deletions js/logger-D3RVzcfQ-CgMhrvdR.chunk.mjs

This file was deleted.

1 change: 0 additions & 1 deletion js/logger-D3RVzcfQ-CgMhrvdR.chunk.mjs.map

This file was deleted.

2 changes: 1 addition & 1 deletion js/registration-form.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/registration-form.mjs.license
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This file is generated from multiple sources. Included packages:
- version: 9.8.2
- license: AGPL-3.0-or-later
- registration
- version: 2.9.0
- version: 3.0.0
- license: AGPL-3.0-or-later
- vue-material-design-icons
- version: 5.3.1
Expand Down
2 changes: 1 addition & 1 deletion js/registration-form.mjs.map.license
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This file is generated from multiple sources. Included packages:
- version: 9.8.2
- license: AGPL-3.0-or-later
- registration
- version: 2.9.0
- version: 3.0.0
- license: AGPL-3.0-or-later
- vue-material-design-icons
- version: 5.3.1
Expand Down
2 changes: 1 addition & 1 deletion js/registration-settings.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/registration-settings.mjs.license
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This file is generated from multiple sources. Included packages:
- version: 5.2.2
- license: MIT
- registration
- version: 2.9.0
- version: 3.0.0
- license: AGPL-3.0-or-later
- toastify-js
- version: 1.12.0
Expand Down
2 changes: 1 addition & 1 deletion js/registration-settings.mjs.map.license
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This file is generated from multiple sources. Included packages:
- version: 5.2.2
- license: MIT
- registration
- version: 2.9.0
- version: 3.0.0
- license: AGPL-3.0-or-later
- toastify-js
- version: 1.12.0
Expand Down
Loading
Loading