focalboard/server/app
Doug Lauder 8a4672bd23
GH-2890 Copy files when duplicating boards (#2915)
* copy files when duplicating boards

* fix unit tests

* Update server/app/boards.go

Co-authored-by: Miguel de la Cruz <mgdelacroix@gmail.com>

* Update server/app/boards.go

Co-authored-by: Miguel de la Cruz <mgdelacroix@gmail.com>

* fix review commit

Co-authored-by: Miguel de la Cruz <mgdelacroix@gmail.com>
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2022-04-25 10:37:57 -06:00
..
app.go call notification engine when duplicating boards (#2910) 2022-04-22 11:14:12 -06:00
app_test.go
auth.go
auth_test.go
blocks.go GH-2890 Copy files when duplicating boards (#2915) 2022-04-25 10:37:57 -06:00
blocks_test.go Permissions integration tests (#2697) 2022-04-05 08:00:04 -07:00
boards.go GH-2890 Copy files when duplicating boards (#2915) 2022-04-25 10:37:57 -06:00
boards_and_blocks.go
category.go Permissions integration tests (#2697) 2022-04-05 08:00:04 -07:00
category_boards.go Applying migration changes (#2752) 2022-04-13 16:10:53 -06:00
clientConfig.go
clientConfig_test.go
export.go Use the correct endpoint for exporting all boards on a team 2022-04-13 15:04:47 +02:00
files.go
files_test.go Fix #2770: Handle Windows path in import and tests (#2771) 2022-04-13 10:17:04 -07:00
helper_test.go
import.go cleanup log levels (#2824) 2022-04-18 08:21:44 -04:00
import_test.go
initialize.go
onboarding.go
onboarding_test.go GH-2890 Copy files when duplicating boards (#2915) 2022-04-25 10:37:57 -06:00
sharing.go Standardize err not found (#2834) 2022-04-20 11:02:12 -04:00
sharing_test.go
subscriptions.go
teams.go Standardize err not found (#2834) 2022-04-20 11:02:12 -04:00
teams_test.go
templates.boardarchive
templates.go GH-2745 Don't init default templates when unit testing (#2748) 2022-04-08 13:46:16 +02:00
templates_test.go
user.go