summaryrefslogtreecommitdiffstats
path: root/models/boards.js
Commit message (Expand)AuthorAgeFilesLines
* Fixes #2596 incorrect date types for created & updatedJustin Reynolds2019-09-051-0/+2
* Fix cannot show archived list bugRomulus Urakagi Tsai2019-08-161-4/+1
* Fix invitesJustin Reynolds2019-07-181-0/+13
* Add Corteza theme. In progress.Lauri Ojansivu2019-07-061-1/+2
* Add Wekan v2.95-v2.97 master branch features and fixes to meteor-1.8 branch.Lauri Ojansivu2019-07-011-1/+7
* Prettier & eslint project style updateJustin Reynolds2019-06-281-30/+25
* Add createdAt and modifiedAt to all collectionsJustin Reynolds2019-06-271-425/+528
* - Add Feature: Move board to Archive button at each board at All Boards page.Lauri Ojansivu2019-05-101-0/+16
* remove featureguillaume2019-04-231-0/+19
* Merge branch 'fix_subtasks' of https://github.com/andresmanelli/wekan into an...Lauri Ojansivu2019-03-201-3/+1
|\
| * Fix dissapearing subtasksAndrés Manelli2019-03-171-3/+1
* | - Fix card copy & move between boards with customFieldsAndrés Manelli2019-03-161-1/+1
|/
* Fix popup titleAndrés Manelli2019-02-271-2/+1
* Fix list view issues. Allow creation of boards from templatesAndrés Manelli2019-02-251-0/+36
* Fix lint errorsAndrés Manelli2019-02-241-6/+6
* Allow swimlane creation from templateAndrés Manelli2019-02-241-0/+24
* Allow list creation from templateAndrés Manelli2019-02-241-0/+24
* Prepare to create card from templateAndrés Manelli2019-02-241-0/+2
* Add template search in Add Card menuAndrés Manelli2019-02-241-0/+4
* Save template swimlanes in profile. Fix swimlane view for templates board. Av...Andrés Manelli2019-02-241-0/+4
* Add first draft of data model and user interface. No actions.Andrés Manelli2019-02-241-0/+10
* Merge pull request #2127 from bentiss/fix-set-memberLauri Ojansivu2019-01-251-2/+7
|\
| * api: fix set_board_member_permissionBenjamin Tissoires2019-01-251-2/+7
* | Make sure Swimlanes and Lists have a populated sort fieldBenjamin Tissoires2019-01-251-0/+16
* | swimlane: insert the new swimlane after the one we clicked onBenjamin Tissoires2019-01-241-0/+11
|/
* RESTAPI: Add some JSDocBenjamin Tissoires2019-01-181-0/+176
* Revert "models: boards: add PUT members entry point"Benjamin Tissoires2019-01-181-32/+0
* - Some fixes to Wekan import:Lauri Ojansivu2018-11-081-0/+2
* models: boards: add PUT members entry pointBenjamin Tissoires2018-10-231-0/+32
* models: make the REST API more uniformBenjamin Tissoires2018-10-231-6/+6
* - REST API: Change role on board. Docs: https://github.com/wekan/wekan/wiki/R...Lauri Ojansivu2018-09-301-3/+27
* Merge branch 'feature-rules' of https://github.com/Angtrim/wekan into Angtrim...Lauri Ojansivu2018-09-161-0/+4
|\
| * Labels activitiesAngelo Gallarello2018-08-161-0/+4
* | Merge branch 'devel' of https://github.com/andresmanelli/wekan into develLauri Ojansivu2018-09-061-0/+5
|\ \
| * | Add swimlaneId in activity. Create default swimlaneId in APIAndrés Manelli2018-09-061-0/+5
* | | - REST API: Create board options to be modifiable, likeLauri Ojansivu2018-09-061-6/+6
|/ /
* | - Add permission "No comments". It is like normal user, but does not show com...Lauri Ojansivu2018-09-041-1/+12
* | 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