Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - More whitelabeling. | Lauri Ojansivu | 2019-03-21 | 1 | -1/+1 |
| | | | | Thanks to xet7 ! | ||||
* | - Fix lint errors. | Lauri Ojansivu | 2019-02-01 | 1 | -1/+1 |
| | | | | Thanks to xet7 ! | ||||
* | Improve authentication | guillaume | 2019-02-01 | 1 | -1/+10 |
| | |||||
* | Fix lint errors. | Lauri Ojansivu | 2018-12-21 | 1 | -1/+1 |
| | |||||
* | Add a new env var to select the default authentication method | guillaume | 2018-12-19 | 1 | -0/+4 |
| | |||||
* | - Admin Panel / Layout / Custom HTML after <body> start, and Custom HTML ↵ | Lauri Ojansivu | 2018-12-16 | 1 | -0/+8 |
| | | | | | | | | before </body> end. In progress, does not work yet. Thanks to xet7 ! | ||||
* | - Admin Panel / Layout / Custom Product Name now changes webpage title. | Lauri Ojansivu | 2018-12-15 | 1 | -1/+14 |
| | | | | | | Thanks to xet7 ! Related #1196 | ||||
* | This release fixes the following bugs: | Lauri Ojansivu | 2018-12-05 | 1 | -30/+0 |
| | | | | | | | | | | - Partially #2045 revert [Improve authentication](https://github.com/wekan/wekan/issues/2016), adding back password/LDAP dropdown, because login did now work. NOTE: This was added in v1.71, reverted at v1.73 because login did not work, added back at v1.79, and then reverted partially at v1.82 because login did not work. Related LDAP logout timer does not work yet. Thanks to xet7 ! | ||||
* | Fix lint errors. | Lauri Ojansivu | 2018-12-03 | 1 | -1/+1 |
| | |||||
* | revert changes for patch authentication | guillaume | 2018-11-22 | 1 | -0/+30 |
| | |||||
* | Admin Panel / Layout: Hide Logo: Yes / No. This does hide Wekan logo on ↵ | Lauri Ojansivu | 2018-11-20 | 1 | -0/+4 |
| | | | | Login page and Board page. Thanks to xet7. | ||||
* | - Revert Improve authentication to [fix Login ↵ | Lauri Ojansivu | 2018-11-17 | 1 | -31/+0 |
| | | | | | | | | failure](https://github.com/wekan/wekan/issues/2004). Thanks to xet7 ! Closes #2004 | ||||
* | patch authentication | guillaume | 2018-11-09 | 1 | -0/+8 |
| | |||||
* | Logout with timer | guillaume | 2018-11-06 | 1 | -0/+23 |
| | |||||
* | - Custom Product Name in Admin Panel / Layout. In Progress, setting does not ↵ | Lauri Ojansivu | 2018-10-24 | 1 | -0/+4 |
| | | | | | | | 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 | ||||
* | improve notifications | guillaume | 2018-10-11 | 1 | -0/+1 |
| | |||||
* | add ldap support | simplify authentications | guillaume | 2018-10-09 | 1 | -1/+1 |
| | |||||
* | - Add LDAP. In progress. | Lauri Ojansivu | 2018-10-03 | 1 | -0/+33 |
| | | | | | | Thanks to maximest-pierre, Akuket and xet. Related #119 | ||||
* | Integration of matomo with env vars | guillaume | 2018-07-27 | 1 | -0/+17 |
| | |||||
* | patch re-invit | guillaume | 2018-07-16 | 1 | -8/+21 |
| | |||||
* | Add smtp test email translations | nztqa | 2017-11-28 | 1 | -5/+6 |
| | |||||
* | Add test SMTP settings | nztqa | 2017-11-27 | 1 | -0/+25 |
| | |||||
* | Change invitation link from sign-in to sign-up. Thanks to xet7 ! Closes #1300 | Lauri Ojansivu | 2017-10-20 | 1 | -1/+1 |
| | |||||
* | Fix template literals syntax | Pierre Kuhner | 2017-08-24 | 1 | -2/+2 |
| | |||||
* | Percent-encode SMTP password to prevent URI malformed errors | Pierre Kuhner | 2017-08-24 | 1 | -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 #993 | Lauri Ojansivu | 2017-06-19 | 1 | -1/+1 |
| | |||||
* | Fix email settings loading: | Julen Landa Alustiza | 2017-04-01 | 1 | -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 configuration | Julen Landa Alustiza | 2017-03-30 | 1 | -6/+12 |
| | |||||
* | Merge pull request #943 from Zokormazo/smtp | Lauri Ojansivu | 2017-03-28 | 1 | -7/+12 |
|\ | | | | | Don't send emails if missing smtp host | ||||
| * | Don't send emails if missing smtp host | Julen Landa Alustiza | 2017-03-28 | 1 | -7/+12 |
| | | |||||
* | | Remove invitation code if email sending failed, improve registration process ↵ | lkisme | 2017-03-28 | 1 | -0/+1 |
|/ | | | | with invitation | ||||
* | Set mail-from to environment immediately after changed, | lkisme | 2017-03-09 | 1 | -3/+20 |
| | | | | allow user set a blank username&password pair in SMTP setting. | ||||
* | wording change, email sending optimization, add texts to i18n | lkisme | 2017-02-26 | 1 | -3/+3 |
| | |||||
* | Make mailServer setting optional | lkisme | 2017-02-26 | 1 | -0/+5 |
| | |||||
* | Admin panel: | lkisme | 2017-02-24 | 1 | -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 |