summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Remove invitation code if email sending failed, improve registration process ↵lkisme2017-03-281-2/+0
| | | | with invitation
* wording change, email sending optimization, add texts to i18nlkisme2017-02-261-0/+10
|
* Admin panel:lkisme2017-02-242-4/+21
| | | | | | | 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
* Change the board import layout from a popup to a full pageMaxime Quandalle2016-01-311-0/+20
| | | | | | | | This commit also removes the “import a single Trello card” as we couldn’t figure out some reasonable use case. We also create a new publication on the server to provide the minimal user profile informations required to display an avatar.
* Share the router configuration between the client and the serverMaxime Quandalle2015-12-281-0/+125
|
* Fix invitation email subjectMaxime Quandalle2015-12-211-3/+7
|
* i18n-ize meteor email templatesfloatinghotpot2015-12-041-0/+7
|
* Add MAIL_FROM environment variableDrew DeVault2015-11-251-0/+6
| | | | | | | Otherwise the mail comes from no-reply@meteor.com, which will fail a lot of spam tests. Closes #407
* Share the useraccounts configuration with the serverMaxime Quandalle2015-11-021-0/+48
The previous users accounts templates configuration only happened on the client, which was wrong and caused some bugs, for instance an invalid URL was generated in the reset password e-mail. Fixes #297