summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Collapse)AuthorAgeFilesLines
* - Fix critical and moderate security vulnerabilities reported at 2020-02-26 withLauri Ojansivu2020-03-012-83/+95
| | | | | | | | | | | | | 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
* Remove card element grouping to create compact card layout.Lauri Ojansivu2020-02-121-0/+24
| | | | | | | | Card Settings / Show on Card: Description Title and Description Text. Thanks to e-stoniauk, 2020product and xet7 ! Fixes https://github.com/wekan/wekan/pull/2922
* Add Feature: Card Settings/Show on card/Activities.Lauri Ojansivu2020-02-071-0/+12
| | | | | | | | Fix: When in Card Settings hiding Comments, only adding new comment is hidden, not old comments. Thanks to xet7 ! Closes #2925
* Fix Bug enable/disable Comments in Card Settings.Lauri Ojansivu2020-02-071-2/+6
| | | | | | Thanks to warnt, mdurokov and xet7 ! Closes #2923
* Remove duplicate function.Lauri Ojansivu2020-02-051-4/+0
|
* Merge branch 'dollybean' of https://github.com/2020product/wekan into ↵Lauri Ojansivu2020-02-051-0/+210
|\ | | | | | | 2020product-dollybean
| * Customize of some card's functionsdollybean2020-02-041-0/+117
|/
* fixed board export with attchmentizadpoor2020-01-231-6/+12
|
* Try to fix Node 12 Buffer() deprecation errors.Lauri Ojansivu2020-01-182-2/+2
| | | | Thanks to xet7 !
* Change Buffer to Buffer.alloc on Node v12. Try to fix Snap.Lauri Ojansivu2020-01-112-2/+2
|
* Removed Custom HTML feature that does not work.Lauri Ojansivu2020-01-061-8/+0
| | | | | | Thanks to xet7 ! Closes #2218
* Add Worker role.Lauri Ojansivu2020-01-052-1/+38
| | | | | | | | | | 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
* Add more Font Awesome icons. This was originally addedLauri Ojansivu2020-01-031-0/+12
| | | | | | | 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-033-50/+1
| | | | | | | removing Worker role temporarily, because Worker role changes broke saving card. Thanks to xet7 !
* Add Worker role.Lauri Ojansivu2020-01-035-3/+52
| | | | | | | | | Add more Font Awesome icons. Fix browser console errors when editing user profile name etc. Thanks to xet7 ! Closes #2788
* LINKED_CARDS_ENABLED settings part 3.Lauri Ojansivu2019-12-211-4/+0
| | | | | | In Progress, linked cards not completely disabled yet. Thanks to xet7 !
* Merge pull request #2834 from Akuket/masterLauri Ojansivu2019-12-201-0/+4
|\ | | | | Issue #2688
| * Add LINKED_CARDS_ENABLED env varAkuket2019-11-281-0/+4
| |
* | Allow checklist creation for board membersRobert Lebedeu2019-12-171-2/+9
| | | | | | | | - Only for members with checklist add permission
* | Allow card creation for board membersRobert Lebedeu2019-12-171-1/+8
|/ | | | - Only for members with card add permission
* 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-183-57/+30
| | | | | | | | | | | | | | | | | | | | 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 !
* Assignee field like Jira #2452 , Done.Lauri Ojansivu2019-11-071-3/+4
| | | | | | Update REST API docs, there can only be one assignee in array. Thanks to xet7 !
* Try to fix prettify.Lauri Ojansivu2019-11-071-0/+2
|
* Assignee field like Jira #2452 , in progress.Lauri Ojansivu2019-11-061-5/+8
| | | | | | Prevent more than one assignee. Thanks to xet7 !
* REST API: fix deletion of a single board card (closes wekan#2624)Thomas Liske2019-11-041-3/+3
|
* Assignee field like Jira #2452 , in progress.Lauri Ojansivu2019-11-021-1/+1
| | | | | | | | | | | | Added features: - Assignee can now be added and removed. - Avatar icon is at card and assignee details TODO: - When selecting new assignee (+) icon, list does not yet show avatars and names who to add. There is empty avatar without name. Thanks to xet7 !
* Assignee field like Jira #2452 , in progress.Lauri Ojansivu2019-10-311-0/+161
| | | | | | Assignee can not be removed yet, it removes member, wrong link in popup. Thanks to xet7 !
* Merge branch 'master' of https://github.com/whowillcare/wekan into ↵Lauri Ojansivu2019-10-302-5/+6
|\ | | | | | | whowillcare-master
| * Fix: List last modify time will be affected by cards dueAt, endAtSam X. Chen2019-10-301-3/+2
| |
| * Change the radom to random typo in export.jsSam X. Chen2019-10-292-4/+6
| |
| * Add Feature: allow user to search Lists in BoardSam X. Chen2019-10-191-0/+4
| |
| * Add Feature: allow user to sort Lists in Board by his own preference, ↵Sam X. Chen2019-10-185-9/+91
| | | | | | | | boardadmin can star list
| * Bug Fix:2093, need to clean up the temporary fileSam X. Chen2019-10-111-2/+7
| |
| * Buf Fix #2093: the broken should be prior to file attachment feature introducedSam X. Chen2019-10-111-0/+10
| |
| * Add Features: allowing lists to be sorted by modifiedAt when not in ↵Sam X. Chen2019-10-103-0/+47
| | | | | | | | draggable mode
* | Change list sorting to be visible only at DesktopDragHandle mode.Lauri Ojansivu2019-10-301-2/+2
| |
* | Fix typo on exporting subtasks.Lauri Ojansivu2019-10-291-1/+1
| | | | | | | | | | | | Thanks to xiorcala ! Closes #2770
* | Add Features: allowing lists to be sorted by modifiedAt when not in ↵Lauri Ojansivu2019-10-296-9/+174
| | | | | | | | | | | | | | | | | | | | | | | | draggable mode. Bug Fix #2093: the broken should be prior to file attachment feature introduced, and tested export board is working. Thanks to whowillcare ! ( xet7 merged this pull request manually from https://github.com/wekan/wekan/pull/2756 ) Closes #2093
* | REST API: fix handling of members property on card creationThomas Liske2019-10-091-1/+8
| |
* | REST API: fix creation of Checklists (closes wekan/wekan#2746)Thomas Liske2019-10-061-2/+11
| |
* | Revert drag handle changes.Lauri Ojansivu2019-10-031-24/+0
|/
* Feature enhancement: Allow wekan master have more flexiblity on setting up ↵Sam X. Chen2019-09-261-2/+2
| | | | due reminder
* Add feature: Add due timeline into Calendar viewSam X. Chen2019-09-261-7/+27
|
* Merge remote-tracking branch 'upstream/master'Sam X. Chen2019-09-261-0/+24
|\
| * Merge pull request #2720 from whowillcare/masterLauri Ojansivu2019-09-253-22/+30
| |\ | | | | | | if username contains space, @ functions will fail at certain point
| * | Drag handles. In Progress.Lauri Ojansivu2019-09-171-0/+24
| | |