Releases: nextcloud/guests
Releases · nextcloud/guests
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
Other
v4.4.0
4.4.0
Changes
- feat: add repair step to ensure guests haven't changed their email by @icewind1991 in #1370
Fixes
- fix: check if we have a user session before setting-up restrictions by @skjnldsv in #1364
- fix: prevent guests from changing their email address by @icewind1991 in #1369
- fix: remove constructor overwrite from AppConfigOverwrite by @icewind1991 in #1367
Other
- Chore(deps): Bump form-data from 4.0.2 to 4.0.4 by @dependabot[bot] in #1360
- Chore(deps): Bump linkifyjs from 4.2.0 to 4.3.2 by @dependabot[bot] in #1365
v4.3.0
4.3.0
Changes
- feat: Add share count including circles by @Pytal in #1287
- feat: allow limiting guests creation to specific groups by @skjnldsv in #1330
Fixes
- fix: fix DirMask path check by @icewind1991 in #1311
- fix: Set guest quota to '0 B' when migrating form OC by @artonge in #1310
- fix(settings): ellipsis long table cells by @skjnldsv in #1321
Other
- Chore(deps): Bump @babel/runtime from 7.26.9 to 7.27.0
- Chore(deps): Bump @nextcloud/dialogs from 6.1.1 to 6.3.1
- Chore(deps): Bump @nextcloud/event-bus from 3.3.1 to 3.3.2
- Chore(deps): Bump @nextcloud/vue from 8.23.1 to 8.27.0
- Chore(deps): Bump axios from 1.7.9 to 1.8.3
- Various dependencies
Full Changelog: v4.2.0...v4.3.0
v3.2.1
v4.2.0
4.2.0
Changes
- feat: migrate owncloud guests-users to nextcloud guests by @skjnldsv in #1286
- feat(deps): Add Nextcloud 32 support by @nickvergessen in #1282
Fixes
Other
- Various dependencies
Full Changelog: v4.1.0...v4.2.0
v4.1.0
4.1.0
31 compatibility
Fixes
- 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
Changes
- 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
ILoggerinterface to PSR-3 logger by @susnux in #1229
Dependencies
- 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
New Contributors
- @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: v4.0.0...v4.1.0