summaryrefslogtreecommitdiffstats
path: root/client/components/settings
Commit message (Collapse)AuthorAgeFilesLines
* Add sortDefault helper for sorting boardsboeserwolf2020-04-191-1/+1
|
* - Fix critical and moderate security vulnerabilities reported at 2020-02-26 withLauri Ojansivu2020-03-011-2/+2
| | | | | | | | | | | | | responsible disclosure by [Dejan Zelic](https://twitter.com/dejandayoff), Justin Benjamin and others at [Offensive Security](https://twitter.com/offsectraining), that follow standard 90 days before public disclosure. Thanks to xet7. - Fix webhook error that prevented some card etc deleting from web UI of board. Thanks to xet7. - Add some more Font Awesome icons. Thanks to xet7. - Remove autofocus from many form input boxes so that they would not cause warnings. Thanks to xet7.
* Create New User in Admin Panel. Works, but does not save fullname yet,Lauri Ojansivu2020-02-222-0/+147
| | | | | | | | so currently it's needed to edit add fullname later. Thanks to xet7 ! Related #802
* Removed Custom HTML feature that does not work.Lauri Ojansivu2020-01-062-14/+0
| | | | | | Thanks to xet7 ! Closes #2218
* Add more Font Awesome icons. This was originally addedLauri Ojansivu2020-01-035-13/+40
| | | | | | | at Wekan v3.58, removed at Wekan v3.60, and now added back at Wekan v3.61. Thanks to xet7 !
* Revert to Wekan v3.57 version of client and models directories,Lauri Ojansivu2020-01-035-40/+13
| | | | | | | removing Worker role temporarily, because Worker role changes broke saving card. Thanks to xet7 !
* Add Worker role.Lauri Ojansivu2020-01-035-13/+40
| | | | | | | | | Add more Font Awesome icons. Fix browser console errors when editing user profile name etc. Thanks to xet7 ! Closes #2788
* Visual difference for inactive user in Administration: strikethrough.Lauri Ojansivu2019-12-201-15/+44
| | | | | | Thanks to hever and xet7 ! Closes #2860
* Merge pull request #2665 from whowillcare/masterLauri Ojansivu2019-09-042-0/+11
|\ | | | | Add Feature: complete the original author's webhook functions and add two-way webhook type
| * Add Feature: enable two-way webhooks - stage oneSam X. Chen2019-08-172-0/+11
| |
* | Patch admin search featureguillaume2019-08-301-2/+2
|/
* Add to Admin Panel / Version: Meteor version, MongoDB version, MongoDB ↵Lauri Ojansivu2019-08-131-0/+12
| | | | | | | | storage engine, MongoDB Oplog enabled. Thanks to RocketChat developers for MongoDB detection code and xet7 for other code.
* Make Admin Panel text like version etc selectable.Lauri Ojansivu2019-08-121-4/+4
| | | | | | Thanks to xet7 ! Closes #2180
* Make Save button visible again at Admin Panel People Edit.Lauri Ojansivu2019-08-071-2/+2
| | | | | | Thanks to sclerc-chss and xet7 ! Related #2590
* Hide delete button until someone has time to fix it.Lauri Ojansivu2019-08-061-4/+4
|
* Add admin setting to prevent users to self deleting their accountguillaume2019-07-302-0/+16
|
* add popup to confirm deleting one accountguillaume2019-07-301-2/+2
|
* Add Feature: User can have richer formatted text into the comments ↵Sam X. Chen2019-07-242-20/+20
| | | | (admin-panel fixed)
* Prettier & eslint project style updateJustin Reynolds2019-06-283-107/+166
|
* Delete user featureguillaume2019-04-263-1/+25
|
* Change enter => searchLauri Ojansivu2019-04-201-1/+1
|
* fix lintsguillaume2019-04-191-8/+7
|
* Number of usersguillaume2019-04-193-17/+38
|
* Search user in admin panelguillaume2019-04-193-3/+43
|
* - More whitelabeling.Lauri Ojansivu2019-03-212-3/+7
| | | | Thanks to xet7 !
* 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.
* Add the following new Sandstorm features and fixes:Lauri Ojansivu2019-02-271-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 dropdownguillaume2019-02-152-2/+8
|
* - Fix lint errors.Lauri Ojansivu2019-02-011-10/+5
| | | | Thanks to xet7 !
* Improve authenticationguillaume2019-02-012-1/+55
|
* - Revert "Improve authentication" and "Default Authentication Method"Lauri Ojansivu2018-12-242-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 methodguillaume2018-12-192-40/+0
|
* - Admin Panel / Layout / Custom HTML after <body> start, and Custom HTML ↵Lauri Ojansivu2018-12-162-0/+10
| | | | | | | | before </body> end. In progress, does not work yet. Thanks to xet7 !
* - Remove Wekan_version translation string.Lauri Ojansivu2018-12-161-1/+1
| | | | 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-202-2/+16
| | | | Login page and Board page. Thanks to xet7.
* - Revert Improve authentication to [fix Login ↵Lauri Ojansivu2018-11-172-0/+40
| | | | | | | | failure](https://github.com/wekan/wekan/issues/2004). Thanks to xet7 ! Closes #2004
* patch authenticationguillaume2018-11-062-40/+0
|
* - 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-243-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 Ojansivu2018-10-092-5/+5
|
* add ldap support | simplify authenticationsguillaume2018-10-094-18/+65
|
* - Add LDAP. In progress.Lauri Ojansivu2018-10-032-0/+40
| | | | | | Thanks to maximest-pierre, Akuket and xet. Related #119
* - Restored SMTP settings at Admin Panel, and disabled showing password.Lauri Ojansivu2018-08-202-11/+37
| | | | | | 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-182-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