зеркало из https://github.com/nextcloud/guests.git
6.3 KiB
6.3 KiB
Changelog
All notable changes to this project will be documented in this file.
3.1.0
What's Changed
- 29 compatibility
- fix: ListCommand: update for Symfony >=5 exit status by @joshtrichards in https://github.com/nextcloud/guests/pull/1102
- fix: reuse share object instead of getting it again when sending invite mail by @icewind1991 in https://github.com/nextcloud/guests/pull/1122
- fix(config): Fix constructor of config class by @nickvergessen in https://github.com/nextcloud/guests/pull/1100
- fix(DI): Fix DI for AppConfig by @nickvergessen in https://github.com/nextcloud/guests/pull/1127
- fix(npm): audit
- fix(whitelist): Block Talk base page as well by @nickvergessen in https://github.com/nextcloud/guests/pull/1107
New Contributors
- @joshtrichards made their first contribution in https://github.com/nextcloud/guests/pull/1102
Full Changelog: https://github.com/nextcloud/guests/compare/v3.0.1...v3.1.0
3.0.1
What's Changed
- 3.0.1 by @icewind1991 in https://github.com/nextcloud/guests/pull/1082
Full Changelog: https://github.com/nextcloud/guests/compare/v3.0.0...v3.0.1
3.0.0
What's Changed
- feat(deps): Add Nextcloud 28 support by @nickvergessen in https://github.com/nextcloud/guests/pull/1026
- Fix event dispatcher usage by @nickvergessen in https://github.com/nextcloud/guests/pull/1045
- Include shareType in share select option data by @Fenn-CS in https://github.com/nextcloud/guests/pull/1058/pull/1067
- add website and documentation links by @alexanderdd in https://github.com/nextcloud/guests/pull/1071
New Contributors
- @Fenn-CS made their first contribution in https://github.com/nextcloud/guests/pull/1058
- @alexanderdd made their first contribution in https://github.com/nextcloud/guests/pull/1071
Full Changelog: https://github.com/nextcloud/guests/compare/v2.5.0...v3.0.0
2.5.2
Fixes
- Allow creating a guest without a name more than once @ShGKme #1178
2.5.1
- use decoded path to check app whitelist @icewind1991 #1085
- fix permissions for whitelist reset @icewind1991 #1085
2.5.0
Added
- Compatible with Nextcloud 27
2.4.1
Fixed
- Url decode 2.4 @icewind1991 #1086
2.4.0
Fixed
- Fix allowlist button handler @PVince81 #946
- register user backends in
boot
instead ofregister
@icewind1991 #993 - lowercase email for encrypting password token @icewind1991 #986
- fix migrate guest user being triggered on mixed case email @icewind1991 #1007
2.3.0
Added
- Compatibility with Nextcloud 25
- Bump workflows + 24 release @skjnldsv #880
- Add talk integration @nickvergessen #892
- Update to new vue component @CarlSchwan #924
- Add capabilities @SystemKeeper #901
Fixed
Other
- Update version on master @nickvergessen #883
- Update screenshots @skjnldsv #881
- Add psalm @PVince81 #514
2.2.0 - 2022-04-08
Fixed
- #879 Configs update before 23+24 release @skjnldsv
Enhancements
- 23 compatibility
2.1.0 - 2021-11-10
Enhancements
- 23 compatibility
2.0.2 - 2021-08-24
Fixed
- #724 Force-load theme at the right moment @PVince81
Dependencies
- #720 Bump webpack from 5.50.0 to 5.51.1 @dependabot[bot]
- #721 Bump webpack-cli from 4.7.2 to 4.8.0 @dependabot[bot]
- #722 Bump eslint-plugin-import from 2.24.0 to 2.24.1 @dependabot[bot]
- #723 Bump sass from 1.37.5 to 1.38.0 @dependabot[bot]
2.0.1 - 2021-08-18
- #649 Compare mask root with storage permissions @juliushaertl
- #676 Don't ask the database for user ids which are not emails @nickvergessen
- #677 Fix non guests bring blocked @nickvergessen
- #682 Add option to delete old guest accounts during auto-conversion @CarlSchwan
- #594 L10n: Unify spelling @Valdnet
- #702 Move to IBootstrap @PVince81
- Dependency updates
2.0.0 - 2021-04-12
Merged PRs:
- #531 Doctrine/dbal update @nickvergessen
- #532 Add occ commands docs to README @PVince81
- #543 Update supported server version to 22 @PVince81
- #549 Fix inconsistent persistence of guest user properties @mhoffrog
- #554 Avoid guest creation modal if a user is suggested in the share search @eneiluj
- #562 Add the zip extentions to the php containers @rullzer
- #594 L10n: Unify spelling @Valdnet
- #589 L10n: Correct spelling @Valdnet
- Dependency updates