Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete user feature | guillaume | 2019-04-26 | 3 | -1/+25 |
| | |||||
* | Change enter => search | Lauri Ojansivu | 2019-04-20 | 1 | -1/+1 |
| | |||||
* | fix lints | guillaume | 2019-04-19 | 1 | -8/+7 |
| | |||||
* | Number of users | guillaume | 2019-04-19 | 3 | -17/+38 |
| | |||||
* | Search user in admin panel | guillaume | 2019-04-19 | 3 | -3/+43 |
| | |||||
* | - More whitelabeling. | Lauri Ojansivu | 2019-03-21 | 2 | -3/+7 |
| | | | | Thanks to xet7 ! | ||||
* | make emails for invitations all lowercase for compatibility with ↵ | Ole Langbehn | 2019-03-16 | 1 | -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. | ||||
* | Add the following new Sandstorm features and fixes: | Lauri Ojansivu | 2019-02-27 | 1 | -16/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | - All Boards page [so it's possible to go back from subtask board](https://github.com/wekan/wekan/issues/2082) - Board favorites - New Sandstorm board first user is Admin and [has IFTTT Rules](https://github.com/wekan/wekan/issues/2125) and Standalone Wekan Admin Panel. Probably some Admin Panel features do not work yet. Please keep backup of your grains before testig Admin Panel. - Linked Cards and Linked Boards. - Some not needed options like Logout etc have been hidden from top bar right menu. - [Import board now works. "Board not found" is not problem anymore](https://github.com/wekan/wekan/issues/1430), because you can go to All Boards page to change to imported board. and removes the following features: - Remove Welcome Board from Standalone Wekan, [to fix Welcome board not translated](https://github.com/wekan/wekan/issues/1601). Sandstorm Wekan does not have Welcome Board. Thanks to xet7 ! Closes #2125, closes #2082, closes #1430, closes #1601, related #2205, related #2070, related #1695, related #1192. | ||||
* | Fix authentication dropdown | guillaume | 2019-02-15 | 2 | -2/+8 |
| | |||||
* | - Fix lint errors. | Lauri Ojansivu | 2019-02-01 | 1 | -10/+5 |
| | | | | Thanks to xet7 ! | ||||
* | Improve authentication | guillaume | 2019-02-01 | 2 | -1/+55 |
| | |||||
* | - Revert "Improve authentication" and "Default Authentication Method" | Lauri Ojansivu | 2018-12-24 | 2 | -0/+40 |
| | | | | | | | | to make login work again. - Fixes to docker-compose.yml so that Wekan Meteor 1.6.x version would work. Most likely Meteor 1.8.x version is still broken. Thanks to xet7 ! | ||||
* | Removes the dropdown for the authentication method | guillaume | 2018-12-19 | 2 | -40/+0 |
| | |||||
* | - Admin Panel / Layout / Custom HTML after <body> start, and Custom HTML ↵ | Lauri Ojansivu | 2018-12-16 | 2 | -0/+10 |
| | | | | | | | | before </body> end. In progress, does not work yet. Thanks to xet7 ! | ||||
* | - Remove Wekan_version translation string. | Lauri Ojansivu | 2018-12-16 | 1 | -1/+1 |
| | | | | Thanks to xet7 ! | ||||
* | - Remove not working duplicate saveMailServerInfo, to remove | Lauri Ojansivu | 2018-12-15 | 1 | -2/+0 |
| | | | | | | error from browser dev tools console. Thanks to xet7 ! | ||||
* | - Admin Panel / Layout / Custom Product Name now changes webpage title. | Lauri Ojansivu | 2018-12-15 | 1 | -0/+2 |
| | | | | | | Thanks to xet7 ! Related #1196 | ||||
* | - Fix: When saving Admin Panel / Layout, save also SMTP settings. | Lauri Ojansivu | 2018-11-20 | 1 | -0/+2 |
| | | | | Thanks to xet7 ! | ||||
* | Admin Panel / Layout: Hide Logo: Yes / No. This does hide Wekan logo on ↵ | Lauri Ojansivu | 2018-11-20 | 2 | -2/+16 |
| | | | | Login page and Board page. Thanks to xet7. | ||||
* | - Revert Improve authentication to [fix Login ↵ | Lauri Ojansivu | 2018-11-17 | 2 | -0/+40 |
| | | | | | | | | failure](https://github.com/wekan/wekan/issues/2004). Thanks to xet7 ! Closes #2004 | ||||
* | patch authentication | guillaume | 2018-11-06 | 2 | -40/+0 |
| | |||||
* | - Fix lint error. Thanks to xet7 ! | Lauri Ojansivu | 2018-10-24 | 1 | -1/+1 |
| | |||||
* | - Custom Product Name in Admin Panel / Layout. In Progress, setting does not ↵ | Lauri Ojansivu | 2018-10-24 | 3 | -2/+39 |
| | | | | | | | 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 | ||||
* | Fix lint errors. | Lauri Ojansivu | 2018-10-09 | 2 | -5/+5 |
| | |||||
* | add ldap support | simplify authentications | guillaume | 2018-10-09 | 4 | -18/+65 |
| | |||||
* | - Add LDAP. In progress. | Lauri Ojansivu | 2018-10-03 | 2 | -0/+40 |
| | | | | | | Thanks to maximest-pierre, Akuket and xet. Related #119 | ||||
* | - Restored SMTP settings at Admin Panel, and disabled showing password. | Lauri Ojansivu | 2018-08-20 | 2 | -11/+37 |
| | | | | | | Thanks to xet7 ! Closes #1790 | ||||
* | Merge pull request #1785 from Akuket/devel | Lauri Ojansivu | 2018-07-18 | 1 | -0/+1 |
|\ | | | | | Bugfix : Resending invitation code. | ||||
| * | patch re invit | Akuket | 2018-07-17 | 1 | -2/+0 |
| | | |||||
| * | patch re-invit | guillaume | 2018-07-16 | 1 | -0/+3 |
| | | |||||
* | | Remove SMTP settings from Admin Panel, because they | Lauri Ojansivu | 2018-07-18 | 2 | -37/+10 |
|/ | | | | | | | | | are set in environment variable settings like source/snap/docker already, and password was exposed in plain text. Thanks to xet7 ! Closes #1783 | ||||
* | Fix lint errors. | Lauri Ojansivu | 2018-07-16 | 1 | -2/+2 |
| | |||||
* | Patch Invitation Code | Akuket | 2018-07-16 | 1 | -5/+12 |
| | |||||
* | Restore invitation code logic | Nicu Tofan | 2018-06-27 | 1 | -1/+1 |
| | |||||
* | send settingBody.jade | Thiago Fernando S. dos Santos | 2018-05-07 | 1 | -1/+9 |
| | |||||
* | Includes possibility to block username change | Thiago Fernando S. dos Santos | 2018-05-04 | 1 | -27/+40 |
| | |||||
* | Restore original font and font sizes. | Lauri Ojansivu | 2018-04-11 | 2 | -1/+2 |
| | | | | Admin panel people and version texts to darker. | ||||
* | Use lighter and smaller font sizes. | Lauri Ojansivu | 2018-04-05 | 1 | -1/+0 |
| | | | | Thanks to xet7 ! | ||||
* | Fix lint errors. | Lauri Ojansivu | 2017-12-03 | 1 | -1/+1 |
| | |||||
* | Move global subscription to template subscription so that subscription | Lauri Ojansivu | 2017-12-02 | 1 | -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 panel | Thuan Pham Quoc | 2017-12-01 | 2 | -9/+12 |
| | |||||
* | Add smtp test email translations | nztqa | 2017-11-28 | 1 | -4/+7 |
| | |||||
* | Add alert method | nztqa | 2017-11-27 | 1 | -0/+2 |
| | |||||
* | Add test SMTP settings | nztqa | 2017-11-27 | 2 | -0/+14 |
| | |||||
* | Fix: Invitation /sign-up page did not show input for invitation code. Thanks ↵ | Lauri Ojansivu | 2017-11-19 | 1 | -1/+1 |
| | | | | to xet7 ! | ||||
* | Change admin panel header order to info people version. | Lauri Ojansivu | 2017-11-19 | 1 | -4/+4 |
| | |||||
* | Make Admin Panel People page text translateable | Lauri Ojansivu | 2017-11-19 | 1 | -14/+14 |
| | |||||
* | Added update all user profile from admin panel | Thuan Pham Quoc | 2017-11-08 | 1 | -15/+24 |
| | |||||
* | Added pagination to people management in admin panel | Thuan Pham Quoc | 2017-11-08 | 3 | -5/+49 |
| | |||||
* | Added edit user from admin panel | Thuan Pham Quoc | 2017-11-07 | 2 | -22/+155 |
| |