1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-12 09:04:14 +02:00
focalboard/server/app
Doug Lauder a47baf7f23
Multi version archive import (#2220)
* Fixed panic in PropDef.GetValue for `person` property types.
- the GetUserByID API can return a nil user and nil error

* return userid

* support old archive format

* move template init to app layer

* move app init

* init app

* revert

* ignore GetDefaultTemplate blocks call in store mock

* ignore GetDefaultTemplate blocks call in store mock2

* ignore InsertBlockss call in store mock3

* ignore RemoveDefaultTemplates call in store mock4

* ignore WriteFile call in files mock5

* ignore WriteFile call in files mock6

* ignore WriteFile call in files mock7

* ignore WriteFile call in files mock8

* fix unit tests

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2022-02-02 11:25:06 -07:00
..
app_test.go Config for share board (#1187) 2021-09-16 13:31:02 -06:00
app.go Multi version archive import (#2220) 2022-02-02 11:25:06 -07:00
auth_test.go Channels style UUID (#1369) 2021-10-05 09:52:59 -04:00
auth.go Adding explict logout logic (#1895) 2021-12-01 10:21:31 +01:00
blocks_test.go Gh 1841 batch patches (#1935) 2021-12-10 07:17:00 -07:00
blocks.go Fixes bug where images don't show up in templates and boards created from templates (#2224) 2022-02-02 10:12:59 -07:00
clientConfig_test.go Create FeatureFlags in configurations (#1622) 2021-11-01 19:12:43 -06:00
clientConfig.go Create FeatureFlags in configurations (#1622) 2021-11-01 19:12:43 -06:00
export.go Multi version archive import (#2220) 2022-02-02 11:25:06 -07:00
files_test.go 423 | Added unit tests for files.go (#1119) 2021-08-31 16:08:18 -06:00
files.go Channels style UUID (#1369) 2021-10-05 09:52:59 -04:00
helper_test.go Multi version archive import (#2220) 2022-02-02 11:25:06 -07:00
import.go Multi version archive import (#2220) 2022-02-02 11:25:06 -07:00
initialize.go Multi version archive import (#2220) 2022-02-02 11:25:06 -07:00
sharing_test.go use milliseconds for all timestamps (server) (#1447) 2021-10-07 07:51:01 -04:00
sharing.go First pass linter cleanup (#603) 2021-06-21 11:21:42 +02:00
subscriptions.go Notifications phase 1 (#1851) 2021-12-10 10:46:37 -05:00
templates.boardarchive Multi version archive import (#2220) 2022-02-02 11:25:06 -07:00
templates.go Multi version archive import (#2220) 2022-02-02 11:25:06 -07:00
user.go Person Property Type (#406) 2021-06-04 18:53:15 +05:30
workspaces_test.go 425|Added unit tests for workspaces.go (#1800) 2021-11-22 01:46:51 -05:00
workspaces.go 425|Added unit tests for workspaces.go (#1800) 2021-11-22 01:46:51 -05:00