Jonathan Baird
8ea86ae0b9
fix error from notifications subscriptions
5 years ago
Jonathan Baird
9819c9f801
add a notification drawer like trello
5 years ago
Lauri Ojansivu
81635d9217
Revert: Fix Pasting text into a card is adding a line before and after
...
(and multiplies by pasting more) by disabling WYSIWYG comment editor
for everyone.
Thanks to xet7.
TODO later: Fix wysiwyg editor paste bug.
Opens #2890
5 years ago
Lauri Ojansivu
393482315f
Fix typo.
5 years ago
Lauri Ojansivu
a064b8d643
Fix Pasting text into a card is adding a line before and after
...
(and multiplies by pasting more) by disabling WYSIWYG comment editor
for everyone.
Closes #2890
5 years ago
Lauri Ojansivu
aaecac0912
Mouse scroll part 2.
5 years ago
Lauri Ojansivu
9d13001b90
Add settings for mouse wheen scroll inertia and scroll amount.
...
For example:
sudo snap set scrollinertia='200'
sudo snap set scrollamount='200'
Thanks to danger89 and xet7 !
Related #2949
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
Nico
21b75edcdd
Make profile.initials available in publications
5 years ago
Lauri Ojansivu
178f376e21
Fix Card Opened Webhook can not be disabled.
...
Thanks to mvanvoorden and xet7 !
Closes #2932 ,
closes #2889 ,
closes #2666
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
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
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
Lauri Ojansivu
ddce0ada09
Removed Custom HTML feature that does not work.
...
Thanks to xet7 !
Closes #2218
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
Robert Lebedeu
2c4d3fa317
Fix checkBoardAccess authentication check
6 years ago
Guillaume
0a1e7006b3
Using LINKED_CARDS_ENABLED
6 years ago
Lauri Ojansivu
351d4767d7
When logged in, use database for setting, so that changes are
...
immediate. Only on public board use cookies.
Comment out Collapse CSS that is not in use.
Thanks to xet7 !
6 years ago
Lauri Ojansivu
96abe3c691
New feature: Now there is popup selection of Lists/Swimlanes/Calendar/Roles.
...
New feature, not set visible yet, because switching to it does not
work properly yet: Collapsible Swimlanes #2804
Fix: Public board now loads correctly. When you select one of Lists/Swimlanes/Calendar view and
reload webbrowser page, it can change view. Closes #2311
Fix: List sorting commented out. Closes #2800
Fix: Errors hasHiddenMinicardText, hasShowDragHandles, showSort, hasSortBy, profile,
FirefoxAndroid/IE11/Vivaldi/Chromium browsers not working by using
cookies instead of database.
More details at https://github.com/wekan/wekan/issues/2643#issuecomment-554907955
Note: Cookie changes are not always immediate, if there is no effect,
you may need to reload webbrowser page.
Closes #2643 .
Thanks to xet7 !
6 years ago
Lauri Ojansivu
5b41d72e8d
Add database migration for assignee.
...
Thanks to ocdtrekkie and xet7 !
6 years ago
Sam X. Chen
62b72a03c4
Add feature: Add due timeline into Calendar view
6 years ago
Sam X. Chen
616903114f
Fix two-way webhooks - locking might fail sometime
6 years ago
justinr1234
4d967360b2
Fix #2688 subcard selector
6 years ago
Lauri Ojansivu
f14dce2f19
v3.39
6 years ago
Lauri Ojansivu
6ce8eeee6c
Revert Wekan v3.37 Fix Linked cards make load all cards of database.
...
Thanks to xet7!
Related #2688 ,
related #2693
6 years ago
Lauri Ojansivu
a56988c487
Fix: Linked cards make load all cards of database.
...
Thanks to Akuket !
Closes #2688
6 years ago
Lauri Ojansivu
753d5b953d
Fix prettier.
6 years ago
William Hughes
682c23e011
Treat any 2xx webhook response status code as success
6 years ago
Justin Reynolds
3b9f2ca7c2
Fixes #2596 incorrect date types for created & updated
6 years ago
Lauri Ojansivu
4567f08a0b
Try to fix prettier.
6 years ago
guillaume
663ba26d4d
Patch admin search feature
6 years ago
Sam X. Chen
510407467c
Add Feature: enable two-way webhooks - add comments need userid
6 years ago
Sam X. Chen
b477fc1b1c
Add Feature: enable two-way webhooks - fixing lint error
6 years ago
Sam X. Chen
dd0682328b
Add Feature: enable two-way webhooks - stage two
6 years ago
Sam X. Chen
3f0600fed7
Add Feature: enable two-way webhooks - stage one
6 years ago
Justin Reynolds
977503fa79
Fix mismatched queries
6 years ago
Sam X. Chen
86d686fe1d
Bugfix: 2621
6 years ago
Lauri Ojansivu
b8c527d52b
Add setting CARD_OPENED_WEBHOOK_ENABLED=false as default.
...
Thanks to xet7 !
Related 843478ac40
,
related #2518
6 years ago
jymcheong
843478ac40
Webhook cardDetails onRendered
...
Send webhook when cardDetails is rendered.
6 years ago
Sam X. Chen
a666883986
Addfeature: showing action in system message when user deleted/edited comments, plus changing email content \n to <br/>
6 years ago
Sam X. Chen
8d76db91b8
Addfeature: Enable HTML email content for richer comment
6 years ago
Lauri Ojansivu
20294d833a
Add to Admin Panel / Version: Meteor version, MongoDB version, MongoDB storage engine,
...
MongoDB Oplog enabled.
Thanks to RocketChat developers for MongoDB detection code and xet7 for other code.
6 years ago
Sam X. Chen
77b5244723
Bugfix: 2560, 2604 - enable mixed mode mongodb attachment and filesystem attachment while reading
6 years ago
Justin Reynolds
b31a74e9af
Fix board query
6 years ago
Lauri Ojansivu
9066bd1a0f
Add env setting to image resizer, part 1.
...
Thanks to xet7 !
6 years ago
Lauri Ojansivu
fe42eb1d01
Add check for isActive.
...
Thanks to xet !
6 years ago
Lauri Ojansivu
7f2f407e2a
Org tables already have created and modified fields, so they
...
[are not needed](2cedbcb9b3 (r34310611)
)
for add-missing-created-and-modified migration, so removing not needed migration.
Thanks to justinr1234 and xet7 !
Related #802
6 years ago
Lauri Ojansivu
41950ba4de
Teams/Organizations part 3, in progress. Table: org_user, and indexes.
...
Thanks to xet7 !
Related #802
6 years ago