Julius Härtl
805f185191
Merge pull request #4173 from nextcloud/bugfix/noid/card-sanity-check
2022-10-31 21:17:31 +01:00
Julius Härtl
a231061043
Merge pull request #4059 from nextcloud/feature/improve-security-level
2022-10-31 12:59:12 +01:00
Julius Härtl
1f66c66ad3
Unify getting the share for attachments
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-10-31 12:48:51 +01:00
Adrian Missy
f7717aa02a
feat: #2906 add card ID badge
...
- adds vscode settings file to gitingore
- adds new badge for card ID
- adds card ID to board filter
- adds settings to disable card ID badge
Signed-off-by: Adrian Missy <adrian.missy@onewavestudios.com >
2022-10-29 10:25:28 +02:00
Joas Schilling
5669bd73cc
Fix Duedate activity
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-10-24 12:32:56 +02:00
Luka Trovic
1217b37b19
feat: add validators to check values in services
...
Signed-off-by: Luka Trovic <luka@nextcloud.com >
2022-10-21 18:08:19 +02:00
Julius Härtl
d00bd159d2
Avoid always setting the current time on card updates
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-10-19 20:03:22 +02:00
Joas Schilling
2c3113334a
Fix issue with duedate format
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-10-19 19:46:09 +02:00
Julius Härtl
c81501c2ea
Cache user membership for circles
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-10-14 23:11:19 +02:00
Julius Härtl
863ce50a27
Activity: Set event link also for notifications that get emitted from activity
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-10-14 10:52:25 +02:00
Joas Schilling
982df96c3c
Fix sorting stacks
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-10-13 14:07:59 +02:00
Côme Chilliet
f166552de0
Remove uses of Util:: loglevel constants removed from server
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2022-10-02 13:54:56 +02:00
Julien Veyssier
ed5df26704
use OCP\Collaboration\Reference\Reference instead of the recently removed OC\Collaboration\Reference\Reference
...
Signed-off-by: Julien Veyssier <eneiluj@posteo.net >
2022-09-26 17:23:00 +02:00
raul
9d489564d6
Fix psalm test
...
Signed-off-by: raul <raul@nextcloud.com >
2022-09-22 08:46:35 +02:00
raul
24a4260e55
Fix deleteAcl
...
Signed-off-by: raul <raul@nextcloud.com >
2022-09-22 08:46:35 +02:00
Julius Härtl
f9836d4dfb
Merge pull request #4033 from nextcloud/enh/4032/implement-new-dashboard-widget-interfaces
2022-09-21 18:40:31 +02:00
Julien Veyssier
6449082349
fix widget api buttons
...
Signed-off-by: Julien Veyssier <eneiluj@posteo.net >
2022-09-16 13:52:02 +02:00
Julien Veyssier
44127d4bf6
use since param to build widget item list
...
Signed-off-by: Julien Veyssier <eneiluj@posteo.net >
2022-09-16 13:35:22 +02:00
Julien Veyssier
0c95e7ca1e
implement IButtonWidget and IIconWidget
...
Signed-off-by: Julien Veyssier <eneiluj@posteo.net >
2022-09-16 13:35:21 +02:00
Julien Veyssier
7dba89a03a
implement IAPIWidget interface
...
Signed-off-by: Julien Veyssier <eneiluj@posteo.net >
2022-09-16 13:32:01 +02:00
Julien Veyssier
395c79b32a
perform deep serialization/sanitizing of reference rich object to avoid caching issues
...
Signed-off-by: Julien Veyssier <eneiluj@posteo.net >
2022-09-14 12:00:30 +02:00
Julien Veyssier
3c83320c20
implement card reference widget, fix DeckIcon.vue
...
bring back eslint and stylelint on compilation, fix almost all warnings, ignore some
Signed-off-by: Julien Veyssier <eneiluj@posteo.net >
2022-09-12 17:20:45 +02:00
Julien Veyssier
cb60e70ae9
refs #4035 fix attachment creator name: show display name instead of user id
...
Signed-off-by: Julien Veyssier <eneiluj@posteo.net >
2022-09-07 16:53:51 +02:00
Julius Härtl
e2dc1c2684
Simplify fetching boards during sharing
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-08-28 20:51:22 +02:00
Julius Härtl
e2c5367050
Avoid duplicate code
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-08-28 20:51:22 +02:00
Vincent Petry
de0dc2782f
Merge pull request #3982 from nextcloud/performance/dav
...
Improve CalDAV integration performance
2022-08-17 16:13:27 +02:00
Julius Härtl
9171ffc88a
Avoid fetching archived cards for calendars
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-08-17 11:33:27 +02:00
Julius Härtl
eb65468382
Avoid querying each card when getting the calendars only
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-08-17 11:28:24 +02:00
Julius Härtl
7c40172c40
Use capped memory cache for board permissions
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-08-16 16:06:40 +02:00
Julius Härtl
e639456a82
Fetch attachment folder for the correct user during cron job
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-08-05 13:20:41 +02:00
Joas Schilling
ff39027869
Fix share provider for master changes
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-07-29 10:27:25 +02:00
Julius Härtl
ceab78e2d8
Merge pull request #3862 from mstolf/bugfix/3861/inserted-required-property-in-rename-list-field
...
Inserted required property in the rename list field, to prevent the l…
2022-07-26 16:59:30 +02:00
Julius Härtl
7f230f2999
Set ids to skip to content/navigation
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-07-18 09:48:02 +02:00
Julius Härtl
9e26af66bf
Move to OCP\Collaboration\Resources\LoadAdditionalScriptsEvent
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-07-06 23:24:07 +02:00
Julius Härtl
f98b5764ea
Ensure that lists have a title
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-07-05 22:20:59 +02:00
Julius Härtl
ce7da62a88
Revert lazy use of userId in ConfigService
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-05-13 11:52:21 +02:00
Carl Schwan
44481e1c2a
Switch from OC::$server->get to OCP\Server::get
...
And add a bit more typing to some classes + psalm issues
Signed-off-by: Carl Schwan <carl@carlschwan.eu >
2022-05-12 10:55:36 +02:00
Julius Härtl
9bd8669cf4
Merge pull request #3682 from nextcloud/bug/increase-file-count-after-sharing
...
Increase file count after sharing
2022-05-11 16:40:42 +02:00
Julius Härtl
03f400620e
Move all caching to helper
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-05-11 16:04:12 +02:00
Raul Ferreira Fuentes
b86fbb3cd8
Merge pull request #3782 from nextcloud/enh/backend_serialization_models
...
Add CardDetail serialization model
2022-05-06 12:47:33 +02:00
Raul
9fca104059
Pipeline and codestyle fixes
...
Signed-off-by: Raul <raul@nextcloud.com >
2022-05-06 11:29:13 +02:00
Raul
9369a697e3
Add getDueDateTime function to expose the duedate in datetime format.
...
Signed-off-by: Raul <raul@nextcloud.com >
2022-05-06 11:29:13 +02:00
Raul
ebbafbe55d
Add board summary model
...
Signed-off-by: Raul <raul@nextcloud.com >
2022-05-06 11:29:13 +02:00
Raul
6bf9ba397e
Add phpDoc typehints for magic methods
...
Signed-off-by: Raul <raul@nextcloud.com >
2022-05-06 11:29:13 +02:00
Raul
7b7af75802
Update Card serialization (jsonSerialize usages) to use CardDetails model
...
Signed-off-by: Raul <raul@nextcloud.com >
2022-05-06 11:29:13 +02:00
Raul
723ce6c893
Add CardDetails model
...
Signed-off-by: Raul <raul@nextcloud.com >
2022-05-06 11:29:13 +02:00
Luka Trovic
ed3be361b5
fix: move shares count cache logic to the DeckShareProvider
...
Signed-off-by: Luka Trovic <luka@nextcloud.com >
fix: conflicts
Signed-off-by: Luka Trovic <luka@nextcloud.com >
fix: conflicts and test issues
Signed-off-by: Luka Trovic <luka@nextcloud.com >
2022-05-06 10:25:48 +02:00
Luka Trovic
0b6990f828
fix: update attachments count when sharing
...
Signed-off-by: Luka Trovic <luka@nextcloud.com >
2022-05-06 10:24:32 +02:00
Julius Härtl
a0d967cdc7
Fix entity creation for stack from card id
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-05-05 08:25:07 +02:00
Julius Härtl
9fab40d12a
Fetch full board data after cloning
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-05-02 17:48:25 +02:00