Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'fix-admin-create-user' of https://github.com/soohwa/wekan into ↵ | Lauri Ojansivu | 2017-10-09 | 1 | -1/+23 |
|\ | | | | | | | soohwa-fix-admin-create-user | ||||
| * | Remove trailing space | soohwa | 2017-10-08 | 1 | -1/+1 |
| | | |||||
| * | Add comment | soohwa | 2017-10-07 | 1 | -0/+6 |
| | | |||||
| * | Change fromAdmin into createdThroughApi | soohwa | 2017-10-06 | 1 | -4/+4 |
| | | |||||
| * | Clear "fromAdmin". Thx to nztqa. | soohwa | 2017-10-06 | 1 | -1/+3 |
| | | |||||
| * | Fix password not saved | soohwa | 2017-10-01 | 1 | -1/+1 |
| | | |||||
| * | Lint error | soohwa | 2017-09-25 | 1 | -3/+3 |
| | | |||||
| * | Fix https://github.com/wekan/wekan/issues/1249 | soohwa | 2017-09-25 | 1 | -0/+14 |
| | | |||||
* | | Merge branch 'issue783' of https://github.com/amadilsons/wekan into ↵ | Lauri Ojansivu | 2017-10-09 | 2 | -0/+70 |
|\ \ | | | | | | | | | | amadilsons-issue783 | ||||
| * | | added i18n translation, minor fix | amadilsons | 2017-10-05 | 1 | -2/+2 |
| | | | |||||
| * | | feature implemented, known bugs fixed | amadilsons | 2017-10-05 | 2 | -6/+43 |
| | | | |||||
| * | | most work concluded, code needs clean up, further testing required | amadilsons | 2017-10-04 | 2 | -10/+9 |
| | | | |||||
| * | | on its way | amadilsons | 2017-10-04 | 1 | -1/+27 |
| | | | |||||
| * | | mostly frontend work, lists coll update with wipLimit field | amadilsons | 2017-09-29 | 1 | -1/+4 |
| | | | |||||
| * | | basic frontend setup, List model updated with wipLimit field | amadilsons | 2017-09-28 | 1 | -0/+5 |
| |/ | |||||
* | | Merge branch 'devel' of https://github.com/andresmanelli/wekan into ↵ | Lauri Ojansivu | 2017-10-03 | 2 | -3/+4 |
|\ \ | | | | | | | | | | andresmanelli-devel | ||||
| * | | Send result before webhook | Andrés Manelli | 2017-09-29 | 1 | -3/+3 |
| | | | |||||
| * | | Add some parameters to webhook | Andrés Manelli | 2017-09-29 | 1 | -0/+1 |
| |/ | |||||
* | | Merge branch 'improve-announcement' of https://github.com/nztqa/wekan into ↵ | Lauri Ojansivu | 2017-10-01 | 1 | -0/+36 |
|\ \ | | | | | | | | | | nztqa-improve-announcement | ||||
| * | | Rename notice -> announcement | nztqa | 2017-10-01 | 1 | -6/+6 |
| | | | |||||
| * | | Add message from service administrator | nztqa | 2017-09-28 | 1 | -0/+36 |
| |/ | |||||
* | | Use a default color (black) for labels from Trello | Ghassen Rjab | 2017-09-27 | 1 | -2/+1 |
| | | |||||
* | | Ignore checklists with missing cards | Ghassen Rjab | 2017-09-26 | 1 | -20/+22 |
|/ | |||||
* | v0.41v0.41 | Lauri Ojansivu | 2017-09-25 | 1 | -14/+0 |
| | |||||
* | Fix lint errors. | Lauri Ojansivu | 2017-09-24 | 1 | -3/+3 |
| | |||||
* | Merge branch 'admin-create-user' of https://github.com/soohwa/wekan into ↵ | Lauri Ojansivu | 2017-09-24 | 1 | -0/+14 |
|\ | | | | | | | soohwa-admin-create-user | ||||
| * | Allow admin to create user despite disabling registration throught rest api. | none | 2017-09-23 | 1 | -0/+14 |
| | | |||||
* | | Update Checklist model to keep checklist item state when moved | Ghassen Rjab | 2017-09-24 | 1 | -21/+44 |
|/ | | | | | | | - Remove newItemIndex field (no longer needed) - Use Underscore.js to sort checklist items - Add helper method to generate new Items Ids so we can use it in model and in client - Add addFullItem method to add an item from object - Update sort when items are being added or removed | ||||
* | add translation (en/de) for email notifications regarding checklists and ↵ | Felix Michels | 2017-09-22 | 1 | -0/+4 |
| | | | | checklist items | ||||
* | 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 | ||||
* | Added support for sorted checklist items | Jim Martens | 2017-09-12 | 1 | -9/+48 |
| | |||||
* | Merge branch 'feature/manual-attachments-activities' of ↵ | Lauri Ojansivu | 2017-09-02 | 3 | -64/+78 |
|\ | | | | | | | 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 | 2 | -0/+3 |
| | | |||||
| * | use beforeWrite method of CollectionFS instead of collection-hooks | Ghassen Rjab | 2017-08-31 | 1 | -18/+18 |
| | | |||||
* | | Merge branch 'devel' of https://github.com/andresmanelli/wekan into ↵ | Lauri Ojansivu | 2017-09-01 | 2 | -8/+144 |
|\ \ | | | | | | | | | | andresmanelli-devel | ||||
| * | | Allow delete from client. List all integrations in web UI | Andrés Manelli | 2017-08-30 | 1 | -0/+3 |
| | | | |||||
| * | | Add activity subscription to integrations. Add API for integrations. Allow ↵ | Andrés Manelli | 2017-08-30 | 2 | -8/+141 |
| |/ | | | | | | | multiple integrations per board | ||||
* | | 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 |
|/ | |||||
* | Merge branch 'feature/import-activities' of ↵ | Lauri Ojansivu | 2017-08-30 | 2 | -69/+298 |
|\ | | | | | | | https://github.com/GhassenRjab/wekan into GhassenRjab-feature/import-activities | ||||
| * | Fix dates of activities related to comments imported from Trello | Ghassen Rjab | 2017-08-24 | 1 | -1/+1 |
| | | |||||
| * | Import Trello board activities | Ghassen Rjab | 2017-08-23 | 1 | -28/+131 |
| | | |||||
| * | Import Wekan board activities | Ghassen Rjab | 2017-08-20 | 1 | -40/+166 |
| | | | | | | There is a minor catch here, we can't import activities related to adding attachments for now | ||||
* | | Standalone Export has modifiedAt missing, adding modifiedAt to fix it. ↵ | Lauri Ojansivu | 2017-08-29 | 1 | -0/+2 |
| | | | | | | | | Thanks to xet7 ! |