summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
Commit message (Collapse)AuthorAgeFilesLines
* Admin panel:lkisme2017-02-241-1/+3
| | | | | | | Only invited user can register in strict mode, Set mail server in admin panel, Switch strict mode in admin panel, Invite people to system in admin panel
* Add checklist featurelksime2017-01-201-1/+3
|
* Fix initial board creationAlexander Sulfrian2016-06-031-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 v2Maxime Quandalle2016-03-171-0/+121
This commit also tweak the code style following backward-incompatible v2 rules.