Lauri Ojansivu
902f86d363
Collapse Lists to be per user, not per board. In Progress.
...
Related #5388
Thanks to xet7 !
2024-05-01 23:58:57 +03:00
Lauri Ojansivu
e6476319bc
Fix board not visible.
...
Thanks to xet7 !
2024-04-26 07:57:16 +03:00
Lauri Ojansivu
a601ba542a
Collapse Lists.
...
Thanks to xet7 !
2024-04-26 07:33:06 +03:00
Martin Filser
36db6c6e2d
Move every CardCommentReactions.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory server/)
2023-07-18 21:25:29 +02:00
Martin Filser
286617e7be
Move every Integrations.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory server/)
2023-07-18 21:25:29 +02:00
Martin Filser
99ab6d13d4
Move every Team.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory server/)
2023-07-18 21:25:29 +02:00
Martin Filser
dcf7232958
Move every Org.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory server/)
2023-07-18 21:25:29 +02:00
Martin Filser
7ef8de50bd
Move every CustomFields.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory server/)
2023-07-18 21:25:29 +02:00
Martin Filser
6646b8638e
Move every Users.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory server/)
2023-07-18 21:25:29 +02:00
Martin Filser
46840c9373
Move every Swimlanes.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory server/)
2023-07-18 21:25:29 +02:00
Martin Filser
76bd3bfe1d
Move every Lists.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory server/)
2023-07-18 21:25:29 +02:00
Martin Filser
2a2ed1eb2c
Move every Cards.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory server/)
2023-07-18 21:25:29 +02:00
Martin Filser
a533605608
Move every Boards.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory server/)
2023-07-18 21:25:29 +02:00
Martin Filser
7749c0bd9a
server/publications files, adding return parameter for easier time measure (e.g. console.time())
2023-07-18 21:25:29 +02:00
Martin Filser
ea3144492e
board page didn't always show the list counters
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
Lauri Ojansivu
49ef80ab6c
BoardAdmin and Admin can now set board background image URL.
...
Thanks to xet7 !
Related #486
2023-05-27 03:10:41 -04:00
Lauri Ojansivu
54e6e32ab2
Fix Users can delete Boards from global archive (w/o permission).
...
Thanks to Meeques and xet7 !
Fixes #4631
2022-08-13 13:55:40 +03: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
b05fa636ea
fixup! Ref: original & and use fileObj.meta
2022-04-18 18:17:20 +03:00
David Arnold
74deeeaaa6
Revert "Do those imports!"
...
This reverts commit 64dcc70bd2 .
2022-04-18 18:17:20 +03:00
David Arnold
50990b6e6a
fixup! Ref: Attachments to use modern gridfs (rm localstore)
2022-04-18 18:17:01 +03:00
David Arnold
2cddcd60a1
Do those imports!
2022-04-18 18:17:00 +03:00
Denis Perov
4277d89514
Fix various bugs
2022-04-18 18:09:46 +03:00
Ben0it-T
bf6bfc8ed6
add linkedBoard Activities to selector
2022-03-05 22:03:41 +01:00
Lauri Ojansivu
40265144af
Upgrade to Meteor 2.3.4
...
Thanks to xet7 !
2022-02-15 13:16:27 +03:00
David Arnold
d0a27aaec2
fixup! Ref: original & and use fileObj.meta
2022-02-06 13:19:58 +03:00
David Arnold
be712541d5
Revert "Do those imports!"
...
This reverts commit 64dcc70bd2 .
2022-02-06 13:19:58 +03:00
David Arnold
ac7d16c40f
fixup! Ref: Attachments to use modern gridfs (rm localstore)
2022-02-06 13:19:58 +03:00
David Arnold
3da88ed858
Do those imports!
2022-02-06 13:19:58 +03:00
Ben0it-T
3eb834c920
add LinkedBoard card comments to cursor
2022-01-22 21:01:49 +01:00
John Supplee
42610d9642
More enhancements to Admin Reports and security fixes
...
* update Boards Report
* use Boards.userBoards() instead of Boards.find() to make sure user has access permission
2021-12-21 02:39:16 +02:00
John R. Supplee
d9c290deda
Add Boards Report to Admin Reports
2021-12-20 16:52:18 +02:00
Kai Lehmann
2977120129
adds card comment reactions feature
2021-08-13 20:47:55 +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
Emile NDAGIJIMANA
b236d95636
Add or remove organizations and teams from boards
2021-07-05 11:27:38 +02:00
Lauri Ojansivu
3da66a0fe3
Sorted archives Part 2.
...
Thanks to xet7 !
2021-02-02 21:08:34 +02:00
John R. Supplee
ff8a36653a
Use a Meteor call to copy a board
...
The current method was to copy a board on the client side. But
not all data was available for copying rules. Moving the copy
function to the server side solves this problem.
2021-01-22 12:49:48 +02:00
John R. Supplee
ecc3558987
My Cards and Due Cards development
...
* add spinner while pages are loading
* use a single publication for My Cards
* add Due Cards to the user menu
* add description to the All Users option for Due Cards
* some code clean-up
2021-01-10 18:08:03 +02:00
John R. Supplee
5e68362352
My Cards page development
...
* rename `findCards()` to `myBoards()`
* return model objects for Boards, Swimlanes, Lists, and Cards.
Previously created a data structure with limited properties.
* Sort the myBoards data structure according to the `sort` property
* add a `swimlane()` method in the cards model
2021-01-04 22:08:09 +02:00
John R. Supplee
e793e71163
Reformat My Cards page
...
* make the page more visually pleasing
* user +viewer to display Markdown in titles
* modify `colorClass()` in Lists model to return 'list-header-{color}'
* modify `colorClass()` of Swimlanes model to return 'swimlane-{color}'
2021-01-04 13:53:08 +02:00
John R. Supplee
077e78d37c
My Cards development
...
first prototype
2020-12-31 19:14:55 +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
Romulus Tsai 蔡仲明
c3458855bd
Merge branch 'master' into lib-change
2020-05-08 10:13:11 +08:00
boeserwolf
3565ff2700
Export sort field
2020-04-19 15:52:06 +03:00
boeserwolf
e354715a9d
Remove sorting by _id
2020-04-19 15:51:29 +03:00
boeserwolf
10fcc19b7f
Add sortDefault helper for sorting boards
2020-04-19 13:49:07 +03:00
Nico
edf52bc438
Public boards overview
2020-04-12 00:56:35 +02:00
Nico
21b75edcdd
Make profile.initials available in publications
2020-02-28 22:05:33 +01:00