Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix initial board creation | Alexander Sulfrian | 2016-06-03 | 1 | -0/+1 |
| | | | | | | | | | | We cannot rely on the automatic userId setting of the collection hooks. If a user is created during invitation, the userId field will contain the id of the inviting user. This fix this, by mocking the CollectionHooks.getUserId function and returning the userId of the new user for all new documents after creating the user. | ||||
* | Upgrade ESLint to v2 | Maxime Quandalle | 2016-03-17 | 1 | -0/+121 |
This commit also tweak the code style following backward-incompatible v2 rules. |