summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Card title is now pre-filled in copy card dialog.Lauri Ojansivu2017-09-131-0/+1
| | | | | | | | Thanks to frmwrk123 ! Related #1213
| * Merge branch 'issue-1213' of https://github.com/frmwrk123/wekan into ↵Lauri Ojansivu2017-09-131-0/+1
|/| | | | | | | frmwrk123-issue-1213
| * Existing title of card is pre-filled in copy dialogJim Martens2017-09-121-0/+1
| |
* | Merge branch 'frmwrk123-issue-876' into develLauri Ojansivu2017-09-134-13/+126
|\ \ | |/ |/| | | | | Reorder checklists. Move checklist item to another checklist. Thanks to frmwrk123 ! Related #876
| * Reorder checklists. Move checklist item to another checklist. Thanks to ↵Lauri Ojansivu2017-09-131-0/+8
| | | | | | | | frmwrk123 ! Related #876
| * Implemented checklist item sorting across checklistsJim Martens2017-09-121-0/+67
| |
| * Prepared template for sortable checklist itemsJim Martens2017-09-121-4/+3
| |
| * Added support for sorted checklist itemsJim Martens2017-09-121-9/+48
|/
* Update translations.Lauri Ojansivu2017-09-0934-37/+37
|
* Rename New integration to New Outgoing WebhookLauri Ojansivu2017-09-092-2/+2
|
* v0.37v0.37Lauri Ojansivu2017-09-093-4/+4
|
* Merge branch 'frmwrk123-issue-519' into develLauri Ojansivu2017-09-0938-69/+164
|\ | | | | | | Copy card within one board. Thanks to frmwrk123 !
| * Copy card within one board. Thanks to frmwrk123 !Lauri Ojansivu2017-09-091-0/+8
| |
| * Update translations.Lauri Ojansivu2017-09-0935-73/+105
| |
| * Added translation for copy card popup titleJim Martens2017-09-053-2/+5
| | | | | | | | Only English and German were added.
| * Added copy card functionalityJim Martens2017-09-051-0/+45
| |
| * Added copy card to templateJim Martens2017-09-051-0/+7
|/
* v0.36v0.36Lauri Ojansivu2017-09-023-4/+5
|
* Merge branch 'GhassenRjab-feature/manual-attachments-activities' into develLauri Ojansivu2017-09-025-65/+89
|\ | | | | | | | | Import attachments related activities from Wekan and Trello. Thanks to GhassenRjab ! Closes #1157
| * Import attachments related activities from Wekan and Trello.Lauri Ojansivu2017-09-021-0/+9
| | | | | | | | Thanks to GhassenRjab ! Closes #1157
| * Merge branch 'feature/manual-attachments-activities' of ↵Lauri Ojansivu2017-09-024-65/+80
|/| | | | | | | https://github.com/GhassenRjab/wekan into GhassenRjab-feature/manual-attachments-activities
| * Fix lint errorsGhassen Rjab2017-09-021-2/+3
| |
| * Uncomment code about adding attachments' related activitiesGhassen Rjab2017-09-022-36/+24
| |
| * Put 'this' in 'self' variableGhassen Rjab2017-09-022-5/+7
| | | | | | For some reason, TrelloCreator didn't keep 'this' reference
| * Add idMemberCreator to Trello attachmentGhassen Rjab2017-09-021-0/+2
| | | | | | We need this field to attribute attachment to the user who uploaded it
| * Add source field to imported attachmentsGhassen Rjab2017-09-023-8/+26
| | | | | | We use this field to prevent adding attachments' related activities automatically only. Then this field will be removed.
| * Assign user to attachment before insertingGhassen Rjab2017-08-313-1/+5
| |
| * use beforeWrite method of CollectionFS instead of collection-hooksGhassen Rjab2017-08-311-18/+18
| |
* | v0.35v0.35Lauri Ojansivu2017-09-024-5/+5
| |
* | Update translations.Lauri Ojansivu2017-09-0134-57/+125
| |
* | Merge branch 'andresmanelli-devel' into develLauri Ojansivu2017-09-018-36/+199
|\ \ | | | | | | | | | Add more than one Outgoing Webhook. Thanks to andresmanelli !
| * | Add more than one Outgoing Webhook. Thanks to andresmanelli !Lauri Ojansivu2017-09-011-2/+6
| | |
| * | Merge branch 'devel' of https://github.com/andresmanelli/wekan into ↵Lauri Ojansivu2017-09-017-34/+193
|/| | | | | | | | | | | andresmanelli-devel
| * | Fix null userId. Fix description field nameAndrés Manelli2017-08-311-2/+3
| | |
| * | Allow delete from client. List all integrations in web UIAndrés Manelli2017-08-305-16/+39
| | |
| * | Add activity subscription to integrations. Add API for integrations. Allow ↵Andrés Manelli2017-08-303-17/+152
| |/ | | | | | | multiple integrations per board
* | Merge branch 'GhassenRjab-hotfix/issue-1198' into develLauri Ojansivu2017-09-012-12/+32
|\ \ | |/ |/| | | | | Fix errors caused by checklist items activities. Thanks to GhassenRjab and nztqa ! Closes #1198
| * Fix errors caused by checklist items activities.Lauri Ojansivu2017-09-011-1/+10
| | | | | | | | Thanks to GhassenRjab and nztqa ! Closes #1198
| * Delete all activities related to a checklist when it is deletedGhassen Rjab2017-08-311-3/+5
| |
| * Delete activity related to checklist item when the item is deletedGhassen Rjab2017-08-311-8/+17
|/
* v0.34v0.34Lauri Ojansivu2017-08-303-4/+4
|
* Merge branch 'GhassenRjab-feature/import-activities' into develLauri Ojansivu2017-08-305-71/+312
|\ | | | | | | | | Import Trello and Wekan board times of creation of activities. Thanks to GhassenRjab ! Related #1157
| * Import Trello and Wekan board times of creation of activities. Thanks to ↵Lauri Ojansivu2017-08-301-0/+12
| | | | | | | | GhassenRjab ! Related #1157
| * Update translations.Lauri Ojansivu2017-08-302-2/+2
| |
| * Merge branch 'feature/import-activities' of ↵Lauri Ojansivu2017-08-302-69/+298
|/| | | | | | | https://github.com/GhassenRjab/wekan into GhassenRjab-feature/import-activities
| * Fix dates of activities related to comments imported from TrelloGhassen Rjab2017-08-241-1/+1
| |
| * Import Trello board activitiesGhassen Rjab2017-08-231-28/+131
| |
| * Import Wekan board activitiesGhassen Rjab2017-08-201-40/+166
| | | | | | There is a minor catch here, we can't import activities related to adding attachments for now
* | v0.33 , includes new Sandstorm version.v0.33Lauri Ojansivu2017-08-296-6/+7
| |
* | Merge branch 'GhassenRjab-hotfix/sandstorm-export-import' into develLauri Ojansivu2017-08-292-3/+5
|\ \ | | | | | | | | | | | | Fix Wekan Import Export on Standalone and Sandstorm. Thanks to GhassenRjab and xet7 ! Related #799