summaryrefslogtreecommitdiffstats
path: root/client/components/settings/settingBody.js
Commit message (Collapse)AuthorAgeFilesLines
* Add sortDefault helper for sorting boardsboeserwolf2020-04-191-1/+1
|
* Removed Custom HTML feature that does not work.Lauri Ojansivu2020-01-061-8/+0
| | | | | | Thanks to xet7 ! Closes #2218
* Add Feature: enable two-way webhooks - stage oneSam X. Chen2019-08-171-0/+3
|
* Add admin setting to prevent users to self deleting their accountguillaume2019-07-301-0/+8
|
* Prettier & eslint project style updateJustin Reynolds2019-06-281-53/+90
|
* make emails for invitations all lowercase for compatibility with ↵Ole Langbehn2019-03-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | AccountsTemplates Email addresses for invitations are stored case sensitive in mongo, together with the invitation codes. When someone tries to sign up due to an invitation, in the sign up form, due to AccountsTemplates defaults, the email address is lowercased on blur of the textbox. When they then try to sign in, they get an error about the invitation code not existing. This makes it impossible to successfully invite people using non-lowercased email addresses. This patch lowercases the emails on the client side when inviting them. Other possibilities would be to lowercase them on the server side before storing them to mongodb, making a case insensitive search on mongodb, or making the email input field in the sign up form not lowercase the email string. This patch was chosen in favor of the other possibilities because of its simplicity.
* - 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