summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
Commit message (Collapse)AuthorAgeFilesLines
* fix(scrollbar): remove custom scrollbarTomasz Borychowski2020-08-281-1/+1
|
* Add babel to build chain and linterboeserwolf2020-04-221-0/+1
| | | | | Enables fancy Javascript language features like optional chaining, for developer happiness.
* Add Worker role.Lauri Ojansivu2020-01-031-0/+1
| | | | | | | | | Add more Font Awesome icons. Fix browser console errors when editing user profile name etc. Thanks to xet7 ! Closes #2788
* Fix typo.Lauri Ojansivu2019-11-201-1/+1
|
* Remove eslint option that does not work.Lauri Ojansivu2019-11-201-1/+0
| | | | Thanks to xet7 !
* Try to fix lint errors.Lauri Ojansivu2019-11-201-1/+0
|
* Fix lint errors and update travis NPM version.Lauri Ojansivu2019-11-201-1/+3
|
* Prettier & eslint project style updateJustin Reynolds2019-06-281-8/+5
|
* Add prettierJustin Reynolds2019-06-271-5/+30
|
* Lint also async. Thanks to Akuket !Lauri Ojansivu2019-02-081-1/+1
|
* Fix lint errors.Lauri Ojansivu2018-09-161-1/+1
|
* - Add permission "No comments". It is like normal user, but does not show ↵Lauri Ojansivu2018-09-041-1/+2
| | | | | | comments and activities. Thanks to xet7 !
* Added subtasks model and APIs for itNicu Tofan2018-06-261-0/+1
|
* Line Endings back to Unix (Was Temporarly on Windows)Ignatz2018-05-181-1/+1
|
* linter correctionsIgnatz2018-05-181-1/+3
|
* Fix lint errorsAndrés Manelli2018-03-191-0/+1
|
* Fix lint errors related to sandstormGhassen Rjab2018-02-261-1/+2
|
* Add Swimlanes to globalsGhassen Rjab2018-02-261-1/+2
|
* Revert 00a357cd7067cf5c8b055deacfe2e9bc28b06c5e to fix loggingpierreozoux2017-11-231-2/+0
|
* Rename notice -> announcementnztqa2017-10-011-1/+1
|
* Add message from service administratornztqa2017-09-281-1/+2
|
* Add change email addressnztqa2017-08-071-1/+2
| | | | Set allow email change in admin panel
* Add http and integrationsnztqa2017-07-091-1/+3
|
* Update: camelcase to never does not check property names at all.nztqa2017-06-261-1/+1
| | | | http://eslint.org/docs/2.0.0/rules/camelcase
* add Autentication to global varhuneau romain2017-05-111-1/+2
|
* changes to travis.yml.Stephen Moloney2017-04-281-2/+2
| | | | | | | | - Add gcc-4.9 to travis host. - namespace travis variables as seem to conflict with docker env. - set versions on travis. - run npm tests again. - slight readme mod for docker
* Add jsonroutes and winston.Lauri Ojansivu2017-04-271-3/+0
|
* REST API - Meteor 1.4 - first step issueLauri Ojansivu2017-04-271-2/+6
|
* toggle no-unused-vars to warnhuneau romain2017-04-191-1/+2
|
* add console, file, and zulip logger on database changeshuneau romain2017-04-191-2/+4
|
* add to omit listRyan Helsing2017-03-191-0/+1
|
* 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.