Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert 00a357cd7067cf5c8b055deacfe2e9bc28b06c5e to fix logging | pierreozoux | 2017-11-23 | 1 | -2/+0 |
| | |||||
* | Rename notice -> announcement | nztqa | 2017-10-01 | 1 | -1/+1 |
| | |||||
* | Add message from service administrator | nztqa | 2017-09-28 | 1 | -1/+2 |
| | |||||
* | Add change email address | nztqa | 2017-08-07 | 1 | -1/+2 |
| | | | | Set allow email change in admin panel | ||||
* | Add http and integrations | nztqa | 2017-07-09 | 1 | -1/+3 |
| | |||||
* | Update: camelcase to never does not check property names at all. | nztqa | 2017-06-26 | 1 | -1/+1 |
| | | | | http://eslint.org/docs/2.0.0/rules/camelcase | ||||
* | add Autentication to global var | huneau romain | 2017-05-11 | 1 | -1/+2 |
| | |||||
* | changes to travis.yml. | Stephen Moloney | 2017-04-28 | 1 | -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 Ojansivu | 2017-04-27 | 1 | -3/+0 |
| | |||||
* | REST API - Meteor 1.4 - first step issue | Lauri Ojansivu | 2017-04-27 | 1 | -2/+6 |
| | |||||
* | toggle no-unused-vars to warn | huneau romain | 2017-04-19 | 1 | -1/+2 |
| | |||||
* | add console, file, and zulip logger on database changes | huneau romain | 2017-04-19 | 1 | -2/+4 |
| | |||||
* | add to omit list | Ryan Helsing | 2017-03-19 | 1 | -0/+1 |
| | |||||
* | Admin panel: | lkisme | 2017-02-24 | 1 | -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 feature | lksime | 2017-01-20 | 1 | -1/+3 |
| | |||||
* | 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. |