Martin Filser
48ba81eb3d
Move every Swimlanes.findOne(idOrFirstObjectSelector, options) to the ReactiveCache
2 years ago
Martin Filser
0767f50af8
Move every Users.findOne(idOrFirstObjectSelector, options) to the ReactiveCache
2 years ago
Martin Filser
68610e5066
fix if userId in _meteorSession is undefined
2 years ago
Martin Filser
bf27ffb92e
Move every Checklists.findOne() to the ReactiveCache
2 years ago
Martin Filser
5e3a9dc059
Move every Meteor.user() to the ReactiveCache
2 years ago
Martin Filser
6e1ef3d94a
Move every Users.findOne() to the ReactiveCache
2 years ago
Martin Filser
bf48d4371c
Move every Swimlanes.findOne() to the ReactiveCache
2 years ago
Martin Filser
0926943670
Move every Lists.findOne() to the ReactiveCache
2 years ago
Martin Filser
3b65113d05
Move every Cards.findOne() to the ReactiveCache
2 years ago
Martin Filser
a182482cfb
Move every Boards.findOne(boardId) to the ReactiveCache (Part 2)
2 years ago
Lauri Ojansivu
34fef627a1
Disable migration attachment-cardCopy-fix-boardId-etc. Part 3.
...
Thanks to xet7 !
2 years ago
Lauri Ojansivu
8555c24eb2
Fix migration attachment-cardCopy-fix-boardId-etc. Part 2.
...
Thanks to xet7 !
2 years ago
Martin Filser
6ad007a5f1
fix for migration "attachment-cardCopy-fix-boardId-etc"
...
- every card must have a boardId, listId and swimlaneId, if not, the database
data is corrupt, but the migration should also not break wekan from startup
2 years ago
Martin Filser
1f57a3f62e
Global Search, limit 0 is no limit
2 years ago
Martin Filser
2eadd3eb8b
attachment copy changes now the boardId, listId and swimlaneId in the collection data
...
- fixing admin attachment view, copied card attachments were wrong if copied to another board / list / swimlane
2 years ago
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 !
2 years ago
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 !
2 years ago
Lauri Ojansivu
49ef80ab6c
BoardAdmin and Admin can now set board background image URL.
...
Thanks to xet7 !
Related #486
2 years ago
Aman-Maheshwari
11162585ca
fixed broken migration
2 years ago
Lauri Ojansivu
3300bbe9e7
Revert some migration filename changes.
...
Thanks to xet7 !
2 years ago
Lauri Ojansivu
c0bdde26cf
Remove extra debug message and disable some rarely used feature that produces errors.
...
Thanas to xet7 !
2 years ago
Lauri Ojansivu
76ac070f9b
Save files serverside with filename ObjectID, without filename.
...
Thanks to g-roliveira, iamabrantes, Floaz, koelle25, scott-dunt, mfilser and xet7 !
Fixes #4416
2 years ago
Lauri Ojansivu
f11650ece1
Added more descriptive times of attachment migrations and uploads.
...
Thanks to xet7 !
Related https://github.com/wekan/wekan/issues/4891
2 years ago
Lauri Ojansivu
0090734cd8
Added uploadedAt and copies to be migrated when migrating CollectionFS to ostrio-files.
...
Thanks to xet7 !
Related https://github.com/wekan/wekan/issues/4891
2 years ago
Martin Filser
999c20f3fa
fix avatar if Meteor.user() is undefined
2 years ago
Lauri Ojansivu
5b3bd8ff2a
Add some info about allowed filesizes and filetypes for attachments and avatars.
...
Thanks to Meeques and xet7 !
Fixes #4863
2 years ago
Lauri Ojansivu
16ad6bf9fc
Try to fix attachment migrations to ostrioFiles, allow existing files to be migrated. Part 2.
...
Thanks to xet7 !
Related #4780 ,
related https://github.com/wekan/wekan/pull/4648
2 years ago
Lauri Ojansivu
7b2cff4c5e
Fix attachment migration error about avatarUrl startsWith undefined.
...
Thanks to xet7 !
Related #4780
2 years ago
Jochen Sukrow
6e3f25c771
Add link card feature to rules
2 years ago
Lauri Ojansivu
49404203ab
Upgraded to Meteor 2.8.2. This could fix memory leaks. See https://forums.meteor.com/t/meteor-v2-8-memory-leak-in-mongo-driver/59101/23 .
...
Added Mongo sessions count to Admin Panel / Version at bottom of page, see that it is not growing all the time.
Thanks to Meteor developers and xet7 !
3 years ago
Lauri Ojansivu
a9dfcf8520
Fix metrics to check that socket is defined, because got error about userId.
...
Thanks to xet7 !
Related https://github.com/wekan/wekan/pull/4728 ,
related https://github.com/wekan/wekan/pull/4700
3 years ago
Lauri Ojansivu
d474ce64b8
Fix to use metrics related code only when enabled, because got error about userId.
...
Thanks to xet7 !
Related https://github.com/wekan/wekan/pull/4728 ,
related https://github.com/wekan/wekan/pull/4700
3 years ago
Justin Zhang
ef64b0a654
Fix avatar upload error
...
- Set server-side avatar size limit to 72000
3 years ago
Lauri Ojansivu
551f57b03b
Fix typos and translate comments to English.
...
Thanks to xet7 !
3 years ago
Emile Ndagijimana
d323c1e51e
feat(metrics KPI): Added some metrics KPI Datas
3 years ago
helioguardabaxo
9dff09fbcf
Added hide/show to show counters and members on All Boards (Admin Panel)
3 years ago
helioguardabaxo
d610d03423
Added help button with custom URL.
3 years ago
Lauri Ojansivu
1e4fba3ec8
Added back autologin, because reverting it broke Google OIDC login.
...
Thanks to xet7 !
3 years ago
Lauri Ojansivu
43a7096753
Revert autologin, because it broke OIDC login with Keycloak.
...
Thanks to wb9688 and xet7 !
Fixes #4660 ,
related https://github.com/wekan/wekan/pull/4588
3 years ago
Martin Filser
cee1dd94ee
00checkStartup, userInfo was missing
...
fixes: https://github.com/wekan/wekan/issues/4566#issuecomment-1231906040
3 years ago
Lauri Ojansivu
54e6e32ab2
Fix Users can delete Boards from global archive (w/o permission).
...
Thanks to Meeques and xet7 !
Fixes #4631
3 years ago
Lauri Ojansivu
37f9de8b9b
Try 2 to fix missing variable in WeKan fails to get MongoDB server version.
...
Thanks to simon816 and xet7 !
Fixes #4596
3 years ago
Lauri Ojansivu
4941fd183c
Try to fix missing variable in WeKan fails to get MongoDB server version.
...
Thanks to simon816 and xet7 !
Fixes #4596
3 years ago
Martin Filser
6c94b57cfc
00checkStartup, on error give more details on current user which run's Wekan
3 years ago
viehlieb
2e354f9b1e
wip redirect on landing page and logout to oidc provider
3 years ago
Martin Filser
2e5ec0308f
Adjust all other moment imports to moment-with-locales
3 years ago
Lauri Ojansivu
a196a5ed63
Updated MongoDB 5 rawCollection deprecated update to updateMany (or updateOne).
...
Thanks to xet7 !
3 years ago
Martin Filser
b8d14abe0c
Attachment Management at Admin Console
3 years ago
Martin Filser
e75f423edd
Removed "Orphaned Files" from Admin-Reports
...
- not necessary with Meteor-Files
3 years ago
Martin Filser
dace63d4dc
Files Report works now with Meteor-Files (needed migration to new code)
3 years ago