Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Add permission "No comments". It is like normal user, but does not show ↵ | Lauri Ojansivu | 2018-09-04 | 1 | -18/+21 |
| | | | | | | comments and activities. Thanks to xet7 ! | ||||
* | Only allow ifCanModify users to add dates (received, start, end, and due). | rjevnikar | 2018-08-28 | 1 | -4/+8 |
| | |||||
* | Fix hiddenSystemMessages | Andrés Manelli | 2018-08-15 | 1 | -1/+6 |
| | |||||
* | Fix removed setters and getters | Andrés Manelli | 2018-08-15 | 1 | -10/+10 |
| | |||||
* | Fix rebase errors | Andrés Manelli | 2018-08-11 | 1 | -7/+0 |
| | |||||
* | Refactor imported -> linked in components | Andrés Manelli | 2018-08-11 | 1 | -3/+3 |
| | |||||
* | Add imported card location | Andrés Manelli | 2018-08-11 | 1 | -0/+4 |
| | |||||
* | Indicate board or card through icons. Indicate if archived | Andrés Manelli | 2018-08-11 | 1 | -2/+5 |
| | |||||
* | Add title binding | Andrés Manelli | 2018-08-11 | 1 | -3/+3 |
| | |||||
* | Add two way binding of card/board times | Andrés Manelli | 2018-08-11 | 1 | -5/+12 |
| | |||||
* | Allow description and member two way binding | Andrés Manelli | 2018-08-10 | 1 | -4/+4 |
| | |||||
* | Link description | Andrés Manelli | 2018-08-10 | 1 | -2/+2 |
| | |||||
* | Fix flagging of dates (i.e. due date only flagged when before end date) | RJevnikar | 2018-07-31 | 1 | -7/+7 |
| | |||||
* | Added ability to change card's parent. | Nicu Tofan | 2018-06-26 | 1 | -0/+27 |
| | |||||
* | Links for parents in card details. | Nicu Tofan | 2018-06-26 | 1 | -1/+1 |
| | |||||
* | Show parent in card (no links, yet) | Nicu Tofan | 2018-06-26 | 1 | -0/+6 |
| | |||||
* | Board level settings for subtasks | Nicu Tofan | 2018-06-26 | 1 | -2/+3 |
| | |||||
* | Initial implementation for subtasks | Nicu Tofan | 2018-06-26 | 1 | -0/+3 |
| | |||||
* | Fix spacing on cardDetails.jade to get 'Add' buttons in <a> tag for ↵ | RJevnikar | 2018-06-07 | 1 | -10/+10 |
| | | | | RequestedBy & AssignedBy | ||||
* | Remove delete option from board hamburger menu | RJevnikar | 2018-06-06 | 1 | -1/+1 |
| | |||||
* | Fix AssignedBy & RequestedBy fields & forms | RJevnikar | 2018-06-06 | 1 | -5/+3 |
| | |||||
* | Add additional label colours (from pull by JamesLavin), Add Assigned & ↵ | RJevnikar | 2018-06-05 | 1 | -2/+48 |
| | | | | Requested By text fields. | ||||
* | More style corrections | IgnatzHome | 2018-05-17 | 1 | -0/+1 |
| | |||||
* | Removing Doupling start / end and more style corrections | IgnatzHome | 2018-05-17 | 1 | -10/+0 |
| | |||||
* | resolving merge conflicts | IgnatzHome | 2018-05-17 | 1 | -0/+17 |
|\ | |||||
| * | show custom fields on cards but still with dummy value | Pouyan Savoli | 2017-09-22 | 1 | -16/+4 |
| | | |||||
| * | card model and card ui preparation for custom fields | Pouyan Savoli | 2017-09-22 | 1 | -0/+3 |
| | | |||||
| * | many custom fields model and UI enhancements | Pouyan Savoli | 2017-09-22 | 1 | -0/+15 |
| | | |||||
* | | Fix: Copy Card, Move Card and Copy Checklist Template to Many Cards - No ↵ | Lauri Ojansivu | 2018-04-27 | 1 | -12/+3 |
| | | | | | | | | | | | | | | | | longer works in menu in Sandstorm. Thanks to xet7 ! Closes #1607 | ||||
* | | Add additional dates (received & end), default title of checklists to ↵ | RJevnikar | 2018-03-26 | 1 | -12/+33 |
| | | | | | | | | | | | | | | | | 'Checklist' Remove translations Add additional dates (received & end), default name checklists to Checklist | ||||
* | | Fix card copy and move with swimlanes | Andrés Manelli | 2018-03-07 | 1 | -6/+11 |
| | | |||||
* | | changed variable names | Erik Turk | 2018-02-15 | 1 | -3/+3 |
| | | |||||
* | | change copyMany to copyChecklistToManyCards for instructions and title | Erik Turk | 2018-02-15 | 1 | -2/+2 |
| | | |||||
* | | i18n fixes | Erik Turk | 2018-02-14 | 1 | -2/+2 |
| | | |||||
* | | finish adding[4~ copyMany | Erik Turk | 2018-02-08 | 1 | -3/+0 |
| | | |||||
* | | added copyManyCard | Erik Turk | 2018-02-05 | 1 | -0/+14 |
| | | |||||
* | | Always display attachment section for uploading file quickly | Thuan Pham Quoc | 2017-12-10 | 1 | -6/+5 |
| | | |||||
* | | Merge branch 'card-spent-time' of https://github.com/thuanpq/wekan into ↵ | Lauri Ojansivu | 2017-11-21 | 1 | -0/+9 |
|\ \ | | | | | | | | | | thuanpq-card-spent-time | ||||
| * | | Add card spent time to log time what can be overtime or not (will support ↵ | Thuan Pham Quoc | 2017-11-20 | 1 | -0/+9 |
| | | | | | | | | | | | | filtering in future) | ||||
* | | | Fix Copy/Move cards. Thanks to thuanpq ! | Lauri Ojansivu | 2017-11-21 | 1 | -1/+2 |
| | | | |||||
* | | | Merge branch 'feature/copy-move-cards-x-boards' of ↵ | Lauri Ojansivu | 2017-11-20 | 1 | -2/+23 |
|\ \ \ | |/ / |/| | | | | | https://github.com/GhassenRjab/wekan into GhassenRjab-feature/copy-move-cards-x-boards | ||||
| * | | Hide list of boards in Copy|Move cards for Sandstorm users | Ghassen Rjab | 2017-11-14 | 1 | -2/+8 |
| | | | |||||
| * | | Move cards cross boards | Ghassen Rjab | 2017-11-14 | 1 | -1/+1 |
| | | | |||||
| * | | Copy cards cross boards | Ghassen Rjab | 2017-11-14 | 1 | -1/+16 |
| | | | |||||
* | | | Added markdown support to card-titles, minicard-titles, checklist title, and ↵ | Brooks Becton | 2017-11-14 | 1 | -3/+4 |
|/ / | | | | | | | checklist items | ||||
* | | Add check to see if permission is available (with isBoardMember) | nztqa | 2017-10-04 | 1 | -7/+8 |
| | | |||||
* | | Use Meteor.subscribe instead of DOM manipulation for Hide system messages | nztqa | 2017-10-03 | 1 | -1/+1 |
| | | |||||
* | | Disable button when "Hide system messages" in user profile setting is valid | nztqa | 2017-09-25 | 1 | -1/+4 |
| | | |||||
* | | Add comments only in activity feed | nztqa | 2017-09-25 | 1 | -1/+6 |
|/ | |||||
* | Existing title of card is pre-filled in copy dialog | Jim Martens | 2017-09-12 | 1 | -0/+1 |
| |