summaryrefslogtreecommitdiffstats
path: root/client/components/activities
Commit message (Collapse)AuthorAgeFilesLines
* Fix activities view on mobile devicesMarc Hartmayer2020-06-181-1/+4
| | | | | Turns out that the sidebar is not available on mobile device therefore add guards for this for now. This needs further investigation.
* Fix infinite scrolling for activitiesMarc Hartmayer2020-06-111-4/+3
| | | | | | | | | | | | | | | | This fixes the error: Uncaught TypeError: activitiesComponent.loadNextPage is not a function at constructor.reachNextPeak (sidebar.js:63) at constructor.BlazeComponent.callFirstWith (peerlibrary_blaze-components.js?hash=4049f7e3116e3d9e865392b9546e70dc479b9add:660) at constructor.scroll (infiniteScrolling.js:28) at peerlibrary_blaze-components.js?hash=4049f7e3116e3d9e865392b9546e70dc479b9add:469 at Object.Blaze._withCurrentView (view.js:533) at peerlibrary_blaze-components.js?hash=4049f7e3116e3d9e865392b9546e70dc479b9add:468 at Template._withTemplateInstanceFunc (template.js:490) at Blaze.View.eventMap.<computed> (peerlibrary_blaze-components.js?hash=4049f7e3116e3d9e865392b9546e70dc479b9add:467) at view.js:879 at Object.Blaze._withCurrentView (view.js:533)
* Fix indent.Lauri Ojansivu2020-06-081-2/+1
| | | | Thanks to xet7 !
* WIP: XSS fixesMarc Hartmayer2020-06-072-37/+47
|
* Move In Progress ostrio-files changes to separate branch, and revert ↵Lauri Ojansivu2020-05-251-7/+5
| | | | | | | | | | | | ostrio-files changes, so that: - Export to CSV/TSV with custom fields works - Attachments are not exported to disk - It is possible to build arm64/s390x versions again. Thanks to xet7 ! Related #3110
* Fix error link not availableMarc Hartmayer2020-05-241-3/+4
| | | | | | | | | | | | | | | | Fixes: Exception in template helper: TypeError: Cannot read property 'link' of undefined at constructor.attachmentLink (http://192.168.178.2:8080/app/app.js?hash=c0f961362c1318d650abaafcaaa6f6a77c8d11c8:3935:29) at http://192.168.178.2:8080/packages/blaze.js?hash=a20deb597f76789e171a9ee2b2e37d73fbb7ecda:1566:16 at http://192.168.178.2:8080/packages/peerlibrary_blaze-components.js?hash=4049f7e3116e3d9e865392b9546e70dc479b9add:395:66 at Function.Template._withTemplateInstanceFunc (http://192.168.178.2:8080/packages/blaze.js?hash=a20deb597f76789e171a9ee2b2e37d73fbb7ecda:3575:14) at http://192.168.178.2:8080/packages/peerlibrary_blaze-components.js?hash=4049f7e3116e3d9e865392b9546e70dc479b9add:394:27 at Spacebars.call (http://192.168.178.2:8080/packages/spacebars.js?hash=6f2be25813c793c0b363a6a91ebb029723f294ec:169:51) at Spacebars.mustacheImpl (http://192.168.178.2:8080/packages/spacebars.js?hash=6f2be25813c793c0b363a6a91ebb029723f294ec:106:25) at Object.Spacebars.mustache (http://192.168.178.2:8080/packages/spacebars.js?hash=6f2be25813c793c0b363a6a91ebb029723f294ec:110:39) at Blaze.View._render (http://192.168.178.2:8080/app/app.js?hash=c0f961362c1318d650abaafcaaa6f6a77c8d11c8:3328:42) at Blaze.View.doRender (http://192.168.178.2:8080/packages/blaze.js?hash=a20deb597f76789e171a9ee2b2e37d73fbb7ecda:1925:25)
* Attachment activities merging doneRomulus Urakagi Tsai2020-05-081-1/+1
|
* Merge branch 'master' into lib-changeRomulus Tsai 蔡仲明2020-05-082-231/+231
|\
| * fix bug that prevents editing or deleting commentsJonathan Baird2020-04-091-2/+2
| |
| * Merge upstream/masterJonathan Baird2020-04-011-7/+0
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '56667112d7fd146a9847794207e9a2224b1115d7': Update ChangeLog. Minicard labels on the top and title on bottom. Update translations. Update translations. Add translations for Notification drawer like Trello. Add translations for Board Settings / Allow Rename Board/Swimlane/Card. Update ChangeLog. Fix start-wekan.sh MongoDB port to 27017. v3.87 Update translations. Update ChangeLog. Improvements on card details visualization. Update ChangeLog. Move "Rules" from "Board View" to "Board Settings". Update ChangeLog. Fix richer editor submit did not clear edit area. Update ChangeLog. Fix Browser always reload the whole page when I change one of the card color. Fixed by making label colors and text again editable. Regression from [Wekan v3.86 2)](https://github.com/wekan/wekan/commit/b9099a8b7ea6f63c79bdcbb871cb993b2cb7e325).
| | * Fix Browser always reload the whole page when I change one of the card color.Lauri Ojansivu2020-03-311-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed by making label colors and text again editable. Regression from [Wekan v3.86 2)](https://github.com/wekan/wekan/commit/b9099a8b7ea6f63c79bdcbb871cb993b2cb7e325). Thanks to javen9881 and xet7 ! Closes #2971
| * | add a notification drawer like trelloJonathan Baird2020-03-272-229/+229
| |/
| * 1) Fix Pasting text into a card is adding a line before and afterLauri Ojansivu2020-03-241-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | (and multiplies by pasting more) by changing paste "p" to "br". 2) Fixes to summernote and markdown comment editors, related to keeping them open when adding comments, having @member mention not close card, and disabling clicking of @member mention. Thanks to xet7 ! Closes #2890
* | Done attachments activities operatingRomulus Urakagi Tsai2020-05-081-3/+4
|/
* Remove hiding comments and activities.Lauri Ojansivu2020-02-101-195/+193
|
* 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