Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix lint errors. | Lauri Ojansivu | 2018-08-14 | 1 | -2/+2 |
| | |||||
* | - Fix Import from Trello error 400. | Lauri Ojansivu | 2018-08-14 | 1 | -0/+4 |
| | | | | Thanks to xet7 ! | ||||
* | Integration of matomo with env vars | guillaume | 2018-07-27 | 1 | -0/+6 |
| | |||||
* | Optimize for mobile web, show single list per page with navigate bar | nztqa | 2017-11-29 | 1 | -0/+5 |
| | |||||
* | Added people list in admin panel , just raw data right now, will add more ↵ | Thuan Pham Quoc | 2017-11-07 | 1 | -0/+20 |
| | | | | features soon | ||||
* | Add display wekan version number and runtime environment | nztqa | 2017-08-03 | 1 | -0/+20 |
| | |||||
* | Import boards in Sandstorm | Ghassen Rjab | 2017-07-24 | 1 | -0/+3 |
| | |||||
* | Add import Wekan board feature | Ghassen Rjab | 2017-07-08 | 1 | -11/+9 |
| | |||||
* | Fix filter reset on moving between starred boards. | nztqa | 2017-06-20 | 1 | -0/+1 |
| | |||||
* | Fix email settings loading: | Julen Landa Alustiza | 2017-04-01 | 1 | -6/+1 |
| | | | | | | | | | | | MAIL_URL was overriden with database info all the time. Now if MAIL_URL exists is not overwritten and if neither MAIL_URL nor exists valid admin panel data MAIL_URL is not set. MAIL_FROM was ignored. Same behaviour, env variable has bigger priority than database configuration. On both cases, althrought environment variable is set, updating admin-panel mail settings will load new info and ignore the environment variable. Remove some code that is not needed anymore | ||||
* | Merge pull request #943 from Zokormazo/smtp | Lauri Ojansivu | 2017-03-28 | 1 | -1/+6 |
|\ | | | | | Don't send emails if missing smtp host | ||||
| * | Don't send emails if missing smtp host | Julen Landa Alustiza | 2017-03-28 | 1 | -2/+6 |
| | | |||||
* | | Remove invitation code if email sending failed, improve registration process ↵ | lkisme | 2017-03-28 | 1 | -2/+0 |
|/ | | | | with invitation | ||||
* | wording change, email sending optimization, add texts to i18n | lkisme | 2017-02-26 | 1 | -0/+10 |
| | |||||
* | Admin panel: | lkisme | 2017-02-24 | 2 | -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 page | Maxime Quandalle | 2016-01-31 | 1 | -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 server | Maxime Quandalle | 2015-12-28 | 1 | -0/+125 |
| | |||||
* | Fix invitation email subject | Maxime Quandalle | 2015-12-21 | 1 | -3/+7 |
| | |||||
* | i18n-ize meteor email templates | floatinghotpot | 2015-12-04 | 1 | -0/+7 |
| | |||||
* | Add MAIL_FROM environment variable | Drew DeVault | 2015-11-25 | 1 | -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 server | Maxime Quandalle | 2015-11-02 | 1 | -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 |