Releases: nextcloud/deck
Releases · nextcloud/deck
v1.8.4
Fixed
- fix: Use passed userid when getting attachment folder #4540
- fix: Adapt NcEmptyContent usages to new slots #4563
- Gracefully handle not found card for a share #4568
- allow user to toggle visibility of the calendar for a deck board #4626
- fix: Append datetime picker to body to avoid cut off #4645
- Fix : Overlapping expiry dates on tags #4536
- Better display of card dates (creation and change dates) #4620
- Dependency updates
v1.7.4
Fixed
- Gracefully handle not found card for a share #4569
- fix: Use passed userid when getting attachment folder #4541
- fix: Append datetime picker to body to avoid cut off #4646
- Permanently delete deck cards marked as deleted after 5 min in a cron job #4302
- Fix : Overlapping expiry dates on tags #4538
- Update dependencies
v1.9.0
Added
- Live updates on board collaboration using notify_push @alangecker #4273
- Basic notify_push usage with session handling @alangecker #3876
- Use text as editor if available #4399
- Improve reference provider and add reference widgets @julien-nc #4422
- Tag creation from card view @juliushaertl #4344
- Optimize query performance with larger board or card count @#4452
- Export Board as CSV @david-loe #3065
Fixed
- fix(cards): Fix card sizing by limiting too wide style rules #4521
- fix(references): Mute NoPermissionException as it is expected to happen for references #4516
- fix(API): Fix board API details parameter to work as expected #4519
- fix(sessions): Do not send close request without token #4525
- fix: Avoid mutating the due date when calculating days @juliushaertl #4488
- fix: Pass user id along to properly check permissions in background jobs @juliushaertl #4485
- fix: Use passed userid when getting attachment folder @juliushaertl #4487
- fix: Use proper z-index for text menubar @juliushaertl #4490
- fix(dashboard): Fix undefined array index @marcelklehr #4492
- fix: Always return sorted index array to make sure a json array is the result @juliushaertl #4493
- Fix component renaming so that acl works on shares again @small1 #4315
- fix(Sidebar): Only close sidebar on v-click-outside for specific targets @juliushaertl #4350
- add basic e2e tests for stack title @shoetten #4206
- App metadata: add links to user and developer documentation @p-bo #4356
- Update signature of Entity::markFieldUpdated @nickvergessen #4398
- Remove updated nightly information @xf- #4419
- perf: Register notifier and resource listener lazy @juliushaertl #4439
- perf: Lazy load dashboard components @juliushaertl #4440
- Optimise upcomming overview creation @Raudius #3793
v1.9.0-beta.2
Fixed
- fix: Avoid mutating the due date when calculating days @juliushaertl #4488
- fix: Pass user id along to properly check permissions in background jobs @juliushaertl #4485
- fix: Use passed userid when getting attachment folder @juliushaertl #4487
- fix: Use proper z-index for text menubar @juliushaertl #4490
- fix(dashboard): Fix undefined array index @marcelklehr #4492
- fix: Always return sorted index array to make sure a json array is the result @juliushaertl #4493
- chore(CI): Adjust testing matrix for Nextcloud 26 on stable26 @nickvergessen #4498
v1.9.0-beta.1
Added
- Export Board @david-loe #3065
- basic notify_push usage with session handling @alangecker #3876
- feat(Description): Use text as editor if available @juliushaertl #4399
- Improve reference provider and add reference widgets @julien-nc #4422
- live updates 🎉 @alangecker #4273
- Tag creation from card view @juliushaertl #4344
Fixed
- Fix component renaming so that acl works on shares again @small1 #4315
- fix(Sidebar): Only close sidebar on v-click-outside for specific targets @juliushaertl #4350
- add basic e2e tests for stack title @shoetten #4206
- App metadata: add links to user and developer documentation @p-bo #4356
- Update signature of Entity::markFieldUpdated @nickvergessen #4398
- Remove updated nightly information @xf- #4419
- perf: Register notifier and resource listener lazy @juliushaertl #4439
- perf: Lazy load dashboard components @juliushaertl #4440
- Optimise upcomming overview creation @Raudius #3793
- Performance boost @juliushaertl #4452
Other
- Dependency updates
v1.8.3
v1.8.2
v1.7.3
Fixed
- feat: add validators to check values in services @juliushaertl #4176
- Add integration test for attachment handling on cards #4178
- disables autocomplete on card creation @juliushaertl #4182
- minor style fixes #4202
v1.6.5
Fixed
- minor style fixes #4203
- Add integration test for attachment handling on cards #4177
- feat: add validators to check values in services @juliushaertl #4175
- disables autocomplete on card creation @juliushaertl #4183
v1.8.0
Added
- Nextcloud 25 compatibility
- Performance improvements
- Use capped memory cache for board permissions @juliushaertl #3980
- Improve CalDAV integration performance @juliushaertl #3982
- Simpify query for getting shared files @juliushaertl #3983
- Accessibility improvements
- Add a11y label for sidebar button @marcelklehr #3986
- Improve filter popover accessibility @juliushaertl #3820
- Set ids to skip to content/navigation @juliushaertl #3924
- Invert icons properly in dark mode @juliushaertl #3939
- Implement card reference widget @eneiluj #4031
- Implement new dashboard widget interfaces @eneiluj #4033
- Add related resources panel to board sharing tab sidebar @Pytal #4000
Fixed
- Fix sorting stacks #4116
- Fix issue with duedate format #4140
- Fix missing icon for activity rendering #4090
- disables autocomplete on card creation #4142
- Set event link also for notifications that get emitted from activities #4117
- Fix attachment creator name: show display name @eneiluj #4036
- Fix reference provider when caching @eneiluj #4056
- Use global import for nextcloud-vue #4072
- Disable Create card button while no stack is chosen @icewind1991 #4014
- Adjust testing matrix for Nextcloud 25 on stable25 @nickvergessen #4068
- Fix Card menu not displaying when description is not set @marcelklehr #4105
- Reference widget adjustments for Text #4075
- use OCP\Collaboration\Reference\Reference #4078
- Cache user membership for circles #4141
- set last modified when the card was found. Fixes #3763 @ylebre #3796
- Increase file count after sharing @luka-nextcloud #3682
- Align Duedate-delete icon properly - fixes #3791 @Ben-Ro #3811
- Fix for issue #3637 @flummer #3833
- Switch to 'markdown-it-task-checkbox' for rendering of task lists @q-wertz #3898
- Make rename functions accessibly by keyboard navigation @juliushaertl #3813
- Prevent opening card and applyLabelFilter on card drag end @eneiluj #3916
- Inserted required property in the rename list field, to prevent the l… @mstolf #3862
- Fix share provider for master changes @nickvergessen #3942
- Fetch attachment folder for the correct user during cron job @juliushaertl #3952
- Fix z-index for deck sidebar @Raudius #3884
Other
- Switch from OC::$server->get to OCP\Server::get @CarlSchwan #3801
- Add performance section in README @eneiluj #3830
- Fix static analysis by stubbing more circle methods @juliushaertl #3900
- fix(docs): fix links to JSON schemas for Trello @wiktor2200 #3872
- Move to OCP\Collaboration\Resources\LoadAdditionalScriptsEvent @juliushaertl #3818
- Rename settings to deck settings @PVince81 #3928
- SCSS cleanup @juliushaertl #3803
- Hide deprecated projects in sidebar and card details by default @Pytal #3984