summaryrefslogtreecommitdiffstats
path: root/models/users.js
Commit message (Collapse)AuthorAgeFilesLines
* - Fix critical and moderate security vulnerabilities reported at 2020-02-26 withLauri Ojansivu2020-03-011-80/+89
| | | | | | | | | | | | | 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-221-0/+28
| | | | | | | | so currently it's needed to edit add fullname later. Thanks to xet7 ! Related #802
* Add Worker role.Lauri Ojansivu2020-01-051-0/+10
| | | | | | | | | | This was originally added at Wekan v3.58, reverted at Wekan v3.60 because of bugs, and now after fixes added back. Thanks to xet7 ! Closes #2788
* Revert to Wekan v3.57 version of client and models directories,Lauri Ojansivu2020-01-031-10/+0
| | | | | | | removing Worker role temporarily, because Worker role changes broke saving card. Thanks to xet7 !
* Add Worker role.Lauri Ojansivu2020-01-031-0/+10
| | | | | | | | | Add more Font Awesome icons. Fix browser console errors when editing user profile name etc. Thanks to xet7 ! Closes #2788
* When logged in, use database for setting, so that changes areLauri Ojansivu2019-11-191-18/+53
| | | | | | | immediate. Only on public board use cookies. Comment out Collapse CSS that is not in use. Thanks to xet7 !
* New feature: Now there is popup selection of Lists/Swimlanes/Calendar/Roles.Lauri Ojansivu2019-11-181-53/+18
| | | | | | | | | | | | | | | | | | | | New feature, not set visible yet, because switching to it does not work properly yet: Collapsible Swimlanes #2804 Fix: Public board now loads correctly. When you select one of Lists/Swimlanes/Calendar view and reload webbrowser page, it can change view. Closes #2311 Fix: List sorting commented out. Closes #2800 Fix: Errors hasHiddenMinicardText, hasShowDragHandles, showSort, hasSortBy, profile, FirefoxAndroid/IE11/Vivaldi/Chromium browsers not working by using cookies instead of database. More details at https://github.com/wekan/wekan/issues/2643#issuecomment-554907955 Note: Cookie changes are not always immediate, if there is no effect, you may need to reload webbrowser page. Closes #2643 . Thanks to xet7 !
* Revert list sorting change of Wekan v3.51 because it reversedLauri Ojansivu2019-11-141-2/+2
| | | | | | alphabetical sorting of lists. Thanks to Dalisay and xet7 !
* Change sorting to work on desktop drag handle page instead,Lauri Ojansivu2019-11-141-2/+2
| | | | | | where it seems to work better. Thanks to xet7 !
* Add Feature: allow user to sort Lists in Board by his own preference, ↵Sam X. Chen2019-10-181-0/+58
| | | | boardadmin can star list
* Merge pull request #2720 from whowillcare/masterLauri Ojansivu2019-09-251-0/+1
|\ | | | | if username contains space, @ functions will fail at certain point
| * Fixing method in users.js didn't have check userIdSam X. Chen2019-09-211-0/+1
| |
* | Drag handles. In Progress.Lauri Ojansivu2019-09-171-0/+24
|/
* Fixes #2596 incorrect date types for created & updatedJustin Reynolds2019-09-051-0/+2
|
* Fix login did not work.Lauri Ojansivu2019-08-201-25/+0
| | | | Thanks to xet7 !
* v3.22v3.22Lauri Ojansivu2019-08-201-11/+28
|
* [Fix: Some users cannot switch views or ↵Lauri Ojansivu2019-08-201-3/+16
| | | | | | languages](https://github.com/wekan/wekan/issues/2630). Thanks to xet7 and justinr1234.
* Fix formatting.Lauri Ojansivu2019-08-151-2/+2
|
* On board, BoardAdmin and normal user can now invite new user directlyLauri Ojansivu2019-08-151-3/+4
| | | | | | | | | | | with email address, without using Admin Panel or registering at /sign-up. Closes #2060 Revert permission change. Related https://github.com/wekan/wekan/commit/9f6d615ee5bbdb7552e6bdcae75a76a7f74fef7a#commitcomment-34636513 Opens #2590 Thanks to xet7 !
* Fix bug on editing users informations, switching to other view, staring a board.Lauri Ojansivu2019-08-091-1/+1
| | | | | | Thanks to road42 ! Closes #2590
* Hide minicard label text: per user checkbox setting at sidebar.Lauri Ojansivu2019-08-071-1/+25
| | | | | | | Thanks to xet7 ! Closes #1466, closes #2561
* Fix checking if API is enabledJustin Reynolds2019-08-061-2/+2
|
* - [LDAP: Check if email attribute is an array, that has many email ↵Lauri Ojansivu2019-06-291-1/+11
| | | | | | addresses](https://github.com/wekan/wekan/pull/2519). Thanks to tdemaret and xet7 !
* Prettier & eslint project style updateJustin Reynolds2019-06-281-22/+18
|
* Add createdAt and modifiedAt to all collectionsJustin Reynolds2019-06-271-399/+490
|
* Prevent data loss.Lauri Ojansivu2019-05-091-10/+16
| | | | Thanks to xet7 !
* Merge pull request #2384 from Akuket/origin/edgeLauri Ojansivu2019-05-091-0/+28
|\ | | | | Delete user feature
| * Delete user featureguillaume2019-04-261-0/+28
| |
* | Fix missing profile checks.Lauri Ojansivu2019-05-091-9/+9
|/ | | | Thanks to justinr1234 !
* Fix templates board not foundAndrés Manelli2019-02-271-2/+2
|
* Merge branch 'devel' into edgeLauri Ojansivu2019-02-271-2/+3
|\
| * Add the following new Sandstorm features and fixes:Lauri Ojansivu2019-02-271-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 lint errorsAndrés Manelli2019-02-241-41/+41
| |
* | Avoid links on a template-boardAndrés Manelli2019-02-241-1/+1
| | | | | | | | | | Allow creation of template boards with a linked card Avoid changing the name of the template-container swimlanes
* | Save template swimlanes in profile. Fix swimlane view for templates board. ↵Andrés Manelli2019-02-241-8/+42
| | | | | | | | Avoid deleting template containers
* | Add first draft of data model and user interface. No actions.Andrés Manelli2019-02-241-0/+48
|/
* Fix trailing spacesKarim Gillani2019-02-041-1/+1
|
* OIDC BoardView FixKarim Gillani2019-02-041-1/+1
|
* RESTAPI: Add some JSDocBenjamin Tissoires2019-01-181-0/+172
| | | | So we can have a decent REST API documentation generated.
* - Fix Reference error.Lauri Ojansivu2018-12-131-1/+1
| | | | Thanks to Akuket !
* - Fix [Cannot login with new LDAP account when auto-registration disabled ↵Lauri Ojansivu2018-12-131-3/+7
| | | | | | | | | | | (request invitation code)](https://github.com/wekan/wekan-ldap/issues/29); - Fix [Unable to create new account from LDAP](https://github.com/wekan/wekan-ldap/issues/32). Thanks to Akuket ! Closes wekan/wekan-ldap#29, closes wekan/wekan-ldap#32
* revert changes for patch authenticationguillaume2018-11-221-4/+4
|
* - Revert Improve authentication to [fix Login ↵Lauri Ojansivu2018-11-171-4/+4
| | | | | | | | failure](https://github.com/wekan/wekan/issues/2004). Thanks to xet7 ! Closes #2004
* patch authenticationguillaume2018-11-061-4/+4
|
* models: make the REST API more uniformBenjamin Tissoires2018-10-231-6/+6
| | | | | | | All of the other REST API are in the form 'modelId' but a few ones in boards.js and users.js. Change it for a more uniform API.
* Merge branch 'edge' of https://github.com/Akuket/wekan into Akuket-edgeLauri Ojansivu2018-10-111-4/+0
|\
| * improve notificationsguillaume2018-10-111-4/+0
| |
* | Fix lint errors.Lauri Ojansivu2018-10-091-4/+4
|/
* add ldap support | simplify authenticationsguillaume2018-10-091-6/+8
|
* - Add LDAP. In progress.Lauri Ojansivu2018-10-031-3/+12
| | | | | | Thanks to maximest-pierre, Akuket and xet. Related #119