summaryrefslogtreecommitdiffstats
path: root/models/boards.js
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix lint errorsAndrés Manelli2018-08-111-4/+0
| |
* | Refactor imported -> linked in modelsAndrés Manelli2018-08-111-3/+3
| |
* | Fix lint errorsAndrés Manelli2018-08-111-4/+4
| |
* | Add two way binding of card/board timesAndrés Manelli2018-08-111-0/+22
| |
* | Avoid importing imported cards or boardsAndrés Manelli2018-08-101-6/+6
| |
* | Add UI for importing card-as-card and board-as-cardAndrés Manelli2018-08-101-0/+4
| |
* | Fix showing only the cards of the current board in calendar viewYanonix2018-08-091-0/+1
|/
* Merge branch 'devel' into nested-tasksNicu Tofan2018-06-281-0/+27
|\
| * Show cards in calendarNicu Tofan2018-06-261-0/+27
| |
* | Added ability to change card's parent.Nicu Tofan2018-06-261-0/+4
| |
* | Show parent in card (no links, yet)Nicu Tofan2018-06-261-0/+16
| |
* | Board level settings for subtasksNicu Tofan2018-06-261-0/+16
| |
* | Check for null and undefined in board defaultsNicu Tofan2018-06-261-2/+2
| |
* | implement getDefaultSwimline for boardsNicu Tofan2018-06-261-0/+12
| |
* | A better name for incoming subtasksNicu Tofan2018-06-261-1/+1
| |
* | Can add cards as subtasksNicu Tofan2018-06-261-0/+54
|/
* Add additional label colours (from pull by JamesLavin), Add Assigned & ↵RJevnikar2018-06-051-0/+3
| | | | Requested By text fields.
* resolving merge conflictsIgnatzHome2018-05-171-0/+4
|\
| * many custom fields model and UI enhancementsPouyan Savoli2017-09-221-0/+4
| |
* | 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 #1567Andrés Manelli2018-04-161-8/+0
| |
* | Lists view is the default view when creating boardsGhassen Rjab2018-03-021-1/+1
| |
* | Fix lint warningsGhassen Rjab2018-02-271-5/+5
| |
* | 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 view boards field to change between viewsAndrés Manelli2018-01-221-0/+8
| |
* | First swimlane draft, no functionalityAndrés Manelli2018-01-191-0/+4
| |
* | 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 REST API better error outputsoohwa2017-10-151-62/+102
| |
* | Add the ability for the admin :soohwa2017-10-131-1/+10
|/ | | | | | - disabling a login for a user (not himself) - enabling a login for a user - transfering the ownership of all user's boards to himself
* Fixed a typo..mayjs2017-05-161-1/+1
|
* Implemented the change of /api/user/boards as proposed by huneaumayjs2017-05-161-1/+5
|
* Fixed eslint errorsmayjs2017-05-151-9/+9
|
* Extracted board access check functionmayjs2017-05-151-4/+1
|
* Changed GET /api/boards/:id to allow access by the normally also allowed users.mayjs2017-05-151-2/+5
|
* Fixed a typo and removed an old todo commentmayjs2017-05-151-2/+2
|
* Changed /api/user/boards to only check if the user is logged inmayjs2017-05-151-1/+1
|
* let -> constmayjs2017-05-151-1/+1
|
* Removed old debug outputmayjs2017-05-151-1/+0
|
* Fixed the errors existing in /api/user/boardsmayjs2017-05-151-8/+15
|
* Added /api/user/boardsJohannes May2017-05-131-0/+12
|
* add token authentication, only admin can use apihuneau romain2017-05-111-0/+4
|
* REST API - Meteor 1.4 - first step issueLauri Ojansivu2017-04-271-22/+79
|
* hotfix to user addRyan Helsing2017-03-291-0/+1
|
* ability to store comment only, actual prevention nextRyan Helsing2017-03-181-1/+10
|
* Improve wekan performance (checklist collection scan)Alexis LACROIX2017-02-221-3/+1
|
* Improve wekan performance #837maulal2017-02-221-0/+3
|
* Fix typos, thanks to umbertoooLauri Ojansivu2017-02-011-1/+1
|
* Models: Remove board from starred listAlexander Sulfrian2016-08-161-0/+12
| | | | | | This will fix the starred counter. If the board is not public, the user is unable to see the board and remove it from the list of starred boards.