summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update Node.js to v8.16.2.Lauri Ojansivu2019-11-138-9/+9
| | | | Thanks to xet7 !
* Update ChangeLog.Lauri Ojansivu2019-11-131-3/+2
|
* Fix typo.Lauri Ojansivu2019-11-131-1/+1
|
* Fix typo.Lauri Ojansivu2019-11-131-3/+3
|
* Update ChangeLog.Lauri Ojansivu2019-11-131-0/+2
|
* Merge branch 'master' of github.com:wekan/wekanLauri Ojansivu2019-11-130-0/+0
|\
| * Fix card, list and swimlane move.Lauri Ojansivu2019-11-134-30/+54
| | | | | | | | | | | | | | Closes #2771, closes #2743, closes #2704, related #2081
* | Fix card, list and swimlane move.Lauri Ojansivu2019-11-134-30/+54
|/ | | | | | | | | Allow moving cards in multiselect mode. Closes #2771, closes #2743, closes #2704, related #2081
* Update translations.Lauri Ojansivu2019-11-133-7/+7
|
* Close card button now visible on mobile.Lauri Ojansivu2019-11-081-0/+2
| | | | | | | Thanks to xet7 ! Closes #2261, closes #2637
* Close card button now visible on mobile.Lauri Ojansivu2019-11-082-4/+21
| | | | Closes #2261
* Update translations.Lauri Ojansivu2019-11-071-4/+4
|
* Update ChangeLog:Lauri Ojansivu2019-11-071-1/+7
| | | | | | | | More mobile drag handles, and optional desktop drag handles, In Progress. Thanks to xet7 ! Related #2081
* Done: Assignee field like Jira.Lauri Ojansivu2019-11-071-0/+13
| | | | | | Thanks to xet7 ! Closes #2452
* 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 !
* Assignee field like Jira #2452 , in progress.Lauri Ojansivu2019-11-072-3/+17
| | | | | | Now assignee is visible also at minicard. Thanks to xet7 !
* Assignee field like Jira #2452 , in progress.Lauri Ojansivu2019-11-072-2/+11
| | | | | | | When there is one selected assignee on card, don't show + button for adding more assignees, because there can only be one assignee. 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 !
* Update translations.Lauri Ojansivu2019-11-0551-51/+102
|
* Assignee field like Jira #2452 , in progress.Lauri Ojansivu2019-11-051-1/+2
| | | | | | Add assignee popup title. Thanks to xet7 !
* Assignee field like Jira #2452 , in progress.Lauri Ojansivu2019-11-051-1/+1
| | | | | | In add assignee popup, avatars are now visible. Thanks to xet7 !
* Fix prettier.Lauri Ojansivu2019-11-051-4/+4
|
* Update API docs.Lauri Ojansivu2019-11-052-3/+126
|
* Update translations.Lauri Ojansivu2019-11-051-37/+37
|
* Update ChangeLog.Lauri Ojansivu2019-11-051-0/+4
|
* Merge pull request #2782 from jymcheong/masterLauri Ojansivu2019-11-051-11/+15
|\ | | | | fixed #2780
| * fixed #2780jymcheong2019-11-051-11/+15
| | | | | | | | https://github.com/wekan/wekan/issues/2780
* | Merge pull request #2783 from bentiss/openapi_genLauri Ojansivu2019-11-051-43/+141
|\ \ | |/ |/| Openapi gen fixes
| * generate_openapi: fix enums when they are declared as constBenjamin Tissoires2019-11-051-1/+35
| | | | | | | | Fixes: #2781
| * generate_openapi: print a more useful errorBenjamin Tissoires2019-11-051-21/+43
| | | | | | | | ...when we can not parse a SchemaProperty
| * generate_openapi: add a little bit more verbosity when we get an ErrorBenjamin Tissoires2019-11-051-10/+40
| |
| * generate_openapi.py: use the logging moduleBenjamin Tissoires2019-11-051-13/+25
|/ | | | | Instead of dealing with custom writes to stderr, it's always better to rely on standard libraries.
* Comment out already existing directory.Lauri Ojansivu2019-11-041-1/+1
|
* Update dependencies.Lauri Ojansivu2019-11-043-59/+36
|
* Fix desktop swimlane drag handle position.Lauri Ojansivu2019-11-041-1/+1
| | | | | | Thanks to xet7 ! Related #2081
* Some drag handle fixes.Lauri Ojansivu2019-11-044-9/+20
| | | | | | Thanks to xet7 ! Related #2081
* Update translations.Lauri Ojansivu2019-11-041-14/+14
|
* Update ChangeLog.Lauri Ojansivu2019-11-041-0/+7
|
* Assignee field like Jira #2452 , in progress.Lauri Ojansivu2019-11-043-48/+5
|
* Fix prettierLauri Ojansivu2019-11-041-3/+3
|
* Merge pull request #2779 from bandresen/cardDate_receivedAtfix_and_endDatechangeLauri Ojansivu2019-11-041-4/+4
|\ | | | | Card date received-date fix and end-date coloring change (simplify)
| * cardDate: endDate coloring changeBenjamin Andresen2019-11-041-3/+3
| | | | | | | | | | | | | | | | if no due-date timestamp is set => Gray if end-date timestamp is younger than due-date timestamp => Green if end-date timestamp is older than due-date timestamp => Red resolves #2741
| * cardDate: fix ReceivedDate startAt coloringBenjamin Andresen2019-11-041-1/+1
| |
* | Merge pull request #2778 from liske/fixes/rest-deletes-all-cards-2624Lauri Ojansivu2019-11-041-3/+3
|\ \ | |/ |/| REST API: fix deletion of a single board card (closes wekan#2624)
| * 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-0/+13
| | | | | | | | | | Added features: - When selecting new assignee (+) icon, list shows names who to add. TODO: - When selecting new assignee (+) icon, list does not yet show avatars who to add. Thanks to xet7 !
* Update translations.Lauri Ojansivu2019-11-021-10/+10
|
* Assignee field like Jira #2452 , in progress.Lauri Ojansivu2019-11-027-73/+267
| | | | | | | | | | | | 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 !
* Update translations.Lauri Ojansivu2019-10-311-9/+9
|