Commit Graph
8 Commits
Author SHA1 Message Date
Alexis SaettlerandGitHub 2d1343a1a4 chore: clean email of user new registration (#3333) 2019-12-22 20:51:05 +01:00
Régis FreydandGitHub 29197090a7 Restructure where models are stored (#1476)
The idea is to clean the repository a little bit by moving models into their respective folders.
2018-06-14 20:49:12 -04:00
Alexis SaettlerandGitHub a79c19dd6c Add email confirmation on signup (#1374) 2018-05-28 17:40:17 +02:00
Régis FreydandGitHub 597991dcf2 Always load env from config instead and add tests (#373) 2017-06-22 11:43:49 -04:00
degan6andRégis Freyd 5cb34a2083 Moved all instances of env out of app (#158)
Moved all instances of env() out of the app folder. Laravel doesn't like when env() is used in the app folder.

Created two new varibles in the app config file
email_new_user_notification for email to send new registrations too
disable_signup for disabling signup
2017-06-22 10:31:28 -04:00
Regis Freyd 590203af61 Change env name
I think we need a better name for this variable so everyone understands exactly what it does.
2017-06-08 15:28:22 -04:00
Lance PiochandRégis Freyd 033a5c7ce9 Add email that sends new user notifications to env variable (#71)
* Fix #63 by using environment variables

* Move hardcoded email address to .env
2017-06-08 15:23:47 -04:00
Regis Freyd 2e6760e7db Migrate to organization 2017-02-16 19:21:44 -05:00