summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix files access bugGhassen Rjab2017-07-301-12/+6
| |
* | Add dwrensha's Sandstorm patch to Wekan so it does not need to be maintained ↵Lauri Ojansivu2017-07-301-0/+17
|/ | | | separately.
* Merge branch 'nztqa-fix-ie11-animation' into develLauri Ojansivu2017-07-282-1/+10
|\ | | | | | | | | Fix showing card activity history in IE11. Thanks to nztqa ! Closes #646
| * Fix showing card activity history in IE11.Lauri Ojansivu2017-07-281-0/+8
| | | | | | | | Thanks to nztqa ! Closes #646
| * Fix keyframe propertynztqa2017-07-281-1/+2
|/ | | | | Support for IE11 https://github.com/wekan/wekan/pull/646
* Revert back to MongoDB v3.2.15 because v3.2.16 is not yet available on ↵Lauri Ojansivu2017-07-281-1/+1
| | | | Docker Hub.
* MongoDB v3.2.16Lauri Ojansivu2017-07-272-2/+2
|
* v0.30Lauri Ojansivu2017-07-271-1/+1
|
* v0.30v0.30Lauri Ojansivu2017-07-272-3/+6
|
* Merge branch 'GhassenRjab-log-checklist-items' into develLauri Ojansivu2017-07-2739-50/+103
|\ | | | | | | | | Add checklist items to activity log. Thanks to GhassenRjab ! Closes #1025
| * Add checklist items to activity log.Lauri Ojansivu2017-07-271-1/+2
| | | | | | | | Thanks to GhassenRjab ! Closes #1025
| * Update translations.Lauri Ojansivu2017-07-2734-39/+73
| |
| * Add checklist items to activity logGhassen Rjab2017-07-264-10/+28
|/
* Merge branch 'nztqa-issue-template' into develLauri Ojansivu2017-07-252-1/+18
|\ | | | | | | Add GitHub issue template. Thanks to nztqa !
| * Add GitHub issue template. Thanks to nztqa !Lauri Ojansivu2017-07-251-1/+2
| |
| * Merge branch 'issue-template' of https://github.com/nztqa/wekan into ↵Lauri Ojansivu2017-07-251-0/+16
|/| | | | | | | nztqa-issue-template
| * Add issue templatenztqa2017-07-251-0/+16
| |
* | Merge branch 'GhassenRjab-export-import-sandstorm' into develLauri Ojansivu2017-07-2545-8/+127
|\ \ | | | | | | | | | | | | Export and import boards in Sandstorm. Thanks to GhassenRjab ! Related #1144 and #799
| * | Export and import boards in Sandstorm. Related #1144 and #799.Lauri Ojansivu2017-07-2535-2/+75
| | |
| * | Merge branch 'export-import-sandstorm' of ↵Lauri Ojansivu2017-07-2510-6/+52
|/| | | | | | | | | | | https://github.com/GhassenRjab/wekan into GhassenRjab-export-import-sandstorm
| * | A Sandstorm user can restore an archived boardGhassen Rjab2017-07-253-0/+16
| | |
| * | Import boards in SandstormGhassen Rjab2017-07-248-4/+29
| | |
| * | Fix import pages URLsGhassen Rjab2017-07-241-2/+2
| | |
| * | Add export and import in board menu in SandstormGhassen Rjab2017-07-241-0/+5
| |/
* / Fix double slashes on snap. Related #962Lauri Ojansivu2017-07-251-1/+3
|/
* Try to fix double slashes on Docker #962Lauri Ojansivu2017-07-241-4/+4
|
* Fix typo.Lauri Ojansivu2017-07-221-1/+1
|
* Add more screenshots to Features page.Lauri Ojansivu2017-07-222-2/+12
|
* Update screenshot url.Lauri Ojansivu2017-07-221-1/+1
|
* New screenshot.Lauri Ojansivu2017-07-221-1/+1
|
* New screenshot.Lauri Ojansivu2017-07-221-1/+1
|
* Not about security issue not fixed yet.Lauri Ojansivu2017-07-211-0/+3
|
* v0.29v0.29Lauri Ojansivu2017-07-213-4/+4
|
* Update translations.Lauri Ojansivu2017-07-213-48/+780
|
* Update translations.Lauri Ojansivu2017-07-202-45/+45
|
* Merge branch 'GhassenRjab-export-import-checklists' into develLauri Ojansivu2017-07-203-37/+40
|\ | | | | | | Export and import checklists. Thanks to GhassenRjab !
| * Export and import checklists. Thanks to GhassenRjab !Lauri Ojansivu2017-07-201-0/+1
| |
| * Import checklistsGhassen Rjab2017-07-201-37/+34
| |
| * Export checklistsGhassen Rjab2017-07-201-0/+5
|/
* Merge branch 'zarnifoulette-devel' into develLauri Ojansivu2017-07-193-150/+206
|\ | | | | | | | | Fix: Activity user messed up when creating a card using the REST-API. Thanks to zarnifoulette ! Closes #1045
| * Fix: Activity user messed up when creating a card using the REST-API.Lauri Ojansivu2017-07-191-1/+5
| | | | | | | | Thanks to zarnifoulette ! Closes #1045
| * Merge branch 'devel' of https://github.com/zarnifoulette/wekan into ↵Lauri Ojansivu2017-07-192-149/+201
|/| | | | | | | zarnifoulette-devel
| * direct hook to bypass the checking step with API requestzago2017-07-192-138/+183
| |
| * fixe traviszago2017-07-071-18/+18
| |
| * checking the authorId when adding cardzago2017-07-071-15/+22
| |
* | Merge branch 'GhassenRjab-attachment-base64' into develLauri Ojansivu2017-07-1911-147/+192
|\ \ | | | | | | | | | | | | | | | Export and import attachments as base64 encoded files. Thanks to GhassenRjab ! Update translations.
| * | Export and import attachments as base64 encoded files. Thanks to GhassenRjab !Lauri Ojansivu2017-07-191-0/+8
| | |
| * | Update translations.Lauri Ojansivu2017-07-197-126/+126
| | |
| * | Updat Wekan board format checkGhassen Rjab2017-07-191-2/+0
| | |
| * | Fix texts in import board pageGhassen Rjab2017-07-161-2/+2
| | |