focalboard/server/app
Harshil Sharma 9918a0b3f8
DND support for category and boards in LHS (#3964)
* WIP

* WIP

* Removed unused webapp util

* Added server tests

* Lint fix

* Updating existing tests

* Updating existing tests

* Updating existing tests

* Fixing existing tests

* Fixing existing tests

* Fixing existing tests

* WIP

* Added category sort order migration

* Added logic to set new category on top

* Implemented api, WS listein logic remining

* finished webapp implementation

* Added category type and tests

* updated tests

* Fixed integration test

* type fix

* WIP

* implemented boards DND to other category and in same category

* removed seconds from boards name

* wip

* debugging cy test

* Enabled hiding views list while DNDing

* Removed some debug logs

* Fixed a bug preventing users from collapsing boards category

* WIP

* Debugging cypress test

* CI

* debugging cy test

* Testing a fix

* reverting test fix

* Handled personal server

* WIP

* WIP

* Adding support for building with esbuild

* Using different index.html templates for esbuild

* WIP

* WIP

* Fixed delete category and rename category

* WIP

* WIP

* Finally, its done.

* Adde suppor tot update board-category mapping in bulk

* Fixed a bug where create category option didn't show up on default category

* Fixed bug where new board was added as last board in Boards category instead of first board

* Minor cleanup

* WIP

* Added support to drab boards onto collapsed categories

* Fixed route order from specific to generic

* Fix linter

* Updated existin server tests

* fixed integration tests

* Fixed webapp test err

* Removed accidental dependencies

* Adding  new server tests

* Finished server tests

* added api to client.go

* Added API integration test

* Fixed existing webapp tests

* WIP

* WIP

* WIP

* WIP

* WIP

* Fixed missing paranthesis

* Some cleanup

* fixed server lint

* noopped down migration

* Fixed issue with DND not working great with newly added category

* Fixed a test

* Fixed a test

* Fixed a test

* Fixed console error while DNDing

* pakg lock restore

* Fixed missing react beautiful dnd in package.lock.json

* updated snapshots

* Fixed webapp test

* Review fixes

* Added API permission check

Co-authored-by: Jesús Espino <jespinog@gmail.com>
2022-11-24 15:31:32 +05:30
..
app.go Multi product architecture (#3381) 2022-07-18 13:21:57 -04:00
app_test.go Config for share board (#1187) 2021-09-16 13:31:02 -06:00
auth.go Fix to respect System Console settings (#4110) 2022-11-02 14:07:10 -06:00
auth_test.go Update user store to return the updated entities after inserting / patching them (#3843) 2022-09-15 13:58:20 +02:00
blocks.go Replace Block references to use pointers throughout all application layers (#3934) 2022-10-25 14:46:43 -06:00
blocks_test.go Replace Block references to use pointers throughout all application layers (#3934) 2022-10-25 14:46:43 -06:00
boards.go DND support for category and boards in LHS (#3964) 2022-11-24 15:31:32 +05:30
boards_and_blocks.go Boards as persisted category (#3877) 2022-10-26 16:38:03 +05:30
boards_test.go DND support for category and boards in LHS (#3964) 2022-11-24 15:31:32 +05:30
cards.go Replace Block references to use pointers throughout all application layers (#3934) 2022-10-25 14:46:43 -06:00
cards_test.go Replace Block references to use pointers throughout all application layers (#3934) 2022-10-25 14:46:43 -06:00
category.go DND support for category and boards in LHS (#3964) 2022-11-24 15:31:32 +05:30
category_boards.go DND support for category and boards in LHS (#3964) 2022-11-24 15:31:32 +05:30
category_boards_test.go DND support for category and boards in LHS (#3964) 2022-11-24 15:31:32 +05:30
category_test.go DND support for category and boards in LHS (#3964) 2022-11-24 15:31:32 +05:30
clientConfig.go User updates (#3244) 2022-07-08 08:43:43 -06:00
clientConfig_test.go User updates (#3244) 2022-07-08 08:43:43 -06:00
cloud.go Replace Block references to use pointers throughout all application layers (#3934) 2022-10-25 14:46:43 -06:00
cloud_test.go Replace Block references to use pointers throughout all application layers (#3934) 2022-10-25 14:46:43 -06:00
content_blocks.go Adding the new blocks based editor (#3825) 2022-11-15 16:59:07 +01:00
content_blocks_test.go Adding the new blocks based editor (#3825) 2022-11-15 16:59:07 +01:00
export.go Replace Block references to use pointers throughout all application layers (#3934) 2022-10-25 14:46:43 -06:00
files.go Fix bug where workspace era uploaded files won't load on team era codebase (#3907) 2022-10-05 14:16:03 -06:00
files_test.go Fix mock early finish issue on test helpers (#3374) 2022-07-15 08:34:36 -04:00
helper_test.go Multi product architecture (#3381) 2022-07-18 13:21:57 -04:00
import.go when importing boards, don't add user to board if system user (#4173) 2022-11-08 11:54:21 -07:00
import_test.go DND support for category and boards in LHS (#3964) 2022-11-24 15:31:32 +05:30
initialize.go Generate templates archive at build time (#2577) 2022-03-30 18:10:11 -04:00
insights.go Restoring guest account access and adding backend part of the guest accounts support (#2929) 2022-08-24 17:08:58 -05:00
insights_test.go Restoring guest account access and adding backend part of the guest accounts support (#2929) 2022-08-24 17:08:58 -05:00
onboarding.go Update user store to return the updated entities after inserting / patching them (#3843) 2022-09-15 13:58:20 +02:00
onboarding_test.go DND support for category and boards in LHS (#3964) 2022-11-24 15:31:32 +05:30
server_metadata.go [GH-3410] Healthcheck Endpoint with Server Metadata (#4151) 2022-11-14 14:37:06 -05:00
server_metadata_test.go [GH-3410] Healthcheck Endpoint with Server Metadata (#4151) 2022-11-14 14:37:06 -05:00
sharing.go Refactor error usage from the store level up and add API helpers (#3792) 2022-09-13 12:18:40 +02:00
sharing_test.go Refactor error usage from the store level up and add API helpers (#3792) 2022-09-13 12:18:40 +02:00
subscriptions.go Refactor notify init (#3043) 2022-05-16 11:53:41 -04:00
teams.go Standardize err not found (#2834) 2022-04-20 11:02:12 -04:00
teams_test.go Fix mock early finish issue on test helpers (#3374) 2022-07-15 08:34:36 -04:00
templates.boardarchive remove invalid assigned settings 2022-05-17 14:14:48 -06:00
templates.go update template version (#4177) 2022-11-08 13:43:38 -07:00
templates_test.go Replace Block references to use pointers throughout all application layers (#3934) 2022-10-25 14:46:43 -06:00
user.go Fix to respect System Console settings (#4110) 2022-11-02 14:07:10 -06:00