All notable changes to this project will be documented in this file.
31 compatibility
- Add missing div id (fixes CSS lack) by @Jerome-Herbinet in #1227
- fix: Fix navigation manager to be in line with server by @nickvergessen in #1248
- fix(notifications): Notifier::prepare() threw \InvalidArgumentExcepti… by @nickvergessen in #1272
- Replace "transfer" notion with "convert" notion by @Jerome-Herbinet in #1228
- 4.1.0 by @icewind1991 in #1280
- feat: always allow twofactor apps by @st3iny in #1278
- feat(deps): Add Nextcloud 31 support by @nickvergessen in #1219
- refactor: Migrate from deprecated
ILogger
interface to PSR-3 logger by @susnux in #1229
- Chore(deps-dev): Bump @nextcloud/vite-config from 1.3.0 to 1.4.2 by @dependabot
- Chore(deps-dev): Bump elliptic from 6.5.5 to 6.6.0 by @dependabot
- Chore(deps-dev): Bump vite from 5.3.4 to 5.4.10 by @dependabot
- Chore(deps): Bump @nextcloud/dialogs from 5.3.5 to 6.0.0 by @dependabot
- Chore(deps): Bump @nextcloud/sharing from 0.2.2 to 0.2.3 by @dependabot
- Chore(deps): Bump @nextcloud/vue from 8.14.0 to 8.17.1 by @dependabot
- Chore(deps): Bump axios from 1.7.2 to 1.7.4 by @dependabot
- Chore(deps): Bump fast-xml-parser from 4.4.0 to 4.4.1 by @dependabot
- Chore(deps): Bump vue-material-design-icons from 5.3.0 to 5.3.1 by @dependabot
- @Jerome-Herbinet made their first contribution in #1227
- @susnux made their first contribution in #1229
- @AndyScherzinger made their first contribution in #1270
- @st3iny made their first contribution in #1278
Full Changelog: https://github.com/nextcloud/guests/compare/v4.0.0...v4.1.0
- Chore(deps-dev): Bump vite from 5.3.4 to 5.3.5 by @dependabot in #1208
- Chore(deps): Bump @nextcloud/vue from 8.14.0 to 8.15.0 by @dependabot in #1209
- Chore(deps): Bump @nextcloud/sharing from 0.2.2 to 0.2.3 by @dependabot in #1211
- Chore(deps): Bump @nextcloud/vue from 8.15.0 to 8.15.1 by @dependabot in #1214
- Chore(deps): Bump @nextcloud/vue from 8.15.1 to 8.16.0 by @dependabot in #1216
Full Changelog: https://github.com/nextcloud/guests/compare/v4.0.0...v4.0.1
- Fix tests by @solracsf in #1170
- fix(GuestForm): allow to create a guest without name more than once by @ShGKme in #1178
- fix(Sharing): Do not create new share in guest app by @Fenn-CS in #1189
- Add 'direct' GET param to invite email 'view share' link by @julien-nc in #1151
- Add info about guest seeing each others by @artonge in #1144
- feat: Upgrade dependencies and migrate to nc/vue v8 by @Pytal in #1169
- feat(deps): Add Nextcloud 30 support by @nickvergessen in #1145
- docs(README): Overhaul the Guests app README by @joshtrichards in #1132
- chore: add changelog for 2.4.0 .. 3.0.1 by @ShGKme in #1181
- chore: Move to vite by @Pytal in #1172
- Chore(deps): Bump @nextcloud/dialogs from 5.3.2 to 5.3.3 by @dependabot in #1187
- Chore(deps): Bump @nextcloud/dialogs from 5.3.3 to 5.3.4 by @dependabot in #1196
- Chore(deps): Bump @nextcloud/dialogs from 5.3.4 to 5.3.5 by @dependabot in #1201
- Chore(deps): Bump @nextcloud/sharing from 0.1.0 to 0.2.2 by @dependabot in #1186
- Chore(deps): Bump @nextcloud/vue from 8.12.0 to 8.13.0 by @dependabot in #1198
- Chore(deps): Bump @nextcloud/vue from 8.13.0 to 8.14.0 by @dependabot in #1200
- Chore(deps): Bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in #1136
- Chore(deps): Bump vue-material-design-icons from 5.2.0 to 5.3.0 by @dependabot in #1140
Full Changelog: https://github.com/nextcloud/guests/compare/v3.1.0...v3.2.1
- 29 compatibility
- fix: ListCommand: update for Symfony >=5 exit status by @joshtrichards in #1102
- fix: reuse share object instead of getting it again when sending invite mail by @icewind1991 in #1122
- fix(config): Fix constructor of config class by @nickvergessen in #1100
- fix(DI): Fix DI for AppConfig by @nickvergessen in #1127
- fix(npm): audit
- fix(whitelist): Block Talk base page as well by @nickvergessen in #1107
- @joshtrichards made their first contribution in #1102
Full Changelog: https://github.com/nextcloud/guests/compare/v3.0.1...v3.1.0
- 3.0.1 by @icewind1991 in #1082
Full Changelog: https://github.com/nextcloud/guests/compare/v3.0.0...v3.0.1
- feat(deps): Add Nextcloud 28 support by @nickvergessen in #1026
- Fix event dispatcher usage by @nickvergessen in #1045
- Include shareType in share select option data by @Fenn-CS in #1058
- add website and documentation links by @alexanderdd in #1071
Full Changelog: https://github.com/nextcloud/guests/compare/v2.5.0...v3.0.0
- Allow creating a guest without a name more than once @ShGKme #1178
- use decoded path to check app whitelist @icewind1991 #1085
- fix permissions for whitelist reset @icewind1991 #1085
- Compatible with Nextcloud 27
- Url decode 2.4 @icewind1991 #1086
- 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
- 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
- Update version on master @nickvergessen #883
- Update screenshots @skjnldsv #881
- Add psalm @PVince81 #514
- #879 Configs update before 23+24 release @skjnldsv
- 23 compatibility
- 23 compatibility
- #724 Force-load theme at the right moment @PVince81
- #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]
- #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
- #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