summaryrefslogtreecommitdiffstats
path: root/models/boards.js
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'fix_subtasks' of https://github.com/andresmanelli/wekan into ↵Lauri Ojansivu2019-03-201-3/+1
|\ | | | | | | andresmanelli-fix_subtasks
| * Fix dissapearing subtasksAndrés Manelli2019-03-171-3/+1
| |
* | - Fix card copy & move between boards with customFieldsAndrés Manelli2019-03-161-1/+1
|/ | | | | | - Fix card copy & move between boards with labels with same name - Fix activities for labels when copying and moving card - Fix activities for customFields when copying and moving card
* Fix popup titleAndrés Manelli2019-02-271-2/+1
| | | | Add element title modification
* 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
| | | | Mix lists with same name to avoid duplicates
* 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
| | | | | | Archive all cards in list when list is archived Remove default board in link popup Only list non-template boards in card link and search
* Save template swimlanes in profile. Fix swimlane view for templates board. ↵Andrés Manelli2019-02-241-0/+4
| | | | Avoid deleting template containers
* 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_permission
| * api: fix set_board_member_permissionBenjamin Tissoires2019-01-251-2/+7
| | | | | | | | | | | | | | If the data is passed as a boolean, through json, data.toLowerCase() raises an error. Also define query which we are returning in case of success.
* | Make sure Swimlanes and Lists have a populated sort fieldBenjamin Tissoires2019-01-251-0/+16
| | | | | | | | | | | | | | | | | | When moving around the swimlanes or the lists, if one element has a sort with a null value, the computation of the new sort value is aborted, meaning that there are glitches in the UI. This happens on the first swimlane created with the new board, or when a swimlane or a list gets added through the API.
* | 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
| | | | So we can have a decent REST API documentation generated.
* Revert "models: boards: add PUT members entry point"Benjamin Tissoires2019-01-181-32/+0
| | | | | | | | | | | | This reverts commit f61942e5cb672d3e0fd4df6c5ff9b3f15f7cb778. Adding a member is actually already handled by POST', '/api/boards/:boardId/members/:userId/add' So this function is purely duplicated. Not to mention that the '/add' one allows to set permissions so this one in this commit is less interesting.
* - Some fixes to Wekan import:Lauri Ojansivu2018-11-081-0/+2
| | | | | | | | | | | | | - isCommentOnly and isNoComments are now optional - Turn off import error checking, so something is imported anyway, and import does not stop at error. - Now most of Sandstorm export do import to Standalone Wekan, but some of imported cards, dates etc are missing. - Sandstorm Import Wekan board warning messages are now translateable. Thanks to xet7 ! Closes #1945, closes #1616, closes #1903
* models: boards: add PUT members entry pointBenjamin Tissoires2018-10-231-0/+32
| | | | Allows to change the members from the API.
* models: make the REST API more uniformBenjamin Tissoires2018-10-231-6/+6
| | | | | | | All of the other REST API are in the form 'modelId' but a few ones in boards.js and users.js. Change it for a more uniform API.
* - REST API: Change role on board. Docs: ↵Lauri Ojansivu2018-09-301-3/+27
| | | | | | https://github.com/wekan/wekan/wiki/REST-API-Role Thanks to entrptaher and xet7 !
* Merge branch 'feature-rules' of https://github.com/Angtrim/wekan into ↵Lauri Ojansivu2018-09-161-0/+4
|\ | | | | | | Angtrim-feature-rules
| * 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
|/ / | | | | | | | | | | | | | | | | | | permissions, public/private board - now private by default, and board background color. Docs at https://github.com/wekan/wekan/wiki/REST-API-Boards Thanks to xet7 ! Related #1037
* | - Add permission "No comments". It is like normal user, but does not show ↵Lauri Ojansivu2018-09-041-1/+12
| | | | | | | | | | | | comments and activities. Thanks to xet7 !
* | 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
| |