summaryrefslogtreecommitdiffstats
path: root/client/components/settings/settingBody.js
Commit message (Collapse)AuthorAgeFilesLines
* - Fix lint errors.Lauri Ojansivu2019-02-011-10/+5
| | | | Thanks to xet7 !
* Improve authenticationguillaume2019-02-011-1/+36
|
* - Admin Panel / Layout / Custom HTML after <body> start, and Custom HTML ↵Lauri Ojansivu2018-12-161-0/+4
| | | | | | | | before </body> end. In progress, does not work yet. Thanks to xet7 !
* - Remove not working duplicate saveMailServerInfo, to removeLauri Ojansivu2018-12-151-2/+0
| | | | | | error from browser dev tools console. Thanks to xet7 !
* - Admin Panel / Layout / Custom Product Name now changes webpage title.Lauri Ojansivu2018-12-151-0/+2
| | | | | | Thanks to xet7 ! Related #1196
* - Fix: When saving Admin Panel / Layout, save also SMTP settings.Lauri Ojansivu2018-11-201-0/+2
| | | | Thanks to xet7 !
* Admin Panel / Layout: Hide Logo: Yes / No. This does hide Wekan logo on ↵Lauri Ojansivu2018-11-201-1/+9
| | | | Login page and Board page. Thanks to xet7.
* - Fix lint error. Thanks to xet7 !Lauri Ojansivu2018-10-241-1/+1
|
* - Custom Product Name in Admin Panel / Layout. In Progress, setting does not ↵Lauri Ojansivu2018-10-241-0/+22
| | | | | | | affect change UI yet. Thanks to xet7 ! - Fix LDAP User Search Scope. Thanks to Vnimos and Akuket ! Related #119 - Fix Save Admin Panel STMP password. Thanks to saurabharch and xet7 ! Closes #1856
* - Restored SMTP settings at Admin Panel, and disabled showing password.Lauri Ojansivu2018-08-201-11/+3
| | | | | | Thanks to xet7 ! Closes #1790
* Merge pull request #1785 from Akuket/develLauri Ojansivu2018-07-181-0/+1
|\ | | | | Bugfix : Resending invitation code.
| * patch re invitAkuket2018-07-171-2/+0
| |
| * patch re-invitguillaume2018-07-161-0/+3
| |
* | Remove SMTP settings from Admin Panel, because theyLauri Ojansivu2018-07-181-3/+10
|/ | | | | | | | | are set in environment variable settings like source/snap/docker already, and password was exposed in plain text. Thanks to xet7 ! Closes #1783
* Includes possibility to block username changeThiago Fernando S. dos Santos2018-05-041-27/+40
|
* Fix lint errors.Lauri Ojansivu2017-12-031-1/+1
|
* Move global subscription to template subscription so that subscriptionLauri Ojansivu2017-12-021-5/+5
| | | | | will stop when template is unused. It's very important for efficiency espacially with large number of users. Thanks to mfshiu !
* Add smtp test email translationsnztqa2017-11-281-4/+7
|
* Add alert methodnztqa2017-11-271-0/+2
|
* Add test SMTP settingsnztqa2017-11-271-0/+11
|
* Rename notice -> announcementnztqa2017-10-011-11/+11
|
* Add message from service administratornztqa2017-09-281-0/+45
|
* Add change email addressnztqa2017-08-071-0/+22
| | | | Set allow email change in admin panel
* Add TLS toggle option to smtp configurationJulen Landa Alustiza2017-03-301-2/+6
|
* Set mail-from to environment immediately after changed,lkisme2017-03-091-2/+2
| | | | allow user set a blank username&password pair in SMTP setting.
* wording change, email sending optimization, add texts to i18nlkisme2017-02-261-13/+15
|
* Admin panel:lkisme2017-02-241-0/+126
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