summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Collapse)AuthorAgeFilesLines
* enable/disable api with env varguillaume2018-07-241-1/+12
|
* remove invitation codeguillaume2018-07-181-5/+6
|
* patch re-invitguillaume2018-07-162-8/+24
|
* - Fix Title is required by setting Checklist titleLauri Ojansivu2018-07-061-1/+0
| | | | | | | | | during migration. Thanks to centigrade-kdk and xet7 ! Closes #1576, closes #1753
* - Fix [Title is required](https://github.com/wekan/wekan/issues/1576)Lauri Ojansivu2018-07-061-0/+1
| | | | | | | | | by making [Checkist title optional](https://github.com/wekan/wekan/issues/1753). Thanks to xet7 ! Closes #1576, closes #1753
* Merge branch 'devel' into nested-tasksNicu Tofan2018-06-282-0/+32
|\
| * Show cards in calendarNicu Tofan2018-06-261-0/+27
| |
| * Introducing third board view: calendar.Nicu Tofan2018-06-261-0/+5
| | | | | | | | A dependency to rzymek:fullcalendar has also been added.
* | Added ability to change card's parent.Nicu Tofan2018-06-262-3/+16
| |
* | Show parent in card (no links, yet)Nicu Tofan2018-06-262-0/+69
| |
* | Board level settings for subtasksNicu Tofan2018-06-262-1/+17
| |
* | Check for null and undefined in board defaultsNicu Tofan2018-06-261-2/+2
| |
* | implement getDefaultSwimline for boardsNicu Tofan2018-06-261-0/+12
| |
* | change all mentions of Kids => ChildrenNicu Tofan2018-06-261-3/+3
| |
* | A better name for incoming subtasksNicu Tofan2018-06-261-1/+1
| |
* | Get rid of old implementation for substacksNicu Tofan2018-06-264-169/+8
| |
* | Take archived status into consideration for subtasksNicu Tofan2018-06-261-3/+18
| |
* | Can add cards as subtasksNicu Tofan2018-06-261-0/+54
| |
* | Switch from subtasks to cards in modelNicu Tofan2018-06-261-3/+3
| |
* | Helpers for dealing with trees of cardsNicu Tofan2018-06-261-0/+19
| |
* | added ability to create a tree of cardsNicu Tofan2018-06-261-0/+5
| |
* | Initial implementation for subtasksNicu Tofan2018-06-264-7/+30
| |
* | Some inspiration from checklists to subtasksNicu Tofan2018-06-261-0/+34
| |
* | Added subtasks model and APIs for itNicu Tofan2018-06-261-0/+139
|/
* fixing search for dropdown fields, and error on loading boardIgnatz2018-06-141-5/+5
|
* trying to fix display Issue with dropdown custom fieldsIgnatz2018-06-141-3/+17
|
* Fix lint errorRJevnikar2018-06-051-1/+1
|
* Fix problems highlighted by Codacy/PR Quality ReviewRJevnikar2018-06-051-1/+1
|
* Add additional label colours (from pull by JamesLavin), Add Assigned & ↵RJevnikar2018-06-052-0/+19
| | | | Requested By text fields.
* possible quickfix for all customFields Import errorsIgnatz2018-05-231-0/+1
|
* Fix lint errors back to eslint requirements.Lauri Ojansivu2018-05-181-79/+79
|
* template literals correctionIgnatz2018-05-181-1/+1
|
* linter correctionsIgnatz2018-05-182-16/+19
|
* removing checkbox typeIgnatzHome2018-05-171-1/+1
|
* resolving merge conflictsIgnatzHome2018-05-174-0/+210
|\
| * dropdown itemsPouyan Savoli2017-09-221-0/+19
| |
| * text custom fields are now editable using inlinedFormPouyan Savoli2017-09-221-2/+10
| |
| * show custom fields on cards but still with dummy valuePouyan Savoli2017-09-221-0/+21
| |
| * card model and card ui preparation for custom fields #2Pouyan Savoli2017-09-221-2/+6
| |
| * card model and card ui preparation for custom fieldsPouyan Savoli2017-09-221-0/+33
| |
| * many custom fields model and UI enhancementsPouyan Savoli2017-09-222-12/+13
| |
| * Create custom fields creation UI added to Board Menu, Model in progressPouyan Savoli2017-09-222-0/+124
| |
* | Merge pull request #1627 from thiagofernando/develLauri Ojansivu2018-05-081-1/+7
|\ \ | | | | | | Includes possibility to block username change
| * | Includes possibility to block username changeThiago Fernando S. dos Santos2018-05-041-1/+7
| | |
* | | correctionNET\faguet2018-05-071-1/+1
| | |
* | | Add a new API route to create a new label in a given boardNET\faguet2018-05-071-0/+29
| | |
* | | Fix lint error.Lauri Ojansivu2018-05-051-1/+1
|/ / | | | | | | Related https://github.com/wekan/wekan/pull/1626
* | 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