summaryrefslogtreecommitdiffstats
path: root/client/components/cards
Commit message (Collapse)AuthorAgeFilesLines
...
* | | fixed spacing & indentation - changed var to constErik Turk2018-02-081-36/+32
| | |
* | | remove console.log statementsErik Turk2018-02-081-7/+1
| | |
* | | finish adding[4~ copyManyErik Turk2018-02-082-6/+13
| | |
* | | missing )Erik Turk2018-02-051-1/+1
| | |
* | | add titleList.split to copyManyCardErik Turk2018-02-051-23/+28
| | |
* | | added copyManyCardErik Turk2018-02-051-0/+14
| | |
* | | added PopupErik Turk2018-02-051-0/+49
| | |
* | | added copyManyCardErik Turk2018-02-051-0/+1
| | |
* | | Revert "added copyManyCard"Erik Turk2018-02-051-1/+0
| | | | | | | | | | | | This reverts commit c3fe70e09433346f25ad3701dca7f07ad441624f.
* | | added copyManyCardErik Turk2018-02-051-0/+1
|/ /
* | First swimlane draft, no functionalityAndrés Manelli2018-01-191-6/+6
| |
* | different icons for start and due dateMatthias Marschall2018-01-042-8/+20
| |
* | Update - auto update card cover with new image uploaded via drag&dropThuan Pham Quoc2017-12-181-1/+6
| |
* | Merge branch 'keep-attachment-section-for-uploading-attachment-easier' of ↵Lauri Ojansivu2017-12-111-6/+5
|\ \ | | | | | | | | | https://github.com/thuanpq/wekan into thuanpq-keep-attachment-section-for-uploading-attachment-easier
| * | Always display attachment section for uploading file quicklyThuan Pham Quoc2017-12-101-6/+5
| | |
* | | Merge branch 'auto-update-card-cover-with-latest-uploaded-image' of ↵Lauri Ojansivu2017-12-111-1/+7
|\ \ \ | | | | | | | | | | | | https://github.com/thuanpq/wekan into thuanpq-auto-update-card-cover-with-latest-uploaded-image
| * | | Added - auto update card cover with latest uploaded image attachment of cardThuan Pham Quoc2017-12-091-1/+7
| |/ /
* | | Merge branch 'dont-open-swipebox-overlay-while-downloading-update-cover' of ↵Lauri Ojansivu2017-12-111-2/+2
|\ \ \ | | | | | | | | | | | | https://github.com/thuanpq/wekan into thuanpq-dont-open-swipebox-overlay-while-downloading-update-cover
| * | | Fixed - don't open swipebox on update card cover - download file - delete fileThuan Pham Quoc2017-12-081-2/+2
| |/ /
* / / Fix lint errors.Lauri Ojansivu2017-12-031-2/+2
|/ /
* | Fix lint error.Lauri Ojansivu2017-12-021-2/+0
| |
* | Move global subscription to template subscription so that subscriptionLauri Ojansivu2017-12-021-0/+4
| | | | | | | | | | will stop when template is unused. It's very important for efficiency espacially with large number of users. Thanks to mfshiu !
* | Merge branch 'card-spent-time' of https://github.com/thuanpq/wekan into ↵Lauri Ojansivu2017-11-216-4/+138
|\ \ | | | | | | | | | thuanpq-card-spent-time
| * | Update spent time title to indicate Overtime or normal Spent timeThuan Pham Quoc2017-11-201-1/+5
| | |
| * | Add card spent time to log time what can be overtime or not (will support ↵Thuan Pham Quoc2017-11-206-4/+134
| | | | | | | | | | | | filtering in future)
* | | Merge branch 'fix-title-editing-shift-key-firefox' of ↵Lauri Ojansivu2017-11-211-1/+1
|\ \ \ | | | | | | | | | | | | https://github.com/couscous3/wekan into couscous3-fix-title-editing-shift-key-firefox
| * | | card detail: fix title editing with shift keycouscous32017-11-201-1/+1
| |/ / | | | | | | in firefox there is no global `event` object, therefore we should use the `evt` argument from the event handler
* | | Merge branch 'remove-minicard-title-whitespace' of ↵Lauri Ojansivu2017-11-211-0/+3
|\ \ \ | | | | | | | | | | | | https://github.com/couscous3/wekan into couscous3-remove-minicard-title-whitespace
| * | | remove erroneous minicard title whitespacecouscous32017-11-201-0/+3
| |/ / | | | | | | introduced by the markdown viewer in commit #309c1d0 (the markdown viewer uses <p> tags which have a margin-bottom)
* | | Fix Copy/Move cards. Thanks to thuanpq !Lauri Ojansivu2017-11-212-3/+6
| | |
* | | Merge branch 'feature/copy-move-cards-x-boards' of ↵Lauri Ojansivu2017-11-202-2/+54
|\ \ \ | |/ / |/| | | | | https://github.com/GhassenRjab/wekan into GhassenRjab-feature/copy-move-cards-x-boards
| * | Hide list of boards in Copy|Move cards for Sandstorm usersGhassen Rjab2017-11-141-2/+8
| | |
| * | Move cards cross boardsGhassen Rjab2017-11-141-1/+1
| | |
| * | Copy cards cross boardsGhassen Rjab2017-11-142-1/+47
| | |
* | | Updated comments about pressing enter on formsBrooks Becton2017-11-142-1/+3
| | |
* | | Added markdown support to card-titles, minicard-titles, checklist title, and ↵Brooks Becton2017-11-145-10/+21
|/ / | | | | | | checklist items
* | Added swipebox package and added it to attachement imagesBrooks Becton2017-10-282-5/+2
| | | | | | | | Also removed '.js-open-viewer' and it's styling stub
* | Added media queries to resize attatchmentsBrooks Becton2017-10-281-0/+21
| | | | | | | | media queries match other break points and break from a 3 column to 2 to 1
* | Add check to see if permission is available (with isBoardMember)nztqa2017-10-041-7/+8
| |
* | Use Meteor.subscribe instead of DOM manipulation for Hide system messagesnztqa2017-10-032-2/+2
| |
* | Remove console lognztqa2017-10-031-1/+0
| |
* | Merge branch 'fix-create_label' of https://github.com/nztqa/wekan into ↵Lauri Ojansivu2017-10-011-1/+2
|\ \ | | | | | | | | | nztqa-fix-create_label
| * | Add check to see if permissionnztqa2017-09-291-1/+2
| | |
* | | Merge branch 'improve-activities' of https://github.com/nztqa/wekan into ↵Lauri Ojansivu2017-10-012-1/+17
|\ \ \ | | | | | | | | | | | | nztqa-improve-activities
| * | | Disable button when "Hide system messages" in user profile setting is validnztqa2017-09-252-1/+9
| | | |
| * | | Add comments only in activity feednztqa2017-09-252-1/+9
| |/ /
* | | Merge branch 'fix-copy-card' of https://github.com/nztqa/wekan into ↵Lauri Ojansivu2017-10-011-0/+1
|\ \ \ | | | | | | | | | | | | nztqa-fix-copy-card
| * | | Remove cover idnztqa2017-09-251-0/+1
| |/ /
* | | Restore spacing.Lauri Ojansivu2017-09-301-1/+1
| | |
* | | fixed linting erroramadilsons2017-09-291-1/+1
| | |