summaryrefslogtreecommitdiffstats
path: root/models/settings.js
Commit message (Collapse)AuthorAgeFilesLines
* Add smtp test email translationsnztqa2017-11-281-5/+6
|
* Add test SMTP settingsnztqa2017-11-271-0/+25
|
* Change invitation link from sign-in to sign-up. Thanks to xet7 ! Closes #1300Lauri Ojansivu2017-10-201-1/+1
|
* Fix template literals syntaxPierre Kuhner2017-08-241-2/+2
|
* Percent-encode SMTP password to prevent URI malformed errorsPierre Kuhner2017-08-241-2/+2
| | | | Fix URIError: URI malformed errors when sending email with SMTP password containing some special characters. See Sections 2.1 and 3.2 of RFC 3986.
* Fix login url in invitation email. Closes #993Lauri Ojansivu2017-06-191-1/+1
|
* Fix email settings loading:Julen Landa Alustiza2017-04-011-12/+12
| | | | | | | | | | | 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
* Add TLS toggle option to smtp configurationJulen Landa Alustiza2017-03-301-6/+12
|
* Merge pull request #943 from Zokormazo/smtpLauri Ojansivu2017-03-281-7/+12
|\ | | | | Don't send emails if missing smtp host
| * Don't send emails if missing smtp hostJulen Landa Alustiza2017-03-281-7/+12
| |
* | Remove invitation code if email sending failed, improve registration process ↵lkisme2017-03-281-0/+1
|/ | | | with invitation
* Set mail-from to environment immediately after changed,lkisme2017-03-091-3/+20
| | | | allow user set a blank username&password pair in SMTP setting.
* wording change, email sending optimization, add texts to i18nlkisme2017-02-261-3/+3
|
* Make mailServer setting optionallkisme2017-02-261-0/+5
|
* Admin panel:lkisme2017-02-241-0/+111
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