Martin Filser
c925a27870
Fixing opening cards and slow performance of closing cards
...
Fixes : #5533
Fixes : #5548
Revert "Switch from kadira:flow-router to ostrio:flow-router-extra"
This reverts commit 718c1a393d
.
2024-10-22 21:45:36 +02:00
Denis Perov
718c1a393d
Switch from kadira:flow-router to ostrio:flow-router-extra
2024-09-23 19:25:55 +03:00
Martin Filser
3db265d57f
fix error on console when user logout (Part 2)
2024-08-06 17:24:43 +02:00
Martin Filser
38a32824ea
fix error on console when user logout (Part 1)
2024-08-06 17:24:43 +02:00
Martin Filser
4a8dcde8ee
Move every Lists.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory client/)
2023-07-18 21:25:28 +02:00
Martin Filser
66c2140911
replace Array#forEach() ... Array#push with Array#map
2023-07-18 21:25:28 +02:00
Martin Filser
ea3144492e
board page didn't always show the list counters
2023-07-18 21:25:28 +02:00
Martin Filser
10a9306abd
Move every Boards.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory client/)
2023-07-18 21:25:28 +02:00
Martin Filser
5e3a9dc059
Move every Meteor.user() to the ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
6e1ef3d94a
Move every Users.findOne() to the ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
a182482cfb
Move every Boards.findOne(boardId) to the ReactiveCache (Part 2)
2023-07-18 21:25:28 +02:00
Martin Filser
b7dbeba7de
add currentSetting to ReactiveCache
2023-07-18 21:25:28 +02:00
Lauri Ojansivu
e1a00090ba
Fixed Rare bug: All Boards page icons random dance. Reverted changing migrations. Fixed reordering cards. Part 2.
...
Fixes #4214
Thanks to xet7 !
2023-06-09 18:03:28 +03:00
Lauri Ojansivu
b75e16f104
Fixed Rare bug: All Boards page icons random dance. Commented out All Boards show members, cards counts, and some migrations.
...
Fixes #4214
Thanks to xet7 !
2023-06-09 16:27:04 +03:00
Justin Zhang
53e67ff57a
Supress displaying subtask boards to avoid clutter
2022-10-06 15:12:27 +08:00
helioguardabaxo
9dff09fbcf
Added hide/show to show counters and members on All Boards (Admin Panel)
2022-09-16 11:02:25 -03:00
Repmovs
98b7953d7f
fixing issue #4634
2022-08-15 11:20:09 +00:00
Repmovs
d7bb0b4cc0
Set drag handle on touch screen not miniscreen
2022-08-12 17:21:45 +00:00
helioguardabaxo
6694088ac7
Do not show archived lists on All Boards
2022-06-24 16:40:03 -03:00
Martin Filser
fbb0ed5ec1
Board copy work now again
...
- there was an error at attachment copy
- fixes: https://github.com/wekan/wekan/issues/4485#issue-1211353265
2022-04-30 21:04:37 +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
Jan Küster
60af7766bf
Switch tap:i18n to custom TAPi18n implementation
2022-04-18 18:02:14 +03:00
Lauri Ojansivu
9ed1105e7e
Merge pull request #4477 from helioguardabaxo/master
...
Added members list and board card count per list on My Boards
2022-04-15 19:52:29 +03:00
helioguardabaxo
5f2820d7e0
Added members list and board card count per list on My Boards
2022-04-15 13:19:37 -03:00
Lauri Ojansivu
e7a11c5733
Try to fix Duplicate Board.
...
Thanks to xet7 !
Fixes #4459
2022-04-06 17:52:11 +03:00
Ben0it-T
9fa5b59d7c
Duplicate Board now open board
2022-03-14 21:46:11 +01:00
Lauri Ojansivu
67687110bb
Fixed Duplicate board.
...
Thanks to Ben0it-T and xet7 !
Fixes #4260
2021-12-26 15:24:16 +02:00
Lauri Ojansivu
7f32de3bec
Fixed Templates are Missing, Error: Site not Found "/templates" is missing in the URL.
...
Shared Templates part 5: Make visible Create template board checkbox and templates at All Boards page, In Progress.
Thanks to xet7 !
Fixes #4253 ,
related #3313
2021-12-25 21:59:43 +02:00
Ben0it-T
cec05dae47
All boards view (boardsList) - sort Organizations and Teams by Display Name
2021-12-12 18:55:49 +01:00
Martin Filser
c9071a74bc
jquery-ui works now with touch devices
...
- the "old" implementation at wekan source code didn't work anymore with
jquery-ui@1.13.0, so it's necessary to use another package to get it
work again
2021-11-25 22:42:06 +01:00
Martin Filser
ba3fa2aaea
Boards view has now drag handles at desktop view if drag handles are enabled
2021-11-15 12:51:11 +01:00
Emile NDAGIJIMANA
6cd59f8ce1
Fix bug 'if OIDC button text was customized, the default text will be added if a user click on sing in'
2021-10-12 17:41:12 +02:00
Emile NDAGIJIMANA
55296b676b
[After update wekan to 5.57] Edit profil and change pswd menus are not displayed when SSO authentication is used
2021-09-01 14:43:14 +02:00
Emile NDAGIJIMANA
c7cc9273a6
Edit profil and change password menus are not displayed when SSO authentication is used
2021-09-01 11:40:54 +02:00
Emile NDAGIJIMANA
6d9d69e01d
Fix bugs #3978 and #3979
2021-08-30 15:49:37 +02:00
Emile NDAGIJIMANA
48c3263e28
[all boards page] Possibility of filtering board by team or organization
2021-08-24 17:12:51 +02:00
Emile NDAGIJIMANA
789d1d1d1c
« All boards page » only displays tables to which the current user has access
2021-07-23 10:39:42 +02:00
Lauri Ojansivu
3b4a44abb1
Shared Templates: In Progress. Hide this feature while it's not finished yet.
...
Thanks to xet7 !
2021-06-29 14:03:47 +03:00
Lauri Ojansivu
0a0cec6ef0
Shared Templates. In Progress.
...
Thanks to xet7 !
Related #3313
2021-06-16 16:10:34 +03:00
Emile NDAGIJIMANA
6e46cad56c
Fix bug #3832 'Default language is still used although this one has been modified previously'
2021-06-01 15:55:42 +02:00
John R. Supplee
ad6da9bf37
Create unique board names when importing
2021-01-28 18:21:56 +02:00
John R. Supplee
b249fcbb2e
Use the copyBoard method to duplicate a board
...
* Use `copyBoard` instead of `cloneBoard` to duplicate a board
* Give duplicated boards a unique title by appending number
2021-01-22 14:24:39 +02:00
Lauri Ojansivu
ba24c4e40c
All logged in users are now allowed to reorder boards by dragging at All Boards page and Public Boards page.
...
Thanks to xet7 !
Fixes #3147
2020-07-10 18:56:26 +03:00
Lauri Ojansivu
3718dd4d45
Fix lint.
2020-05-16 03:15:14 +03:00
Lauri Ojansivu
98e255ccec
Fix Can't Scroll on All Boards on mobile phone. Added drag handles.
...
Thanks to xet7 !
Fixes #3096
2020-05-16 03:08:05 +03:00
Nico
3cc0a93e0e
Card vote options in new fork
2020-05-03 00:33:15 +02:00
Marc Hartmayer
eddcb2260b
Reactivate the touch event fix for the boards list
...
This fixes https://github.com/wekan/wekan/issues/3049 .
2020-04-27 01:16:13 +02:00
Marc Hartmayer
f1b18d79cd
Don't interpret dragging an element as a click
...
Remove `enableClickOnTouch` as this behavior is not intuitive.
2020-04-25 09:49:41 +02:00
Lauri Ojansivu
9e95c06415
Fix lint errors in lint error fix.
...
Thanks to xet7 !
2020-04-22 21:00:31 +03:00
Marc Hartmayer
b2acc3ba45
Multiple lint issue fixes
...
Found by using the command `meteor npm run lint:eslint:fix`.
2020-04-21 18:15:29 +02:00