Nico
8f28a409c7
Public vote
5 years ago
Jonathan Baird
fe66169415
fix bug that prevents editing or deleting comments
5 years ago
Nico
f09219cbfd
Remove export button if WITH_API is not enabled
...
#2938
https://github.com/wekan/wekan/issues/2938#issuecomment-589782402
5 years ago
Lauri Ojansivu
5ebb47cb0e
Add setting default NOTIFICATION_TRAY_AFTER_READ_DAYS_BEFORE_REMOVE=2
...
to all Wekan platforms https://github.com/wekan/wekan/pull/2998
Thanks to xet7 !
5 years ago
Jonathan Baird
a182dde11f
add a "remove all read" button to notification menu
5 years ago
Lauri Ojansivu
968ae122b0
Fix typos.
5 years ago
Daniel Eder
fe285c62e1
Add filter option for assignee
...
Works exactly like member
5 years ago
Nico
2bbc312ad0
Voteing feature
5 years ago
Will
e0930c32a6
Correct zh-TW language name (the right way)
5 years ago
Will 保哥
b849d4c2ba
Update layouts.js
5 years ago
Daniel Eder
89fe030fa3
subtasks now use swimlane with title matching parent lane title
...
As discussed in #1953 this is required to handle two-board scenarios correctly.
5 years ago
Jonathan Baird
f4d0791c6c
add correct i18n for notifications menu
5 years ago
Lauri Ojansivu
d0003a334f
Minicard labels on the top and title on bottom.
...
Thanks to helioguardabaxo and xet7 !
Closes #2980
5 years ago
Lauri Ojansivu
6b902bdb36
Improvements on card details visualization.
...
Thanks to helioguardabaxo and xet7 !
Closes #2974
5 years ago
Lauri Ojansivu
e7d2343593
Move "Rules" from "Board View" to "Board Settings".
...
Thanks to helioguardabaxo and xet7 !
Closes #2973
5 years ago
Lauri Ojansivu
033d671047
Fix richer editor submit did not clear edit area.
...
Thanks to xet7 !
5 years ago
Lauri Ojansivu
3546d7aa02
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)](b9099a8b7e
).
Thanks to javen9881 and xet7 !
Closes #2971
5 years ago
Jonathan Baird
9819c9f801
add a notification drawer like trello
5 years ago
Daniel Eder
c41c1e5293
subtasks now use parent task swimlane by default
5 years ago
Lauri Ojansivu
5bd0459cc2
Hide duplicate "Hide system messages" at Change Settings/Member Settings, because it's also on card slider.
...
Thanks to notohiro and xet7 !
Closes #2837
5 years ago
Lauri Ojansivu
b9099a8b7e
1) Fix Pasting text into a card is adding a line before and after
...
(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
5 years ago
Lauri Ojansivu
12ab8fac5d
Fix Rich editor can not be disabled, regression from changes yesterday at Wekan v3.85.
...
Thanks to uusijani, vjrj and xet7 !
Closes #2967 ,
closes #104
5 years ago
Lauri Ojansivu
482682e500
SECURITY VULNERABILITY FIX: Fix XSS bug reported today 4 hours ago by Cyb3rjunky.
...
Logged in users could run javascript in input fields.
This affects Wekan versions v3.12-v3.84.
In [Wekan v3.12](https://github.com/wekan/wekan/blob/master/CHANGELOG.md#v312-2019-08-09-wekan-release )
there was [changes for XSS filter to allow inserting images, videos etc
on comment WYSIWYG editor](https://github.com/wekan/wekan/pull/2593 )
so features related to that are now removed.
After this fix, Javascript in input fields is not executed.
Thanks to Cyb3rjunky and xet7 !
5 years ago
Lauri Ojansivu
2b26bbe78a
Fix: img tag did not allow width and height.
...
Removed swipebox from markdown editor img tag and
updated marked markdown to newest version.
Thanks to hradec and xet7 !
Closes #2956
5 years ago
Lauri Ojansivu
aac7c380c8
- Fix critical and moderate security vulnerabilities reported at 2020-02-26 with
...
responsible disclosure by [Dejan Zelic](https://twitter.com/dejandayoff ),
Justin Benjamin and others at [Offensive Security](https://twitter.com/offsectraining ),
that follow standard 90 days before public disclosure.
Thanks to xet7.
- Fix webhook error that prevented some card etc deleting from web UI of board.
Thanks to xet7.
- Add some more Font Awesome icons.
Thanks to xet7.
- Remove autofocus from many form input boxes so that they would not cause warnings.
Thanks to xet7.
5 years ago
Lauri Ojansivu
2b9540ce02
Try to fix afterwards loading of cards by adding
...
fallback when requestIdleCallback is not available.
Thanks to xet7 !
Closes #2878 ,
closes #2250
5 years ago
Lauri Ojansivu
e0ca960a35
Create New User in Admin Panel. Works, but does not save fullname yet,
...
so currently it's needed to edit add fullname later.
Thanks to xet7 !
Related #802
5 years ago
Lauri Ojansivu
e89965f642
Remove card element grouping to create compact card layout.
...
Card Settings / Show on Card: Description Title and Description Text.
Thanks to e-stoniauk, 2020product and xet7 !
Fixes https://github.com/wekan/wekan/pull/2922
5 years ago
Lauri Ojansivu
4467a68b97
Part 2: Fix Copy Card Link to Clipboard button at card title did not work.
...
Thanks to 2020product and xet7 !
Related https://github.com/wekan/wekan/pull/2922
5 years ago
Lauri Ojansivu
9a21b0a1c9
Fix Copy Card Link to Clipboard button at card title did not work.
...
Thanks to 2020product and xet7 !
Related https://github.com/wekan/wekan/pull/2922
5 years ago
Lauri Ojansivu
2a54218f3f
Remove hiding comments and activities.
5 years ago
Lauri Ojansivu
2fce02afbc
Add Feature: Card Settings/Show on card/Activities.
...
Fix: When in Card Settings hiding Comments, only adding new comment is hidden, not old comments.
Thanks to xet7 !
Closes #2925
5 years ago
Lauri Ojansivu
bf78b093ba
Try to disable dragging Swimlanes/Lists/Cards/Checklists/Subtasks on small mobile smartphones webbrowsers, and hide drag handles on mobile web.
...
Thanks to xet7 !
5 years ago
Lauri Ojansivu
f22785dbcd
- Fix adding comments.
...
- 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
5 years ago
Lauri Ojansivu
1350694538
Add Board Card Settings to Show on Card only some of it's fields.
...
Default WYSIWYG comment editor not enabled, use markdown instead.
5 years ago
dollybean
0b00a8095c
Customize of some card's functions
5 years ago
Peter Verraedt
4b56bbfe6d
Add rule action to move cards to other boards
...
Fixes #1996
5 years ago
tsia
3e2415631f
Update header.styl
5 years ago
Lauri Ojansivu
5058233509
Wider sidebar.
...
Thanks to vjrj !
Closes #2218
5 years ago
Lauri Ojansivu
ddce0ada09
Removed Custom HTML feature that does not work.
...
Thanks to xet7 !
Closes #2218
5 years ago
Lauri Ojansivu
8ce9939217
Fix: Unable to find Archive Card/List/Swimlane in board settings.
...
Thanks to neobradley and xet7 !
Closes #2872
5 years ago
Lauri Ojansivu
f6f7705f23
Add Worker role.
...
This was originally added at Wekan v3.58,
reverted at Wekan v3.60 because of bugs,
and now after fixes added back.
Thanks to xet7 !
Closes #2788
5 years ago
Lauri Ojansivu
cd253522a3
Add more Font Awesome icons. This was originally added
...
at Wekan v3.58, removed at Wekan v3.60, and now
added back at Wekan v3.61.
Thanks to xet7 !
5 years ago
Lauri Ojansivu
27943796ad
Revert to Wekan v3.57 version of client and models directories,
...
removing Worker role temporarily, because Worker role changes
broke saving card.
Thanks to xet7 !
5 years ago
Lauri Ojansivu
5376bc7b79
Fix not being able to edit received date.
...
Thanks to xet7 !
5 years ago
Lauri Ojansivu
2bf004120d
Add Worker role.
...
Add more Font Awesome icons.
Fix browser console errors when editing user profile name etc.
Thanks to xet7 !
Closes #2788
5 years ago
Lauri Ojansivu
e142acfdb7
Remove LINKED_CARDS_ENABLED settings, because it does not work.
...
Thanks to xet7 !
5 years ago
Lauri Ojansivu
e928660bc0
LINKED_CARDS_ENABLED settings part 3.
...
In Progress, linked cards not completely disabled yet.
Thanks to xet7 !
5 years ago
Lauri Ojansivu
1f1aea87a4
Visual difference for inactive user in Administration: strikethrough.
...
Thanks to hever and xet7 !
Closes #2860
5 years ago
Lauri Ojansivu
3b3950369c
Fix comment text disappearing when clicking outside of comment text area.
...
Fix lint error.
Thanks to xet7 !
6 years ago