Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Add Feature: Move board to Archive button at each board at All Boards page. | Lauri Ojansivu | 2019-05-10 | 1 | -0/+16 |
| | | | | | | Thanks to xet7 ! Related #2389 | ||||
* | remove feature | guillaume | 2019-04-23 | 1 | -0/+19 |
| | |||||
* | Merge branch 'fix_subtasks' of https://github.com/andresmanelli/wekan into ↵ | Lauri Ojansivu | 2019-03-20 | 1 | -3/+1 |
|\ | | | | | | | andresmanelli-fix_subtasks | ||||
| * | Fix dissapearing subtasks | Andrés Manelli | 2019-03-17 | 1 | -3/+1 |
| | | |||||
* | | - Fix card copy & move between boards with customFields | Andrés Manelli | 2019-03-16 | 1 | -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 title | Andrés Manelli | 2019-02-27 | 1 | -2/+1 |
| | | | | Add element title modification | ||||
* | Fix list view issues. Allow creation of boards from templates | Andrés Manelli | 2019-02-25 | 1 | -0/+36 |
| | |||||
* | Fix lint errors | Andrés Manelli | 2019-02-24 | 1 | -6/+6 |
| | |||||
* | Allow swimlane creation from template | Andrés Manelli | 2019-02-24 | 1 | -0/+24 |
| | | | | Mix lists with same name to avoid duplicates | ||||
* | Allow list creation from template | Andrés Manelli | 2019-02-24 | 1 | -0/+24 |
| | |||||
* | Prepare to create card from template | Andrés Manelli | 2019-02-24 | 1 | -0/+2 |
| | |||||
* | Add template search in Add Card menu | Andrés Manelli | 2019-02-24 | 1 | -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 Manelli | 2019-02-24 | 1 | -0/+4 |
| | | | | Avoid deleting template containers | ||||
* | Add first draft of data model and user interface. No actions. | Andrés Manelli | 2019-02-24 | 1 | -0/+10 |
| | |||||
* | Merge pull request #2127 from bentiss/fix-set-member | Lauri Ojansivu | 2019-01-25 | 1 | -2/+7 |
|\ | | | | | api: fix set_board_member_permission | ||||
| * | api: fix set_board_member_permission | Benjamin Tissoires | 2019-01-25 | 1 | -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 field | Benjamin Tissoires | 2019-01-25 | 1 | -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 on | Benjamin Tissoires | 2019-01-24 | 1 | -0/+11 |
|/ | |||||
* | RESTAPI: Add some JSDoc | Benjamin Tissoires | 2019-01-18 | 1 | -0/+176 |
| | | | | So we can have a decent REST API documentation generated. | ||||
* | Revert "models: boards: add PUT members entry point" | Benjamin Tissoires | 2019-01-18 | 1 | -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 Ojansivu | 2018-11-08 | 1 | -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 point | Benjamin Tissoires | 2018-10-23 | 1 | -0/+32 |
| | | | | Allows to change the members from the API. | ||||
* | models: make the REST API more uniform | Benjamin Tissoires | 2018-10-23 | 1 | -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 Ojansivu | 2018-09-30 | 1 | -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 Ojansivu | 2018-09-16 | 1 | -0/+4 |
|\ | | | | | | | Angtrim-feature-rules | ||||
| * | Labels activities | Angelo Gallarello | 2018-08-16 | 1 | -0/+4 |
| | | |||||
* | | Merge branch 'devel' of https://github.com/andresmanelli/wekan into devel | Lauri Ojansivu | 2018-09-06 | 1 | -0/+5 |
|\ \ | |||||
| * | | Add swimlaneId in activity. Create default swimlaneId in API | Andrés Manelli | 2018-09-06 | 1 | -0/+5 |
| | | | |||||
* | | | - REST API: Create board options to be modifiable, like | Lauri Ojansivu | 2018-09-06 | 1 | -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 Ojansivu | 2018-09-04 | 1 | -1/+12 |
| | | | | | | | | | | | | comments and activities. Thanks to xet7 ! | ||||
* | | Fix lint errors | Andrés Manelli | 2018-08-11 | 1 | -4/+0 |
| | | |||||
* | | Refactor imported -> linked in models | Andrés Manelli | 2018-08-11 | 1 | -3/+3 |
| | | |||||
* | | Fix lint errors | Andrés Manelli | 2018-08-11 | 1 | -4/+4 |
| | | |||||
* | | Add two way binding of card/board times | Andrés Manelli | 2018-08-11 | 1 | -0/+22 |
| | | |||||
* | | Avoid importing imported cards or boards | Andrés Manelli | 2018-08-10 | 1 | -6/+6 |
| | | |||||
* | | Add UI for importing card-as-card and board-as-card | Andrés Manelli | 2018-08-10 | 1 | -0/+4 |
| | | |||||
* | | Fix showing only the cards of the current board in calendar view | Yanonix | 2018-08-09 | 1 | -0/+1 |
|/ | |||||
* | Merge branch 'devel' into nested-tasks | Nicu Tofan | 2018-06-28 | 1 | -0/+27 |
|\ | |||||
| * | Show cards in calendar | Nicu Tofan | 2018-06-26 | 1 | -0/+27 |
| | | |||||
* | | Added ability to change card's parent. | Nicu Tofan | 2018-06-26 | 1 | -0/+4 |
| | | |||||
* | | Show parent in card (no links, yet) | Nicu Tofan | 2018-06-26 | 1 | -0/+16 |
| | | |||||
* | | Board level settings for subtasks | Nicu Tofan | 2018-06-26 | 1 | -0/+16 |
| | | |||||
* | | Check for null and undefined in board defaults | Nicu Tofan | 2018-06-26 | 1 | -2/+2 |
| | | |||||
* | | implement getDefaultSwimline for boards | Nicu Tofan | 2018-06-26 | 1 | -0/+12 |
| | | |||||
* | | A better name for incoming subtasks | Nicu Tofan | 2018-06-26 | 1 | -1/+1 |
| | | |||||
* | | Can add cards as subtasks | Nicu Tofan | 2018-06-26 | 1 | -0/+54 |
|/ | |||||
* | Add additional label colours (from pull by JamesLavin), Add Assigned & ↵ | RJevnikar | 2018-06-05 | 1 | -0/+3 |
| | | | | Requested By text fields. | ||||
* | resolving merge conflicts | IgnatzHome | 2018-05-17 | 1 | -0/+4 |
|\ | |||||
| * | many custom fields model and UI enhancements | Pouyan Savoli | 2017-09-22 | 1 | -0/+4 |
| | | |||||
* | | correction | NET\faguet | 2018-05-07 | 1 | -1/+1 |
| | |