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
Julius Härtl
86d3de2211
Properly check for the stack AND setting board permissions
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-04-11 12:47:44 +02:00
Julien Veyssier
ee3eb99cc7
fix confusion between stackId and boardId in StackService::update()
...
Signed-off-by: Julien Veyssier <eneiluj@posteo.net >
2022-01-18 11:24:31 +01:00
Julius Härtl
bfc8222e6f
Avoid blocking calendar access if something goes wrong while fetching deck entries
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2022-01-03 10:23:47 +01:00
Julius Härtl
52e7d73f10
Additional check for stacks
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2021-09-14 20:52:52 +02:00
Julius Härtl
322480a3b7
Move full text search to proper events
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2021-04-13 11:04:17 +02:00
Julius Härtl
4e92faa517
Do not error on deprecated methods for now
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2020-12-28 14:48:52 +01:00
Julius Härtl
9b366857ab
Rename find to findAll
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2020-11-10 15:25:25 +01:00
Julius Härtl
67fe250248
Refactor class names to Assignment
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2020-11-10 15:25:24 +01:00
Julius Härtl
08097ea65f
Map stacks to VTODO and link them as parent entries
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2020-09-11 10:39:29 +02:00
Julius Härtl
6114c28b10
Remove unneeded cardId parameters
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2020-07-11 12:21:37 +02:00
Julius Härtl
52febb396c
Fix php cs issues
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2020-04-22 19:57:19 +02:00
Jaco Lüken
c9e3239e31
Fix reversed permissions for reordering stacks ( #1301 )
...
Signed-off-by: Jaco Lüken <j.lueken@mhq-services.com >
2019-11-01 21:23:21 +01:00
Maxence Lange
957eb271ca
adding events
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com >
2019-03-28 18:51:26 +01:00
Julius Härtl
a56907862c
Fix loading and activity warning
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2018-11-10 11:04:15 +01:00
Julius Härtl
a026ebf094
Add change database helper
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2018-11-05 14:53:01 +01:00
Julius Härtl
a068d6e1c6
Add last_modified to board/stack database and add check on index methods
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2018-11-05 13:23:26 +01:00
Julius Härtl
d3027acd37
Add backend support for comments
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2018-10-09 13:08:25 +02:00
Julius Härtl
e06a5ad44f
Use proper trigger methods for activities
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2018-09-06 10:05:03 +02:00
Julius Härtl
b5cf3709c2
Emit activity events in StackService
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2018-09-06 10:05:01 +02:00
Julius Härtl
6a5b4fe40c
WIP: Activity integration
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2018-09-06 10:05:01 +02:00
Julius Härtl
babfcbddd8
Fix imports
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2018-08-15 21:15:23 +02:00
Ryan Fletcher
4391bf4eb8
added missing BadRequestException checks to StackService.php
...
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca >
2018-08-15 21:15:22 +02:00
Ryan Fletcher
172a80fa5d
Added additional endpoints for cards / stacks
...
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca >
2018-08-15 21:15:21 +02:00
Ryan Fletcher
f2268c7f58
Moved Data Response checks into stack serivice, cleaned up related unit tests.
...
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca >
2018-08-15 21:15:20 +02:00
Julius Härtl
dcfb9f3903
Properly annotate exceptions thrown by services
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2018-08-15 21:15:19 +02:00
Ryan Fletcher
cfd9ab98c6
Implemented StackApiController Get Function.
...
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca >
2018-08-15 21:15:17 +02:00
Ryan Fletcher
dd1d4246fe
Finished Error handling across the API
...
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca >
2018-08-15 21:15:17 +02:00
Ryan Fletcher
2668f6b80c
committing WIP (improving error validation across the api's)
...
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca >
2018-08-15 21:15:17 +02:00
Manuel Arno Korfmann
94e1b86eaf
fixed bugs where labels would dissappear
...
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info >
2018-08-15 20:33:31 +02:00
Manuel Arno Korfmann
5ddfb66633
Card,Stack undo delete: CardServiceTest fix
...
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info >
Stack,Card undo delete: Test Fix 2
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info >
Card, Stack undo delete: Test fix 3
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info >
Card,Stack undo delete: Test fix 4
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info >
Stack, Card undo delete: Relative time in deleted entity listings
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info >
Card, Stack undo delete: Test Fix 5
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info >
Test Fix 6
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info >
Test Fix 7
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info >
fix codacy
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info >
2018-08-15 20:33:31 +02:00
Manuel Arno Korfmann
41d30d4fd4
stack, card undo delete: refactoring
...
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info >
stack undo delete: serve cards with deleted and delete actions
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info >
stack, cards undo delete: codacy
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info >
card undo delete: 526#discussion_r204501758, refactoring
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info >
card, stack undo delete: code review fixes #1
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info >
undo card, stack delete: show deleted stacks name in deleted card listing
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info >
2018-08-15 20:33:31 +02:00
Manuel Arno Korfmann
ef4ce31c47
refactoring and stack undo delete early wip
...
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info >
stack soft delete done
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info >
stack undo delete done
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info >
stack undo: code review remarks and fixes
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info >
2018-08-15 20:33:30 +02:00
Manuel Arno Korfmann
f2795f120b
show deleted cards in sidebar tab (styling still wip)
...
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info >
card undo delete done, styling still wip
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info >
fix Codacy findings
Signed-off-by: Manuel Arno Korfmann <manu@korfmann.info >
2018-08-15 20:33:30 +02:00
Julius Härtl
7b230d567e
Add field for user count
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2018-06-19 18:00:04 +02:00
Julius Härtl
0137b882c5
Add attachment indicator
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2018-06-19 18:00:04 +02:00
Scrutinizer Auto-Fixer
b633d82c5e
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2018-05-12 11:10:23 +00:00
Julius Härtl
dc917b1e5d
Fix inspection issues
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2017-10-23 22:12:08 +02:00
Julius Härtl
99c31d3c00
Card: Show assigned users on board
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2017-10-23 22:12:08 +02:00
Julius Härtl
8c04ea8dc9
Archive boards
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2017-06-08 19:35:42 +02:00
Julius Härtl
b6d94ec9ff
Add stack sorting functionality
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2017-05-23 22:54:44 +02:00
Scrutinizer Auto-Fixer
c01bfb5e44
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2017-01-31 13:01:52 +00:00
Scrutinizer Auto-Fixer
094aa6d636
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2017-01-31 09:28:59 +00:00
Julius Haertl
7cb485b1c5
Cleanup
2017-01-31 10:00:18 +01:00
Julius Haertl
823dbbd04b
Testing services
2017-01-18 12:34:58 +01:00
Julius Haertl
b0627d8979
Remove dark magic middleware and check permission in services
2017-01-13 16:36:36 +01:00
Julius Haertl
f0aa3777b2
Remove IDb occurences
2017-01-09 21:32:40 +01:00
Julius Haertl
c1bbe62cfa
Remove unused variables
2016-10-28 22:04:56 +02:00
Julius Haertl
9bbe4b9137
PHPdoc and small fixes
2016-10-28 00:48:00 +02:00
Julius Haertl
1faa3481f8
Cleanup mostly use statements
2016-10-28 00:04:08 +02:00