summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Update translations.Lauri Ojansivu2020-06-090-0/+0
| |
* | Update ChangeLog.Lauri Ojansivu2020-06-091-0/+2
| |
* | Merge branch 'marc1006-issue_3164'Lauri Ojansivu2020-06-091-9/+1
|\ \
| * | Merge branch 'issue_3164' of https://github.com/marc1006/wekan into ↵Lauri Ojansivu2020-06-091-9/+1
|/| | | | | | | | | | | marc1006-issue_3164
| * | Fix condition whether a card is in listMarc Hartmayer2020-06-091-9/+1
| |/ | | | | | | | | | | | | This fixes the issues https://github.com/wekan/wekan/issues/3164, https://github.com/wekan/wekan/issues/3162, and https://github.com/wekan/wekan/issues/3163. While at it, remove now useless comments.
* / Update ChangeLog.Lauri Ojansivu2020-06-091-1/+20
|/
* Merge pull request #3158 from jimmyjones2/patch-1Lauri Ojansivu2020-06-081-16/+2
|\ | | | | OpenShift template updates
| * OpenShift template updatesJimmy Jones2020-06-071-16/+2
| | | | | | | | | | * Remove status fields (this is created by Kubernetes at run time) * The latest MongoDB by [default available with OpenShift is 3.6](https://github.com/openshift/origin/blob/master/examples/image-streams/image-streams-rhel7.json#L334) * Change MongoDB service name to contain wekan to avoid potentially conflicting with other mongodb instances in the same project
* | Merge pull request #3154 from marc1006/issue_2970Lauri Ojansivu2020-06-081-51/+60
|\ \ | | | | | | Copy the labels only if the target board is different
| * | Copy the labels only if the target board is differentMarc Hartmayer2020-06-051-51/+60
| |/ | | | | | | | | | | This fixes the issues https://github.com/wekan/wekan/issues/2404 and https://github.com/wekan/wekan/issues/2970 if the target board doesn't differ from the source board.
* | Use Docker Hub image, it did build faster this time.Lauri Ojansivu2020-06-081-2/+2
| |
* | v4.12v4.12Lauri Ojansivu2020-06-087-16/+16
| |
* | Update ChangeLog.Lauri Ojansivu2020-06-081-1/+1
| |
* | Fix typos.Lauri Ojansivu2020-06-081-3/+3
| |
* | Update ChangeLog.Lauri Ojansivu2020-06-081-0/+40
| |
* | Change to correct dependency version.Lauri Ojansivu2020-06-081-4/+4
| |
* | 1) Public board default view to Swimlane.Lauri Ojansivu2020-06-082-7/+15
| | | | | | | | | | | | 2) When changing Public board view (sets view cookie), also reload page so view is changed immediately. Thanks to xet7 !
* | Update dependencies.Lauri Ojansivu2020-06-081-134/+479
| |
* | Default view Swimlanes part 3: Change dropdown order to ↵Lauri Ojansivu2020-06-081-7/+7
| | | | | | | | | | | | Swimlanes/Lists/Calendar. Thanks to xet7 !
* | Update minifier-css.Lauri Ojansivu2020-06-081-1/+1
| | | | | | | | Thanks to xet7 !
* | Fix indent part 2.Lauri Ojansivu2020-06-082-16/+16
| | | | | | | | Thanks to xet7 !
* | Fix XSS.Lauri Ojansivu2020-06-081-1/+1
| | | | | | | | Thanks to xet7 !
* | Default view Swimlanes part 2.Lauri Ojansivu2020-06-081-5/+6
| | | | | | | | Thanks to xet7 !
* | Fix indent.Lauri Ojansivu2020-06-081-2/+1
| | | | | | | | Thanks to xet7 !
* | Use markdown in Swimlane titles.Lauri Ojansivu2020-06-081-1/+2
| | | | | | | | Thanks to xet7 !
* | Change default view to Swimlanes.Lauri Ojansivu2020-06-084-20/+27
| | | | | | | | Thanks to xet7 !
* | Update translations.Lauri Ojansivu2020-06-080-0/+0
| |
* | WIP: XSS fixesMarc Hartmayer2020-06-073-38/+48
| |
* | WIP: markdownMarc Hartmayer2020-06-068-33/+46
|/
* Update ChangeLog.Lauri Ojansivu2020-06-041-1/+1
|
* Update ChangeLog.Lauri Ojansivu2020-06-041-0/+2
|
* v4.11v4.11Lauri Ojansivu2020-06-047-9/+9
|
* Update ChangeLog.Lauri Ojansivu2020-06-041-0/+2
|
* Add fibers.Lauri Ojansivu2020-06-042-0/+9
|
* Update translations.Lauri Ojansivu2020-06-041-11/+11
|
* Update ChangeLog.Lauri Ojansivu2020-06-041-0/+9
|
* Upgrade to Node v12.18.0Lauri Ojansivu2020-06-049-11/+11
| | | | Thanks to Node developers and xet7 !
* Merge pull request #3149 from marc1006/issue_3148Lauri Ojansivu2020-06-0411-2305/+3977
|\ | | | | Update `markedjs` package
| * Update `markedjs` packageMarc Hartmayer2020-06-0311-2305/+3977
|/ | | | | | Update `markedjs` to commit https://github.com/markedjs/marked/commit/7b3036f8c0440cfd003ce47dd6e1a92af0f5e822. This fixes the issue https://github.com/wekan/wekan/issues/3148.
* Merge pull request #3146 from GitGramm/patch-1Lauri Ojansivu2020-06-011-0/+10
|\ | | | | Added dates & assignees to REST API calls #3145
| * Merge pull request #2 from GitGramm/GitGramm-patch-2GitGramm2020-06-011-0/+2
| |\ | | | | | | Added dates & assignees to REST API calls incl receivedAt
| | * Added dates & assignees to REST API calls incl receivedAtGitGramm2020-06-011-0/+2
| |/ | | | | I have added the dates (received, start, due, end) and the assignees to the output of the REST API Calls.
| * Added dates & assignees to REST API calls #3145GitGramm2020-06-011-0/+8
|/ | | I have added the dates (stat, due, end) and the assignees to the output of the REST API Calls
* Update ChangeLog.Lauri Ojansivu2020-05-311-0/+15
|
* Add Calendar Month Event List view.Lauri Ojansivu2020-05-301-1/+1
| | | | Thanks to xet7 !
* v4.10v4.10Lauri Ojansivu2020-05-307-1244/+1451
|
* Update ChangeLog.Lauri Ojansivu2020-05-301-0/+3
|
* Update translations.Lauri Ojansivu2020-05-304-85/+85
|
* Remove fibers.Lauri Ojansivu2020-05-302-9/+0
|
* Merge pull request #3140 from marc1006/2310Lauri Ojansivu2020-05-303-1/+24
|\ | | | | Fix Registration broken "Templates board id is required"