summaryrefslogtreecommitdiffstats
path: root/client/components/settings
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix lint errors.Lauri Ojansivu2018-07-161-2/+2
|
* Patch Invitation CodeAkuket2018-07-161-5/+12
|
* Restore invitation code logicNicu Tofan2018-06-271-1/+1
|
* send settingBody.jadeThiago Fernando S. dos Santos2018-05-071-1/+9
|
* Includes possibility to block username changeThiago Fernando S. dos Santos2018-05-041-27/+40
|
* Restore original font and font sizes.Lauri Ojansivu2018-04-112-1/+2
| | | | Admin panel people and version texts to darker.
* Use lighter and smaller font sizes.Lauri Ojansivu2018-04-051-1/+0
| | | | Thanks to xet7 !
* 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 !
* Allow admin to change user password in admin panelThuan Pham Quoc2017-12-012-9/+12
|
* Add smtp test email translationsnztqa2017-11-281-4/+7
|
* Add alert methodnztqa2017-11-271-0/+2
|
* Add test SMTP settingsnztqa2017-11-272-0/+14
|
* Fix: Invitation /sign-up page did not show input for invitation code. Thanks ↵Lauri Ojansivu2017-11-191-1/+1
| | | | to xet7 !
* Change admin panel header order to info people version.Lauri Ojansivu2017-11-191-4/+4
|
* Make Admin Panel People page text translateableLauri Ojansivu2017-11-191-14/+14
|
* Added update all user profile from admin panelThuan Pham Quoc2017-11-081-15/+24
|
* Added pagination to people management in admin panelThuan Pham Quoc2017-11-083-5/+49
|
* Added edit user from admin panelThuan Pham Quoc2017-11-072-22/+155
|
* Added people list in admin panel , just raw data right now, will add more ↵Thuan Pham Quoc2017-11-074-4/+79
| | | | features soon
* Rename notice -> announcementnztqa2017-10-013-22/+22
|
* Add message from service administratornztqa2017-09-283-3/+69
|
* Add change email addressnztqa2017-08-072-0/+38
| | | | Set allow email change in admin panel
* Add display wekan version number and runtime environmentnztqa2017-08-033-2/+104
|
* Add make sure authority existsnztqa2017-06-211-16/+19
|
* Save to be translatable in Admin Panel SMTP settings.Lauri Ojansivu2017-06-191-1/+1
|
* Add TLS toggle option to smtp configurationJulen Landa Alustiza2017-03-302-4/+16
|
* Remove invitation code if email sending failed, improve registration process ↵lkisme2017-03-281-2/+2
| | | | with invitation
* 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-264-39/+40
|
* Admin panel:lkisme2017-02-247-0/+367
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