summaryrefslogtreecommitdiffstats
path: root/models/boards.js
Commit message (Collapse)AuthorAgeFilesLines
* Search also a Card's Custom FieldsPedro Sousa2020-04-031-1/+5
|
* Remove card element grouping to create compact card layout.Lauri Ojansivu2020-02-121-0/+24
| | | | | | | | Card Settings / Show on Card: Description Title and Description Text. Thanks to e-stoniauk, 2020product and xet7 ! Fixes https://github.com/wekan/wekan/pull/2922
* Add Feature: Card Settings/Show on card/Activities.Lauri Ojansivu2020-02-071-0/+12
| | | | | | | | Fix: When in Card Settings hiding Comments, only adding new comment is hidden, not old comments. Thanks to xet7 ! Closes #2925
* Fix Bug enable/disable Comments in Card Settings.Lauri Ojansivu2020-02-071-2/+6
| | | | | | Thanks to warnt, mdurokov and xet7 ! Closes #2923
* Remove duplicate function.Lauri Ojansivu2020-02-051-4/+0
|
* Merge branch 'dollybean' of https://github.com/2020product/wekan into ↵Lauri Ojansivu2020-02-051-0/+210
|\ | | | | | | 2020product-dollybean
| * Customize of some card's functionsdollybean2020-02-041-0/+117
|/
* Add Worker role.Lauri Ojansivu2020-01-051-1/+28
| | | | | | | | | | This was originally added at Wekan v3.58, reverted at Wekan v3.60 because of bugs, and now after fixes added back. Thanks to xet7 ! Closes #2788
* Revert to Wekan v3.57 version of client and models directories,Lauri Ojansivu2020-01-031-28/+1
| | | | | | | removing Worker role temporarily, because Worker role changes broke saving card. Thanks to xet7 !
* Add Worker role.Lauri Ojansivu2020-01-031-1/+28
| | | | | | | | | Add more Font Awesome icons. Fix browser console errors when editing user profile name etc. Thanks to xet7 ! Closes #2788
* New feature: Now there is popup selection of Lists/Swimlanes/Calendar/Roles.Lauri Ojansivu2019-11-181-2/+6
| | | | | | | | | | | | | | | | | | | | New feature, not set visible yet, because switching to it does not work properly yet: Collapsible Swimlanes #2804 Fix: Public board now loads correctly. When you select one of Lists/Swimlanes/Calendar view and reload webbrowser page, it can change view. Closes #2311 Fix: List sorting commented out. Closes #2800 Fix: Errors hasHiddenMinicardText, hasShowDragHandles, showSort, hasSortBy, profile, FirefoxAndroid/IE11/Vivaldi/Chromium browsers not working by using cookies instead of database. More details at https://github.com/wekan/wekan/issues/2643#issuecomment-554907955 Note: Cookie changes are not always immediate, if there is no effect, you may need to reload webbrowser page. Closes #2643 . Thanks to xet7 !
* Add Features: allowing lists to be sorted by modifiedAt when not in ↵Lauri Ojansivu2019-10-291-0/+17
| | | | | | | | | | | | draggable mode. Bug Fix #2093: the broken should be prior to file attachment feature introduced, and tested export board is working. Thanks to whowillcare ! ( xet7 merged this pull request manually from https://github.com/wekan/wekan/pull/2756 ) Closes #2093
* Add feature: Add due timeline into Calendar viewSam X. Chen2019-09-261-0/+7
|
* 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
| | | | Thanks to xet7 !
* Add Wekan v2.95-v2.97 master branch features and fixes to meteor-1.8 branch.Lauri Ojansivu2019-07-011-1/+7
| | | | Thanks to xet7 !
* 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
| | | | | | Thanks to xet7 ! Related #2389
* remove featureguillaume2019-04-231-0/+19
|
* 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 !