Releases: nextcloud-releases/guests
Releases · nextcloud-releases/guests
v4.1.0
4.1.0
31 compatibility
Fixes
- Add missing div id (fixes CSS lack) by @Jerome-Herbinet in nextcloud/guests#1227
- fix: Fix navigation manager to be in line with server by @nickvergessen in nextcloud/guests#1248
- fix(notifications): Notifier::prepare() threw \InvalidArgumentExcepti… by @nickvergessen in nextcloud/guests#1272
- Replace "transfer" notion with "convert" notion by @Jerome-Herbinet in nextcloud/guests#1228
Changes
- 4.1.0 by @icewind1991 in nextcloud/guests#1280
- feat: always allow twofactor apps by @st3iny in nextcloud/guests#1278
- feat(deps): Add Nextcloud 31 support by @nickvergessen in nextcloud/guests#1219
- refactor: Migrate from deprecated
ILogger
interface to PSR-3 logger by @susnux in nextcloud/guests#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 nextcloud/guests#1227
- @susnux made their first contribution in nextcloud/guests#1229
- @AndyScherzinger made their first contribution in nextcloud/guests#1270
- @st3iny made their first contribution in nextcloud/guests#1278
Full Changelog: nextcloud/guests@v4.0.0...v4.1.0
v4.0.1
4.0.1
Dependencies
- Chore(deps-dev): Bump vite from 5.3.4 to 5.3.5 by @dependabot in nextcloud/guests#1208
- Chore(deps): Bump @nextcloud/vue from 8.14.0 to 8.15.0 by @dependabot in nextcloud/guests#1209
- Chore(deps): Bump @nextcloud/sharing from 0.2.2 to 0.2.3 by @dependabot in nextcloud/guests#1211
- Chore(deps): Bump @nextcloud/vue from 8.15.0 to 8.15.1 by @dependabot in nextcloud/guests#1214
- Chore(deps): Bump @nextcloud/vue from 8.15.1 to 8.16.0 by @dependabot in nextcloud/guests#1216
Full Changelog: nextcloud/guests@v4.0.0...v4.0.1
v3.2.0
3.2.0
Fixes
- Fix tests by @solracsf in nextcloud/guests#1170
- fix(GuestForm): allow to create a guest without name more than once by @ShGKme in nextcloud/guests#1178
- fix(Sharing): Do not create new share in guest app by @fenn-cs in nextcloud/guests#1189
Changes
- Add 'direct' GET param to invite email 'view share' link by @julien-nc in nextcloud/guests#1151
- Add info about guest seeing each others by @artonge in nextcloud/guests#1144
- feat: Upgrade dependencies and migrate to nc/vue v8 by @Pytal in nextcloud/guests#1169
- feat(deps): Add Nextcloud 30 support by @nickvergessen in nextcloud/guests#1145
- docs(README): Overhaul the Guests app README by @joshtrichards in nextcloud/guests#1132
Dependencies
- chore: add changelog for 2.4.0 .. 3.0.1 by @ShGKme in nextcloud/guests#1181
- chore: Move to vite by @Pytal in nextcloud/guests#1172
- Chore(deps): Bump @nextcloud/dialogs from 5.3.2 to 5.3.3 by @dependabot in nextcloud/guests#1187
- Chore(deps): Bump @nextcloud/dialogs from 5.3.3 to 5.3.4 by @dependabot in nextcloud/guests#1196
- Chore(deps): Bump @nextcloud/dialogs from 5.3.4 to 5.3.5 by @dependabot in nextcloud/guests#1201
- Chore(deps): Bump @nextcloud/sharing from 0.1.0 to 0.2.2 by @dependabot in nextcloud/guests#1186
- Chore(deps): Bump @nextcloud/vue from 8.12.0 to 8.13.0 by @dependabot in nextcloud/guests#1198
- Chore(deps): Bump @nextcloud/vue from 8.13.0 to 8.14.0 by @dependabot in nextcloud/guests#1200
- Chore(deps): Bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in nextcloud/guests#1136
- Chore(deps): Bump vue-material-design-icons from 5.2.0 to 5.3.0 by @dependabot in nextcloud/guests#1140
New Contributors
- @artonge made their first contribution in nextcloud/guests#1144
- @solracsf made their first contribution in nextcloud/guests#1170
Full Changelog: nextcloud/guests@v3.1.0...v3.2.1
v3.0.2
3.0.2
Fixes
- [stable28] fix(GuestForm): allow to create a guest without name more than once by @backportbot in nextcloud/guests#1179
- [stable28] chore: add changelog for 2.4.0 .. 3.0.1 by @ShGKme in nextcloud/guests#1184
- [stable28] fix(Sharing): Do not create new share in guest app by @backportbot in nextcloud/guests#1192
Dependencies
- Chore(deps): Bump follow-redirects from 1.15.3 to 1.15.4 by @dependabot in nextcloud/guests#1097
Full Changelog: nextcloud/guests@v3.0.1...v3.0.2
4.0.0
What's Changed
- Add info about guest seeing each others by @artonge in nextcloud/guests#1144
- Add 'direct' GET param to invite email 'view share' link by @julien-nc in nextcloud/guests#1151
- fix(GuestForm): allow to create a guest without name more than once by @ShGKme in nextcloud/guests#1178
- fix(Sharing): Do not create new share in guest app by @fenn-cs in nextcloud/guests#1189
- feat: Implement IPasswordHashBackend by @Pytal in nextcloud/guests#1194
- feat: Add transfer endpoint by @Pytal in nextcloud/guests#1173
- feat: Allow transferring guests to full accounts by @Pytal in nextcloud/guests#1174
- fix(README): Fix guest specific behavior section links by @joshtrichards in nextcloud/guests#1207
New Contributors
- @artonge made their first contribution in nextcloud/guests#1144
- @solracsf made their first contribution in nextcloud/guests#1170
- @Pytal made their first contribution in nextcloud/guests#1169
Full Changelog: nextcloud/guests@v3.1.0...v4.0.0
2.5.2
What's Changed
- [stable2.5] fix(GuestForm): allow to create a guest without name more than once by @backportbot in nextcloud/guests#1180
- release: v2.5.2 by @ShGKme in nextcloud/guests#1183
Full Changelog: nextcloud/guests@v2.5.1...v2.5.2
3.1.0
3.1.0
What's Changed
- 29 compatibility
- fix: ListCommand: update for Symfony >=5 exit status by @joshtrichards in nextcloud/guests#1102
- fix: reuse share object instead of getting it again when sending invite mail by @icewind1991 in nextcloud/guests#1122
- fix(config): Fix constructor of config class by @nickvergessen in nextcloud/guests#1100
- fix(DI): Fix DI for AppConfig by @nickvergessen in nextcloud/guests#1127
- fix(npm): audit
- fix(whitelist): Block Talk base page as well by @nickvergessen in nextcloud/guests#1107
Full Changelog: nextcloud/guests@v3.0.1...v3.1.0
3.0.1
What's Changed
- 3.0.1 by @icewind1991 in nextcloud/guests#1082
Full Changelog: nextcloud/guests@v3.0.0...v3.0.1
2.5.1
What's Changed
- 2.5.1 by @icewind1991 in nextcloud/guests#1085
Full Changelog: nextcloud/guests@v2.5.0...v2.5.1
2.4.1
What's Changed
- Url decode 2.4 by @icewind1991 in nextcloud/guests#1086
Full Changelog: nextcloud/guests@v2.4.0...v2.4.1