Lauri Ojansivu
8555c24eb2
Fix migration attachment-cardCopy-fix-boardId-etc. Part 2.
...
Thanks to xet7 !
2023-07-10 03:05:55 +03:00
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
2023-07-09 23:20:37 +02:00
Martin Filser
1f57a3f62e
Global Search, limit 0 is no limit
2023-06-28 21:49:44 +02:00
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
2023-06-28 21:21:09 +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
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
Aman-Maheshwari
11162585ca
fixed broken migration
2023-05-12 21:40:12 +05:30
Lauri Ojansivu
3300bbe9e7
Revert some migration filename changes.
...
Thanks to xet7 !
2023-04-25 03:32:31 +03:00
Lauri Ojansivu
c0bdde26cf
Remove extra debug message and disable some rarely used feature that produces errors.
...
Thanas to xet7 !
2023-04-25 03:07:11 +03:00
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
2023-04-17 23:42:56 +03:00
Lauri Ojansivu
f11650ece1
Added more descriptive times of attachment migrations and uploads.
...
Thanks to xet7 !
Related https://github.com/wekan/wekan/issues/4891
2023-04-14 15:16:50 +03:00
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
2023-04-14 15:02:57 +03:00
Martin Filser
999c20f3fa
fix avatar if Meteor.user() is undefined
2023-04-01 10:45:06 +02:00
Lauri Ojansivu
5b3bd8ff2a
Add some info about allowed filesizes and filetypes for attachments and avatars.
...
Thanks to Meeques and xet7 !
Fixes #4863
2023-03-26 12:41:44 +03:00
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
2023-02-27 16:58:12 +02:00
Lauri Ojansivu
7b2cff4c5e
Fix attachment migration error about avatarUrl startsWith undefined.
...
Thanks to xet7 !
Related #4780
2023-02-27 16:31:43 +02:00
Jochen Sukrow
6e3f25c771
Add link card feature to rules
2022-12-21 16:21:17 +01:00
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 !
2022-12-01 07:32:44 +02:00
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
2022-10-23 15:48:46 +03:00
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
2022-10-23 13:23:24 +03:00
Justin Zhang
ef64b0a654
Fix avatar upload error
...
- Set server-side avatar size limit to 72000
2022-10-06 15:12:12 +08:00
Lauri Ojansivu
551f57b03b
Fix typos and translate comments to English.
...
Thanks to xet7 !
2022-09-22 14:45:41 +03:00
Emile Ndagijimana
d323c1e51e
feat(metrics KPI): Added some metrics KPI Datas
2022-09-21 14:33:33 +02:00
helioguardabaxo
9dff09fbcf
Added hide/show to show counters and members on All Boards (Admin Panel)
2022-09-16 11:02:25 -03:00
helioguardabaxo
d610d03423
Added help button with custom URL.
2022-09-12 21:36:31 -03:00
Lauri Ojansivu
1e4fba3ec8
Added back autologin, because reverting it broke Google OIDC login.
...
Thanks to xet7 !
2022-09-01 12:12:30 +03:00
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
2022-08-30 23:12:23 +03:00
Martin Filser
cee1dd94ee
00checkStartup, userInfo was missing
...
fixes: https://github.com/wekan/wekan/issues/4566#issuecomment-1231906040
2022-08-30 19:18:30 +02: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
37f9de8b9b
Try 2 to fix missing variable in WeKan fails to get MongoDB server version.
...
Thanks to simon816 and xet7 !
Fixes #4596
2022-08-05 01:54:08 +03:00
Lauri Ojansivu
4941fd183c
Try to fix missing variable in WeKan fails to get MongoDB server version.
...
Thanks to simon816 and xet7 !
Fixes #4596
2022-08-04 02:37:34 +03:00
viehlieb
05a98fa88b
Merge branch 'master' of https://github.com/wekan/wekan into feature/direct_login_from_oidc
2022-07-08 12:01:57 +02:00
viehlieb
5df5c7f5d7
merge master changes
2022-07-08 11:55:32 +02:00
Martin Filser
6c94b57cfc
00checkStartup, on error give more details on current user which run's Wekan
2022-07-05 21:35:59 +02:00
viehlieb
2e354f9b1e
wip redirect on landing page and logout to oidc provider
2022-05-11 09:05:43 +02:00
Martin Filser
2e5ec0308f
Adjust all other moment imports to moment-with-locales
2022-04-27 17:24:42 +02:00
Lauri Ojansivu
a196a5ed63
Updated MongoDB 5 rawCollection deprecated update to updateMany (or updateOne).
...
Thanks to xet7 !
2022-04-22 16:32:28 +03:00
Lauri Ojansivu
68e8155805
Multi-File Storage.
...
Thanks to mfilser !
Related https://github.com/wekan/wekan/pull/4484
Merge branch 'master' into upgrade-meteor
2022-04-22 00:55:42 +03:00
Martin Filser
b8d14abe0c
Attachment Management at Admin Console
2022-04-20 20:50:41 +02:00
Martin Filser
e75f423edd
Removed "Orphaned Files" from Admin-Reports
...
- not necessary with Meteor-Files
2022-04-20 20:50:41 +02:00
Martin Filser
dace63d4dc
Files Report works now with Meteor-Files (needed migration to new code)
2022-04-20 20:50:41 +02:00
Martin Filser
fe018225b4
Attachment property "meta.source" had wrong value
2022-04-20 20:50:41 +02:00
Martin Filser
927f155078
WRITABLE_PATH is mandatory, so simplify the code logic
2022-04-20 20:50:41 +02:00
Martin Filser
0e768ff363
Attachment Migration had wrong typed source
2022-04-20 20:47:01 +02:00
Denis Perov
42a8f04058
Revery migrations regression appeared after the merge
2022-04-19 15:41:44 +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
Denis Perov
1b83399236
Fix errant escape-string-regexp importing
2022-04-18 18:18:28 +03:00
Denis Perov
a4732bacce
Support WRITEABLE_PATH envrionemnt variable
2022-04-18 18:18:15 +03:00
David Arnold
1cddd607ec
Revert "use tempdirs"
...
This reverts commit a7d51cf21b
.
2022-04-18 18:18:01 +03:00