summaryrefslogtreecommitdiffstats
path: root/client/components/activities
Commit message (Collapse)AuthorAgeFilesLines
* Add Feature: Card Settings/Show on card/Activities.Lauri Ojansivu2020-02-071-193/+195
| | | | | | | | Fix: When in Card Settings hiding Comments, only adding new comment is hidden, not old comments. Thanks to xet7 ! Closes #2925
* - Fix adding comments.Lauri Ojansivu2020-02-052-1/+21
| | | | | | | | | | - Added some working layout changes from https://github.com/wekan/wekan/pull/2920. - Fixed Card Settings not working at Sandstorm. Thanks to 2020product xet7 ! Closes #2918, closes https://github.com/wekan/wekan/pull/2920
* Fix comment text disappearing when clicking outside of comment text area.Lauri Ojansivu2019-12-171-3/+0
| | | | | | Fix lint error. Thanks to xet7 !
* Fix last label undefinedjustinr12342019-08-261-1/+1
|
* Addfeature: showing action in system message when user deleted/edited ↵Sam X. Chen2019-08-131-0/+5
| | | | comments, plus changing email content \n to <br/>
* Bug fix: bug#2589 #2575, Add Features: allowing user to insert/paste link, ↵Sam X. Chen2019-08-071-1/+2
| | | | image, video
* Add Feature: Comments can be richer (can support some safe HTML tags)Sam X. Chen2019-07-221-1/+1
|
* Add Feature: system timelines will be showing any modification for duat ↵Sam X. Chen2019-07-091-0/+13
| | | | startat endat receivedat, also notification to the watchers and if card is due, watchers will be notified
* Prettier & eslint project style updateJustin Reynolds2019-06-282-93/+131
|
* Lint fixAndrés Manelli2019-03-161-1/+1
|
* - Fix card copy & move between boards with customFieldsAndrés Manelli2019-03-162-1/+16
| | | | | | - 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
* Activities: register customFields changed in the activitiesBenjamin Tissoires2019-03-082-0/+24
| | | | | | This stores the updates to the custom fields in the activities side bar. Only manual updates to the custom fields are currently registered.
* Fix lint errors.Lauri Ojansivu2018-09-161-2/+2
|
* Merge branch 'feature-rules' of https://github.com/Angtrim/wekan into ↵Lauri Ojansivu2018-09-162-0/+67
|\ | | | | | | Angtrim-feature-rules
| * Fixed rule allowsAngelo Gallarello2018-09-121-3/+0
| |
| * Progress on triggers UIAngelo Gallarello2018-08-161-1/+4
| |
| * Completed activities log in cardAngelo Gallarello2018-08-161-11/+29
| |
| * Complete checklist activitiesAngelo Gallarello2018-08-162-0/+24
| |
| * Remove attachment activityAngelo Gallarello2018-08-161-0/+5
| |
| * Labels activitiesAngelo Gallarello2018-08-162-0/+20
| |
* | Fix hiddenSystemMessagesAndrés Manelli2018-08-151-4/+12
| |
* | Refactor imported -> linked in componentsAndrés Manelli2018-08-111-3/+3
| |
* | Add two way binding of activities, comments, and attachmentsAndrés Manelli2018-08-111-2/+9
|/
* resolving merge conflictsIgnatzHome2018-05-172-0/+8
|\
| * many custom fields model and UI enhancementsPouyan Savoli2017-09-221-2/+2
| |
| * Create custom fields creation UI added to Board Menu, Model in progressPouyan Savoli2017-09-222-0/+8
| |
* | Add popup menu and archive actionAndrés Manelli2018-02-011-0/+6
| |
* | Merge branch 'fixed-bug-on-long-card-history-log' of ↵Lauri Ojansivu2017-12-111-0/+2
|\ \ | | | | | | | | | https://github.com/thuanpq/wekan into thuanpq-fixed-bug-on-long-card-history-log
| * | Fixed - bug on long url of attachment in card activity logThuan Pham Quoc2017-12-091-0/+2
| | |
* | | Fixed - bug on not able to see member avatar on sidebar activityThuan Pham Quoc2017-12-061-0/+2
|/ /
* | Use Meteor.subscribe instead of DOM manipulation for Hide system messagesnztqa2017-10-031-1/+1
| |
* | Add comments only in activity feednztqa2017-09-252-2/+7
|/
* Add checklist items to activity logGhassen Rjab2017-07-261-0/+11
|
* Fix: incorrect attachment link with subfolder in the urlnztqa2017-06-271-1/+1
|
* Merge pull request #65 from BaobabCoder/develLauri Ojansivu2017-02-031-0/+3
|\ | | | | Remove a list
| * Fix activity message for list deletionBéranger Campardou2017-01-201-0/+3
| |
* | Add checklist featurelksime2017-01-202-0/+19
|/
* New change settings option and possibility to hide system messagaesMario Orlicky2016-11-191-1/+3
|
* Add notification, allow watch boards / lists / cardsLiming Xie2016-01-051-1/+1
|
* Remove unnecessary template name declarationMaxime Quandalle2016-01-032-8/+0
| | | | | | This code was duplicate with the name we use to `register` the component. A update of blaze-component removed the need to duplicate this declaration.
* added exact time as tooltip to activity time (saying only something like 'x ↵Dominic Sonntag2016-01-031-3/+3
| | | | days ago')
* Fix layout on Apple devicesMaxime Quandalle2016-01-022-0/+4
| | | | | | | | | | | | | | | The layout issue was related to the lack of autoprexing for CSS properties. c69f993 did improve the reload time significantly but for that I had to replace `mquandalle:stylus` by the core `stylus` package. Unfortunatly it is currently difficult to run an autoprefixer with the core CSS compilers (as reported in https://github.com/meteor/meteor/issues/5219). So instead we rely on `nib` which transparently define some mixins for autoprefixing, the only restrictions being that we have to manually `@import 'nib'` on top of stylus files. Fixes #461
* Improve some activitiy messagesMaxime Quandalle2015-12-191-5/+5
| | | | Fixes #433
* Import attachmentsXavier Priour2015-11-161-1/+2
|
* Add missing semicolonDominik Ferber2015-10-271-1/+1
|
* Upgrade Meteor to 1.2.1-rc4Maxime Quandalle2015-10-232-7/+9
| | | | | | This version includes a more complete selection of ES2015 polyfills that I started used across the code base, for instance by replacing `$.trim(str)` by `str.trim()`.
* Upgrade peerlibrary:blaze-components to v0.14Maxime Quandalle2015-10-211-1/+1
| | | | | This change includes method renames and others UI related packages updates.
* Import board: import comments and log activitiesXavier Priour2015-10-192-28/+45
|
* Import single card: create an 'importCard' activity entryXavier Priour2015-10-142-0/+12
|
* Support app deployment under a path prefixMaxime Quandalle2015-10-081-2/+2
| | | | Fixes #133