Lauri Ojansivu
382168a5b4
Try to fix some security issues. Part 2.
...
Thanks to responsible security disclosure contributors and xet7 !
2023-02-20 16:48:02 -05:00
Lauri Ojansivu
ff993e7c91
Try to fix some security issues.
...
Thanks to responsible security disclosure contributors and xet7 !
2023-02-20 01:21:33 +02:00
Lauri Ojansivu
0c3ca14699
Merge branch 'upgrade-meteor-2.6' of https://github.com/majus/wekan into upgrade-meteor
2022-04-18 21:25:47 +03:00
David Arnold
0d97b1314d
fix: activity download link
2022-04-18 18:17:21 +03:00
Jan Küster
60af7766bf
Switch tap:i18n to custom TAPi18n implementation
2022-04-18 18:02:14 +03:00
Ben0it-T
0565f58165
adjust Activities display
2022-03-05 22:17:59 +01:00
David Arnold
59a936ae90
fix: activity download link
2022-02-06 13:19:58 +03:00
Lauri Ojansivu
0991e54c22
Fixed typo.
2021-11-11 19:04:17 +02:00
Martin Filser
f1b49e05eb
Card detail popup loads now comments if opened from board search
2021-11-09 12:55:10 +01:00
Martin Filser
1a09b75974
Comment, added confirm delete popup
2021-10-25 20:00:17 +02:00
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
2021-10-25 12:53:04 +02:00
Martin Filser
fdf40f4584
Use Utils#getCurrentCard() everywhere in the code
2021-10-20 18:41:33 +02:00
Martin Filser
0f69282eec
Card Details Popup, Activities (comments) are now displayed
2021-10-20 18:40:41 +02:00
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
2021-09-21 22:46:32 +03:00
Kai Lehmann
104a6dd0b3
add comments for card comment reactions feature
2021-08-13 20:53:04 +02:00
Kai Lehmann
2977120129
adds card comment reactions feature
2021-08-13 20:47:55 +02:00
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
2021-05-07 02:13:20 +03:00
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.
2021-03-05 15:05:53 +03:00
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
2021-01-19 19:03:29 +02:00
helioguardabaxo
e9b9af4616
Fixed end date return
2020-11-27 20:02:49 -03:00
helioguardabaxo
cfe500794c
Attempt to implement date activities notification
2020-11-27 14:41:20 -03:00
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.
2020-06-18 01:07:56 +02:00
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)
2020-06-11 02:36:06 +02:00
Lauri Ojansivu
415e94d187
Fix indent.
...
Thanks to xet7 !
2020-06-08 17:32:17 +03:00
Marc Hartmayer
fb44df9815
WIP: XSS fixes
2020-06-07 23:22:04 +02:00
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
2020-05-25 17:54:51 +03:00
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 )
2020-05-24 11:31:25 +02:00
Romulus Urakagi Tsai
012ca39a8d
Attachment activities merging done
2020-05-08 11:50:43 +08:00
Romulus Tsai 蔡仲明
c3458855bd
Merge branch 'master' into lib-change
2020-05-08 10:13:11 +08:00
Romulus Urakagi Tsai
4448488767
Done attachments activities operating
2020-05-08 09:32:19 +08:00
Jonathan Baird
fe66169415
fix bug that prevents editing or deleting comments
2020-04-09 12:46:24 -06:00
Jonathan Baird
9819c9f801
add a notification drawer like trello
2020-03-27 11:35:03 -06:00
justinr1234
0cf9a7b552
Fix last label undefined
2019-08-26 12:16:21 -05:00
Justin Reynolds
3eb4d2c341
Prettier & eslint project style update
2019-06-28 12:56:51 -05:00
Andrés Manelli
777d9ac353
Lint fix
2019-03-16 23:15:30 +01:00
Andrés Manelli
d01fccd949
- Fix card copy & move between boards with customFields
...
- 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
2019-03-16 22:49:45 +01:00
Benjamin Tissoires
6d6bb8fc57
Activities: register customFields changed in the activities
...
This stores the updates to the custom fields in the activities side bar.
Only manual updates to the custom fields are currently registered.
2019-03-08 11:32:59 +01:00
Lauri Ojansivu
df84a2be9a
Fix lint errors.
2018-09-16 01:50:36 +03:00
Lauri Ojansivu
6673b79738
Merge branch 'feature-rules' of https://github.com/Angtrim/wekan into Angtrim-feature-rules
2018-09-16 00:10:40 +03:00
Angelo Gallarello
34b37116cf
Fixed rule allows
2018-09-12 00:52:29 +02:00
Angelo Gallarello
cc285afd59
Complete checklist activities
2018-08-16 21:49:56 +02:00
Angelo Gallarello
9c6d374b95
Labels activities
2018-08-16 16:54:29 +02:00
Andrés Manelli
be00465e67
Fix hiddenSystemMessages
2018-08-15 22:17:52 +02:00
Pouyan Savoli
afd87e3caa
many custom fields model and UI enhancements
2017-09-22 22:59:32 +02:00
Pouyan Savoli
ade3c02122
Create custom fields creation UI added to Board Menu, Model in progress
2017-09-22 22:59:32 +02:00
nztqa
ef0c729b27
Fix: incorrect attachment link with subfolder in the url
2017-06-27 11:37:16 +09:00
Mario Orlicky
8290dcb249
New change settings option and possibility to hide system messagaes
2016-11-19 19:02:33 +01:00
Liming Xie
9bbdacc79a
Add notification, allow watch boards / lists / cards
2016-01-05 23:26:02 +08:00
Maxime Quandalle
ac6491ea12
Remove unnecessary template name declaration
...
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.
2016-01-03 23:45:46 +01:00
Xavier Priour
ad27a59e57
Import attachments
2015-11-16 21:41:49 +01:00