Releases: nextcloud/guests
Releases · nextcloud/guests
4.7.4
What's Changed
- fix(invite): send welcome email when creating guest from share dialog by @pringelmann in #1566
- v4.7.4 by @pringelmann in #1574
Full Changelog: v4.7.3...v4.7.4
4.7.3
What's Changed
- fix: apply username from backend instead of guessing by @susnux in #1571
- v4.7.3 by @pringelmann in #1573
Full Changelog: v4.7.2...v4.7.3
4.7.2
What's Changed
- Chore(deps): Bump axios from 1.15.0 to 1.16.0 by @dependabot[bot] in #1554
- Chore(deps): Bump @nextcloud/axios from 2.5.2 to 2.6.0 by @dependabot[bot] in #1549
- fix(src): resolve 20 bugs, logic flaws, type issues and prose errors across the frontend by @Copilot in #1552
- chore: 4.7.2 by @icewind1991 in #1558
New Contributors
- @Copilot made their first contribution in #1552
Full Changelog: v4.7.1...v4.7.2
4.7.1
What's Changed
- [main] Update nextcloud/ocp dependency by @nextcloud-command in #1550
- fix(vue3): restore global t/n helpers on app instances by @pringelmann in #1551
- chore: 4.7.1 by @pringelmann in #1553
New Contributors
- @pringelmann made their first contribution in #1551
Full Changelog: v4.7.0...v4.7.1
4.7.0
What's Changed
- fix: move ResetEmails repair step to live migrations by @leftybournes in #1437
- fix: App config can return null by @CarlSchwan in #1492
- fix: Handle failure when creating user by @CarlSchwan in #1502
- Update guest user conversion login description by @artonge in #1506
- fix: validate share type before processing share event by @solracsf in #1501
- feat: Hash user IDs by default for improved privacy by @nickvergessen in #1335
- fix(invite): Add logging and fix decryption key in InviteService by @nfebe in #1507
- feat: implementing Lexicon and Preset by @ArtificialOwl in #1368
- fix: rely on quota to restrict file uploads by @solracsf in #1494
- Compatible with Nextcloud 34
New Contributors
- @ArtificialOwl made their first contribution in #1368
Full Changelog: v4.6.0...v4.7.0
v4.6.0
What's Changed
- feat(deps): Add Nextcloud 33 support by @nickvergessen in #1403
- fix: Implement new function required by IManager by @leftybournes in #1421
- fix: ensure user object is available for email reset by @kesselb in #1424
- refactor(QueryBuilder): Port away from deprecated executed method by @kesselb in #1431
Full Changelog: v4.5.2...v4.6.0
v4.5.2
What's Changed
- fix: don't allow empty email even if email change is allowed by @icewind1991 in #1410
Full Changelog: v4.5.1...v4.5.2
v4.5.1
What's Changed
- Chore(deps-dev): Bump sha.js from 2.4.11 to 2.4.12 by @dependabot[bot] in #1387
- build: update node and npm engines versions by @nextcloud-command in #1388
- feat: add better description in settings by @skjnldsv in #1390
- fix(l10n): User numbered placeholders by @solracsf in #1392
- Chore(deps): Bump @nextcloud/sharing from 0.2.4 to 0.2.5 by @dependabot[bot] in #1394
- Chore(deps-dev): Bump @nextcloud/vite-config from 1.5.6 to 1.6.0 by @dependabot[bot] in #1397
- Chore(deps): Bump @nextcloud/l10n from 3.3.0 to 3.4.0 by @dependabot[bot] in #1398
- Chore(deps): Bump @nextcloud/vue from 8.27.0 to 8.29.2 by @dependabot[bot] in #1393
- fix(DirMask): Allow creating path by @provokateurin in #1400
- Chore(deps-dev): Bump vite from 5.4.19 to 7.1.3 by @dependabot[bot] in #1395
- Chore(deps): Bump esbuild and vite by @dependabot[bot] in #1399
- Load scripts if a user is logged in and is allowed invite guests by @leftybournes in #1402
New Contributors
- @provokateurin made their first contribution in #1400
Full Changelog: v4.5.0...v4.5.1
v4.5.0
4.5.0
Changes
- feat: provide the guest form to allow guest creation anywhere by @leftybournes in #1371
- feat: add setting to allow guests to change their email by @icewind1991 in #1379
- feat: add guests through the contacts menu by @leftybournes in #1380
Fixes
- fix: incompatible overwrite for AppConfig by @miaulalala in #1384
New Contributors
- @leftybournes made their first contribution in #1371
- @miaulalala made their first contribution in #1384
v4.4.1
4.4.1
Fixes
- fix: ensure repair email is a string by @skjnldsv in #1374
- fix: accept INavigationManager instead of NavigationManager in Filter… by @pulsarf0x in #1357