Martin Filser
8a446de3e9
added comment section on card details to avoid loading the card comment activities from the server
...
- and added to show only the activities a card
- to display the card comments a connection to the server was needed to get the activities of the card comments, now, it's not necessary
- also performance relevant. until now there were a lot of activities loaded, now only of the current card
6 months ago
Lauri Ojansivu
a27f8ecfa9
Fix Warning: missing space before text for line 210 of jade file client/components/activities/activities.jade
...
Thanks to xet7 !
7 months ago
Aden Koziol
12af3a5d10
renaming list shows in activities
7 months ago
Martin Filser
1951b279c0
fixing of "mode is undefined" on first activity component creation
10 months ago
Martin Filser
e538fb9514
Activities, adding back "created at" field
...
Fixes #5459
10 months ago
Martin Filser
66d739b3b1
Removed second "created at" text at activites / card comment
...
- the same text is already at line start, it makes no sense to print it
again at line end
1 year ago
Martin Filser
81c9bb6899
Move every Users.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory client/)
2 years ago
Martin Filser
54f7361767
Move every CustomFields.findOne() to the ReactiveCache
2 years ago
Martin Filser
0a7ffe4cb0
Move every CardComments.findOne() to the ReactiveCache
2 years ago
Martin Filser
0e714a90e0
Move every ChecklistItems.findOne() to the ReactiveCache
2 years ago
Martin Filser
5e3a9dc059
Move every Meteor.user() to the ReactiveCache
2 years ago
Martin Filser
3b65113d05
Move every Cards.findOne() to the ReactiveCache
2 years ago
Martin Filser
a182482cfb
Move every Boards.findOne(boardId) to the ReactiveCache (Part 2)
2 years ago
Lauri Ojansivu
382168a5b4
Try to fix some security issues. Part 2.
...
Thanks to responsible security disclosure contributors and xet7 !
2 years ago
Lauri Ojansivu
ff993e7c91
Try to fix some security issues.
...
Thanks to responsible security disclosure contributors and xet7 !
2 years ago
Lauri Ojansivu
072778b9aa
Converted Stylus to CSS. Removed Stylus. This change removed many error messages.
...
Thanks to xet7 !
3 years ago
David Arnold
0d97b1314d
fix: activity download link
3 years ago
Denis Perov
4277d89514
Fix various bugs
3 years ago
Jan Küster
60af7766bf
Switch tap:i18n to custom TAPi18n implementation
3 years ago
Ben0it-T
0565f58165
adjust Activities display
3 years ago
David Arnold
59a936ae90
fix: activity download link
3 years ago
Ben0it-T
3e364c4f35
fix comments on cardType-linkedBoard
3 years ago
Martin Filser
f0cadf858d
New card comments have now the same color as card comment editing
4 years ago
Martin Filser
f2d2982a76
Comment edit has now a cancel button
4 years ago
Lauri Ojansivu
0991e54c22
Fixed typo.
4 years ago
Martin Filser
f1b49e05eb
Card detail popup loads now comments if opened from board search
4 years ago
Martin Filser
1a09b75974
Comment, added confirm delete popup
4 years ago
Martin Filser
a59dfa8fc0
Card Details Popup, every "Sub-Popup" must use .back() instead of .close()
...
- .close() closes the popup. Until now it was ok, but as the Card
Details are opened in a popup too, .back() must be used to get the
same behaviour back
- .back() is also .close() if there is no "popup layer" left
4 years ago
Martin Filser
fdf40f4584
Use Utils#getCurrentCard() everywhere in the code
4 years ago
Martin Filser
0f69282eec
Card Details Popup, Activities (comments) are now displayed
4 years ago
Lauri Ojansivu
0b02e88ee3
Try to fix Bug: Card number equal to #0 when creating a sub-task from a card.
...
Thanks to marcungeschikts, olivierlambert and xet7 !
Fixes #3970
4 years ago
Lauri Ojansivu
4c659da533
Try to fix Bug: Card number equal to #0 when creating a sub-task from a card.
...
Thanks to marcungeschikts, olivierlambert and xet7 !
Fixes #3970
4 years ago
Kai Lehmann
104a6dd0b3
add comments for card comment reactions feature
4 years ago
Kai Lehmann
2977120129
adds card comment reactions feature
4 years ago
Lauri Ojansivu
5ab20a9257
Added markdown-it-mermaid for some charts support in all input fields. Replaced xss with dompurify.
...
Thanks to xuguotong and xet7 !
Fixes #3794
4 years ago
Lauri Ojansivu
6ff9c5b58d
Added German (Switzerland) (de_CH) Part 3.
...
Fixed lint.
Thanks to translators and xet7 !
4 years ago
ryanMushy
f2d5698acb
popover needs to be destroyed anytime the details panel is closed.
4 years ago
John R. Supplee
5cc6a2f7d0
Add an avatar for the card creator
...
* Add avatar to minicard
* Add field to card details
* Add show option in Board / Card Settings
4 years ago
Majed6
b4e343369a
Fixed Bug: inconsistent use of relative/absolute URLs
...
Some pages use relative links such as boards link at the home page.
Others use absolute url such as cards in boards' lists.
This commits goal is to allow for consistent use of relative
urls.
Origin relative URLs also helps decoupling Wekan from the infrastructure
it's deployed on. i.e if it's being served, it should work.
4 years ago
Lauri Ojansivu
8e4eade002
Fixed Card activity shows only 20 last entries of activities and comments, by changing limit to 500 entries.
...
Thanks to xet7 !
Fixes #2934
4 years ago
helioguardabaxo
9f340bcecd
Improvements in activities design
5 years ago
helioguardabaxo
e9b9af4616
Fixed end date return
5 years ago
helioguardabaxo
cfe500794c
Attempt to implement date activities notification
5 years ago
Martin Filser
01285ba10d
board admin can edit and delete comments as well #3201
5 years ago
Marc Hartmayer
e21c078521
Fix activities view on mobile devices
...
Turns out that the sidebar is not available on mobile device therefore add
guards for this for now. This needs further investigation.
5 years ago
Marc Hartmayer
06cacd7a5a
Fix infinite scrolling for activities
...
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)
5 years ago
Lauri Ojansivu
415e94d187
Fix indent.
...
Thanks to xet7 !
5 years ago
Marc Hartmayer
fb44df9815
WIP: XSS fixes
5 years ago
Lauri Ojansivu
d52affe658
Move In Progress ostrio-files changes to separate branch, and revert 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
5 years ago
Marc Hartmayer
b7105d7b57
Fix error link not available
...
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 )
5 years ago