summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Collapse)AuthorAgeFilesLines
* Includes possibility to block username changeThiago Fernando S. dos Santos2018-05-041-1/+7
|
* API Edit Card LabelsthisNeko2018-05-041-0/+5
|
* POST /cards: allow setting card memberscouscous32018-05-031-1/+2
| | | if members isn't specified then the authorId will be the only member of the card, otherwise the provided members attribute will be used
* Try to fix: Users who register with an invitation code can't see lists/cards.Lauri Ojansivu2018-05-011-0/+1
| | | | | | | | Please test. Thanks to andresmanelli ! Related #1610
* Define sort property on swimlanes and listszebby762018-05-013-5/+9
|
* Fix Wekan import / Export for ChecklistItemsSebastian Molle2018-04-282-21/+40
|
* Fix lint errors ofLauri Ojansivu2018-04-271-2/+1
| | | | | | https://github.com/wekan/wekan/pull/1611 Thanks to xet7 !
* Fix Trello importation for ChecklistItemsZeBBy2018-04-271-6/+10
|
* Fix #1567Andrés Manelli2018-04-162-9/+15
|
* Fix #1561 Filter checklist itemsAndrés Manelli2018-04-161-2/+2
|
* Fix lint errorsAndrés Manelli2018-04-161-2/+1
|
* Add REST API for Checklist Items (Related to #1562)Andrés Manelli2018-04-162-0/+51
|
* Fix checklists REST API (#1562)Andrés Manelli2018-04-161-58/+54
|
* Add additional dates (received & end), default title of checklists to ↵RJevnikar2018-03-262-0/+25
| | | | | | | | 'Checklist' Remove translations Add additional dates (received & end), default name checklists to Checklist
* Fix lint errorsAndrés Manelli2018-03-191-1/+1
|
* Add checklist ordering capabilityAndrés Manelli2018-03-191-1/+1
|
* Clean checklists modelAndrés Manelli2018-03-191-137/+0
|
* Fix migration. Replace old checklist-item sort algorithm.Andrés Manelli2018-03-192-1/+11
|
* Add checklist items model, migration and publicationAndrés Manelli2018-03-192-26/+94
|
* Fix swimlane info not displayed in activitiesAndrés Manelli2018-03-161-0/+3
|
* Merge branch 'feature/list-default-view' of ↵Lauri Ojansivu2018-03-021-1/+1
|\ | | | | | | https://github.com/GhassenRjab/wekan into GhassenRjab-feature/list-default-view
| * Lists view is the default view when creating boardsGhassen Rjab2018-03-021-1/+1
| |
* | Import missing card fields : isOvertime, startAt and spenTimeGhassen Rjab2018-03-011-0/+3
|/
* Fix lint warningsGhassen Rjab2018-02-278-39/+39
|
* Fix lint errors related to trello creatorGhassen Rjab2018-02-261-13/+13
|
* Fix lint error related to this featureGhassen Rjab2018-02-231-1/+1
|
* Add search cards helper to boards modelGhassen Rjab2018-02-231-0/+21
|
* add swimlaneId to POST /api/boards/:boardId/lists/:listId/cards routecouscous32018-02-191-0/+1
|
* Merge remote-tracking branch 'upstream/devel' into develLauri Ojansivu2018-02-072-3/+22
|\
| * Fix import Trello board without swimlanesAndrés Manelli2018-02-071-0/+20
| |
| * Fix move parametersAndrés Manelli2018-02-071-3/+2
| |
* | Fixing cards query to apply sortViViDboarder2018-02-061-2/+2
|/ | | | Issue #1461
* Add trailing commaAndrés Manelli2018-02-021-1/+1
|
* Fix import wekan board with swimlanesAndrés Manelli2018-02-022-0/+37
|
* Add default swimlane to welkome boardAndrés Manelli2018-02-021-0/+5
|
* Fix: Trello board import fails because of missing "Swimlane id".Lauri Ojansivu2018-01-292-0/+3
| | | | Thanks to xet7 ! Closes #1442
* Fix lint errors. Update changelog.Lauri Ojansivu2018-01-251-75/+78
|
* Merge remote-tracking branch 'upstream/devel' into develLauri Ojansivu2018-01-251-0/+4
|\
| * Meteor 1.6.0.1, Node 8.9.3, NPM 5.5.1, fibers 2.0.0Lauri Ojansivu2018-01-221-0/+4
| |
* | Allow toogle of lists and swimlanes viewsAndrés Manelli2018-01-221-3/+6
| |
* | Add view boards field to change between viewsAndrés Manelli2018-01-221-0/+8
| |
* | Add siwmlane button. Allow card drop between swimlanesAndrés Manelli2018-01-191-1/+2
| |
* | First swimlane draft, no functionalityAndrés Manelli2018-01-194-1/+228
|/
* Fix lint errors.Lauri Ojansivu2017-12-032-20/+20
|
* Allow admin to change user password in admin panelThuan Pham Quoc2017-12-011-0/+7
|
* Add smtp test email translationsnztqa2017-11-281-5/+6
|
* Add test SMTP settingsnztqa2017-11-271-0/+25
|
* Merge branch 'card-spent-time' of https://github.com/thuanpq/wekan into ↵Lauri Ojansivu2017-11-212-2/+34
|\ | | | | | | thuanpq-card-spent-time
| * Added red-green circle to board lists item for indicating board which has ↵Thuan Pham Quoc2017-11-201-0/+10
| | | | | | | | overtime logs or normal spent time log
| * Add card spent time to log time what can be overtime or not (will support ↵Thuan Pham Quoc2017-11-201-2/+24
| | | | | | | | filtering in future)