Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Import sort attribute of checklists and its items from Trello | Ghassen Rjab | 2017-09-16 | 1 | -0/+2 |
| | |||||
* | Import sort attribute of checklists and its items from Wekan | Ghassen Rjab | 2017-09-16 | 1 | -2/+4 |
| | | | If no sort was found (Old format), we use checklist or checklist item index in the array instead | ||||
* | v0.38v0.38 | Lauri Ojansivu | 2017-09-13 | 3 | -4/+4 |
| | |||||
* | Update translations. | Lauri Ojansivu | 2017-09-13 | 5 | -112/+112 |
| | |||||
* | Merge branch 'frmwrk123-issue-1213' into devel | Lauri Ojansivu | 2017-09-13 | 2 | -0/+2 |
|\ | | | | | | | | | Card title is now pre-filled in copy card dialog. Thanks to frmwrk123 ! Related #1213 | ||||
| * | Card title is now pre-filled in copy card dialog. | Lauri Ojansivu | 2017-09-13 | 1 | -0/+1 |
| | | | | | | | | Thanks to frmwrk123 ! Related #1213 | ||||
| * | Merge branch 'issue-1213' of https://github.com/frmwrk123/wekan into ↵ | Lauri Ojansivu | 2017-09-13 | 1 | -0/+1 |
|/| | | | | | | | frmwrk123-issue-1213 | ||||
| * | Existing title of card is pre-filled in copy dialog | Jim Martens | 2017-09-12 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'frmwrk123-issue-876' into devel | Lauri Ojansivu | 2017-09-13 | 4 | -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 Ojansivu | 2017-09-13 | 1 | -0/+8 |
| | | | | | | | | frmwrk123 ! Related #876 | ||||
| * | Implemented checklist item sorting across checklists | Jim Martens | 2017-09-12 | 1 | -0/+67 |
| | | |||||
| * | Prepared template for sortable checklist items | Jim Martens | 2017-09-12 | 1 | -4/+3 |
| | | |||||
| * | Added support for sorted checklist items | Jim Martens | 2017-09-12 | 1 | -9/+48 |
|/ | |||||
* | Update translations. | Lauri Ojansivu | 2017-09-09 | 34 | -37/+37 |
| | |||||
* | Rename New integration to New Outgoing Webhook | Lauri Ojansivu | 2017-09-09 | 2 | -2/+2 |
| | |||||
* | v0.37v0.37 | Lauri Ojansivu | 2017-09-09 | 3 | -4/+4 |
| | |||||
* | Merge branch 'frmwrk123-issue-519' into devel | Lauri Ojansivu | 2017-09-09 | 38 | -69/+164 |
|\ | | | | | | | Copy card within one board. Thanks to frmwrk123 ! | ||||
| * | Copy card within one board. Thanks to frmwrk123 ! | Lauri Ojansivu | 2017-09-09 | 1 | -0/+8 |
| | | |||||
| * | Update translations. | Lauri Ojansivu | 2017-09-09 | 35 | -73/+105 |
| | | |||||
| * | Added translation for copy card popup title | Jim Martens | 2017-09-05 | 3 | -2/+5 |
| | | | | | | | | Only English and German were added. | ||||
| * | Added copy card functionality | Jim Martens | 2017-09-05 | 1 | -0/+45 |
| | | |||||
| * | Added copy card to template | Jim Martens | 2017-09-05 | 1 | -0/+7 |
|/ | |||||
* | v0.36v0.36 | Lauri Ojansivu | 2017-09-02 | 3 | -4/+5 |
| | |||||
* | Merge branch 'GhassenRjab-feature/manual-attachments-activities' into devel | Lauri Ojansivu | 2017-09-02 | 5 | -65/+89 |
|\ | | | | | | | | | Import attachments related activities from Wekan and Trello. Thanks to GhassenRjab ! Closes #1157 | ||||
| * | Import attachments related activities from Wekan and Trello. | Lauri Ojansivu | 2017-09-02 | 1 | -0/+9 |
| | | | | | | | | Thanks to GhassenRjab ! Closes #1157 | ||||
| * | Merge branch 'feature/manual-attachments-activities' of ↵ | Lauri Ojansivu | 2017-09-02 | 4 | -65/+80 |
|/| | | | | | | | https://github.com/GhassenRjab/wekan into GhassenRjab-feature/manual-attachments-activities | ||||
| * | Fix lint errors | Ghassen Rjab | 2017-09-02 | 1 | -2/+3 |
| | | |||||
| * | Uncomment code about adding attachments' related activities | Ghassen Rjab | 2017-09-02 | 2 | -36/+24 |
| | | |||||
| * | Put 'this' in 'self' variable | Ghassen Rjab | 2017-09-02 | 2 | -5/+7 |
| | | | | | | For some reason, TrelloCreator didn't keep 'this' reference | ||||
| * | Add idMemberCreator to Trello attachment | Ghassen Rjab | 2017-09-02 | 1 | -0/+2 |
| | | | | | | We need this field to attribute attachment to the user who uploaded it | ||||
| * | Add source field to imported attachments | Ghassen Rjab | 2017-09-02 | 3 | -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 inserting | Ghassen Rjab | 2017-08-31 | 3 | -1/+5 |
| | | |||||
| * | use beforeWrite method of CollectionFS instead of collection-hooks | Ghassen Rjab | 2017-08-31 | 1 | -18/+18 |
| | | |||||
* | | v0.35v0.35 | Lauri Ojansivu | 2017-09-02 | 4 | -5/+5 |
| | | |||||
* | | Update translations. | Lauri Ojansivu | 2017-09-01 | 34 | -57/+125 |
| | | |||||
* | | Merge branch 'andresmanelli-devel' into devel | Lauri Ojansivu | 2017-09-01 | 8 | -36/+199 |
|\ \ | | | | | | | | | | Add more than one Outgoing Webhook. Thanks to andresmanelli ! | ||||
| * | | Add more than one Outgoing Webhook. Thanks to andresmanelli ! | Lauri Ojansivu | 2017-09-01 | 1 | -2/+6 |
| | | | |||||
| * | | Merge branch 'devel' of https://github.com/andresmanelli/wekan into ↵ | Lauri Ojansivu | 2017-09-01 | 7 | -34/+193 |
|/| | | | | | | | | | | | andresmanelli-devel | ||||
| * | | Fix null userId. Fix description field name | Andrés Manelli | 2017-08-31 | 1 | -2/+3 |
| | | | |||||
| * | | Allow delete from client. List all integrations in web UI | Andrés Manelli | 2017-08-30 | 5 | -16/+39 |
| | | | |||||
| * | | Add activity subscription to integrations. Add API for integrations. Allow ↵ | Andrés Manelli | 2017-08-30 | 3 | -17/+152 |
| |/ | | | | | | | multiple integrations per board | ||||
* | | Merge branch 'GhassenRjab-hotfix/issue-1198' into devel | Lauri Ojansivu | 2017-09-01 | 2 | -12/+32 |
|\ \ | |/ |/| | | | | | Fix errors caused by checklist items activities. Thanks to GhassenRjab and nztqa ! Closes #1198 | ||||
| * | Fix errors caused by checklist items activities. | Lauri Ojansivu | 2017-09-01 | 1 | -1/+10 |
| | | | | | | | | Thanks to GhassenRjab and nztqa ! Closes #1198 | ||||
| * | Delete all activities related to a checklist when it is deleted | Ghassen Rjab | 2017-08-31 | 1 | -3/+5 |
| | | |||||
| * | Delete activity related to checklist item when the item is deleted | Ghassen Rjab | 2017-08-31 | 1 | -8/+17 |
|/ | |||||
* | v0.34v0.34 | Lauri Ojansivu | 2017-08-30 | 3 | -4/+4 |
| | |||||
* | Merge branch 'GhassenRjab-feature/import-activities' into devel | Lauri Ojansivu | 2017-08-30 | 5 | -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 Ojansivu | 2017-08-30 | 1 | -0/+12 |
| | | | | | | | | GhassenRjab ! Related #1157 | ||||
| * | Update translations. | Lauri Ojansivu | 2017-08-30 | 2 | -2/+2 |
| | | |||||
| * | Merge branch 'feature/import-activities' of ↵ | Lauri Ojansivu | 2017-08-30 | 2 | -69/+298 |
|/| | | | | | | | https://github.com/GhassenRjab/wekan into GhassenRjab-feature/import-activities |