Releases: nextcloud-releases/end_to_end_encryption
Releases · nextcloud-releases/end_to_end_encryption
v1.10.2
What's Changed
- [stable24] Update nextcloud/ocp dependency by @nextcloud-command in nextcloud/end_to_end_encryption#356
- [stable24] fix: remove lock without mountpoint by @backportbot-nextcloud in nextcloud/end_to_end_encryption#413
- [stable24] Bump API version to 1.2 by @artonge in nextcloud/end_to_end_encryption#409
Full Changelog: nextcloud/end_to_end_encryption@v1.10.1...v1.10.2
v1.12.3
What's Changed
- chore(packaging): Fix release packaging by @nickvergessen in nextcloud/end_to_end_encryption#394
Full Changelog: nextcloud/end_to_end_encryption@v1.12.2...v1.12.3
v1.12.2
What's Changed
- chore(CI): Update master php testing versions and workflow templates by @nickvergessen in nextcloud/end_to_end_encryption#384
- Release v1.12.2 by @nickvergessen in nextcloud/end_to_end_encryption#393
Full Changelog: nextcloud/end_to_end_encryption@v1.12.1...v1.12.2
Version 1.12.1
Full Changelog: v1.12.0...v1.12.1
Version 1.12.0
Full Changelog: v1.11.1...v1.12.0
Version 1.11.0
What's Changed
- Update version on master by @nickvergessen in nextcloud/end_to_end_encryption#201
- Doctrine/dbal 3.0 update by @nickvergessen in nextcloud/end_to_end_encryption#218
- Update version on master by @nickvergessen in nextcloud/end_to_end_encryption#223
- Add note about SSE by @juliushaertl in nextcloud/end_to_end_encryption#231
- Check PHP 8.0 compatibility by @nickvergessen in nextcloud/end_to_end_encryption#232
- l10n: Unify spelling by @Valdnet in nextcloud/end_to_end_encryption#228
- Move codecov to action by @tobiasKaminsky in nextcloud/end_to_end_encryption#227
- Adjust packaging list by @nickvergessen in nextcloud/end_to_end_encryption#235
- Harden locking of folders by @rullzer in nextcloud/end_to_end_encryption#237
- Replace deprecated occ app:check-code with xml linter by @nickvergessen in nextcloud/end_to_end_encryption#241
- Update version on master by @nickvergessen in nextcloud/end_to_end_encryption#243
- Prevent invalid clients to access encrypted directory by @skjnldsv in nextcloud/end_to_end_encryption#250
- 1.9.1 by @skjnldsv in nextcloud/end_to_end_encryption#255
- Fix appstore-build-publish.yml by @skjnldsv in nextcloud/end_to_end_encryption#262
- Simplify makefile by @skjnldsv in nextcloud/end_to_end_encryption#266
- Update version on master by @nickvergessen in nextcloud/end_to_end_encryption#272
- Updating appstore-build-publish.yml workflow from template by @nextcloud-command in nextcloud/end_to_end_encryption#270
- Update master php testing versions by @nickvergessen in nextcloud/end_to_end_encryption#276
- Update workflows by @skjnldsv in nextcloud/end_to_end_encryption#277
- Log when private key is not found by @CarlSchwan in nextcloud/end_to_end_encryption#282
- Update master php enviroment by @nickvergessen in nextcloud/end_to_end_encryption#283
- Updating command-rebase.yml workflow from template by @nextcloud-command in nextcloud/end_to_end_encryption#284
- Add primary key by @tobiasKaminsky in nextcloud/end_to_end_encryption#287
- Update master php testing versions by @nickvergessen in nextcloud/end_to_end_encryption#288
- Update master php testing versions by @nickvergessen in nextcloud/end_to_end_encryption#289
- Add psalm pipeline by @CarlSchwan in nextcloud/end_to_end_encryption#290
- Refactor according to php 7.4 standard by @CarlSchwan in nextcloud/end_to_end_encryption#291
- Update version on master by @nickvergessen in nextcloud/end_to_end_encryption#294
- Updating command-rebase.yml workflow from template by @nextcloud-command in nextcloud/end_to_end_encryption#295
- Minor cleanup by @CarlSchwan in nextcloud/end_to_end_encryption#297
- Make user agent configurable by admin by @CarlSchwan in nextcloud/end_to_end_encryption#300
- Allow user to delete their keys by @CarlSchwan in nextcloud/end_to_end_encryption#305
- l10n: Correct spelling "End-to-End" by @Valdnet in nextcloud/end_to_end_encryption#309
- l10n: Add dots by @Valdnet in nextcloud/end_to_end_encryption#310
- l10n: Add word "encryption" by @Valdnet in nextcloud/end_to_end_encryption#314
- l10n: Added encryption context by @rakekniven in nextcloud/end_to_end_encryption#312
- Update npm and node engines versions by @nextcloud-command in nextcloud/end_to_end_encryption#313
- Updating dependabot-approve-merge.yml workflow from template by @nextcloud-command in nextcloud/end_to_end_encryption#311
- Cache end to end encrypted paths by @CarlSchwan in nextcloud/end_to_end_encryption#316
- Fix mkcol by @CarlSchwan in nextcloud/end_to_end_encryption#317
- Fix unit test deprecation by @CarlSchwan in nextcloud/end_to_end_encryption#319
- Implement limit to group feature by @CarlSchwan in nextcloud/end_to_end_encryption#320
- l10n: Correct spelling for encryption by @Valdnet in nextcloud/end_to_end_encryption#323
- Updating command-rebase.yml workflow from template by @nextcloud-command in nextcloud/end_to_end_encryption#299
- Release 1.11.0 beta 1 by @CarlSchwan in nextcloud/end_to_end_encryption#324
- Adjust testing matrix for Nextcloud 25 on stable25 by @nickvergessen in nextcloud/end_to_end_encryption#328
- Migrate to nextcloud/OCP package in stable25 by @nickvergessen in nextcloud/end_to_end_encryption#338
- [stable25] Update nextcloud/ocp dependency by @nextcloud-command in nextcloud/end_to_end_encryption#344
- [stable25] Check node type instead of assuming by @backportbot-nextcloud in nextcloud/end_to_end_encryption#331
- Release 1.11.0 by @CarlSchwan in nextcloud/end_to_end_encryption#368
New Contributors
- @rakekniven made their first contribution in nextcloud/end_to_end_encryption#312
Full Changelog: nextcloud/end_to_end_encryption@v1.6.2...v1.11.0
Release 1.10.1
What's Changed
- [stable24] Make user agent configurable by admin by @backportbot-nextcloud in nextcloud/end_to_end_encryption#301
- [stable24] Allow user to delete their keys by @backportbot-nextcloud in nextcloud/end_to_end_encryption#306
- [stable 24] Cache if path is end to end enabled by @CarlSchwan in nextcloud/end_to_end_encryption#318
- [stable24] Implement limit to group feature by @CarlSchwan in nextcloud/end_to_end_encryption#322
- [stable24] Check node type instead of assuming by @backportbot-nextcloud in nextcloud/end_to_end_encryption#332
- [stable24] Update christophwurst/nextcloud dependency by @nextcloud-command in nextcloud/end_to_end_encryption#333
- Migrate to nextcloud/OCP package in stable24 by @nickvergessen in nextcloud/end_to_end_encryption#339
Full Changelog: nextcloud/end_to_end_encryption@v1.10.0...v1.10.1
Release 1.11.0 beta 3
Add krankerl config and release beta3 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Release 1.11.0 beta 2
Update appstore build publish and publish beta2 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Release 1.11.0 beta 1
Merge pull request #324 from nextcloud/release/1-11-0-beta-1 Release 1.11.0 beta 1