summaryrefslogtreecommitdiffstats
path: root/models/users.js
Commit message (Collapse)AuthorAgeFilesLines
* changed edit_card and get_card_by_customfieldsUnknown2020-07-211-3/+3
| | | There was a bug in edit_card API: If I call API to edit listid and some fields It modifies only the listid. In addiction I've modified get_card_by_customfield to return full documents.
* Update users.jsAllemand2020-07-101-1/+2
| | | issue #3099 : we have to delete the existing user, Account Service create it again
* Revert users changes that were made at Wekan v4.16.Lauri Ojansivu2020-06-181-8/+8
| | | | Thanks to xet7 !
* Update users.js etc with global search replace, to try to fix selecting ↵Lauri Ojansivu2020-06-171-6/+6
| | | | | | correct user. Thanks to xet7 !
* remove useless commentsAllemand2020-06-171-1/+1
|
* update commentsAllemand2020-06-171-1/+1
|
* update onCreateUser for oidcAllemand2020-06-171-1/+1
| | | correct bug : remove the wrong user !
* Update users.jsAllemand2020-06-171-1/+1
| | | change method to find existing user
* Add user option to hide finished checklist itemsMarc Hartmayer2020-06-091-0/+25
| | | | Add a user option to hide finished items in a checklist.
* Fix indent part 2.Lauri Ojansivu2020-06-081-14/+14
| | | | Thanks to xet7 !
* Change default view to Swimlanes.Lauri Ojansivu2020-06-081-4/+4
| | | | Thanks to xet7 !
* REALLY, REALLY UGLY HACKMarc Hartmayer2020-05-291-1/+14
|
* WIPMarc Hartmayer2020-05-291-0/+1
|
* API add boards to json where user is member ofNico2020-05-031-1/+40
|
* Fix getStartDayOfWeek functionMarc Hartmayer2020-04-281-2/+5
| | | | | | | In case profile.startDayOfWeek is 0 it's evaluated to false and 1 is returned. Let's fix this by differentiating between undefined and an actual value. Fixes: 9ae20a3f51e63c29f536e2f5b3e66a2c7d88c691
* Fix Cards and Users docs not generated because of syntax error and new ↵Lauri Ojansivu2020-04-281-1/+1
| | | | | | | | | Javascript syntax. Wekan uses wekan/releases/generate-docs*.sh Python code to generate OpenAPI docs, it did not show any errors while generating docs, only left out parts of API docs. Thanks to pvcon13 and xet7 !
* Fix getStartDayOfWeek functionMarc Hartmayer2020-04-231-1/+2
| | | | | In case profile.startDayOfWeek is 0 it's evaluated to false and 1 is returned. Let's fix this by differentiating between undefined and an actual value.
* Implement option to change the first day of week in user settingsMarc Hartmayer2020-04-221-0/+20
| | | | Implements #2535.
* Add sortDefault helper for sorting boardsboeserwolf2020-04-191-7/+23
|
* debug isBoardAdmin on main pagesalleman2020-04-131-2/+2
|
* fix error in notifications cleanup cronJonathan Baird2020-04-111-2/+3
|
* When adding a user to a board that has subtasks, also add user to the ↵Pedro Sousa2020-04-091-0/+10
| | | | subtask board
* Add setting default NOTIFICATION_TRAY_AFTER_READ_DAYS_BEFORE_REMOVE=2Lauri Ojansivu2020-04-081-1/+2
| | | | | | to all Wekan platforms https://github.com/wekan/wekan/pull/2998 Thanks to xet7 !
* add a scheduled notification cleanup jobJonathan Baird2020-04-081-0/+36
|
* add a notification drawer like trelloJonathan Baird2020-03-271-3/+30
|
* - 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
|