focalboard/server/model
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
..
block.go Import/export moved to server + image support + streaming (#2201) 2022-02-01 19:01:29 -05:00
block_test.go Fixing unique ID problems on content order with multiple colums (#2071) 2022-01-11 13:25:51 -07:00
blocktype.go Fix MM-40428 (#1926) 2021-12-10 08:28:52 -05:00
clientConfig.go Create FeatureFlags in configurations (#1622) 2021-11-01 19:12:43 -06:00
errorResponse.go Workspace backend support 2021-03-26 11:01:54 -07:00
import_export.go Multi version archive import (#2220) 2022-02-02 11:25:06 -07:00
notification.go List all authors of a card diff in the notification (#2055) 2022-01-07 10:11:36 -05:00
properties.go Fix panic in PropDef.GetValue for person property types. (#2218) 2022-02-02 06:39:35 -07:00
properties_test.go Notifications phase 1 (#1851) 2021-12-10 10:46:37 -05:00
sharing.go First pass linter cleanup (#603) 2021-06-21 11:21:42 +02:00
subscription.go Notifications phase 1 (#1851) 2021-12-10 10:46:37 -05:00
user.go Import/export moved to server + image support + streaming (#2201) 2022-02-01 19:01:29 -05:00
util.go Notifications phase 1 (#1851) 2021-12-10 10:46:37 -05:00
version.go Update version to 0.14.0 (#2057) 2022-01-06 12:26:35 -07:00
workspace.go Workspace switcher (#1052) 2021-09-08 10:22:03 +05:30