Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove APP_LOGO setting | Mathieu Gagnon | 2014-09-13 |
| | |||
* | Removed trailing white spaces | Tristan Storch | 2014-08-30 |
| | | | | | | | | | | Removed trailing whitespaces with ```sh for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done ``` and some handwork. | ||
* | In progress of name template name constant | Unknown | 2014-06-22 |
| | |||
* | Add mail notify for new collaborator | Unknown | 2014-05-05 |
| | |||
* | Corrected grammar and spelling mistakes in templates. Normalizing to ↵ | twitchyliquid64 | 2014-04-20 |
| | | | | American English. | ||
* | Add reset password, fix #58 | Unknown | 2014-04-05 |
| | |||
* | Finish verify email | Unknown | 2014-03-19 |
| | |||
* | Add register mail tpl | Unknown | 2014-03-19 |