summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Assignee field like Jira #2452 , in progress.Lauri Ojansivu2019-10-318-5/+258
| | | | | | Assignee can not be removed yet, it removes member, wrong link in popup. Thanks to xet7 !
* Update ChangeLog.Lauri Ojansivu2019-10-301-1/+1
|
* Update ChangeLog.Lauri Ojansivu2019-10-301-0/+39
|
* Revert creating new list to left, now creates again to right. Thanks to ↵Lauri Ojansivu2019-10-301-8/+8
| | | | | | | | whowillcare ! Revert New List item moved from right to left. Thanks to derbolle and xet7 ! Closes #2772
* Merge branch 'whowillcare-master'Lauri Ojansivu2019-10-304-14/+17
|\
| * Merge branch 'master' of https://github.com/whowillcare/wekan into ↵Lauri Ojansivu2019-10-304-14/+17
|/| | | | | | | whowillcare-master
| * Fix: List last modify time will be affected by cards dueAt, endAtSam X. Chen2019-10-301-3/+2
| |
| * Fix: lists filter didn't get added into filter active checklistSam X. Chen2019-10-301-1/+3
| |
| * 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-196-219/+236
| |
| * Add Feature: allowing user to filter list in Filter function not just cardsSam X. Chen2019-10-182-227/+218
| |
| * Add Feature: allow user to sort Lists in Board by his own preference, ↵Sam X. Chen2019-10-1815-15/+273
| | | | | | | | 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-107-39/+63
| | | | | | | | draggable mode
* | Change list sorting to be visible only at DesktopDragHandle mode.Lauri Ojansivu2019-10-301-2/+2
| |
* | Add back miniscreen add list style.Lauri Ojansivu2019-10-301-1/+1
| |
* | Update translations.Lauri Ojansivu2019-10-3051-102/+153
| |
* | Revert New List item moved from right to left.Lauri Ojansivu2019-10-301-9/+9
| | | | | | | | | | | | Thanks to derbolle and xet7 ! Closes #2772
* | Fix typo on exporting subtasks.Lauri Ojansivu2019-10-291-1/+1
| | | | | | | | | | | | Thanks to xiorcala ! Closes #2770
* | Update translations.Lauri Ojansivu2019-10-2951-34053/+34563
| |
* | Merge pull request #2763 from liske/changes/sensible-card-timesLauri Ojansivu2019-10-292-6/+7
|\ \ | | | | | | Enhancement: set card times more sensible using the 'Today' button in…
| * | Lintian fixes.Thomas Liske2019-10-282-4/+4
| | |
| * | Enhancement: set card times more sensible using the 'Today' button in datepickerThomas Liske2019-10-242-6/+7
| | |
* | | Add Features: allowing lists to be sorted by modifiedAt when not in ↵Lauri Ojansivu2019-10-2929-41/+475
|/ / | | | | | | | | | | | | | | | | | | | | | | 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
* | Update package-lock.jsonLauri Ojansivu2019-10-091-1/+1
| |