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
boards.go GH-2890 Copy files when duplicating boards (#2915) 2022-04-25 10:37:57 -06:00
boards_and_blocks.go
category.go
category_boards.go
clientConfig.go
clientConfig_test.go
export.go
files.go
files_test.go
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
templates_test.go
user.go