From 954ec05d416899b4d9172c2a50b6e1331112dbcf Mon Sep 17 00:00:00 2001 From: Dmitrij Abramov Date: Tue, 25 Jun 2024 01:57:31 +0300 Subject: [PATCH 001/107] Clean themes tweaks --- client/components/boards/boardColors.css | 934 ++++++++++++----------- 1 file changed, 483 insertions(+), 451 deletions(-) diff --git a/client/components/boards/boardColors.css b/client/components/boards/boardColors.css index 2ccc21350..16dc9cf1f 100644 --- a/client/components/boards/boardColors.css +++ b/client/components/boards/boardColors.css @@ -2256,14 +2256,6 @@ background: #0A0A14 } -.board-color-cleandark#header-quick-access { - background: #23232B; -} - -.board-color-cleandark#header { - background: #23232B; -} - .board-color-cleandark#header ul li, .board-color-cleandark#header-quick-access ul li { color: rgba(255, 255, 255, 50%); @@ -2274,37 +2266,20 @@ } .board-color-cleandark#header-main-bar h1 { - font-size: 18px; + font-size: 16px; font-weight: 500; line-height: 24px !important; text-align: left; color: rgba(255, 255, 255, 1); } -.board-color-cleandark .list-header-add { - background: #23232B !important; - border-radius: 12px; - margin-top: 10px; - padding: 8px; - margin-right: 8px; - color: #FFFFFF; - display: flex; - align-items: center; - justify-content: center; -} - .board-color-cleandark#header ul li.current, .board-color-cleandark#header-quick-access ul li.current { color: rgba(255, 255, 255, 85%); } -.board-color-cleandark#header #header-main-bar { - background: #23232B; - color: rgba(255, 255, 255, 85%); -} - .board-color-cleandark .swimlane-header { - font-size: 18px; + font-size: 16px; font-weight: 500; line-height: 24px; text-align: left; @@ -2315,85 +2290,6 @@ background: #0A0A14; } -.board-color-cleandark .list { - background: none; - border-left: none; -} - -.board-color-cleandark .fa { - color: #FFFFFF; -} - -.board-color-cleandark .list .list-header { - background: none; - color: #FFFFFF; - font-size: 16px; -} - -.board-color-cleandark .list .list-header .list-header-name { - background: none; - color: #FFFFFF; - font-size: 16px; -} - -.board-color-cleandark .list .list-header { - border-bottom: none; - display: flex; - justify-content: space-between; - align-items: center; -} - -.board-color-cleandark .list .list-header .list-header-menu .fa { - color: #FFFFFF; -} - -.board-color-cleandark .card-label { - border-radius: 18px; - margin-top: 6px; -} - -.board-color-cleandark .list .list-header .list-header-menu .list-header-plus-top { - color: #FFFFFF; - background: #FF6D00; - padding: 8px; - border-radius: 12px; -} - -.board-color-cleandark .list .list-header .list-header-menu .list-header-plus-top:hover { - background: #d25b02; -} - -.board-color-cleandark .open-minicard-composer { - width: 16px; - height: 22px; - padding: 8px; - display: flex !important; - justify-content: center; - align-items: center; - border-radius: 12px !important; -} - -.board-color-cleandark .open-minicard-composer:hover { - background: #444455 !important; -} - -.board-color-cleandark .open-minicard-composer:hover i { - color: #FFFFFF !important; -} - -.board-color-cleandark .open-minicard-composer .fa { - width: min-content; - color: rgba(255, 255, 255, 85%); -} - -.board-color-cleandark .open-minicard-composer i { - margin-right: 0 !important; -} - -.board-color-cleandark .swimlane { - background: none; -} - .board-color-cleandark .sidebar .sidebar-shadow { background: rgba(35, 35, 43, 1) !important; box-shadow: none; @@ -2425,112 +2321,20 @@ border: none; } -.board-color-cleandark .minicard { - background: #23232B; - border-radius: 12px; - color: #FFFFFF; - font-size: 18px; - font-weight: 400; - line-height: 24px; - text-align: left; - padding: 12px; -} - -.board-color-cleandark .minicard:hover, -.board-color-cleandark .is-selected .minicard { - background: rgba(46, 46, 57, 1) !important; -} - -.board-color-cleandark .minicard .date, -.board-color-cleandark .minicard .end-date { - font-size: 16px; - font-weight: 400; - line-height: 24px; - text-align: left; - margin-bottom: 10px; -} - -.board-color-cleandark .minicard .date a, -.board-color-cleandark .minicard .end-date, -.board-color-cleandark .card-details .card-date { - padding: 4px 8px 4px 8px; - font-size: 16px; - font-weight: 400; - line-height: 24px; - text-align: left; - color: #FFFFFF; -} - -.board-color-cleandark .minicard .end-date, -.board-color-cleandark .minicard .due-date, -.board-color-cleandark .card-details .card-date { - background: #444455; - border-radius: 8px; -} - -.board-color-cleandark .minicard .end-date:hover, -.board-color-cleandark .minicard .due-date:hover, -.board-color-cleandark .card-details .card-date:hover { - background: rgba(68, 68, 85, 0.73); - border-radius: 8px; -} - -.board-color-cleandark .minicard .date .current, -.board-color-cleandark .minicard .current, -.board-color-cleandark .card-details .current { - background: #009B64; - border-radius: 8px; -} - -.board-color-cleandark .minicard .date .current:hover, -.board-color-cleandark .minicard .current:hover, -.board-color-cleandark .card-details .current:hover { - background: rgba(0, 155, 100, 0.73); - border-radius: 8px; -} - -.board-color-cleandark .minicard .date .due, -.board-color-cleandark .minicard .due, -.board-color-cleandark .card-details .due { - background: #CC003A; - border-radius: 8px; -} - -.board-color-cleandark .minicard .date .due:hover, -.board-color-cleandark .minicard .due:hover, -.board-color-cleandark .card-details .due:hover { - background: rgba(204, 0, 58, 0.73); - border-radius: 8px; -} - .board-color-cleandark .card-details { background: #23232B; border-radius: 20px; box-shadow: none; } -.board-color-cleandark .minicard-assignees { - border-bottom: none !important; -} - .board-color-cleandark .card-details-item a { - font-size: 18px; + font-size: 16px; font-weight: 400; line-height: 24px; text-align: left; color: rgba(255, 255, 255, 0.5); } -.board-color-cleandark .card-details-header { - background: #2E2E39 !important; - color: rgba(255, 255, 255, 1); - font-size: 24px; - font-weight: 600; - line-height: 28px; - text-align: left; - border-bottom: none !important; -} - .board-color-cleandark .add-assignee { box-shadow: none !important; } @@ -2572,20 +2376,12 @@ margin-left: 4px; } -.board-color-cleandark .card-details .card-details-item-title { - font-size: 18px; - font-weight: 500; - line-height: 24px; - text-align: left; - color: rgba(255, 255, 255, 1); -} - .board-color-cleandark .card-details hr { background: rgba(255, 255, 255, 0.05); } .board-color-cleandark .card-details-canvas { - font-size: 18px; + font-size: 16px; font-weight: 400; line-height: 24px; text-align: left; @@ -2602,7 +2398,7 @@ border-bottom: none; background: inherit; - font-size: 18px; + font-size: 16px; font-weight: 500; line-height: 24px; text-align: left; @@ -2715,7 +2511,7 @@ } .board-color-cleandark .activity-desc { - font-size: 18px; + font-size: 16px; font-weight: 400; line-height: 24px; text-align: left; @@ -2747,7 +2543,7 @@ } .board-color-cleandark textarea { - font-size: 18px; + font-size: 16px; font-weight: 400; line-height: 24px; text-align: left; @@ -2757,25 +2553,12 @@ border-radius: 12px !important; } -.board-color-cleandark .minicard-composer-textarea { - background: #23232B !important; -} - -.board-color-cleandark .minicard-composer:hover { - background: #23232B !important; -} - .board-color-cleandark textarea::placeholder { color: rgba(255, 255, 255, 0.85) !important; } -.board-color-cleandark textarea:focus { - border: none !important; - box-shadow: none; -} - .board-color-cleandark input { - font-size: 18px; + font-size: 16px; font-weight: 400; line-height: 24px; text-align: left; @@ -2790,7 +2573,7 @@ } .board-color-cleandark select { - font-size: 18px; + font-size: 16px; font-weight: 400; line-height: 24px; text-align: left; @@ -2855,29 +2638,6 @@ background: none; } -.board-color-cleandark .minicard .badges .badge.is-finished { - background: #009B64 !important; - border-radius: 8px; -} - -.board-color-cleandark .swimlane-height-apply { - background: #FFFFFF !important; - border-radius: 12px !important; - color: #0A0A14 !important; -} - -.board-color-cleandark .swimlane-height-apply:hover { - background: rgba(255, 255, 255, 0.85) !important; -} - -.board-color-cleandark .swimlane .swimlane-header-wrap { - background-color: #23232B; -} - -.board-color-cleandark .sidebar-list-item-description { - color: #FFFFFF; -} - .board-color-cleandark .sidebar .sidebar-content h3, .board-color-cleandark .sidebar .sidebar-content h2, .board-color-cleandark .sidebar .sidebar-content h1 { @@ -2896,6 +2656,10 @@ width: 18px; } +.board-color-cleandark .sidebar-list-item-description { + color: #FFFFFF; +} + .board-color-cleandark #cards .materialCheckBox.is-checked { border-bottom: 2px solid #FFFFFF; border-right: 2px solid #FFFFFF; @@ -2907,13 +2671,25 @@ margin-top: 3px; } -.board-color-cleanlight { - background: #E0E0E0; +.board-color-cleandark .allBoards { + white-space: nowrap; } -.board-color-cleanlight#header-quick-access { - background: #f8f8f9; - color: rgba(10, 10, 20, 0.85); +.board-color-cleandark#header-quick-access ul.header-quick-access-list li { + display: inline-flex; + align-items: center; + padding-bottom: 4px; + padding-top: 4px; + margin-right: 10px; +} + +.board-color-cleandark#header-quick-access ul.header-quick-access-list { + display: flex; + align-items: center; +} + +.board-color-cleanlight { + background: #E0E0E0; } .board-color-cleanlight .board-header-btn { @@ -2932,15 +2708,6 @@ color: rgba(10, 10, 20, 0.85) !important; } -.board-color-cleanlight#header { - background: rgba(255, 255, 255, 0.85); -} - -.board-color-cleanlight #header-main-bar { - background: #f8f8f9 !important; - color: rgba(10, 10, 20, 0.85) !important; -} - .board-color-cleanlight#header ul li, .board-color-cleanlight#header-quick-access ul li { color: rgba(10, 10, 20, 0.5) !important; @@ -2958,23 +2725,16 @@ } .board-color-cleanlight #header-main-bar h1 { - font-size: 18px; + font-size: 16px; font-weight: 500; line-height: 24px !important; text-align: left; color: rgba(10, 10, 20, 1) !important; } -.board-color-cleanlight .list-header-add { +.board-color-cleanlight { background: #FFFFFF !important; - border-radius: 12px; - margin-top: 10px; - padding: 8px; - margin-right: 8px; color: #000000; - display: flex; - align-items: center; - justify-content: center; } .board-color-cleanlight#header ul li.current, @@ -2982,13 +2742,8 @@ color: rgba(10, 10, 20, 0.85) !important; } -.board-color-cleanlight#header #header-main-bar { - background: #23232B; - color: rgba(255, 255, 255, 85%); -} - .board-color-cleanlight .swimlane-header { - font-size: 18px; + font-size: 16px; font-weight: 500; line-height: 24px; text-align: left; @@ -2999,84 +2754,171 @@ background: #FFFFFF; } -.board-color-cleanlight .list { - background: none; - border-left: none; -} - .board-color-cleanlight .fa { color: rgba(10, 10, 20, 1); } -.board-color-cleanlight .list .list-header { - background: none; +.board-color-cleandark .fa { color: #FFFFFF; - font-size: 16px; } -.board-color-cleanlight .list .list-header .list-header-name { +/*fdsfdsfdsfdsfsdddddddddd */ + +.board-color-cleanlight .list, +.board-color-cleandark .list { background: none; - color: rgba(10, 10, 20, 1); - font-size: 16px; + border-left: none; } -.board-color-cleanlight .list .list-header { +.board-color-cleanlight .list .list-header, +.board-color-cleandark .list .list-header { border-bottom: none; display: flex; justify-content: space-between; align-items: center; + font-size: 16px; + background: none; } -.board-color-cleanlight .list .list-header .list-header-menu .fa { +.board-color-cleanlight .list .list-header-name { color: rgba(10, 10, 20, 1); } -.board-color-cleanlight .card-label { - border-radius: 18px; - margin-top: 6px; - border: none; +.board-color-cleandark .list .list-header-name { + color: #FFFFFF; } -.board-color-cleanlight .list .list-header .list-header-menu .list-header-plus-top { +.board-color-cleanlight .list:first-child, +.board-color-cleandark .list:first-child { + margin-right: -32px; +} + +.board-color-cleanlight .list .list-header .list-header-menu, +.board-color-cleandark .list .list-header .list-header-menu { + display: flex; + gap: 8px; + align-items: center; +} + +.board-color-cleanlight .list .list-header .list-header-menu .js-open-list-menu , +.board-color-cleandark .list .list-header .list-header-menu .js-open-list-menu { + font-size: 16px !important; +} + +.board-color-cleanlight .list .list-header .list-header-menu a, +.board-color-cleandark .list .list-header .list-header-menu a { + margin: 0 !important; +} + +.board-color-cleanlight .list .list-header .list-header-menu .list-header-plus-top, +.board-color-cleandark .list .list-header .list-header-menu .list-header-plus-top { color: #FFFFFF; background: #FF6D00; padding: 8px; border-radius: 12px; + font-size: 16px !important; } -.board-color-cleanlight .list .list-header .list-header-menu .list-header-plus-top:hover { +.board-color-cleanlight .list .list-header .list-header-menu .list-header-plus-top:hover, +.board-color-cleandark .list .list-header .list-header-menu .list-header-plus-top:hover { background: #d25b02; } -.board-color-cleanlight .open-minicard-composer { - width: 16px; - height: 22px; +.board-color-cleanlight .list .list-header .list-header-menu .js-collapse, +.board-color-cleandark .list .list-header .list-header-menu .js-collapse { + display: none; +} + +.board-color-cleanlight .list-header-add, +.board-color-cleandark .list-header-add { + border-radius: 12px; + margin-top: 10px; padding: 8px; - display: flex !important; - justify-content: center; + margin-right: 8px; + display: flex; align-items: center; + justify-content: center; + margin-left: 10px; +} + +.board-color-cleandark .list-header-add { + background: #23232B !important; + color: #FFFFFF; +} + +.board-color-cleanlight .card-label, +.board-color-cleandark .card-label { + border-radius: 18px; + margin-top: 6px; + margin-right: 8px; + border: none; + padding: 4px 12px; +} + +.board-color-cleanlight .swimlane, +.board-color-cleandark .swimlane { + background: none; + gap: 32px; +} + +.board-color-cleanlight .swimlane-height-apply, +.board-color-cleandark .swimlane-height-apply { border-radius: 12px !important; } -.board-color-cleanlight .open-minicard-composer:hover { - background:rgba(180, 180, 180, 1) !important; +.board-color-cleandark .swimlane-height-apply { + background: #FFFFFF !important; + color: #0A0A14 !important; } -.board-color-cleanlight .open-minicard-composer:hover i { - color: #000000 !important; +.board-color-cleanlight .swimlane-height-apply { + background: rgba(23, 23, 28, 1) !important; + color: rgba(255, 255, 255, 0.85) !important; } -.board-color-cleanlight .open-minicard-composer .fa { - width: min-content; - color: rgba(10, 10, 20, 1); +.board-color-cleandark .swimlane-height-apply:hover { + background: rgba(255, 255, 255, 0.85) !important; } -.board-color-cleanlight .open-minicard-composer i { - margin-right: 0 !important; +.board-color-cleanlight .swimlane-height-apply:hover { + background: rgba(227, 227, 230, 1) !important; } -.board-color-cleanlight .swimlane { - background: none; +.board-color-cleanlight .swimlane .swimlane-header-wrap .swimlane-header, +.board-color-cleandark .swimlane .swimlane-header-wrap .swimlane-header, +.board-color-cleanlight .swimlane .swimlane-header-wrap .swimlane-header-menu .fa, +.board-color-cleandark .swimlane .swimlane-header-wrap .swimlane-header-menu .fa { + font-size: 16px !important; +} + +.board-color-cleanlight .swimlane .swimlane-header-wrap { + background-color: #F1F1F3; +} + +.board-color-cleandark .swimlane .swimlane-header-wrap { + background-color: #2E2E39; +} + +.board-color-cleanlight .swimlane .swimlane-header-wrap .swimlane-header-plus-icon, +.board-color-cleandark .swimlane .swimlane-header-wrap .swimlane-header-plus-icon { + margin-left: 14px; +} + +.board-color-cleanlight .swimlane .swimlane-header-wrap .list-composer, +.board-color-cleandark .swimlane .swimlane-header-wrap .list-composer { + display: flex; + gap: 12px; + margin-left: 20px; +} + +.board-color-cleanlight .swimlane .swimlane-header-wrap .swimlane-header .viewer p, +.board-color-cleandark .swimlane .swimlane-header-wrap .swimlane-header .viewer p { + margin-bottom: 0; +} + +.board-color-cleanlight .js-toggle-desktop-drag-handles, +.board-color-cleandark .js-toggle-desktop-drag-handles { + display: none; } .board-color-cleanlight .sidebar .sidebar-shadow { @@ -3110,115 +2952,63 @@ border: none; } -.board-color-cleanlight .minicard { - background: rgba(248, 248, 249, 1); - border-radius: 12px; - color: rgba(10, 10, 20, 0.85); - font-size: 18px; - font-weight: 400; - line-height: 24px; - text-align: left; - padding: 12px; -} - -.board-color-cleanlight .minicard:hover, -.board-color-cleanlight .is-selected .minicard { - background: rgba(241, 241, 243, 1) !important; -} - -.board-color-cleanlight .minicard .date, -.board-color-cleanlight .minicard .end-date { - font-size: 16px; - font-weight: 400; - line-height: 24px; - text-align: left; - margin-bottom: 10px; -} - -.board-color-cleanlight .minicard .date a, -.board-color-cleanlight .minicard .end-date, -.board-color-cleanlight .card-details .card-date { - padding: 4px 8px 4px 8px; - font-size: 16px; - font-weight: 400; - line-height: 24px; - text-align: left; - color: rgba(255, 255, 255, 1); -} - -.board-color-cleanlight .minicard .end-date, -.board-color-cleanlight .minicard .due-date, -.board-color-cleanlight .card-details .card-date { - background: rgba(227, 227, 230, 1); - color: rgba(10, 10, 20, 1) !important; - border-radius: 8px; -} - -.board-color-cleanlight .minicard .end-date:hover, -.board-color-cleanlight .minicard .due-date:hover, -.board-color-cleanlight .card-details .card-date:hover { - background: rgba(207, 207, 210, 1); - border-radius: 8px; -} - -.board-color-cleanlight .minicard .date .current, -.board-color-cleanlight .minicard .current, -.board-color-cleanlight .card-details .current { - background: #009B64; - border-radius: 8px; - color: rgba(255, 255, 255, 1) !important; -} - -.board-color-cleanlight .minicard .date .current:hover, -.board-color-cleanlight .minicard .current:hover, -.board-color-cleanlight .card-details .current:hover { - background: rgba(0, 155, 100, 0.73); - border-radius: 8px; - color: rgba(255, 255, 255, 1) !important; -} - -.board-color-cleanlight .minicard .date .due, -.board-color-cleanlight .minicard .due, -.board-color-cleanlight .card-details .due { - background: #CC003A; - border-radius: 8px; - color: rgba(255, 255, 255, 1) !important; -} - -.board-color-cleanlight .minicard .date .due:hover, -.board-color-cleanlight .minicard .due:hover, -.board-color-cleanlight .card-details .due:hover { - background: rgba(204, 0, 58, 0.73); - border-radius: 8px; - color: rgba(255, 255, 255, 1) !important; -} - .board-color-cleanlight .card-details { background: rgba(248, 248, 249, 1); border-radius: 20px; box-shadow: none; } -.board-color-cleanlight .minicard-assignees { - border-bottom: none !important; -} - .board-color-cleanlight .card-details-item a { - font-size: 18px; + font-size: 16px; font-weight: 400; line-height: 24px; text-align: left; color: rgba(10, 10, 20, 0.5); } -.board-color-cleanlight .card-details-header { - background: rgba(241, 241, 243, 1) !important; - color: rgba(10, 10, 20, 1); - font-size: 24px; +.board-color-cleanlight .card-details-header, +.board-color-cleandark .card-details-header { + font-size: 24px !important; font-weight: 600; line-height: 28px; text-align: left; border-bottom: none !important; + padding: 12px 20px !important; +} + +.board-color-cleanlight .card-details-header { + background: rgba(241, 241, 243, 1); + color: rgba(10, 10, 20, 1); +} + +.board-color-cleandark .card-details-header { + background: #2E2E39; + color: rgba(255, 255, 255, 1); +} + +.board-color-cleanlight .card-details-header .card-details-title, +.board-color-cleandark .card-details-header .card-details-title { + font-size: 24px !important; +} + +.board-color-cleanlight .card-details .card-details-item-title, +.board-color-cleandark .card-details .card-details-item-title { + display: flex; + gap: 8px; + align-items: center; + + font-size: 16px; + font-weight: 500; + line-height: 24px; + text-align: left; +} + +.board-color-cleanlight .card-details .card-details-item-title { + color: rgba(10, 10, 20, 1); +} + +.board-color-cleandark .card-details .card-details-item-title { + color: rgba(255, 255, 255, 1); } .board-color-cleanlight .add-assignee { @@ -3262,20 +3052,12 @@ margin-left: 4px; } -.board-color-cleanlight .card-details .card-details-item-title { - font-size: 18px; - font-weight: 500; - line-height: 24px; - text-align: left; - color: rgba(10, 10, 20, 1); -} - .board-color-cleanlight .card-details hr { background: rgba(23, 23, 28, 0.05); } .board-color-cleanlight .card-details-canvas { - font-size: 18px; + font-size: 16px; font-weight: 400; line-height: 24px; text-align: left; @@ -3292,7 +3074,7 @@ border-bottom: none; background: inherit; - font-size: 18px; + font-size: 16px; font-weight: 500; line-height: 24px; text-align: left; @@ -3412,7 +3194,7 @@ } .board-color-cleanlight .activity-desc { - font-size: 18px; + font-size: 16px; font-weight: 400; line-height: 24px; text-align: left; @@ -3459,7 +3241,7 @@ } .board-color-cleanlight textarea { - font-size: 18px; + font-size: 16px; font-weight: 400; line-height: 24px; text-align: left; @@ -3469,25 +3251,18 @@ border-radius: 12px !important; } -.board-color-cleanlight .minicard-composer-textarea { - background: #f8f8f9 !important; -} - -.board-color-cleanlight .minicard-composer:hover { - background: #f8f8f9 !important; -} - .board-color-cleanlight textarea::placeholder { color: rgba(10, 10, 20, 0.5) !important; } -.board-color-cleanlight textarea:focus { +.board-color-cleanlight textarea:focus, +.board-color-cleandark textarea:focus { border: none !important; box-shadow: none; } .board-color-cleanlight input { - font-size: 18px; + font-size: 16px; font-weight: 400; line-height: 24px; text-align: left; @@ -3501,8 +3276,14 @@ color: rgba(10, 10, 20, 0.5) !important; } +.board-color-cleanlight input:focus, +.board-color-cleandark input:focus { + border: none !important; + box-shadow: none !important; +} + .board-color-cleanlight select { - font-size: 18px; + font-size: 16px; font-weight: 400; line-height: 24px; text-align: left; @@ -3567,29 +3348,6 @@ background: none; } -.board-color-cleanlight .minicard .badges .badge.is-finished { - background: #009B64 !important; - border-radius: 8px; -} - -.board-color-cleanlight .minicard .badges .badge.is-finished .badge-icon { - color: #FFFFFF; -} - -.board-color-cleanlight .swimlane-height-apply { - background: rgba(23, 23, 28, 1) !important; - border-radius: 12px !important; - color: rgba(255, 255, 255, 0.85) !important; -} - -.board-color-cleanlight .swimlane-height-apply:hover { - background: rgba(227, 227, 230, 1) !important; -} - -.board-color-cleanlight .swimlane .swimlane-header-wrap { - background-color: rgba(248, 248, 249, 1); -} - .board-color-cleanlight .sidebar-list-item-description { color: rgba(10, 10, 20, 0.85); } @@ -3622,3 +3380,277 @@ margin-left: 3px; margin-top: 3px; } + +.board-color-cleanlight .allBoards { + white-space: nowrap; +} + +.board-color-cleanlight#header-quick-access, +.board-color-cleandark#header-quick-access { + padding: 10px 20px; + padding-top: 12px !important; + gap: 20px; +} + +.board-color-cleandark#header-quick-access { + background: #2E2E39 !important; +} + +.board-color-cleanlight#header-quick-access { + background: #F1F1F3 !important; + color: rgba(10, 10, 20, 0.85); +} + +.board-color-cleanlight#header-quick-access ul.header-quick-access-list li a .viewer, +.board-color-cleandark#header-quick-access ul.header-quick-access-list li a .viewer { + max-width: 400px; + text-overflow: ellipsis; + overflow: hidden; + display: inline-flex; + align-items: center; +} + +.board-color-cleanlight#header-quick-access ul.header-quick-access-list li a .viewer p, +.board-color-cleandark#header-quick-access ul.header-quick-access-list li a .viewer p { + margin-bottom: 0; + overflow: hidden; + text-overflow: ellipsis; +} + +.board-color-cleanlight#header-quick-access ul.header-quick-access-list li { + display: inline-flex; + align-items: center; + padding-bottom: 4px; + padding-top: 4px; + margin-right: 10px; +} + +.board-color-cleanlight#header-quick-access ul.header-quick-access-list { + display: flex; + align-items: center; +} + +.board-color-cleanlight #header-main-bar, +.board-color-cleanlight#header { + background: #F1F1F3 !important; + color: rgba(10, 10, 20, 0.85) !important; +} + +.board-color-cleandark #header-main-bar, +.board-color-cleandark#header { + background: #2E2E39 !important; + color: #FFFFFF; +} + +.board-color-cleanlight .list-body .open-minicard-composer, +.board-color-cleandark .list-body .open-minicard-composer { + display: none !important; +} + +.board-color-cleanlight .minicard, +.board-color-cleandark .minicard { + border-radius: 12px; + font-size: 16px; + font-weight: 400; + line-height: 24px; + text-align: left; + padding: 12px; +} + +.board-color-cleanlight .minicard { + background: rgba(248, 248, 249, 1); + color: rgba(10, 10, 20, 0.85); +} + +.board-color-cleandark .minicard { + color: #FFFFFF; + background: #23232B; +} + +.board-color-cleanlight .minicard .minicard-details-menu, +.board-color-cleandark .minicard .minicard-details-menu { + font-size: 16px !important; +} + +.board-color-cleanlight .minicard .date, +.board-color-cleandark .minicard .date, +.board-color-cleanlight .minicard .end-date, +.board-color-cleandark .minicard .end-date { + font-size: 16px; + font-weight: 400; + line-height: 24px; + text-align: left; + margin-bottom: 10px; +} + +.board-color-cleanlight .minicard .date a, +.board-color-cleandark .minicard .date a, +.board-color-cleanlight .minicard .end-date, +.board-color-cleandark .minicard .end-date, +.board-color-cleanlight .card-details .card-date, +.board-color-cleandark .card-details .card-date { + padding: 4px 8px 4px 8px; + font-size: 16px; + font-weight: 400; + line-height: 24px; + text-align: left; + color: rgba(255, 255, 255, 1); +} + +.board-color-cleanlight .minicard .end-date, +.board-color-cleandark .minicard .end-date, +.board-color-cleanlight .minicard .due-date, +.board-color-cleandark .minicard .due-date, +.board-color-cleanlight .card-details .card-date, +.board-color-cleandark .card-details .card-date { + border-radius: 8px; +} + +.board-color-cleanlight .minicard .end-date, +.board-color-cleanlight .minicard .due-date, +.board-color-cleanlight .card-details .card-date { + background: rgba(227, 227, 230, 1); + color: rgba(10, 10, 20, 1) !important; +} + +.board-color-cleandark .minicard .end-date, +.board-color-cleandark .minicard .due-date, +.board-color-cleandark .card-details .card-date { + background: #444455; +} + +.board-color-cleandark .minicard .end-date:hover, +.board-color-cleandark .minicard .due-date:hover, +.board-color-cleandark .card-details .card-date:hover { + background: rgba(68, 68, 85, 0.73); +} + +.board-color-cleanlight .minicard .end-date:hover, +.board-color-cleanlight .minicard .due-date:hover, +.board-color-cleanlight .card-details .card-date:hover { + background: rgba(207, 207, 210, 1); +} + +.board-color-cleanlight .minicard .date .current, +.board-color-cleandark .minicard .date .current, +.board-color-cleanlight .minicard .current, +.board-color-cleandark .minicard .current, +.board-color-cleanlight .card-details .current, +.board-color-cleandark .card-details .current { + background: #009B64; + border-radius: 8px; + color: rgba(255, 255, 255, 1) !important; +} + +.board-color-cleandark .minicard .date .current:hover, +.board-color-cleanlight .minicard .date .current:hover, +.board-color-cleandark .minicard .current:hover, +.board-color-cleanlight .minicard .current:hover, +.board-color-cleandark .card-details .current:hover, +.board-color-cleanlight .card-details .current:hover { + background: rgba(0, 155, 100, 0.73); + color: rgba(255, 255, 255, 1) !important; +} + +.board-color-cleanlight .minicard .date .due, +.board-color-cleandark .minicard .date .due, +.board-color-cleanlight .minicard .due, +.board-color-cleandark .minicard .due, +.board-color-cleanlight .card-details .due, +.board-color-cleandark .card-details .due { + background: #CC003A; + border-radius: 8px; + color: rgba(255, 255, 255, 1) !important; +} + +.board-color-cleanlight .card-details .due:hover, +.board-color-cleanlight .minicard .date .due:hover, +.board-color-cleanlight .minicard .due:hover, +.board-color-cleandark .minicard .due:hover, +.board-color-cleandark .minicard .date .due:hover, +.board-color-cleandark .card-details .due:hover { + background: rgba(204, 0, 58, 0.73); + color: rgba(255, 255, 255, 1) !important; +} + +.board-color-cleanlight .minicard-assignees, +.board-color-cleandark .minicard-assignees { + border-bottom: none !important; +} + +.board-color-cleanlight .minicard-composer-textarea { + background: #f8f8f9 !important; +} + +.board-color-cleandark .minicard-composer-textarea { + background: #23232B !important; +} + +.board-color-cleanlight .minicard-composer:hover { + background: #f8f8f9 !important; +} + +.board-color-cleandark .minicard-composer:hover { + background: #23232B !important; +} + +.board-color-cleanlight .minicard .badges .badge.is-finished, +.board-color-cleandark .minicard .badges .badge.is-finished { + background: #009B64 !important; + border-radius: 8px; +} + +.board-color-cleanlight .minicard .badges .badge.is-finished .badge-icon { + color: #FFFFFF; +} + +.board-color-cleanlight .card-details-item-customfield:has(.checklist-item), +.board-color-cleandark .card-details-item-customfield:has(.checklist-item) { + display: flex !important; + align-items: center; + gap: 8px; +} + +.board-color-cleanlight .card-details-item-customfield:has(.checklist-item) div, +.board-color-cleandark .card-details-item-customfield:has(.checklist-item) div { + padding-right: 0 !important; +} + +.board-color-cleanlight .card-details .card-details-items .card-details-item.custom-fields, +.board-color-cleanlight .card-details .card-details-items .card-details-item.custom-fields { + margin-left: auto; + flex-grow: 0; + border-radius: 12px; +} + +.board-color-cleanlight .card-details-item-customfield:has(.checklist-item) h3, +.board-color-cleandark .card-details-item-customfield:has(.checklist-item) h3 { + width: min-content !important; + display: flex; + align-items: center; + gap: 8px; + margin: 0 !important; +} + +.board-color-cleanlight .new-description .fa, +.board-color-cleandark .new-description .fa { + display: none; +} + +.board-color-cleanlight .card-details-left .viewer p { + color: rgba(10, 10, 20, 0.85); +} + +.board-color-cleandark .card-details-left .viewer p { + color: #FFFFFF; +} + +.board-color-cleanlight .card-details-left .js-open-inlined-form, +.board-color-cleandark .card-details-left .js-open-inlined-form { + float: right; +} + +.board-color-cleanlight .new-comment .fa, +.board-color-cleandark .new-comment .fa { + display: none; +} From 0fb2f7fdd6b6cb828ab4ea534204a5b834d2e19a Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 27 Jun 2024 13:07:52 +0300 Subject: [PATCH 002/107] Reorganize docs. --- docs/{Platforms => DeveloperDocs}/Test-Edge.md | 0 docs/{Platforms/OS => Login}/OAuth2.md | 0 docs/Platforms/{OS => FOSS/Android}/Android.md | 0 docs/Platforms/{ => FOSS}/Cloud-Foundry.md | 0 docs/Platforms/{OS => FOSS/Debian}/Debian.md | 0 docs/Platforms/{OS => FOSS/FreeBSD}/FreeBSD.md | 0 docs/Platforms/{ => FOSS}/Friend.md | 0 docs/Platforms/{ => FOSS}/Helm.md | 0 docs/Platforms/{OS => FOSS}/Install-and-Update.md | 0 docs/Platforms/{OS => FOSS}/Install-from-source-without-root.md | 0 .../{OS => FOSS}/Install-source-without-sudo-on-Linux.md | 0 docs/Platforms/{ => FOSS}/OpenShift.md | 0 docs/Platforms/{OS => FOSS/OpenSuse}/OpenSuse.md | 0 docs/Platforms/{ => FOSS}/Platforms.md | 0 docs/Platforms/{ => FOSS}/Raspberry-Pi.md | 0 docs/Platforms/{ => FOSS/Sandstorm}/Sandstorm.md | 0 docs/Platforms/{ => FOSS/Sandstorm}/Wekan-vs-Sandstorm.md | 0 docs/Platforms/{ => FOSS}/SmartOS.md | 0 docs/Platforms/{ => FOSS/Snap}/Snap.md | 0 docs/Platforms/{ => FOSS/Source}/Source.md | 0 docs/Platforms/{ => FOSS}/UCS.md | 0 docs/Platforms/{ => FOSS}/Ubuntu-Core.md | 0 docs/Platforms/{ => FOSS}/Vagrant.md | 0 docs/Platforms/{ => FOSS}/ppc.md | 0 docs/Platforms/{ => FOSS}/s390x.md | 0 docs/Platforms/{ => FOSS}/virtual-appliance.md | 0 docs/Platforms/{OS => Propietary/Chromebook}/Chromebook.md | 0 docs/Platforms/{ => Propietary/Cloud}/AWS.md | 0 docs/Platforms/{ => Propietary/Cloud}/Azure.md | 0 docs/Platforms/{ => Propietary/Cloud}/Cloudron.md | 0 docs/Platforms/{ => Propietary/Cloud}/Dome.md | 0 docs/Platforms/{ => Propietary/Cloud}/Heroku.md | 0 docs/Platforms/{ => Propietary/Cloud}/Metal.md | 0 docs/Platforms/{ => Propietary/Cloud}/OVH.md | 0 docs/Platforms/{ => Propietary/Cloud}/OpenVZ.md | 0 docs/Platforms/{ => Propietary/Cloud}/PikaPods.md | 0 docs/Platforms/{ => Propietary/Cloud}/Scalingo.md | 0 .../Cloud/Uberspace.md} | 0 docs/Platforms/{ => Propietary/Cloud}/Vultr.md | 0 docs/Platforms/{OS => Propietary/Mac}/Mac.md | 0 docs/Platforms/{ => Propietary/NAS}/Qnap-NAS.md | 0 .../Windows}/Install-Wekan-from-source-on-Windows.md | 0 docs/Platforms/{OS => Propietary/Windows}/Install-Windows.md | 0 docs/Platforms/{ => Propietary/Windows}/Offline.md | 0 docs/Platforms/{ => Propietary/Windows}/WSL.md | 0 docs/Platforms/{ => Propietary/Windows}/Windows.md | 0 46 files changed, 0 insertions(+), 0 deletions(-) rename docs/{Platforms => DeveloperDocs}/Test-Edge.md (100%) rename docs/{Platforms/OS => Login}/OAuth2.md (100%) rename docs/Platforms/{OS => FOSS/Android}/Android.md (100%) rename docs/Platforms/{ => FOSS}/Cloud-Foundry.md (100%) rename docs/Platforms/{OS => FOSS/Debian}/Debian.md (100%) rename docs/Platforms/{OS => FOSS/FreeBSD}/FreeBSD.md (100%) rename docs/Platforms/{ => FOSS}/Friend.md (100%) rename docs/Platforms/{ => FOSS}/Helm.md (100%) rename docs/Platforms/{OS => FOSS}/Install-and-Update.md (100%) rename docs/Platforms/{OS => FOSS}/Install-from-source-without-root.md (100%) rename docs/Platforms/{OS => FOSS}/Install-source-without-sudo-on-Linux.md (100%) rename docs/Platforms/{ => FOSS}/OpenShift.md (100%) rename docs/Platforms/{OS => FOSS/OpenSuse}/OpenSuse.md (100%) rename docs/Platforms/{ => FOSS}/Platforms.md (100%) rename docs/Platforms/{ => FOSS}/Raspberry-Pi.md (100%) rename docs/Platforms/{ => FOSS/Sandstorm}/Sandstorm.md (100%) rename docs/Platforms/{ => FOSS/Sandstorm}/Wekan-vs-Sandstorm.md (100%) rename docs/Platforms/{ => FOSS}/SmartOS.md (100%) rename docs/Platforms/{ => FOSS/Snap}/Snap.md (100%) rename docs/Platforms/{ => FOSS/Source}/Source.md (100%) rename docs/Platforms/{ => FOSS}/UCS.md (100%) rename docs/Platforms/{ => FOSS}/Ubuntu-Core.md (100%) rename docs/Platforms/{ => FOSS}/Vagrant.md (100%) rename docs/Platforms/{ => FOSS}/ppc.md (100%) rename docs/Platforms/{ => FOSS}/s390x.md (100%) rename docs/Platforms/{ => FOSS}/virtual-appliance.md (100%) rename docs/Platforms/{OS => Propietary/Chromebook}/Chromebook.md (100%) rename docs/Platforms/{ => Propietary/Cloud}/AWS.md (100%) rename docs/Platforms/{ => Propietary/Cloud}/Azure.md (100%) rename docs/Platforms/{ => Propietary/Cloud}/Cloudron.md (100%) rename docs/Platforms/{ => Propietary/Cloud}/Dome.md (100%) rename docs/Platforms/{ => Propietary/Cloud}/Heroku.md (100%) rename docs/Platforms/{ => Propietary/Cloud}/Metal.md (100%) rename docs/Platforms/{ => Propietary/Cloud}/OVH.md (100%) rename docs/Platforms/{ => Propietary/Cloud}/OpenVZ.md (100%) rename docs/Platforms/{ => Propietary/Cloud}/PikaPods.md (100%) rename docs/Platforms/{ => Propietary/Cloud}/Scalingo.md (100%) rename docs/Platforms/{OS/Install-latest-Wekan-release-on-Uberspace.md => Propietary/Cloud/Uberspace.md} (100%) rename docs/Platforms/{ => Propietary/Cloud}/Vultr.md (100%) rename docs/Platforms/{OS => Propietary/Mac}/Mac.md (100%) rename docs/Platforms/{ => Propietary/NAS}/Qnap-NAS.md (100%) rename docs/Platforms/{OS => Propietary/Windows}/Install-Wekan-from-source-on-Windows.md (100%) rename docs/Platforms/{OS => Propietary/Windows}/Install-Windows.md (100%) rename docs/Platforms/{ => Propietary/Windows}/Offline.md (100%) rename docs/Platforms/{ => Propietary/Windows}/WSL.md (100%) rename docs/Platforms/{ => Propietary/Windows}/Windows.md (100%) diff --git a/docs/Platforms/Test-Edge.md b/docs/DeveloperDocs/Test-Edge.md similarity index 100% rename from docs/Platforms/Test-Edge.md rename to docs/DeveloperDocs/Test-Edge.md diff --git a/docs/Platforms/OS/OAuth2.md b/docs/Login/OAuth2.md similarity index 100% rename from docs/Platforms/OS/OAuth2.md rename to docs/Login/OAuth2.md diff --git a/docs/Platforms/OS/Android.md b/docs/Platforms/FOSS/Android/Android.md similarity index 100% rename from docs/Platforms/OS/Android.md rename to docs/Platforms/FOSS/Android/Android.md diff --git a/docs/Platforms/Cloud-Foundry.md b/docs/Platforms/FOSS/Cloud-Foundry.md similarity index 100% rename from docs/Platforms/Cloud-Foundry.md rename to docs/Platforms/FOSS/Cloud-Foundry.md diff --git a/docs/Platforms/OS/Debian.md b/docs/Platforms/FOSS/Debian/Debian.md similarity index 100% rename from docs/Platforms/OS/Debian.md rename to docs/Platforms/FOSS/Debian/Debian.md diff --git a/docs/Platforms/OS/FreeBSD.md b/docs/Platforms/FOSS/FreeBSD/FreeBSD.md similarity index 100% rename from docs/Platforms/OS/FreeBSD.md rename to docs/Platforms/FOSS/FreeBSD/FreeBSD.md diff --git a/docs/Platforms/Friend.md b/docs/Platforms/FOSS/Friend.md similarity index 100% rename from docs/Platforms/Friend.md rename to docs/Platforms/FOSS/Friend.md diff --git a/docs/Platforms/Helm.md b/docs/Platforms/FOSS/Helm.md similarity index 100% rename from docs/Platforms/Helm.md rename to docs/Platforms/FOSS/Helm.md diff --git a/docs/Platforms/OS/Install-and-Update.md b/docs/Platforms/FOSS/Install-and-Update.md similarity index 100% rename from docs/Platforms/OS/Install-and-Update.md rename to docs/Platforms/FOSS/Install-and-Update.md diff --git a/docs/Platforms/OS/Install-from-source-without-root.md b/docs/Platforms/FOSS/Install-from-source-without-root.md similarity index 100% rename from docs/Platforms/OS/Install-from-source-without-root.md rename to docs/Platforms/FOSS/Install-from-source-without-root.md diff --git a/docs/Platforms/OS/Install-source-without-sudo-on-Linux.md b/docs/Platforms/FOSS/Install-source-without-sudo-on-Linux.md similarity index 100% rename from docs/Platforms/OS/Install-source-without-sudo-on-Linux.md rename to docs/Platforms/FOSS/Install-source-without-sudo-on-Linux.md diff --git a/docs/Platforms/OpenShift.md b/docs/Platforms/FOSS/OpenShift.md similarity index 100% rename from docs/Platforms/OpenShift.md rename to docs/Platforms/FOSS/OpenShift.md diff --git a/docs/Platforms/OS/OpenSuse.md b/docs/Platforms/FOSS/OpenSuse/OpenSuse.md similarity index 100% rename from docs/Platforms/OS/OpenSuse.md rename to docs/Platforms/FOSS/OpenSuse/OpenSuse.md diff --git a/docs/Platforms/Platforms.md b/docs/Platforms/FOSS/Platforms.md similarity index 100% rename from docs/Platforms/Platforms.md rename to docs/Platforms/FOSS/Platforms.md diff --git a/docs/Platforms/Raspberry-Pi.md b/docs/Platforms/FOSS/Raspberry-Pi.md similarity index 100% rename from docs/Platforms/Raspberry-Pi.md rename to docs/Platforms/FOSS/Raspberry-Pi.md diff --git a/docs/Platforms/Sandstorm.md b/docs/Platforms/FOSS/Sandstorm/Sandstorm.md similarity index 100% rename from docs/Platforms/Sandstorm.md rename to docs/Platforms/FOSS/Sandstorm/Sandstorm.md diff --git a/docs/Platforms/Wekan-vs-Sandstorm.md b/docs/Platforms/FOSS/Sandstorm/Wekan-vs-Sandstorm.md similarity index 100% rename from docs/Platforms/Wekan-vs-Sandstorm.md rename to docs/Platforms/FOSS/Sandstorm/Wekan-vs-Sandstorm.md diff --git a/docs/Platforms/SmartOS.md b/docs/Platforms/FOSS/SmartOS.md similarity index 100% rename from docs/Platforms/SmartOS.md rename to docs/Platforms/FOSS/SmartOS.md diff --git a/docs/Platforms/Snap.md b/docs/Platforms/FOSS/Snap/Snap.md similarity index 100% rename from docs/Platforms/Snap.md rename to docs/Platforms/FOSS/Snap/Snap.md diff --git a/docs/Platforms/Source.md b/docs/Platforms/FOSS/Source/Source.md similarity index 100% rename from docs/Platforms/Source.md rename to docs/Platforms/FOSS/Source/Source.md diff --git a/docs/Platforms/UCS.md b/docs/Platforms/FOSS/UCS.md similarity index 100% rename from docs/Platforms/UCS.md rename to docs/Platforms/FOSS/UCS.md diff --git a/docs/Platforms/Ubuntu-Core.md b/docs/Platforms/FOSS/Ubuntu-Core.md similarity index 100% rename from docs/Platforms/Ubuntu-Core.md rename to docs/Platforms/FOSS/Ubuntu-Core.md diff --git a/docs/Platforms/Vagrant.md b/docs/Platforms/FOSS/Vagrant.md similarity index 100% rename from docs/Platforms/Vagrant.md rename to docs/Platforms/FOSS/Vagrant.md diff --git a/docs/Platforms/ppc.md b/docs/Platforms/FOSS/ppc.md similarity index 100% rename from docs/Platforms/ppc.md rename to docs/Platforms/FOSS/ppc.md diff --git a/docs/Platforms/s390x.md b/docs/Platforms/FOSS/s390x.md similarity index 100% rename from docs/Platforms/s390x.md rename to docs/Platforms/FOSS/s390x.md diff --git a/docs/Platforms/virtual-appliance.md b/docs/Platforms/FOSS/virtual-appliance.md similarity index 100% rename from docs/Platforms/virtual-appliance.md rename to docs/Platforms/FOSS/virtual-appliance.md diff --git a/docs/Platforms/OS/Chromebook.md b/docs/Platforms/Propietary/Chromebook/Chromebook.md similarity index 100% rename from docs/Platforms/OS/Chromebook.md rename to docs/Platforms/Propietary/Chromebook/Chromebook.md diff --git a/docs/Platforms/AWS.md b/docs/Platforms/Propietary/Cloud/AWS.md similarity index 100% rename from docs/Platforms/AWS.md rename to docs/Platforms/Propietary/Cloud/AWS.md diff --git a/docs/Platforms/Azure.md b/docs/Platforms/Propietary/Cloud/Azure.md similarity index 100% rename from docs/Platforms/Azure.md rename to docs/Platforms/Propietary/Cloud/Azure.md diff --git a/docs/Platforms/Cloudron.md b/docs/Platforms/Propietary/Cloud/Cloudron.md similarity index 100% rename from docs/Platforms/Cloudron.md rename to docs/Platforms/Propietary/Cloud/Cloudron.md diff --git a/docs/Platforms/Dome.md b/docs/Platforms/Propietary/Cloud/Dome.md similarity index 100% rename from docs/Platforms/Dome.md rename to docs/Platforms/Propietary/Cloud/Dome.md diff --git a/docs/Platforms/Heroku.md b/docs/Platforms/Propietary/Cloud/Heroku.md similarity index 100% rename from docs/Platforms/Heroku.md rename to docs/Platforms/Propietary/Cloud/Heroku.md diff --git a/docs/Platforms/Metal.md b/docs/Platforms/Propietary/Cloud/Metal.md similarity index 100% rename from docs/Platforms/Metal.md rename to docs/Platforms/Propietary/Cloud/Metal.md diff --git a/docs/Platforms/OVH.md b/docs/Platforms/Propietary/Cloud/OVH.md similarity index 100% rename from docs/Platforms/OVH.md rename to docs/Platforms/Propietary/Cloud/OVH.md diff --git a/docs/Platforms/OpenVZ.md b/docs/Platforms/Propietary/Cloud/OpenVZ.md similarity index 100% rename from docs/Platforms/OpenVZ.md rename to docs/Platforms/Propietary/Cloud/OpenVZ.md diff --git a/docs/Platforms/PikaPods.md b/docs/Platforms/Propietary/Cloud/PikaPods.md similarity index 100% rename from docs/Platforms/PikaPods.md rename to docs/Platforms/Propietary/Cloud/PikaPods.md diff --git a/docs/Platforms/Scalingo.md b/docs/Platforms/Propietary/Cloud/Scalingo.md similarity index 100% rename from docs/Platforms/Scalingo.md rename to docs/Platforms/Propietary/Cloud/Scalingo.md diff --git a/docs/Platforms/OS/Install-latest-Wekan-release-on-Uberspace.md b/docs/Platforms/Propietary/Cloud/Uberspace.md similarity index 100% rename from docs/Platforms/OS/Install-latest-Wekan-release-on-Uberspace.md rename to docs/Platforms/Propietary/Cloud/Uberspace.md diff --git a/docs/Platforms/Vultr.md b/docs/Platforms/Propietary/Cloud/Vultr.md similarity index 100% rename from docs/Platforms/Vultr.md rename to docs/Platforms/Propietary/Cloud/Vultr.md diff --git a/docs/Platforms/OS/Mac.md b/docs/Platforms/Propietary/Mac/Mac.md similarity index 100% rename from docs/Platforms/OS/Mac.md rename to docs/Platforms/Propietary/Mac/Mac.md diff --git a/docs/Platforms/Qnap-NAS.md b/docs/Platforms/Propietary/NAS/Qnap-NAS.md similarity index 100% rename from docs/Platforms/Qnap-NAS.md rename to docs/Platforms/Propietary/NAS/Qnap-NAS.md diff --git a/docs/Platforms/OS/Install-Wekan-from-source-on-Windows.md b/docs/Platforms/Propietary/Windows/Install-Wekan-from-source-on-Windows.md similarity index 100% rename from docs/Platforms/OS/Install-Wekan-from-source-on-Windows.md rename to docs/Platforms/Propietary/Windows/Install-Wekan-from-source-on-Windows.md diff --git a/docs/Platforms/OS/Install-Windows.md b/docs/Platforms/Propietary/Windows/Install-Windows.md similarity index 100% rename from docs/Platforms/OS/Install-Windows.md rename to docs/Platforms/Propietary/Windows/Install-Windows.md diff --git a/docs/Platforms/Offline.md b/docs/Platforms/Propietary/Windows/Offline.md similarity index 100% rename from docs/Platforms/Offline.md rename to docs/Platforms/Propietary/Windows/Offline.md diff --git a/docs/Platforms/WSL.md b/docs/Platforms/Propietary/Windows/WSL.md similarity index 100% rename from docs/Platforms/WSL.md rename to docs/Platforms/Propietary/Windows/WSL.md diff --git a/docs/Platforms/Windows.md b/docs/Platforms/Propietary/Windows/Windows.md similarity index 100% rename from docs/Platforms/Windows.md rename to docs/Platforms/Propietary/Windows/Windows.md From 16060108b498de1f990051b04d0520c607a9aec4 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 27 Jun 2024 13:09:28 +0300 Subject: [PATCH 003/107] Updated ChangeLog. --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d93ccda60..6bb697400 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,8 +23,9 @@ This release adds the following updates: Thanks to dependabot. - Moved docs from wiki to wekan repo docs directory, organized to subdirectories. Organizing and updating in progress. [Part 1](https://github.com/wekan/wekan/commit/1961e22cbd51e83aa131c8b092c7d43475a021eb), - [Part 1](https://github.com/wekan/wekan/commit/ce89ff48331a27ffb42d021833c78df3a462b9db), - [Part 1](https://github.com/wekan/wekan/commit/449c02c42a0183a49592ada89bdfb8f25e5db903). + [Part 2](https://github.com/wekan/wekan/commit/ce89ff48331a27ffb42d021833c78df3a462b9db), + [Part 3](https://github.com/wekan/wekan/commit/449c02c42a0183a49592ada89bdfb8f25e5db903), + [Part 4](https://github.com/wekan/wekan/commit/0fb2f7fdd6b6cb828ab4ea534204a5b834d2e19a). Thanks to xet7. Thanks to above GitHub users for their contributions and translators for their translations. From b17a8757fbf1568c3cb219542e4adda1347c05be Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 27 Jun 2024 13:12:44 +0300 Subject: [PATCH 004/107] Updated ChangeLog. --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bb697400..d2a10cae8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,11 @@ This release adds the following updates: [Part 4](https://github.com/wekan/wekan/commit/0fb2f7fdd6b6cb828ab4ea534204a5b834d2e19a). Thanks to xet7. +and fixes the following bugs: + +- [Fix ModernDark Cards not showing correctly](https://github.com/wekan/wekan/pull/5455). + Thanks to walster001. + Thanks to above GitHub users for their contributions and translators for their translations. # v7.50 2024-06-22 WeKan ® release From e9c1c620eb938349c30761497066daf41cdcfc19 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 27 Jun 2024 13:20:36 +0300 Subject: [PATCH 005/107] Reorganize docs. --- docs/Platforms/FOSS/{Android => }/Android.md | 0 docs/Platforms/FOSS/{Debian => }/Debian.md | 0 docs/Platforms/FOSS/{FreeBSD => }/FreeBSD.md | 0 docs/Platforms/FOSS/{OpenSuse => }/OpenSuse.md | 0 .../Sandstorm}/Export-from-Wekan-Sandstorm-grain-.zip-file.md | 0 .../FOSS/Sandstorm}/Wekan-Sandstorm-cards-to-CSV-using-Python.md | 0 docs/Platforms/FOSS/{ => Source}/Install-and-Update.md | 0 .../FOSS/{ => Source}/Install-from-source-without-root.md | 0 .../FOSS/{ => Source}/Install-source-without-sudo-on-Linux.md | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename docs/Platforms/FOSS/{Android => }/Android.md (100%) rename docs/Platforms/FOSS/{Debian => }/Debian.md (100%) rename docs/Platforms/FOSS/{FreeBSD => }/FreeBSD.md (100%) rename docs/Platforms/FOSS/{OpenSuse => }/OpenSuse.md (100%) rename docs/{ImportExport => Platforms/FOSS/Sandstorm}/Export-from-Wekan-Sandstorm-grain-.zip-file.md (100%) rename docs/{ImportExport => Platforms/FOSS/Sandstorm}/Wekan-Sandstorm-cards-to-CSV-using-Python.md (100%) rename docs/Platforms/FOSS/{ => Source}/Install-and-Update.md (100%) rename docs/Platforms/FOSS/{ => Source}/Install-from-source-without-root.md (100%) rename docs/Platforms/FOSS/{ => Source}/Install-source-without-sudo-on-Linux.md (100%) diff --git a/docs/Platforms/FOSS/Android/Android.md b/docs/Platforms/FOSS/Android.md similarity index 100% rename from docs/Platforms/FOSS/Android/Android.md rename to docs/Platforms/FOSS/Android.md diff --git a/docs/Platforms/FOSS/Debian/Debian.md b/docs/Platforms/FOSS/Debian.md similarity index 100% rename from docs/Platforms/FOSS/Debian/Debian.md rename to docs/Platforms/FOSS/Debian.md diff --git a/docs/Platforms/FOSS/FreeBSD/FreeBSD.md b/docs/Platforms/FOSS/FreeBSD.md similarity index 100% rename from docs/Platforms/FOSS/FreeBSD/FreeBSD.md rename to docs/Platforms/FOSS/FreeBSD.md diff --git a/docs/Platforms/FOSS/OpenSuse/OpenSuse.md b/docs/Platforms/FOSS/OpenSuse.md similarity index 100% rename from docs/Platforms/FOSS/OpenSuse/OpenSuse.md rename to docs/Platforms/FOSS/OpenSuse.md diff --git a/docs/ImportExport/Export-from-Wekan-Sandstorm-grain-.zip-file.md b/docs/Platforms/FOSS/Sandstorm/Export-from-Wekan-Sandstorm-grain-.zip-file.md similarity index 100% rename from docs/ImportExport/Export-from-Wekan-Sandstorm-grain-.zip-file.md rename to docs/Platforms/FOSS/Sandstorm/Export-from-Wekan-Sandstorm-grain-.zip-file.md diff --git a/docs/ImportExport/Wekan-Sandstorm-cards-to-CSV-using-Python.md b/docs/Platforms/FOSS/Sandstorm/Wekan-Sandstorm-cards-to-CSV-using-Python.md similarity index 100% rename from docs/ImportExport/Wekan-Sandstorm-cards-to-CSV-using-Python.md rename to docs/Platforms/FOSS/Sandstorm/Wekan-Sandstorm-cards-to-CSV-using-Python.md diff --git a/docs/Platforms/FOSS/Install-and-Update.md b/docs/Platforms/FOSS/Source/Install-and-Update.md similarity index 100% rename from docs/Platforms/FOSS/Install-and-Update.md rename to docs/Platforms/FOSS/Source/Install-and-Update.md diff --git a/docs/Platforms/FOSS/Install-from-source-without-root.md b/docs/Platforms/FOSS/Source/Install-from-source-without-root.md similarity index 100% rename from docs/Platforms/FOSS/Install-from-source-without-root.md rename to docs/Platforms/FOSS/Source/Install-from-source-without-root.md diff --git a/docs/Platforms/FOSS/Install-source-without-sudo-on-Linux.md b/docs/Platforms/FOSS/Source/Install-source-without-sudo-on-Linux.md similarity index 100% rename from docs/Platforms/FOSS/Install-source-without-sudo-on-Linux.md rename to docs/Platforms/FOSS/Source/Install-source-without-sudo-on-Linux.md From d671071758df888551bf9ab26208e2d729816299 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 27 Jun 2024 13:21:45 +0300 Subject: [PATCH 006/107] Updated ChangeLog. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2a10cae8..7a920aca5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,8 @@ This release adds the following updates: [Part 1](https://github.com/wekan/wekan/commit/1961e22cbd51e83aa131c8b092c7d43475a021eb), [Part 2](https://github.com/wekan/wekan/commit/ce89ff48331a27ffb42d021833c78df3a462b9db), [Part 3](https://github.com/wekan/wekan/commit/449c02c42a0183a49592ada89bdfb8f25e5db903), - [Part 4](https://github.com/wekan/wekan/commit/0fb2f7fdd6b6cb828ab4ea534204a5b834d2e19a). + [Part 4](https://github.com/wekan/wekan/commit/0fb2f7fdd6b6cb828ab4ea534204a5b834d2e19a), + [Part 5](https://github.com/wekan/wekan/commit/e9c1c620eb938349c30761497066daf41cdcfc19). Thanks to xet7. and fixes the following bugs: From 6b7b66801b716e1d0bf2548b18eed4ed4e354f2d Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 27 Jun 2024 13:25:06 +0300 Subject: [PATCH 007/107] Reorganized docs. --- docs/Platforms/Propietary/{Chromebook => }/Chromebook.md | 0 docs/Platforms/Propietary/{Mac => }/Mac.md | 0 docs/Platforms/Propietary/{NAS => }/Qnap-NAS.md | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename docs/Platforms/Propietary/{Chromebook => }/Chromebook.md (100%) rename docs/Platforms/Propietary/{Mac => }/Mac.md (100%) rename docs/Platforms/Propietary/{NAS => }/Qnap-NAS.md (100%) diff --git a/docs/Platforms/Propietary/Chromebook/Chromebook.md b/docs/Platforms/Propietary/Chromebook.md similarity index 100% rename from docs/Platforms/Propietary/Chromebook/Chromebook.md rename to docs/Platforms/Propietary/Chromebook.md diff --git a/docs/Platforms/Propietary/Mac/Mac.md b/docs/Platforms/Propietary/Mac.md similarity index 100% rename from docs/Platforms/Propietary/Mac/Mac.md rename to docs/Platforms/Propietary/Mac.md diff --git a/docs/Platforms/Propietary/NAS/Qnap-NAS.md b/docs/Platforms/Propietary/Qnap-NAS.md similarity index 100% rename from docs/Platforms/Propietary/NAS/Qnap-NAS.md rename to docs/Platforms/Propietary/Qnap-NAS.md From 7690d9177100e8678db7ff674155ab110efd722b Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 27 Jun 2024 13:25:52 +0300 Subject: [PATCH 008/107] Updated ChangeLog. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a920aca5..fed1274f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,8 @@ This release adds the following updates: [Part 2](https://github.com/wekan/wekan/commit/ce89ff48331a27ffb42d021833c78df3a462b9db), [Part 3](https://github.com/wekan/wekan/commit/449c02c42a0183a49592ada89bdfb8f25e5db903), [Part 4](https://github.com/wekan/wekan/commit/0fb2f7fdd6b6cb828ab4ea534204a5b834d2e19a), - [Part 5](https://github.com/wekan/wekan/commit/e9c1c620eb938349c30761497066daf41cdcfc19). + [Part 5](https://github.com/wekan/wekan/commit/e9c1c620eb938349c30761497066daf41cdcfc19), + [Part 6](https://github.com/wekan/wekan/commit/6b7b66801b716e1d0bf2548b18eed4ed4e354f2d). Thanks to xet7. and fixes the following bugs: From 1cfaddff9cd4fe84fb74c80d1585f2a5dd65f5ca Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 27 Jun 2024 13:30:40 +0300 Subject: [PATCH 009/107] Reorganized docs. --- docs/{ => Platforms/FOSS}/Docker/Docker.md | 0 docs/{ => Platforms/FOSS}/Docker/Export-Docker-Mongo-Data.md | 0 .../FOSS}/Docker/Install-Wekan-Docker-for-testing.md | 0 .../FOSS}/Docker/Install-Wekan-Docker-in-production.md | 0 ...Install-Wekan-Docker-on-SUSE-Linux-Enterprise-Server-12-SP1.md | 0 .../FOSS}/Docker/Move-Docker-containers-to-other-computer.md | 0 .../Rancher---Rancher-Active-Proxy---Wekan-MongoDB-Docker.md | 0 docs/{ => Platforms/FOSS}/Docker/Repair-Docker.md | 0 docs/{ => Platforms/FOSS}/Snap/Automatic-update-schedule.md | 0 docs/{ => Platforms/FOSS}/Snap/Backup-and-restore.md | 0 .../FOSS}/Snap/Candidate-WeKan-Snap-Manual-Upgrade.md | 0 docs/{ => Platforms/FOSS}/Snap/CentOS-7.md | 0 docs/{ => Platforms/FOSS}/Snap/CentOS8.md | 0 docs/{ => Platforms/FOSS}/Snap/Home.md | 0 docs/{ => Platforms/FOSS}/Snap/Install-snap-with-Ansible.md | 0 docs/{ => Platforms/FOSS}/Snap/Install.md | 0 docs/{ => Platforms/FOSS}/Snap/Limit-snap-to-root-user-only.md | 0 docs/{ => Platforms/FOSS}/Snap/Making-releases-from-source.md | 0 docs/{ => Platforms/FOSS}/Snap/Making-releases.md | 0 docs/{ => Platforms/FOSS}/Snap/Many-Snaps-on-LXC.md | 0 docs/{ => Platforms/FOSS}/Snap/Old-Making-releases.md | 0 docs/{ => Platforms/FOSS}/Snap/OpenSuse.md | 0 docs/{ => Platforms/FOSS}/Snap/Sharing-MongoDB.md | 0 docs/{ => Platforms/FOSS}/Snap/Supported-settings-keys.md | 0 docs/{ => Platforms/FOSS}/Snap/Testing-new-WeKan-Snap-versions.md | 0 docs/{ => Platforms/FOSS}/Snap/Troubleshooting.md | 0 docs/{ => Platforms/FOSS}/Snap/Uninstall.md | 0 docs/{ => Platforms/FOSS}/Snap/Update-all-snap-packages.md | 0 28 files changed, 0 insertions(+), 0 deletions(-) rename docs/{ => Platforms/FOSS}/Docker/Docker.md (100%) rename docs/{ => Platforms/FOSS}/Docker/Export-Docker-Mongo-Data.md (100%) rename docs/{ => Platforms/FOSS}/Docker/Install-Wekan-Docker-for-testing.md (100%) rename docs/{ => Platforms/FOSS}/Docker/Install-Wekan-Docker-in-production.md (100%) rename docs/{ => Platforms/FOSS}/Docker/Install-Wekan-Docker-on-SUSE-Linux-Enterprise-Server-12-SP1.md (100%) rename docs/{ => Platforms/FOSS}/Docker/Move-Docker-containers-to-other-computer.md (100%) rename docs/{ => Platforms/FOSS}/Docker/Rancher---Rancher-Active-Proxy---Wekan-MongoDB-Docker.md (100%) rename docs/{ => Platforms/FOSS}/Docker/Repair-Docker.md (100%) rename docs/{ => Platforms/FOSS}/Snap/Automatic-update-schedule.md (100%) rename docs/{ => Platforms/FOSS}/Snap/Backup-and-restore.md (100%) rename docs/{ => Platforms/FOSS}/Snap/Candidate-WeKan-Snap-Manual-Upgrade.md (100%) rename docs/{ => Platforms/FOSS}/Snap/CentOS-7.md (100%) rename docs/{ => Platforms/FOSS}/Snap/CentOS8.md (100%) rename docs/{ => Platforms/FOSS}/Snap/Home.md (100%) rename docs/{ => Platforms/FOSS}/Snap/Install-snap-with-Ansible.md (100%) rename docs/{ => Platforms/FOSS}/Snap/Install.md (100%) rename docs/{ => Platforms/FOSS}/Snap/Limit-snap-to-root-user-only.md (100%) rename docs/{ => Platforms/FOSS}/Snap/Making-releases-from-source.md (100%) rename docs/{ => Platforms/FOSS}/Snap/Making-releases.md (100%) rename docs/{ => Platforms/FOSS}/Snap/Many-Snaps-on-LXC.md (100%) rename docs/{ => Platforms/FOSS}/Snap/Old-Making-releases.md (100%) rename docs/{ => Platforms/FOSS}/Snap/OpenSuse.md (100%) rename docs/{ => Platforms/FOSS}/Snap/Sharing-MongoDB.md (100%) rename docs/{ => Platforms/FOSS}/Snap/Supported-settings-keys.md (100%) rename docs/{ => Platforms/FOSS}/Snap/Testing-new-WeKan-Snap-versions.md (100%) rename docs/{ => Platforms/FOSS}/Snap/Troubleshooting.md (100%) rename docs/{ => Platforms/FOSS}/Snap/Uninstall.md (100%) rename docs/{ => Platforms/FOSS}/Snap/Update-all-snap-packages.md (100%) diff --git a/docs/Docker/Docker.md b/docs/Platforms/FOSS/Docker/Docker.md similarity index 100% rename from docs/Docker/Docker.md rename to docs/Platforms/FOSS/Docker/Docker.md diff --git a/docs/Docker/Export-Docker-Mongo-Data.md b/docs/Platforms/FOSS/Docker/Export-Docker-Mongo-Data.md similarity index 100% rename from docs/Docker/Export-Docker-Mongo-Data.md rename to docs/Platforms/FOSS/Docker/Export-Docker-Mongo-Data.md diff --git a/docs/Docker/Install-Wekan-Docker-for-testing.md b/docs/Platforms/FOSS/Docker/Install-Wekan-Docker-for-testing.md similarity index 100% rename from docs/Docker/Install-Wekan-Docker-for-testing.md rename to docs/Platforms/FOSS/Docker/Install-Wekan-Docker-for-testing.md diff --git a/docs/Docker/Install-Wekan-Docker-in-production.md b/docs/Platforms/FOSS/Docker/Install-Wekan-Docker-in-production.md similarity index 100% rename from docs/Docker/Install-Wekan-Docker-in-production.md rename to docs/Platforms/FOSS/Docker/Install-Wekan-Docker-in-production.md diff --git a/docs/Docker/Install-Wekan-Docker-on-SUSE-Linux-Enterprise-Server-12-SP1.md b/docs/Platforms/FOSS/Docker/Install-Wekan-Docker-on-SUSE-Linux-Enterprise-Server-12-SP1.md similarity index 100% rename from docs/Docker/Install-Wekan-Docker-on-SUSE-Linux-Enterprise-Server-12-SP1.md rename to docs/Platforms/FOSS/Docker/Install-Wekan-Docker-on-SUSE-Linux-Enterprise-Server-12-SP1.md diff --git a/docs/Docker/Move-Docker-containers-to-other-computer.md b/docs/Platforms/FOSS/Docker/Move-Docker-containers-to-other-computer.md similarity index 100% rename from docs/Docker/Move-Docker-containers-to-other-computer.md rename to docs/Platforms/FOSS/Docker/Move-Docker-containers-to-other-computer.md diff --git a/docs/Docker/Rancher---Rancher-Active-Proxy---Wekan-MongoDB-Docker.md b/docs/Platforms/FOSS/Docker/Rancher---Rancher-Active-Proxy---Wekan-MongoDB-Docker.md similarity index 100% rename from docs/Docker/Rancher---Rancher-Active-Proxy---Wekan-MongoDB-Docker.md rename to docs/Platforms/FOSS/Docker/Rancher---Rancher-Active-Proxy---Wekan-MongoDB-Docker.md diff --git a/docs/Docker/Repair-Docker.md b/docs/Platforms/FOSS/Docker/Repair-Docker.md similarity index 100% rename from docs/Docker/Repair-Docker.md rename to docs/Platforms/FOSS/Docker/Repair-Docker.md diff --git a/docs/Snap/Automatic-update-schedule.md b/docs/Platforms/FOSS/Snap/Automatic-update-schedule.md similarity index 100% rename from docs/Snap/Automatic-update-schedule.md rename to docs/Platforms/FOSS/Snap/Automatic-update-schedule.md diff --git a/docs/Snap/Backup-and-restore.md b/docs/Platforms/FOSS/Snap/Backup-and-restore.md similarity index 100% rename from docs/Snap/Backup-and-restore.md rename to docs/Platforms/FOSS/Snap/Backup-and-restore.md diff --git a/docs/Snap/Candidate-WeKan-Snap-Manual-Upgrade.md b/docs/Platforms/FOSS/Snap/Candidate-WeKan-Snap-Manual-Upgrade.md similarity index 100% rename from docs/Snap/Candidate-WeKan-Snap-Manual-Upgrade.md rename to docs/Platforms/FOSS/Snap/Candidate-WeKan-Snap-Manual-Upgrade.md diff --git a/docs/Snap/CentOS-7.md b/docs/Platforms/FOSS/Snap/CentOS-7.md similarity index 100% rename from docs/Snap/CentOS-7.md rename to docs/Platforms/FOSS/Snap/CentOS-7.md diff --git a/docs/Snap/CentOS8.md b/docs/Platforms/FOSS/Snap/CentOS8.md similarity index 100% rename from docs/Snap/CentOS8.md rename to docs/Platforms/FOSS/Snap/CentOS8.md diff --git a/docs/Snap/Home.md b/docs/Platforms/FOSS/Snap/Home.md similarity index 100% rename from docs/Snap/Home.md rename to docs/Platforms/FOSS/Snap/Home.md diff --git a/docs/Snap/Install-snap-with-Ansible.md b/docs/Platforms/FOSS/Snap/Install-snap-with-Ansible.md similarity index 100% rename from docs/Snap/Install-snap-with-Ansible.md rename to docs/Platforms/FOSS/Snap/Install-snap-with-Ansible.md diff --git a/docs/Snap/Install.md b/docs/Platforms/FOSS/Snap/Install.md similarity index 100% rename from docs/Snap/Install.md rename to docs/Platforms/FOSS/Snap/Install.md diff --git a/docs/Snap/Limit-snap-to-root-user-only.md b/docs/Platforms/FOSS/Snap/Limit-snap-to-root-user-only.md similarity index 100% rename from docs/Snap/Limit-snap-to-root-user-only.md rename to docs/Platforms/FOSS/Snap/Limit-snap-to-root-user-only.md diff --git a/docs/Snap/Making-releases-from-source.md b/docs/Platforms/FOSS/Snap/Making-releases-from-source.md similarity index 100% rename from docs/Snap/Making-releases-from-source.md rename to docs/Platforms/FOSS/Snap/Making-releases-from-source.md diff --git a/docs/Snap/Making-releases.md b/docs/Platforms/FOSS/Snap/Making-releases.md similarity index 100% rename from docs/Snap/Making-releases.md rename to docs/Platforms/FOSS/Snap/Making-releases.md diff --git a/docs/Snap/Many-Snaps-on-LXC.md b/docs/Platforms/FOSS/Snap/Many-Snaps-on-LXC.md similarity index 100% rename from docs/Snap/Many-Snaps-on-LXC.md rename to docs/Platforms/FOSS/Snap/Many-Snaps-on-LXC.md diff --git a/docs/Snap/Old-Making-releases.md b/docs/Platforms/FOSS/Snap/Old-Making-releases.md similarity index 100% rename from docs/Snap/Old-Making-releases.md rename to docs/Platforms/FOSS/Snap/Old-Making-releases.md diff --git a/docs/Snap/OpenSuse.md b/docs/Platforms/FOSS/Snap/OpenSuse.md similarity index 100% rename from docs/Snap/OpenSuse.md rename to docs/Platforms/FOSS/Snap/OpenSuse.md diff --git a/docs/Snap/Sharing-MongoDB.md b/docs/Platforms/FOSS/Snap/Sharing-MongoDB.md similarity index 100% rename from docs/Snap/Sharing-MongoDB.md rename to docs/Platforms/FOSS/Snap/Sharing-MongoDB.md diff --git a/docs/Snap/Supported-settings-keys.md b/docs/Platforms/FOSS/Snap/Supported-settings-keys.md similarity index 100% rename from docs/Snap/Supported-settings-keys.md rename to docs/Platforms/FOSS/Snap/Supported-settings-keys.md diff --git a/docs/Snap/Testing-new-WeKan-Snap-versions.md b/docs/Platforms/FOSS/Snap/Testing-new-WeKan-Snap-versions.md similarity index 100% rename from docs/Snap/Testing-new-WeKan-Snap-versions.md rename to docs/Platforms/FOSS/Snap/Testing-new-WeKan-Snap-versions.md diff --git a/docs/Snap/Troubleshooting.md b/docs/Platforms/FOSS/Snap/Troubleshooting.md similarity index 100% rename from docs/Snap/Troubleshooting.md rename to docs/Platforms/FOSS/Snap/Troubleshooting.md diff --git a/docs/Snap/Uninstall.md b/docs/Platforms/FOSS/Snap/Uninstall.md similarity index 100% rename from docs/Snap/Uninstall.md rename to docs/Platforms/FOSS/Snap/Uninstall.md diff --git a/docs/Snap/Update-all-snap-packages.md b/docs/Platforms/FOSS/Snap/Update-all-snap-packages.md similarity index 100% rename from docs/Snap/Update-all-snap-packages.md rename to docs/Platforms/FOSS/Snap/Update-all-snap-packages.md From 7b21650003a5aa97c43c83918b67a8d4f97a67c4 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 27 Jun 2024 13:31:27 +0300 Subject: [PATCH 010/107] Updated ChangeLog. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fed1274f2..ab0d21eef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,7 +27,8 @@ This release adds the following updates: [Part 3](https://github.com/wekan/wekan/commit/449c02c42a0183a49592ada89bdfb8f25e5db903), [Part 4](https://github.com/wekan/wekan/commit/0fb2f7fdd6b6cb828ab4ea534204a5b834d2e19a), [Part 5](https://github.com/wekan/wekan/commit/e9c1c620eb938349c30761497066daf41cdcfc19), - [Part 6](https://github.com/wekan/wekan/commit/6b7b66801b716e1d0bf2548b18eed4ed4e354f2d). + [Part 6](https://github.com/wekan/wekan/commit/6b7b66801b716e1d0bf2548b18eed4ed4e354f2d), + [Part 7](https://github.com/wekan/wekan/commit/1cfaddff9cd4fe84fb74c80d1585f2a5dd65f5ca). Thanks to xet7. and fixes the following bugs: From ea5d0999c4c4b084a9b2c7a49fd49dc31f9e2732 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 27 Jun 2024 13:51:14 +0300 Subject: [PATCH 011/107] Copy Emoji page to Build from source. --- docs/DeveloperDocs/Build-from-source.md | 204 ++++++++++++++++++++++++ 1 file changed, 204 insertions(+) create mode 100644 docs/DeveloperDocs/Build-from-source.md diff --git a/docs/DeveloperDocs/Build-from-source.md b/docs/DeveloperDocs/Build-from-source.md new file mode 100644 index 000000000..e1cab9b6a --- /dev/null +++ b/docs/DeveloperDocs/Build-from-source.md @@ -0,0 +1,204 @@ +## About markdown changes + +Wekan v4.29 changes markdown rendering from [marked](https://github.com/markedjs/marked) to [markdown-it](https://github.com/markdown-it/markdown-it). + +## About emoji + +With markdown-it, also [markdown-it-emoji](https://github.com/markdown-it/markdown-it-emoji) plugin has been added, supporting [full list of GitHub emojis](https://github.com/markdown-it/markdown-it-emoji/blob/master/lib/data/full.json). + +Example emoji code, that you can add for example to card name, card description etc: +``` +:rainbow: :thumbsup: :100: +``` +That shows emojis :rainbow: :thumbsup: :100: + +## About other markdown-it plugins + +For markdown-it, there are also other [syntax extensions](https://github.com/markdown-it/markdown-it#syntax-extensions) where some are listed at that markdown-it page, and [others at npmjs.com](https://www.npmjs.org/browse/keyword/markdown-it-plugin). + +For example, how to get some [mermaid plugin](https://www.npmjs.com/search?q=markdown-it-mermaid) working so that some syntax works for https://mermaid-js.github.io/mermaid/ ? + +## How you could add another plugin + +Using newest Ubuntu amd64: + +# Meteor 2 + +### 1. Install git and configure it +``` +sudo apt -y install git + +git config --global user.name "Yourfirstname Yourlastname" + +git config --global user.email email-address-you-use-at-github@example.com + +git config --global push.default simple + +nano .ssh/config +``` +There add your User (GitHub username) and IdentityFile (Your ssh private key. Not public key that has .pub). +For indentation, use one tab. +``` +Host * + IdentitiesOnly=yes + +Host github.com + Hostname github.com + User xet7 + IdentityFile ~/.ssh/id_xet7ed +``` +Save and Exit with Ctrl-o Enter Ctrl-x Enter + +If you do not have ssh key, create it: +``` +ssh-keygen +``` +And press Enter about 3 times, until you have private key at `~/.ssh/id_rsa` and public key at `~/.ssh/id_rsa.pub` + +Add public key `.pub` to your github account web interface. + +Add path to Meteor: +``` +nano .bashrc +``` +There at bottom add: +``` +export PATH=~/.meteor:$PATH +``` +Save and Exit with Ctrl-o Enter Ctrl-x Enter + +### 2. Create fork of `https://github.com/wekan/wekan` at GitHub web page + +``` +mkdir repos + +cd repos + +git clone git@github.com:YourGithubUsername/wekan.git + +cd wekan +``` +### 3. Select option 1 to install dependencies, and then Enter. +``` +./rebuild-wekan.sh + +1 + +./rebuild-wekan.sh + +2 + +./rebuild-wekan.sh + +3 +``` +That does: 1 install dependencies, 2 builds wekan, 3 starts wekan in development mode with command `meteor`, so it can detect if some file changes and try to rebuild automatically and reload webbroser. But, still sometimes, it may need stopping with Ctrl-c and full build with option 2. + +And then [register and login](Adding-users) at http://localhost:4000 + +### OPTIONAL, NOT NEEDED: 5. Add new plugin package +``` +meteor npm install markdown-it-something --save +``` + +Edit file `wekan/packages/markdown/src-integration.js` and add using that new package, using code example from that new plugin page, or similar like emoji plugin was added. + +### 7. Test + +Test does that new plugin syntax work, for example in card title, card description etc on other input fields. + +### 8. If it works, create pull request + +If normal markdown, emoji, and your new added plugin syntax all work, commit your changes: +``` +git add --all + +git commit -m "Added plugin markdown-it-something." + +git push +``` +And then at your GitHub for `https://github.com/YOUR-GITHUB-USERNAME/wekan` click `Create pull request`. + +# Meteor 3 + +At 2024-06-26, it looks like from https://nodejs.org/en that Node.js LTS version is 20.15.0 , so change to newest Node.js LTS, delete old Meteor: +``` +sudo n 20.15.0 + +sudo npm -g install npm + +cd + +rm -rf .meteor +``` +Check how to install newest Meteor from Meteor 3 PR at https://github.com/meteor/meteor/pull/13163 , for example: +``` +npx meteor@rc +``` +Check what branches there are: +``` +cd repos/wekan + +git branch -a +``` +Change to Meteor 3 branch: +``` +git checkout feature-meteor3 +``` +Build wekan: +``` +./rebuild-wekan.sh + +2 +``` +If there are errors, try to fix them. + +Or try to run wekan: +``` +./rebuild-wekan.sh + +3 +``` +# Updating + +There are usually updates both for npm packages and Meteor + +Updating npm packages: +``` +npm update +``` +Checking for vulnerable packages: +``` +npm audit +``` +Fixing vulnerable npm packages by updating to newer packages: +``` +npm audit fix +``` +If that did not help, use force: +``` +npm audit fix --force +``` +If that did not help, read links from that `npm audit` command did show, remove deprecated dependencies, update to other maintained dependencies. + +Updating to next Meteor release: +``` +meteor update +``` +Updating to specific Meteor release: +``` +meteor update --release METEOR@3.0-rc.4 +``` +Trying to update all Meteor packages: +``` +meteor update --release METEOR@3.0-rc.4 --all-packages +``` +Allowing incompatible updates, that may sometime work: +``` +meteor update --release METEOR@3.0-rc.4 --all-packages --allow-incompatible-update +``` +If you are changing Meteor and Node.js versions, you may need to reset Meteor: +``` +meteor reset +``` +Or alternatively, delete wekan repo (if you did not need any changes you made), and clone wekan repo again, and then build etc. From 057ac4031eaa912b849c637e163f4dffa79a9329 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 27 Jun 2024 14:01:26 +0300 Subject: [PATCH 012/107] Reorganize docs. --- {asana => docs/ImportExport/asana}/CHANGELOG.md | 0 {asana => docs/ImportExport/asana}/LICENSE | 0 {asana => docs/ImportExport/asana}/export_boards.pl | 0 {asana => docs/ImportExport/asana}/load_tasks.pl | 0 {trello => docs/ImportExport/trello}/CHANGELOG.md | 0 {trello => docs/ImportExport/trello}/LICENSE | 0 {trello => docs/ImportExport/trello}/api.py | 0 {trello => docs/ImportExport/trello}/trello-project100.json | 0 {ldap-sync => docs/Login/ldap-sync}/ldap-sync.py | 0 docs/Platforms/FOSS/{ => OpenShift}/OpenShift.md | 0 {openshift => docs/Platforms/FOSS/OpenShift}/README.md | 0 {openshift => docs/Platforms/FOSS/OpenShift}/wekan.yml | 0 docs/Platforms/FOSS/{ => Source}/Raspberry-Pi.md | 0 .../Platforms/FOSS/stacksmith}/user-scripts/boot.sh | 0 .../Platforms/FOSS/stacksmith}/user-scripts/build.sh | 0 .../Platforms/FOSS/stacksmith}/user-scripts/run.sh | 0 .../Platforms/FOSS/torodb-postgresql}/CHANGELOG.md | 0 .../Platforms/FOSS/torodb-postgresql}/LICENSE | 0 .../Platforms/FOSS/torodb-postgresql}/README.md | 0 .../Platforms/FOSS/torodb-postgresql}/docker-compose.yml | 0 {nginx => docs/Webserver/nginx}/nginx.conf | 0 {nginx => docs/Webserver/nginx}/ssl/.gitkeep | 0 22 files changed, 0 insertions(+), 0 deletions(-) rename {asana => docs/ImportExport/asana}/CHANGELOG.md (100%) rename {asana => docs/ImportExport/asana}/LICENSE (100%) rename {asana => docs/ImportExport/asana}/export_boards.pl (100%) rename {asana => docs/ImportExport/asana}/load_tasks.pl (100%) rename {trello => docs/ImportExport/trello}/CHANGELOG.md (100%) rename {trello => docs/ImportExport/trello}/LICENSE (100%) rename {trello => docs/ImportExport/trello}/api.py (100%) rename {trello => docs/ImportExport/trello}/trello-project100.json (100%) rename {ldap-sync => docs/Login/ldap-sync}/ldap-sync.py (100%) rename docs/Platforms/FOSS/{ => OpenShift}/OpenShift.md (100%) rename {openshift => docs/Platforms/FOSS/OpenShift}/README.md (100%) rename {openshift => docs/Platforms/FOSS/OpenShift}/wekan.yml (100%) rename docs/Platforms/FOSS/{ => Source}/Raspberry-Pi.md (100%) rename {stacksmith => docs/Platforms/FOSS/stacksmith}/user-scripts/boot.sh (100%) rename {stacksmith => docs/Platforms/FOSS/stacksmith}/user-scripts/build.sh (100%) rename {stacksmith => docs/Platforms/FOSS/stacksmith}/user-scripts/run.sh (100%) rename {torodb-postgresql => docs/Platforms/FOSS/torodb-postgresql}/CHANGELOG.md (100%) rename {torodb-postgresql => docs/Platforms/FOSS/torodb-postgresql}/LICENSE (100%) rename {torodb-postgresql => docs/Platforms/FOSS/torodb-postgresql}/README.md (100%) rename {torodb-postgresql => docs/Platforms/FOSS/torodb-postgresql}/docker-compose.yml (100%) rename {nginx => docs/Webserver/nginx}/nginx.conf (100%) rename {nginx => docs/Webserver/nginx}/ssl/.gitkeep (100%) diff --git a/asana/CHANGELOG.md b/docs/ImportExport/asana/CHANGELOG.md similarity index 100% rename from asana/CHANGELOG.md rename to docs/ImportExport/asana/CHANGELOG.md diff --git a/asana/LICENSE b/docs/ImportExport/asana/LICENSE similarity index 100% rename from asana/LICENSE rename to docs/ImportExport/asana/LICENSE diff --git a/asana/export_boards.pl b/docs/ImportExport/asana/export_boards.pl similarity index 100% rename from asana/export_boards.pl rename to docs/ImportExport/asana/export_boards.pl diff --git a/asana/load_tasks.pl b/docs/ImportExport/asana/load_tasks.pl similarity index 100% rename from asana/load_tasks.pl rename to docs/ImportExport/asana/load_tasks.pl diff --git a/trello/CHANGELOG.md b/docs/ImportExport/trello/CHANGELOG.md similarity index 100% rename from trello/CHANGELOG.md rename to docs/ImportExport/trello/CHANGELOG.md diff --git a/trello/LICENSE b/docs/ImportExport/trello/LICENSE similarity index 100% rename from trello/LICENSE rename to docs/ImportExport/trello/LICENSE diff --git a/trello/api.py b/docs/ImportExport/trello/api.py similarity index 100% rename from trello/api.py rename to docs/ImportExport/trello/api.py diff --git a/trello/trello-project100.json b/docs/ImportExport/trello/trello-project100.json similarity index 100% rename from trello/trello-project100.json rename to docs/ImportExport/trello/trello-project100.json diff --git a/ldap-sync/ldap-sync.py b/docs/Login/ldap-sync/ldap-sync.py similarity index 100% rename from ldap-sync/ldap-sync.py rename to docs/Login/ldap-sync/ldap-sync.py diff --git a/docs/Platforms/FOSS/OpenShift.md b/docs/Platforms/FOSS/OpenShift/OpenShift.md similarity index 100% rename from docs/Platforms/FOSS/OpenShift.md rename to docs/Platforms/FOSS/OpenShift/OpenShift.md diff --git a/openshift/README.md b/docs/Platforms/FOSS/OpenShift/README.md similarity index 100% rename from openshift/README.md rename to docs/Platforms/FOSS/OpenShift/README.md diff --git a/openshift/wekan.yml b/docs/Platforms/FOSS/OpenShift/wekan.yml similarity index 100% rename from openshift/wekan.yml rename to docs/Platforms/FOSS/OpenShift/wekan.yml diff --git a/docs/Platforms/FOSS/Raspberry-Pi.md b/docs/Platforms/FOSS/Source/Raspberry-Pi.md similarity index 100% rename from docs/Platforms/FOSS/Raspberry-Pi.md rename to docs/Platforms/FOSS/Source/Raspberry-Pi.md diff --git a/stacksmith/user-scripts/boot.sh b/docs/Platforms/FOSS/stacksmith/user-scripts/boot.sh similarity index 100% rename from stacksmith/user-scripts/boot.sh rename to docs/Platforms/FOSS/stacksmith/user-scripts/boot.sh diff --git a/stacksmith/user-scripts/build.sh b/docs/Platforms/FOSS/stacksmith/user-scripts/build.sh similarity index 100% rename from stacksmith/user-scripts/build.sh rename to docs/Platforms/FOSS/stacksmith/user-scripts/build.sh diff --git a/stacksmith/user-scripts/run.sh b/docs/Platforms/FOSS/stacksmith/user-scripts/run.sh similarity index 100% rename from stacksmith/user-scripts/run.sh rename to docs/Platforms/FOSS/stacksmith/user-scripts/run.sh diff --git a/torodb-postgresql/CHANGELOG.md b/docs/Platforms/FOSS/torodb-postgresql/CHANGELOG.md similarity index 100% rename from torodb-postgresql/CHANGELOG.md rename to docs/Platforms/FOSS/torodb-postgresql/CHANGELOG.md diff --git a/torodb-postgresql/LICENSE b/docs/Platforms/FOSS/torodb-postgresql/LICENSE similarity index 100% rename from torodb-postgresql/LICENSE rename to docs/Platforms/FOSS/torodb-postgresql/LICENSE diff --git a/torodb-postgresql/README.md b/docs/Platforms/FOSS/torodb-postgresql/README.md similarity index 100% rename from torodb-postgresql/README.md rename to docs/Platforms/FOSS/torodb-postgresql/README.md diff --git a/torodb-postgresql/docker-compose.yml b/docs/Platforms/FOSS/torodb-postgresql/docker-compose.yml similarity index 100% rename from torodb-postgresql/docker-compose.yml rename to docs/Platforms/FOSS/torodb-postgresql/docker-compose.yml diff --git a/nginx/nginx.conf b/docs/Webserver/nginx/nginx.conf similarity index 100% rename from nginx/nginx.conf rename to docs/Webserver/nginx/nginx.conf diff --git a/nginx/ssl/.gitkeep b/docs/Webserver/nginx/ssl/.gitkeep similarity index 100% rename from nginx/ssl/.gitkeep rename to docs/Webserver/nginx/ssl/.gitkeep From 802341384e9fc2bbea7a00a73d44bee8ac40bdcb Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 27 Jun 2024 14:02:44 +0300 Subject: [PATCH 013/107] Updated changelog. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab0d21eef..05859ecf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,8 @@ This release adds the following updates: [Part 4](https://github.com/wekan/wekan/commit/0fb2f7fdd6b6cb828ab4ea534204a5b834d2e19a), [Part 5](https://github.com/wekan/wekan/commit/e9c1c620eb938349c30761497066daf41cdcfc19), [Part 6](https://github.com/wekan/wekan/commit/6b7b66801b716e1d0bf2548b18eed4ed4e354f2d), - [Part 7](https://github.com/wekan/wekan/commit/1cfaddff9cd4fe84fb74c80d1585f2a5dd65f5ca). + [Part 7](https://github.com/wekan/wekan/commit/1cfaddff9cd4fe84fb74c80d1585f2a5dd65f5ca), + [Part 8](https://github.com/wekan/wekan/commit/057ac4031eaa912b849c637e163f4dffa79a9329). Thanks to xet7. and fixes the following bugs: From 77fad0e7c69e362cddd507e712ce3572525734cb Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 27 Jun 2024 14:04:44 +0300 Subject: [PATCH 014/107] Reorganized docs. --- helm.md => docs/Platforms/FOSS/Helm2.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename helm.md => docs/Platforms/FOSS/Helm2.md (100%) diff --git a/helm.md b/docs/Platforms/FOSS/Helm2.md similarity index 100% rename from helm.md rename to docs/Platforms/FOSS/Helm2.md From 52375df78380bbe3407b51dc986baaf6f31f40e4 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 27 Jun 2024 14:06:29 +0300 Subject: [PATCH 015/107] Reorganized docs. --- Stackerfile.yml => docs/Platforms/FOSS/stacksmith/Stackerfile.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Stackerfile.yml => docs/Platforms/FOSS/stacksmith/Stackerfile.yml (100%) diff --git a/Stackerfile.yml b/docs/Platforms/FOSS/stacksmith/Stackerfile.yml similarity index 100% rename from Stackerfile.yml rename to docs/Platforms/FOSS/stacksmith/Stackerfile.yml From 67e7a75b9c4b307e94bc4c8e994754d11eb8d583 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 27 Jun 2024 14:06:57 +0300 Subject: [PATCH 016/107] Updated ChangeLog. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05859ecf2..55a50ff41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,8 @@ This release adds the following updates: [Part 5](https://github.com/wekan/wekan/commit/e9c1c620eb938349c30761497066daf41cdcfc19), [Part 6](https://github.com/wekan/wekan/commit/6b7b66801b716e1d0bf2548b18eed4ed4e354f2d), [Part 7](https://github.com/wekan/wekan/commit/1cfaddff9cd4fe84fb74c80d1585f2a5dd65f5ca), - [Part 8](https://github.com/wekan/wekan/commit/057ac4031eaa912b849c637e163f4dffa79a9329). + [Part 8](https://github.com/wekan/wekan/commit/057ac4031eaa912b849c637e163f4dffa79a9329), + [Part 8](https://github.com/wekan/wekan/commit/52375df78380bbe3407b51dc986baaf6f31f40e4). Thanks to xet7. and fixes the following bugs: From 00a56f6aaa0c2bcd24ca8829a0718b45e7cedf04 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 27 Jun 2024 14:08:24 +0300 Subject: [PATCH 017/107] Reorganize files. --- docs/Platforms/FOSS/stacksmith/Stackerfile.yml => Stackerfile.yml | 0 .../Platforms/FOSS/stacksmith => stacksmith}/user-scripts/boot.sh | 0 .../FOSS/stacksmith => stacksmith}/user-scripts/build.sh | 0 .../Platforms/FOSS/stacksmith => stacksmith}/user-scripts/run.sh | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename docs/Platforms/FOSS/stacksmith/Stackerfile.yml => Stackerfile.yml (100%) rename {docs/Platforms/FOSS/stacksmith => stacksmith}/user-scripts/boot.sh (100%) rename {docs/Platforms/FOSS/stacksmith => stacksmith}/user-scripts/build.sh (100%) rename {docs/Platforms/FOSS/stacksmith => stacksmith}/user-scripts/run.sh (100%) diff --git a/docs/Platforms/FOSS/stacksmith/Stackerfile.yml b/Stackerfile.yml similarity index 100% rename from docs/Platforms/FOSS/stacksmith/Stackerfile.yml rename to Stackerfile.yml diff --git a/docs/Platforms/FOSS/stacksmith/user-scripts/boot.sh b/stacksmith/user-scripts/boot.sh similarity index 100% rename from docs/Platforms/FOSS/stacksmith/user-scripts/boot.sh rename to stacksmith/user-scripts/boot.sh diff --git a/docs/Platforms/FOSS/stacksmith/user-scripts/build.sh b/stacksmith/user-scripts/build.sh similarity index 100% rename from docs/Platforms/FOSS/stacksmith/user-scripts/build.sh rename to stacksmith/user-scripts/build.sh diff --git a/docs/Platforms/FOSS/stacksmith/user-scripts/run.sh b/stacksmith/user-scripts/run.sh similarity index 100% rename from docs/Platforms/FOSS/stacksmith/user-scripts/run.sh rename to stacksmith/user-scripts/run.sh From 2104b853eff1568feb45274748be2810bd4dcc5d Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 27 Jun 2024 14:09:04 +0300 Subject: [PATCH 018/107] Updated ChangeLog. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55a50ff41..114f74bcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,8 @@ This release adds the following updates: [Part 6](https://github.com/wekan/wekan/commit/6b7b66801b716e1d0bf2548b18eed4ed4e354f2d), [Part 7](https://github.com/wekan/wekan/commit/1cfaddff9cd4fe84fb74c80d1585f2a5dd65f5ca), [Part 8](https://github.com/wekan/wekan/commit/057ac4031eaa912b849c637e163f4dffa79a9329), - [Part 8](https://github.com/wekan/wekan/commit/52375df78380bbe3407b51dc986baaf6f31f40e4). + [Part 9](https://github.com/wekan/wekan/commit/52375df78380bbe3407b51dc986baaf6f31f40e4), + [Part 10](https://github.com/wekan/wekan/commit/00a56f6aaa0c2bcd24ca8829a0718b45e7cedf04). Thanks to xet7. and fixes the following bugs: From c863428aa2597457fc4931e7b1bdd75d6cc2610b Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 27 Jun 2024 14:12:06 +0300 Subject: [PATCH 019/107] Reorganized docs. --- docs/ImportExport/{ => trello}/Migrating-from-Trello.md | 0 docs/ImportExport/{ => trello}/Wekan-vs-Trello-vs-Restyaboard.md | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename docs/ImportExport/{ => trello}/Migrating-from-Trello.md (100%) rename docs/ImportExport/{ => trello}/Wekan-vs-Trello-vs-Restyaboard.md (100%) diff --git a/docs/ImportExport/Migrating-from-Trello.md b/docs/ImportExport/trello/Migrating-from-Trello.md similarity index 100% rename from docs/ImportExport/Migrating-from-Trello.md rename to docs/ImportExport/trello/Migrating-from-Trello.md diff --git a/docs/ImportExport/Wekan-vs-Trello-vs-Restyaboard.md b/docs/ImportExport/trello/Wekan-vs-Trello-vs-Restyaboard.md similarity index 100% rename from docs/ImportExport/Wekan-vs-Trello-vs-Restyaboard.md rename to docs/ImportExport/trello/Wekan-vs-Trello-vs-Restyaboard.md From cca5f81c65af4a0198e034a52cf9607458d7aaef Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 27 Jun 2024 14:12:59 +0300 Subject: [PATCH 020/107] Updated ChangeLog. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 114f74bcf..365b7e549 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,7 +31,8 @@ This release adds the following updates: [Part 7](https://github.com/wekan/wekan/commit/1cfaddff9cd4fe84fb74c80d1585f2a5dd65f5ca), [Part 8](https://github.com/wekan/wekan/commit/057ac4031eaa912b849c637e163f4dffa79a9329), [Part 9](https://github.com/wekan/wekan/commit/52375df78380bbe3407b51dc986baaf6f31f40e4), - [Part 10](https://github.com/wekan/wekan/commit/00a56f6aaa0c2bcd24ca8829a0718b45e7cedf04). + [Part 10](https://github.com/wekan/wekan/commit/00a56f6aaa0c2bcd24ca8829a0718b45e7cedf04), + [Part 11](https://github.com/wekan/wekan/commit/c863428aa2597457fc4931e7b1bdd75d6cc2610b). Thanks to xet7. and fixes the following bugs: From f9884b7782c9fe9f289f92046e5a6405c987047f Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 27 Jun 2024 15:16:25 +0300 Subject: [PATCH 021/107] v7.51 --- CHANGELOG.md | 2 +- Stackerfile.yml | 2 +- package-lock.json | 2 +- package.json | 2 +- public/api/wekan.html | 6 +++--- public/api/wekan.yml | 2 +- sandstorm-pkgdef.capnp | 4 ++-- snapcraft.yaml | 8 ++++---- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 365b7e549..75d1da11a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ Fixing other platforms In Progress. [How to upgrade WeKan](https://github.com/wekan/wekan/issues/4585) -# Upcoming WeKan ® release +# v7.51 2024-06-27 WeKan ® release This release adds the following updates: diff --git a/Stackerfile.yml b/Stackerfile.yml index 0524c21c7..b48adb849 100644 --- a/Stackerfile.yml +++ b/Stackerfile.yml @@ -1,5 +1,5 @@ appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928 -appVersion: "v7.50.0" +appVersion: "v7.51.0" files: userUploads: - README.md diff --git a/package-lock.json b/package-lock.json index 8c0be881c..4e31e12e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "v7.50.0", + "version": "v7.51.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b5485bfd6..a93ccdd43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "v7.50.0", + "version": "v7.51.0", "description": "Open-Source kanban", "private": true, "repository": { diff --git a/public/api/wekan.html b/public/api/wekan.html index 07ea00f26..21fd7c0d8 100644 --- a/public/api/wekan.html +++ b/public/api/wekan.html @@ -7,7 +7,7 @@ - Wekan REST API v7.50 + Wekan REST API v7.51 @@ -1548,7 +1548,7 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
  • - Wekan REST API v7.50 + Wekan REST API v7.51
  • @@ -2067,7 +2067,7 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
    -

    Wekan REST API v7.50

    +

    Wekan REST API v7.51

    Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.

    diff --git a/public/api/wekan.yml b/public/api/wekan.yml index 6489921d2..8f85faf3d 100644 --- a/public/api/wekan.yml +++ b/public/api/wekan.yml @@ -1,7 +1,7 @@ swagger: '2.0' info: title: Wekan REST API - version: v7.50 + version: v7.51 description: | The REST API allows you to control and extend Wekan with ease. diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp index 1d492245d..f770f3a19 100644 --- a/sandstorm-pkgdef.capnp +++ b/sandstorm-pkgdef.capnp @@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = ( appTitle = (defaultText = "Wekan"), # The name of the app as it is displayed to the user. - appVersion = 750, + appVersion = 751, # Increment this for every release. - appMarketingVersion = (defaultText = "7.50.0~2024-06-22"), + appMarketingVersion = (defaultText = "7.51.0~2024-06-27"), # Human-readable presentation of the app version. minUpgradableAppVersion = 0, diff --git a/snapcraft.yaml b/snapcraft.yaml index 5a6cdb024..fe595f09e 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: wekan -version: '7.50' +version: '7.51' base: core20 summary: Open Source kanban description: | @@ -170,9 +170,9 @@ parts: # Cleanup mkdir .build cd .build - wget https://github.com/wekan/wekan/releases/download/v7.50/wekan-7.50-amd64.zip - unzip wekan-7.50-amd64.zip - rm wekan-7.50-amd64.zip + wget https://github.com/wekan/wekan/releases/download/v7.51/wekan-7.51-amd64.zip + unzip wekan-7.51-amd64.zip + rm wekan-7.51-amd64.zip cd .. ##cd .build/bundle ##find . -type d -name '*-garbage*' | xargs rm -rf From 09e87f207ce36f11fe6e146b41bf5ea14dc33f48 Mon Sep 17 00:00:00 2001 From: Dmitrij Abramov Date: Fri, 28 Jun 2024 00:38:45 +0300 Subject: [PATCH 022/107] Some tweaks to clean light and clean dark themes --- client/components/boards/boardColors.css | 66 ++++++++++++++++++------ 1 file changed, 51 insertions(+), 15 deletions(-) diff --git a/client/components/boards/boardColors.css b/client/components/boards/boardColors.css index 16dc9cf1f..b3fe94ffa 100644 --- a/client/components/boards/boardColors.css +++ b/client/components/boards/boardColors.css @@ -2394,17 +2394,6 @@ background: rgba(46, 46, 57, 1); } -.board-color-cleandark.pop-over .header { - border-bottom: none; - background: inherit; - - font-size: 16px; - font-weight: 500; - line-height: 24px; - text-align: left; - color: rgba(255, 255, 255, 1);; -} - .board-color-cleandark.pop-over .pop-over-list, .board-color-cleandark.pop-over .content { font-size: 16px; @@ -2832,7 +2821,7 @@ .board-color-cleanlight .list-header-add, .board-color-cleandark .list-header-add { border-radius: 12px; - margin-top: 10px; + margin-top: 18px; padding: 8px; margin-right: 8px; display: flex; @@ -2841,9 +2830,27 @@ margin-left: 10px; } +.board-color-cleanlight .list-header-add:hover { + background: rgba(227, 227, 230, 1); + color: rgba(10, 10, 20, 1); + border-radius: 8px; + cursor: pointer; +} + +.board-color-cleandark .list-header-add:hover { + background: rgba(255, 255, 255, 0.1); + color: #FFFFFF; + border-radius: 8px; + cursor: pointer; +} + +.board-color-cleanlight .list-header-add a:hover i { + color: #FFFFFF !important; +} + .board-color-cleandark .list-header-add { background: #23232B !important; - color: #FFFFFF; + color: #FFFFFF !important; } .board-color-cleanlight .card-label, @@ -2982,7 +2989,7 @@ } .board-color-cleandark .card-details-header { - background: #2E2E39; + background: #2E2E39 !important; color: rgba(255, 255, 255, 1); } @@ -3070,7 +3077,9 @@ background: rgba(241, 241, 243, 1); } -.board-color-cleanlight.pop-over .header { +.board-color-cleanlight.pop-over .header, +.board-color-cleandark.pop-over .header { + border-radius: 12px 12px 0 0; border-bottom: none; background: inherit; @@ -3078,9 +3087,17 @@ font-weight: 500; line-height: 24px; text-align: left; +} + +.board-color-cleanlight.pop-over .header { color: rgba(10, 10, 20, 1); } + +.board-color-cleandark.pop-over .header { + color: rgba(255, 255, 255, 1);; +} + .board-color-cleanlight.pop-over .pop-over-list, .board-color-cleanlight.pop-over .content { font-size: 16px; @@ -3654,3 +3671,22 @@ .board-color-cleandark .new-comment .fa { display: none; } + +.board-color-cleanlight .pop-over-list li > a, +.board-color-cleandark .pop-over-list li > a { + font-weight: 500; +} + +.board-color-cleanlight .pop-over-list li > a i, +.board-color-cleandark .pop-over-list li > a i { + margin-right: 6px !important; +} + +.board-color-cleanlight .pop-over .quiet { + margin-left: 100px !important; +} + +.board-color-cleandark .minicard:hover:not(.minicard-composer), +.board-color-cleandark .is-selected .minicard, .draggable-hover-card .minicard { + background: #23232B; +} From 989e0a5326f3c2a91fc4767e8a7024cf2d407ad8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 20:21:29 +0000 Subject: [PATCH 023/107] Bump docker/build-push-action from 6.1.0 to 6.2.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/31159d49c0d4756269a0940a750801a1ea5d7003...15560696de535e4014efeff63c48f16952e52dd1) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index b6c89a8ff..602c3aa4f 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -55,7 +55,7 @@ jobs: # Build and push Docker image with Buildx (don't push on PR) # https://github.com/docker/build-push-action - name: Build and push Docker image - uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 + uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 with: context: . push: ${{ github.event_name != 'pull_request' }} From e663ce038af397f547e8823d61ce5dc2e3cea84d Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 5 Jul 2024 10:38:58 +0300 Subject: [PATCH 024/107] Added RepoCloud. Related https://github.com/wekan/wekan/pull/5463 --- docs/Platforms/Propietary/Cloud/RepoCloud.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/Platforms/Propietary/Cloud/RepoCloud.md diff --git a/docs/Platforms/Propietary/Cloud/RepoCloud.md b/docs/Platforms/Propietary/Cloud/RepoCloud.md new file mode 100644 index 000000000..762ef68e7 --- /dev/null +++ b/docs/Platforms/Propietary/Cloud/RepoCloud.md @@ -0,0 +1,3 @@ +https://repocloud.io + +[![Deploy on RepoCloud](https://d16t0pc4846x52.cloudfront.net/deploylobe.svg)](https://repocloud.io/details/?app_id=34) From 21d6dfd79090f9885635f55537bd9fa1ef8539e1 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 5 Jul 2024 10:43:07 +0300 Subject: [PATCH 025/107] Added RepoCloud.svg . Related https://github.com/wekan/wekan/pull/5463 --- docs/Platforms/Propietary/Cloud/RepoCloud.md | 2 +- docs/Platforms/Propietary/Cloud/RepoCloud.svg | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 docs/Platforms/Propietary/Cloud/RepoCloud.svg diff --git a/docs/Platforms/Propietary/Cloud/RepoCloud.md b/docs/Platforms/Propietary/Cloud/RepoCloud.md index 762ef68e7..fc07e6349 100644 --- a/docs/Platforms/Propietary/Cloud/RepoCloud.md +++ b/docs/Platforms/Propietary/Cloud/RepoCloud.md @@ -1,3 +1,3 @@ https://repocloud.io -[![Deploy on RepoCloud](https://d16t0pc4846x52.cloudfront.net/deploylobe.svg)](https://repocloud.io/details/?app_id=34) +[![Deploy on RepoCloud](RepoCloud.svg)](https://repocloud.io/details/?app_id=34) diff --git a/docs/Platforms/Propietary/Cloud/RepoCloud.svg b/docs/Platforms/Propietary/Cloud/RepoCloud.svg new file mode 100644 index 000000000..d1d128c4d --- /dev/null +++ b/docs/Platforms/Propietary/Cloud/RepoCloud.svg @@ -0,0 +1,11 @@ + + New Project + + + + + + + \ No newline at end of file From 22067198ab5f70a753826a4c68aec701e2a2d389 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 5 Jul 2024 11:59:56 +0300 Subject: [PATCH 026/107] Updated ChangeLog. --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75d1da11a..73486d6e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,30 @@ Fixing other platforms In Progress. [How to upgrade WeKan](https://github.com/wekan/wekan/issues/4585) +# Upcoming WeKan ® release + +This release adds the following new features: + +- [Helm Chart: Add option to set resource limits for initContainer](https://github.com/wekan/charts/pull/33). + Thanks to mreichelt-dicos. + +and adds the following updates: + +- [Updated dependencies](https://github.com/wekan/wekan/pull/5460). + Thanks to dependabot. +- Added RepoCloud SaaS. + [Part 1](https://github.com/wekan/wekan/commit/21d6dfd79090f9885635f55537bd9fa1ef8539e1), + [Part 2](https://github.com/wekan/wekan/commit/e663ce038af397f547e8823d61ce5dc2e3cea84d), + [Part 3](https://github.com/wekan/wekan.github.io/commit/e9e0550824cdda31daae42df7c497fbd037fd78f). + Thanks to RepoCloud. + +and fixes the following bugs: + +- [Fixes to Clean light and Clean dark themes](https://github.com/wekan/wekan/pull/5458). + Thanks to abramchikd. + +Thanks to above GitHub users for their contributions and translators for their translations. + # v7.51 2024-06-27 WeKan ® release This release adds the following updates: From 700f345576ca6109e3b6e2774e706e7bd977fdc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 20:16:21 +0000 Subject: [PATCH 027/107] Bump docker/build-push-action from 6.2.0 to 6.3.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/15560696de535e4014efeff63c48f16952e52dd1...1a162644f9a7e87d8f4b053101d1d9a712edc18c) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 602c3aa4f..613f8891e 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -55,7 +55,7 @@ jobs: # Build and push Docker image with Buildx (don't push on PR) # https://github.com/docker/build-push-action - name: Build and push Docker image - uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 + uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c with: context: . push: ${{ github.event_name != 'pull_request' }} From d038cb4a2d9ba16dd1991579a463651b704c30e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 20:34:56 +0000 Subject: [PATCH 028/107] Bump docker/build-push-action from 6.3.0 to 6.4.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.3.0 to 6.4.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/1a162644f9a7e87d8f4b053101d1d9a712edc18c...a254f8ca60a858f3136a2f1f23a60969f2c402dd) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 613f8891e..923ba8c63 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -55,7 +55,7 @@ jobs: # Build and push Docker image with Buildx (don't push on PR) # https://github.com/docker/build-push-action - name: Build and push Docker image - uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c + uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd with: context: . push: ${{ github.event_name != 'pull_request' }} From e46a66904fa7143ab0d4ded790f1d6cc426ef65c Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 16 Jul 2024 13:56:57 +0300 Subject: [PATCH 029/107] Removed old PGP key. Thanks to xet7 ! --- SECURITY.md | 3 +-- support-at-wekan.team_pgp-publickey.asc | 16 ---------------- 2 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 support-at-wekan.team_pgp-publickey.asc diff --git a/SECURITY.md b/SECURITY.md index e4c6312c3..3ca0e69e7 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,8 +1,7 @@ About money, see [CONTRIBUTING.md](CONTRIBUTING.md) Security is very important to us. If you discover any issue regarding security, please disclose -the information responsibly by sending an email to support (at) wekan.team using -[this PGP public key](support-at-wekan.team_pgp-publickey.asc) and not by +the information responsibly by sending an email to support@wekan.team and not by creating a GitHub issue. We will respond swiftly to fix verifiable security issues. We thank you with a place at our hall of fame page, that is diff --git a/support-at-wekan.team_pgp-publickey.asc b/support-at-wekan.team_pgp-publickey.asc deleted file mode 100644 index e59ce9034..000000000 --- a/support-at-wekan.team_pgp-publickey.asc +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP PUBLIC KEY BLOCK----- -Version: OpenPGP.js v4.10.8 -Comment: https://openpgpjs.org - -xjMEX3HbABYJKwYBBAHaRw8BAQdAQ2UBWCK1H3/z7gMgwVudRL+NlwJVCPw+ -Vsp9PGSLh9jNJ3N1cHBvcnRAd2VrYW4udGVhbSA8c3VwcG9ydEB3ZWthbi50 -ZWFtPsKPBBAWCgAgBQJfcdsABgsJBwgDAgQVCAoCBBYCAQACGQECGwMCHgEA -IQkQRkG8ZpPn6f4WIQRI5gPihwJLiXfveDBGQbxmk+fp/kCXAQD/JXsgVq4d -9sKmYDGHpCaIfsO//6cmiCGz3Mf5SDc0ygD/WpJO31Fyu6pfr3nWe4n50H93 -lXXz937+K1bB9rfqugDOOARfcdsAEgorBgEEAZdVAQUBAQdALydXPub/n7hx -8qYjZa2tzBvcz5KkdnIxOoB+vaQZFQwDAQgHwngEGBYIAAkFAl9x2wACGwwA -IQkQRkG8ZpPn6f4WIQRI5gPihwJLiXfveDBGQbxmk+fp/uyXAQCRLPksHCJ6 -RTl7HrtSS9lkeOmh32u+Rnjijn970PYIIQEAiGgXoJGBTzyVil9aPeqfWFK+ -0hvTsnNY3JT3K84OmQQ= -=SNk3 ------END PGP PUBLIC KEY BLOCK----- From 8e11ecf7992469644ea2770db2dd40dab1baa16d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 20:52:59 +0000 Subject: [PATCH 030/107] Bump docker/login-action from 3.2.0 to 3.3.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/0d4c9c5ea7693da7b068278f7b52bda2a190a446...9780b0c442fbb1117ed29e0efdff1e18412f7567) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 923ba8c63..da90c2b30 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -38,7 +38,7 @@ jobs: # https://github.com/docker/login-action - name: Log into registry ${{ env.REGISTRY }} if: github.event_name != 'pull_request' - uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} From 88f60764223c598dba478dda7099157c02c2ee29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 20:53:03 +0000 Subject: [PATCH 031/107] Bump docker/build-push-action from 6.4.0 to 6.5.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.4.0 to 6.5.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/a254f8ca60a858f3136a2f1f23a60969f2c402dd...5176d81f87c23d6fc96624dfdbcd9f3830bbe445) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 923ba8c63..9fb9f31a9 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -55,7 +55,7 @@ jobs: # Build and push Docker image with Buildx (don't push on PR) # https://github.com/docker/build-push-action - name: Build and push Docker image - uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd + uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 with: context: . push: ${{ github.event_name != 'pull_request' }} From c6b6d1aa40f3bc363043f2e1d7b0ae661e71c23b Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 28 Jul 2024 22:26:54 +0300 Subject: [PATCH 032/107] Updated translations. --- imports/i18n/data/cs.i18n.json | 112 ++++++++++++++++----------------- 1 file changed, 56 insertions(+), 56 deletions(-) diff --git a/imports/i18n/data/cs.i18n.json b/imports/i18n/data/cs.i18n.json index 9a7541045..3cca071ac 100644 --- a/imports/i18n/data/cs.i18n.json +++ b/imports/i18n/data/cs.i18n.json @@ -85,14 +85,14 @@ "add-card": "Přidat kartu", "add-card-to-top-of-list": "Přidat kartu na začátek seznamu", "add-card-to-bottom-of-list": "Přidat kartu na konec seznamu", - "setListWidthPopup-title": "Set List Width", - "set-list-width": "Set List Width", - "set-list-width-value": "List Width (pixels)", - "list-width-error-message": "List width must be a positive integer", - "setSwimlaneHeightPopup-title": "Set Swimlane Height", - "set-swimlane-height": "Set Swimlane Height", - "set-swimlane-height-value": "Swimlane Height (pixels)", - "swimlane-height-error-message": "Swimlane height must be a positive integer", + "setListWidthPopup-title": "Nastavit šířku seznamu", + "set-list-width": "Nastavit šířku seznamu", + "set-list-width-value": "Šířka seznamu (pixely)", + "list-width-error-message": "Šířka seznamu musí být kladné celé číslo", + "setSwimlaneHeightPopup-title": "Nastavit výšku swimlane", + "set-swimlane-height": "Nastavit výšku swimlane", + "set-swimlane-height-value": "Výška swimlane (pixely)", + "swimlane-height-error-message": "Výška swimlane musí být celé kladné číslo", "add-swimlane": "Přidat Swimlane", "add-subtask": "Přidat Podúkol", "add-checklist": "Přidat zaškrtávací seznam", @@ -100,10 +100,10 @@ "close-add-checklist-item": "Close add an item to checklist form", "close-edit-checklist-item": "Close edit an item to checklist form", "convertChecklistItemToCardPopup-title": "Převést na kartu", - "add-cover": "Add cover image to minicard", + "add-cover": "Přidat titulní obrázek k minikartě", "add-label": "Přidat štítek", "add-list": "Přidat sloupec", - "add-after-list": "Add After List", + "add-after-list": "Přidat za seznam", "add-members": "Přidat členy", "added": "Přidán", "addMemberPopup-title": "Členové", @@ -143,13 +143,13 @@ "attachmentDeletePopup-title": "Smazat přílohu?", "attachments": "Přílohy", "auto-watch": "Automaticky sleduj tabla když jsou vytvořena", - "avatar-too-big": "The avatar is too large (__size__ max)", + "avatar-too-big": "Avatar je příliš velký (__size__ max)", "back": "Zpět", "board-change-color": "Změnit barvu", - "board-change-background-image": "Change Background Image", - "board-background-image-url": "Background Image URL", - "add-background-image": "Add Background Image", - "remove-background-image": "Remove Background Image", + "board-change-background-image": "Změnit obrázek na pozadí", + "board-background-image-url": "URL obrázku na pozadí", + "add-background-image": "Přidat obrázek na pozadí", + "remove-background-image": "Odstranit obrázek z pozadí", "show-at-all-boards-page" : "Show at All Boards page", "board-info-on-my-boards" : "All Boards Settings", "boardInfoOnMyBoardsPopup-title" : "All Boards Settings", @@ -162,9 +162,9 @@ "board-public-info": "Toto tablo bude veřejné.", "board-drag-drop-reorder-or-click-open": "Přetažením změníte pořadí ikon tabel. Kliknutím otevřete tablo.", "boardChangeColorPopup-title": "Změnit pozadí tabla", - "boardChangeBackgroundImagePopup-title": "Change Background Image", + "boardChangeBackgroundImagePopup-title": "Změnit obrázek na pozadí", "allBoardsChangeColorPopup-title": "Změnit barvu", - "allBoardsChangeBackgroundImagePopup-title": "Change Background Image", + "allBoardsChangeBackgroundImagePopup-title": "Změnit obrázek na pozadí", "boardChangeTitlePopup-title": "Přejmenovat tablo", "boardChangeVisibilityPopup-title": "Upravit viditelnost", "boardChangeWatchPopup-title": "Změnit sledování", @@ -532,8 +532,8 @@ "normal": "Normální", "normal-desc": "Může zobrazovat a upravovat karty. Nemůže měnit nastavení.", "not-accepted-yet": "Pozvánka ještě nebyla přijmuta", - "notify-participate": "Receive updates to any cards you participate as creator or member", - "notify-watch": "Dostane aktualitace to všech tabel, sloupců nebo karet, které sledujete", + "notify-participate": "Dostanete aktualizace o všech kartách, kterých se účastníte jako tvůrce nebo člen", + "notify-watch": "Dostane aktualizace o všech tabel, sloupců nebo karet, které sledujete", "optional": "volitelný", "or": "nebo", "page-maybe-private": "Tato stránka může být soukromá. Můžete ji zobrazit po přihlášení.", @@ -550,7 +550,7 @@ "public": "Veřejný", "public-desc": "Toto tablo je veřejné. Je viditelné pro každého, kdo na něj má odkaz a bude zobrazeno ve vyhledávačích jako je Google. Pouze vybraní uživatelé ho mohou upravovat.", "quick-access-description": "Pro přidání odkazu do této lišty označ tablo hvězdičkou.", - "remove-cover": "Remove cover image from minicard", + "remove-cover": "Odstranit titulní obrázek z minikarty", "remove-from-board": "Odstranit z tabla", "remove-label": "Odstranit štítek", "listDeletePopup-title": "Smazat sloupec?", @@ -703,8 +703,8 @@ "accounts": "Účty", "accounts-allowEmailChange": "Povolit změnu Emailu", "accounts-allowUserNameChange": "Povolit změnu uživatelského jména", - "tableVisibilityMode-allowPrivateOnly": "Boards visibility: Allow private boards only", - "tableVisibilityMode" : "Boards visibility", + "tableVisibilityMode-allowPrivateOnly": "Viditelnost tabel: Povolit pouze soukromé tabla", + "tableVisibilityMode" : "Viditelnost tabel", "createdAt": "Vytvořeno v", "modifiedAt": "Modifikováno", "verified": "Ověřen", @@ -739,10 +739,10 @@ "deposit-subtasks-board": "Vložit podúkoly do tohoto tabla", "deposit-subtasks-list": "Landing list for subtasks deposited here:", "show-parent-in-minicard": "Ukázat předka na minikartě", - "description-on-minicard": "Description on minicard", - "cover-attachment-on-minicard": "Cover image on minicard", - "badge-attachment-on-minicard": "Count of attachments on minicard", - "card-sorting-by-number-on-minicard": "Card sorting by number on minicard", + "description-on-minicard": "Popis na minikartě", + "cover-attachment-on-minicard": "Titulní obrázek na minikartě", + "badge-attachment-on-minicard": "Počet příloh na minikartě", + "card-sorting-by-number-on-minicard": "Řazení karet podle čísla na minikartě", "prefix-with-full-path": "Prefix s celou cestou", "prefix-with-parent": "Prefix s předkem", "subtext-with-full-path": "Podtext s celou cestou", @@ -884,7 +884,7 @@ "error-ldap-login": "Během přihlašování nastala chyba", "display-authentication-method": "Zobraz způsob ověřování", "oidc-button-text": "Customize the OIDC button text", - "default-authentication-method": "Zobraz způsob ověřování", + "default-authentication-method": "Výchozí způsob ověřování", "duplicate-board": "Duplikovat tablo", "org-number": "Počet organizací je:", "team-number": "Počet týmů je:", @@ -974,7 +974,7 @@ "myCardsViewChange-title": "My Cards View", "myCardsViewChangePopup-title": "My Cards View", "myCardsViewChange-choice-boards": "Tabla", - "myCardsViewChange-choice-table": "Table", + "myCardsViewChange-choice-table": "Tabulka", "myCardsSortChange-title": "Pořadí mých karet", "myCardsSortChangePopup-title": "Pořadí mých karet", "myCardsSortChange-choice-board": "Podle tabla", @@ -1100,13 +1100,13 @@ "label-names": "Štítek jména", "archived-at": "archivováno", "sort-cards": "Třídit", - "sort-is-on": "Sort is on", + "sort-is-on": "Řazení je zapnuté", "cardsSortPopup-title": "Třídit", "due-date": "Požadovaný termín", "server-error": "Chyba na serveru", "server-error-troubleshooting": "Odešlete prosím chybu, kterou server vygeneroval.\nV případě instalace přes snap spusťte: `sudo snap logs wekan.wekan`\nV případě instalace přes Docker spusťte: `sudo docker logs wekan-app`", "title-alphabetically": "Nadpis (Abecedně)", - "created-at-newest-first": "Vyvtořeno (Od nejnovějších)", + "created-at-newest-first": "Vytvořeno (Od nejnovějších)", "created-at-oldest-first": "Vytvořeno (Od nejstarších)", "links-heading": "Odkazy", "hide-system-messages-of-all-users": "Skrýt systémové zprávy všech uživatelů", @@ -1118,7 +1118,7 @@ "custom-field-stringtemplate-separator": "Oddělovač (pro mezeru použijte nebo  )", "custom-field-stringtemplate-item-placeholder": "Stiskněte enter pro přidání více položek", "creator": "Tvůrce", - "creator-on-minicard": "Creator on minicard", + "creator-on-minicard": "Tvůrce na minikartě", "filesReportTitle": "Report souborů", "reports": "Reporty", "rulesReportTitle": "Report pravidel", @@ -1141,7 +1141,7 @@ "delete-org-warning-message": "Tuto organizaci není možné smazat, protože do ní patří uživatel(é)", "delete-team-warning-message": "Tento tým není možné smazat, protože do nej patří uživatel(é)", "subject": "Subject", - "details": "Details", + "details": "Podrobnosti", "carbon-copy": "Carbon Copy (Cc:)", "ticket": "Ticket", "tickets": "Tickets", @@ -1155,17 +1155,17 @@ "request": "Request", "requests": "Requests", "help-request": "Help Request", - "editCardSortOrderPopup-title": "Change Sorting", - "cardDetailsPopup-title": "Card Details", - "add-teams": "Add teams", - "add-teams-label": "Added teams are displayed below:", - "remove-team-from-table": "Are you sure you want to remove this team from the board ?", - "confirm-btn": "Confirm", + "editCardSortOrderPopup-title": "Změnit řazení", + "cardDetailsPopup-title": "Podrobnosti karty", + "add-teams": "Přidat týmy", + "add-teams-label": "Přidané týmy jsou zobrazeny zde:", + "remove-team-from-table": "Opravdu chcete odstranit tento tým z tabla ?", + "confirm-btn": "Potvrdit", "remove-btn": "Odstranit", - "filter-card-title-label": "Filter by card title", + "filter-card-title-label": "Filtrovat pomocí názvů karet", "invite-people-success": "Invitation to register sent with success", "invite-people-error": "Error while sending invitation to register", - "can-invite-if-same-mailDomainName": "Email domain name", + "can-invite-if-same-mailDomainName": "Emailová doména", "to-create-teams-contact-admin": "To create teams, please contact the administrator.", "Node_heap_total_heap_size": "Node heap: total heap size", "Node_heap_total_heap_size_executable": "Node heap: total heap size executable", @@ -1224,29 +1224,29 @@ "if-you-already-have-an-account": "If you already have an account", "register": "Register", "forgot-password": "Forgot password", - "minicardDetailsActionsPopup-title": "Card Details", + "minicardDetailsActionsPopup-title": "Podrobnosti karty", "Mongo_sessions_count": "Mongo sessions count", "change-visibility": "Upravit viditelnost", - "max-upload-filesize": "Max upload filesize in bytes:", - "allowed-upload-filetypes": "Allowed upload filetypes:", - "max-avatar-filesize": "Max avatar filesize in bytes:", + "max-upload-filesize": "Maximální velikost nahraného souboru v bajtech:", + "allowed-upload-filetypes": "Povolené typy nahraných souborů:", + "max-avatar-filesize": "Maximální velikost avatara v bajtech:", "allowed-avatar-filetypes": "Allowed avatar filetypes:", - "invalid-file": "If filename is invalid, upload or rename is cancelled.", - "preview-pdf-not-supported": "Your device does not support previewing PDF. Try downloading instead.", - "drag-board": "Drag board", - "translation-number": "The number of custom translation strings is:", - "delete-translation-confirm-popup": "Are you sure you want to delete this custom translation string? There is no undo.", - "newTranslationPopup-title": "New custom translation string", - "editTranslationPopup-title": "Edit custom translation string", - "settingsTranslationPopup-title": "Delete this custom translation string?", - "translation": "Translation", + "invalid-file": "Pokud je název souboru neplatný, nahrávání nebo přejmenovávání se zruší.", + "preview-pdf-not-supported": "Vaše zařízení nepodporuje zobrazení PDF. Zkuste soubor stáhnout.", + "drag-board": "Přetáhnout tablo", + "translation-number": "Počet vlastní překladů je:", + "delete-translation-confirm-popup": "Opravdu chcete smazat tento vlastní překlad? Tuto akci nelze vrátit zpět.", + "newTranslationPopup-title": "Nový vlastní překlad", + "editTranslationPopup-title": "Upravit vlastní překlad", + "settingsTranslationPopup-title": "Smazat tento vlastní překlad?", + "translation": "Překlad", "text": "Text", - "translation-text": "Translation text", - "show-at-minicard": "Show at minicard", + "translation-text": "Text překladu", + "show-at-minicard": "Zobrazit na minikartě", "show-checklist-at-minicard": "Show checklist at minicard", "show-subtasks-field": "Show subtasks field", "convert-to-markdown": "Convert to markdown", "import-board-zip": "Add .zip file that has board JSON files, and board name subdirectories with attachments", "collapse": "Sbalit", - "uncollapse": "Uncollapse" + "uncollapse": "Rozbalit" } From 32fed3d048841bf5c7e60e64446f0c963718e31b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 21:43:29 +0000 Subject: [PATCH 033/107] Bump fast-xml-parser from 4.3.2 to 4.4.1 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.3.2 to 4.4.1. - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.3.2...v4.4.1) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4e31e12e6..86a8a1a43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -514,9 +514,9 @@ "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==" }, "dayjs": { - "version": "1.11.11", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.11.tgz", - "integrity": "sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg==" + "version": "1.11.12", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.12.tgz", + "integrity": "sha512-Rt2g+nTbLlDWZTwwrIXjy9MeiZmSDI375FvZs72ngxx8PDC6YXOeR3q5LAuPzjZQxhiWdRKac7RKV+YyQYfYIg==" }, "debug": { "version": "4.3.4", @@ -737,9 +737,9 @@ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" }, "fast-xml-parser": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.2.tgz", - "integrity": "sha512-rmrXUXwbJedoXkStenj1kkljNF7ugn5ZjR9FJcwmCfcCbtOMDghPajbc+Tck6vE6F5XsDmx+Pr2le9fw8+pXBg==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz", + "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==", "requires": { "strnum": "^1.0.5" } From e538fb9514db873da5c2123bb6af9afbbde8f951 Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Fri, 2 Aug 2024 22:52:39 +0200 Subject: [PATCH 034/107] Activities, adding back "created at" field Fixes #5459 --- client/components/activities/activities.jade | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/client/components/activities/activities.jade b/client/components/activities/activities.jade index f15c9a71c..b3b193146 100644 --- a/client/components/activities/activities.jade +++ b/client/components/activities/activities.jade @@ -16,7 +16,6 @@ template(name="cardActivities") +activity(activity=activityData card=card mode=mode) template(name="editOrDeleteComment") - = ' - ' a.js-open-inlined-form {{_ "edit"}} = ' - ' a.js-delete-comment {{_ "delete"}} @@ -145,11 +144,10 @@ template(name="activity") +viewer = activity.comment.text +commentReactions(reactions=activity.comment.reactions commentId=activity.comment._id) - span(title=activity.createdAt).activity-meta {{ moment activity.createdAt }} - if($eq currentUser._id activity.comment.userId) - +editOrDeleteComment - else if currentUser.isBoardAdmin - +editOrDeleteComment + if($eq currentUser._id activity.comment.userId) + +editOrDeleteComment + else if currentUser.isBoardAdmin + +editOrDeleteComment if($eq activity.activityType 'deleteComment') | {{{_ 'activity-deleteComment' activity.commentId}}}. @@ -242,3 +240,5 @@ template(name="activity") = ' @' else if(currentData.timeValue) | {{_ activity.activityType currentData.timeValue}} + + div(title=activity.createdAt).activity-meta {{ moment activity.createdAt }} From de3bc9cb4d20590c45ff72ef7749d830ea3fc16c Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 3 Aug 2024 00:52:51 +0300 Subject: [PATCH 035/107] Fix typos at attachments code. --- models/trelloCreator.js | 4 ++-- models/wekanCreator.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/models/trelloCreator.js b/models/trelloCreator.js index e0efa3aac..2d445bc46 100644 --- a/models/trelloCreator.js +++ b/models/trelloCreator.js @@ -450,9 +450,9 @@ export class TrelloCreator { } }; if (att.url) { - Attachment.load(att.url, opts, cb, true); + Attachments.load(att.url, opts, cb, true); } else if (att.file) { - Attachment.write(att.file, opts, cb, true); + Attachments.insert(att.file, opts, cb, true); } }); diff --git a/models/wekanCreator.js b/models/wekanCreator.js index a2fc789bd..b429a9427 100644 --- a/models/wekanCreator.js +++ b/models/wekanCreator.js @@ -471,9 +471,9 @@ export class WekanCreator { } }; if (att.url) { - Attachment.load(att.url, opts, cb, true); + Attachments.load(att.url, opts, cb, true); } else if (att.file) { - Attachment.write(att.file, opts, cb, true); + Attachments.insert(att.file, opts, cb, true); } }); } From e8a455478900f9d90426a8bb14501666c51dbefb Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 3 Aug 2024 01:04:49 +0300 Subject: [PATCH 036/107] Updated ChangeLog. --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73486d6e6..3a1caffb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,14 @@ This release adds the following new features: and adds the following updates: -- [Updated dependencies](https://github.com/wekan/wekan/pull/5460). +- Updated dependencies. + [Part 1](https://github.com/wekan/wekan/pull/5460), + [Part 2](https://github.com/wekan/wekan/pull/5464), + [Part 3](https://github.com/wekan/wekan/pull/5460), + [Part 4](https://github.com/wekan/wekan/pull/5469), + [Part 5](https://github.com/wekan/wekan/pull/5470), + [Part 6](https://github.com/wekan/wekan/pull/5471), + [Part 7](https://github.com/wekan/wekan/pull/5473). Thanks to dependabot. - Added RepoCloud SaaS. [Part 1](https://github.com/wekan/wekan/commit/21d6dfd79090f9885635f55537bd9fa1ef8539e1), @@ -36,6 +43,10 @@ and fixes the following bugs: - [Fixes to Clean light and Clean dark themes](https://github.com/wekan/wekan/pull/5458). Thanks to abramchikd. +- [Activities, adding back "created at" field](https://github.com/wekan/wekan/pull/5476). + Thanks to mfilser. +- [Fix typos at attachments code](https://github.com/wekan/wekan/commit/de3bc9cb4d20590c45ff72ef7749d830ea3fc16c). + Thanks to xet7. Thanks to above GitHub users for their contributions and translators for their translations. From b4f2a8ab5b72db42a25d62c348baa23cf9c51e19 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 3 Aug 2024 01:20:47 +0300 Subject: [PATCH 037/107] Updated ChangeLog. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a1caffb1..157bf6b88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,8 @@ This release adds the following new features: - [Helm Chart: Add option to set resource limits for initContainer](https://github.com/wekan/charts/pull/33). Thanks to mreichelt-dicos. +- [Helm Chart: Fixes for mongodb persistence. Please test is this correct](https://github.com/wekan/charts/commit/7efb071dd91d76c3971e1865fd18f9d43d8c6891). + Thanks to emoritzx. and adds the following updates: From 3983d750f3603e8cdaac342f424af9357ad968fb Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 3 Aug 2024 01:38:17 +0300 Subject: [PATCH 038/107] Updated ChangeLog. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 157bf6b88..c712a6b4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,8 @@ This release adds the following new features: Thanks to mreichelt-dicos. - [Helm Chart: Fixes for mongodb persistence. Please test is this correct](https://github.com/wekan/charts/commit/7efb071dd91d76c3971e1865fd18f9d43d8c6891). Thanks to emoritzx. +- [Helm Chart: Added info about rarely used running WeKan at subpath](https://github.com/wekan/charts/commit/7d4176c7b328c5477c1fa29a323574aac78616a9). + Thanks to emoritzx. and adds the following updates: From 952f7feb49cf08ef7664925fcb29135841895e83 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 3 Aug 2024 02:24:49 +0300 Subject: [PATCH 039/107] Updates --- Dockerfile | 6 +- models/server/createWorkbook.js | 2 +- package-lock.json | 155 +++++++++++++++++++---------- package.json | 4 +- packages/wekan-ldap/server/ldap.js | 2 +- rebuild-wekan.sh | 6 +- 6 files changed, 114 insertions(+), 61 deletions(-) diff --git a/Dockerfile b/Dockerfile index a9d5ef82f..28d9cada4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -202,7 +202,7 @@ ln -s "/usr/local/bin/node" "/usr/local/bin/nodejs" mkdir -p "/opt/nodejs/lib/node_modules/fibers/.node-gyp" "/root/.node-gyp/${NODE_VERSION} /home/wekan/.config" # Install node dependencies -npm install -g npm@${NPM_VERSION} +npm install -g npm@${NPM_VERSION} --production chown --recursive wekan:wekan /home/wekan/.config # Install Meteor @@ -222,11 +222,11 @@ cd /home/wekan/app mkdir -p /home/wekan/.npm chown --recursive wekan:wekan /home/wekan/.npm chmod u+w *.json -gosu wekan:wekan meteor npm install +gosu wekan:wekan meteor npm install --production gosu wekan:wekan /home/wekan/.meteor/meteor build --directory /home/wekan/app_build cd /home/wekan/app_build/bundle/programs/server/ chmod u+w *.json -gosu wekan:wekan meteor npm install +gosu wekan:wekan meteor npm install --production cd node_modules/fibers node build.js cd ../.. diff --git a/models/server/createWorkbook.js b/models/server/createWorkbook.js index 493f678cd..28b1c45f8 100644 --- a/models/server/createWorkbook.js +++ b/models/server/createWorkbook.js @@ -1,4 +1,4 @@ -import Excel from 'exceljs'; +import Excel from '@wekanteam/exceljs'; export const createWorkbook = function() { return new Excel.Workbook(); diff --git a/package-lock.json b/package-lock.json index 86a8a1a43..1e67fadb7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -108,11 +108,106 @@ "resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.63.tgz", "integrity": "sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ==" }, + "@wekanteam/asn1": { + "version": "github:wekan/asn1#5afa10711f3d59d39412ca30f8d27d4010aea2ab", + "from": "github:wekan/asn1" + }, + "@wekanteam/attribute": { + "version": "github:wekan/attribute#16b53c09c8b321187a2c9d1394abd2efaa3e0e1e", + "from": "github:wekan/attribute", + "requires": { + "@wekanteam/asn1": "github:wekan/asn1", + "@wekanteam/protocol": "github:wekan/protocol", + "process-warning": "^2.1.0" + } + }, + "@wekanteam/change": { + "version": "github:wekan/change#0edd63e0da9bd7fb6de8983d13982b5479d5ba61", + "from": "github:wekan/change", + "requires": { + "@wekanteam/asn1": "github:wekan/asn1", + "@wekanteam/attribute": "github:wekan/attribute" + } + }, + "@wekanteam/controls": { + "version": "github:wekan/controls#1b2dd5c0a9179e0cccf96e40049793a584e29a32", + "from": "github:wekan/controls", + "requires": { + "@wekanteam/asn1": "github:wekan/asn1", + "@wekanteam/protocol": "github:wekan/protocol" + } + }, + "@wekanteam/dn": { + "version": "github:wekan/dn#89d02a4e67dc115f2026e68f4fbd9eede7f2a669", + "from": "github:wekan/dn", + "requires": { + "@wekanteam/asn1": "github:wekan/asn1", + "process-warning": "^2.1.0" + } + }, + "@wekanteam/exceljs": { + "version": "github:wekan/exceljs#e0229907e7a81bc3fe6daf4e42b1fdfbecdcb7cb", + "from": "github:wekan/exceljs", + "requires": { + "archiver": "^5.0.0", + "dayjs": "^1.8.34", + "fast-csv": "^4.3.1", + "jszip": "^3.10.1", + "readable-stream": "^3.6.0", + "saxes": "^5.0.1", + "tmp": "^0.2.0", + "unzipper": "^0.10.11", + "uuid": "^8.3.0" + } + }, + "@wekanteam/filter": { + "version": "github:wekan/filter#062de81f55aab95e75f0851b6da4cf3c7a69559c", + "from": "github:wekan/filter", + "requires": { + "@wekanteam/asn1": "github:wekan/asn1", + "@wekanteam/protocol": "github:wekan/protocol", + "process-warning": "^2.1.0" + } + }, "@wekanteam/html-to-markdown": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/@wekanteam/html-to-markdown/-/html-to-markdown-1.0.2.tgz", "integrity": "sha512-PxeGIu/HMjmL84N2Dj5qp4lFlBP4jV/y6WU/JhDiFPx6gfGEWXgDcc9sShTPNvECtToGAA0SCD6T/k50CMHi8Q==" }, + "@wekanteam/ldapjs": { + "version": "github:wekan/node-ldapjs#9500317e0b583f6581bf82b720efdbf287b04e1f", + "from": "github:wekan/node-ldapjs", + "requires": { + "@wekanteam/asn1": "github:wekan/asn1", + "@wekanteam/attribute": "github:wekan/attribute", + "@wekanteam/change": "github:wekan/change", + "@wekanteam/controls": "github:wekan/controls", + "@wekanteam/dn": "github:wekan/dn", + "@wekanteam/filter": "github:wekan/filter", + "@wekanteam/messages": "github:wekan/messages", + "@wekanteam/protocol": "github:wekan/protocol", + "abstract-logging": "^2.0.1", + "assert-plus": "^1.0.0", + "backoff": "^2.5.0", + "once": "^1.4.0", + "vasync": "^2.2.1", + "verror": "^1.10.1" + } + }, + "@wekanteam/messages": { + "version": "github:wekan/messages#fc64622aaa572016140464f16ce08cace1c5e40c", + "from": "github:wekan/messages", + "requires": { + "@wekanteam/asn1": "github:wekan/asn1", + "@wekanteam/attribute": "github:wekan/attribute", + "@wekanteam/change": "github:wekan/change", + "@wekanteam/controls": "github:wekan/controls", + "@wekanteam/dn": "github:wekan/dn", + "@wekanteam/filter": "github:wekan/filter", + "@wekanteam/protocol": "github:wekan/protocol", + "process-warning": "^2.2.0" + } + }, "@wekanteam/meteor-globals": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/@wekanteam/meteor-globals/-/meteor-globals-1.1.4.tgz", @@ -129,6 +224,10 @@ "@wekanteam/meteor-globals": "^1.1.4" } }, + "@wekanteam/protocol": { + "version": "github:wekan/protocol#58ae926cbe694c83b3d000674245b3c0115cfc77", + "from": "github:wekan/protocol" + }, "@zxing/text-encoding": { "version": "0.9.0", "resolved": "https://registry.npmjs.org/@zxing/text-encoding/-/text-encoding-0.9.0.tgz", @@ -253,14 +352,6 @@ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" }, - "asn1": { - "version": "0.2.6", - "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz", - "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==", - "requires": { - "safer-buffer": "~2.1.0" - } - }, "assert-plus": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", @@ -697,21 +788,6 @@ "resolved": "https://registry.npmjs.org/esm/-/esm-3.2.25.tgz", "integrity": "sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA==" }, - "exceljs": { - "version": "git+https://github.com/exceljs/exceljs.git#5bed18b45e824f409b08456b59b87430ded023ab", - "from": "git+https://github.com/exceljs/exceljs.git", - "requires": { - "archiver": "^5.0.0", - "dayjs": "^1.8.34", - "fast-csv": "^4.3.1", - "jszip": "^3.10.1", - "readable-stream": "^3.6.0", - "saxes": "^5.0.1", - "tmp": "^0.2.0", - "unzipper": "^0.10.11", - "uuid": "^8.3.0" - } - }, "extsprintf": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.4.1.tgz", @@ -1173,29 +1249,6 @@ } } }, - "ldap-filter": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/ldap-filter/-/ldap-filter-0.3.3.tgz", - "integrity": "sha512-/tFkx5WIn4HuO+6w9lsfxq4FN3O+fDZeO9Mek8dCD8rTUpqzRa766BOBO7BcGkn3X86m5+cBm1/2S/Shzz7gMg==", - "requires": { - "assert-plus": "^1.0.0" - } - }, - "ldapjs": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/ldapjs/-/ldapjs-2.3.3.tgz", - "integrity": "sha512-75QiiLJV/PQqtpH+HGls44dXweviFwQ6SiIK27EqzKQ5jU/7UFrl2E5nLdQ3IYRBzJ/AVFJI66u0MZ0uofKYwg==", - "requires": { - "abstract-logging": "^2.0.0", - "asn1": "^0.2.4", - "assert-plus": "^1.0.0", - "backoff": "^2.5.0", - "ldap-filter": "^0.3.3", - "once": "^1.4.0", - "vasync": "^2.2.0", - "verror": "^1.8.1" - } - }, "lie": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/lie/-/lie-3.3.0.tgz", @@ -2465,6 +2518,11 @@ "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" }, + "process-warning": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/process-warning/-/process-warning-2.3.2.tgz", + "integrity": "sha512-n9wh8tvBe5sFmsqlg+XQhaQLumwpqoAUruLwjCopgTmUBjJ/fjtBsJzKleCaIGBOMXYEhp1YfKl4d7rJ5ZKJGA==" + }, "punycode": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", @@ -2551,11 +2609,6 @@ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" }, - "safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" - }, "sax": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/sax/-/sax-1.3.0.tgz", diff --git a/package.json b/package.json index a93ccdd43..439aa1b7b 100644 --- a/package.json +++ b/package.json @@ -23,13 +23,14 @@ "@wekanteam/html-to-markdown": "^1.0.2", "@wekanteam/meteor-globals": "^1.1.4", "@wekanteam/meteor-reactive-cache": "^1.0.6", + "@wekanteam/exceljs": "github:wekan/exceljs", + "@wekanteam/ldapjs": "github:wekan/node-ldapjs", "ajv": "^6.12.6", "bcryptjs": "^2.4.3", "bson": "^4.5.2", "dompurify": "^2.5.5", "es6-promise": "^4.2.4", "escape-string-regexp": "^5.0.0", - "exceljs": "git+https://github.com/exceljs/exceljs.git", "fibers": "^5.0.3", "file-type": "^16.5.4", "filesize": "^8.0.7", @@ -38,7 +39,6 @@ "jquery": "^3.7.1", "jquery-ui": "^1.13.3", "jszip": "^3.7.1", - "ldapjs": "^2.3.3", "markdown-it": "^12.3.2", "markdown-it-emoji": "^2.0.0", "markdown-it-mathjax3": "^4.3.2", diff --git a/packages/wekan-ldap/server/ldap.js b/packages/wekan-ldap/server/ldap.js index 428196423..3e8986b15 100644 --- a/packages/wekan-ldap/server/ldap.js +++ b/packages/wekan-ldap/server/ldap.js @@ -1,4 +1,4 @@ -import ldapjs from 'ldapjs'; +import ldapjs from '@wekanteam/ldapjs'; import { Log } from 'meteor/logging'; // copied from https://github.com/ldapjs/node-ldapjs/blob/a113953e0d91211eb945d2a3952c84b7af6de41c/lib/filters/index.js#L167 diff --git a/rebuild-wekan.sh b/rebuild-wekan.sh index 073825745..1c9bbddd1 100755 --- a/rebuild-wekan.sh +++ b/rebuild-wekan.sh @@ -95,12 +95,12 @@ do #cd .. #sudo chown -R $(id -u):$(id -g) $HOME/.npm $HOME/.meteor rm -rf .build/bundle node_modules .meteor/local .build - meteor npm install + meteor npm install --production meteor build .build --directory --platforms=web.browser rm -rf .build/bundle/programs/web.browser.legacy - (cd .build/bundle/programs/server && rm -rf node_modules && chmod u+w *.json && meteor npm install) + (cd .build/bundle/programs/server && rm -rf node_modules && chmod u+w *.json && meteor npm install --production) (cd .build/bundle/programs/server/node_modules/fibers && node build.js) - (cd .build/bundle/programs/server/npm/node_modules/meteor/accounts-password && meteor npm remove bcrypt && meteor npm install bcrypt) + (cd .build/bundle/programs/server/npm/node_modules/meteor/accounts-password && meteor npm remove bcrypt && meteor npm install bcrypt --production) # Cleanup cd .build/bundle find . -type d -name '*-garbage*' | xargs rm -rf From 745618626535743938b9d2e8c88afe6345807a85 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 3 Aug 2024 16:53:46 +0300 Subject: [PATCH 040/107] Updated WeKan app webmanifest. Thanks to xet7 ! --- public/site.webmanifest | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/site.webmanifest b/public/site.webmanifest index 5265a9f72..767104250 100644 --- a/public/site.webmanifest +++ b/public/site.webmanifest @@ -2,6 +2,11 @@ "name": "Wekan", "short_name": "Wekan", "icons": [ + { + "src": "svg-etc/wekan-logo-512.svg", + "sizes": "any", + "type": "image/svg" + }, { "src": "android-chrome-192x192.png", "sizes": "192x192", From 3877e5feb9a5aad812b050023d18596f1a32b316 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 3 Aug 2024 16:56:08 +0300 Subject: [PATCH 041/107] Updated ChangeLog. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c712a6b4b..df1e7778b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,8 @@ and adds the following updates: [Part 2](https://github.com/wekan/wekan/commit/e663ce038af397f547e8823d61ce5dc2e3cea84d), [Part 3](https://github.com/wekan/wekan.github.io/commit/e9e0550824cdda31daae42df7c497fbd037fd78f). Thanks to RepoCloud. +- [Updated WeKan app webmanifest](https://github.com/wekan/wekan/commit/745618626535743938b9d2e8c88afe6345807a85). + Thanks to xet7. and fixes the following bugs: From 5db67e47a8b6f88e9b169ea392bc493c7742f91c Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 3 Aug 2024 19:43:07 +0300 Subject: [PATCH 042/107] v7.52 --- CHANGELOG.md | 2 +- Stackerfile.yml | 2 +- package-lock.json | 2 +- package.json | 2 +- public/api/wekan.html | 6 +++--- public/api/wekan.yml | 2 +- sandstorm-pkgdef.capnp | 4 ++-- snapcraft.yaml | 8 ++++---- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c712a6b4b..93df3d2fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ Fixing other platforms In Progress. [How to upgrade WeKan](https://github.com/wekan/wekan/issues/4585) -# Upcoming WeKan ® release +# v7.52 2024-08-03 WeKan ® release This release adds the following new features: diff --git a/Stackerfile.yml b/Stackerfile.yml index b48adb849..7f622b236 100644 --- a/Stackerfile.yml +++ b/Stackerfile.yml @@ -1,5 +1,5 @@ appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928 -appVersion: "v7.51.0" +appVersion: "v7.52.0" files: userUploads: - README.md diff --git a/package-lock.json b/package-lock.json index 1e67fadb7..75dfe704a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "v7.51.0", + "version": "v7.52.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 439aa1b7b..eadfbebe1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "v7.51.0", + "version": "v7.52.0", "description": "Open-Source kanban", "private": true, "repository": { diff --git a/public/api/wekan.html b/public/api/wekan.html index 21fd7c0d8..c1ec4fc3f 100644 --- a/public/api/wekan.html +++ b/public/api/wekan.html @@ -7,7 +7,7 @@ - Wekan REST API v7.51 + Wekan REST API v7.52 @@ -1548,7 +1548,7 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
    • - Wekan REST API v7.51 + Wekan REST API v7.52
    • @@ -2067,7 +2067,7 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
      -

      Wekan REST API v7.51

      +

      Wekan REST API v7.52

      Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.

      diff --git a/public/api/wekan.yml b/public/api/wekan.yml index 8f85faf3d..84c2c9df0 100644 --- a/public/api/wekan.yml +++ b/public/api/wekan.yml @@ -1,7 +1,7 @@ swagger: '2.0' info: title: Wekan REST API - version: v7.51 + version: v7.52 description: | The REST API allows you to control and extend Wekan with ease. diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp index f770f3a19..c92119b4e 100644 --- a/sandstorm-pkgdef.capnp +++ b/sandstorm-pkgdef.capnp @@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = ( appTitle = (defaultText = "Wekan"), # The name of the app as it is displayed to the user. - appVersion = 751, + appVersion = 752, # Increment this for every release. - appMarketingVersion = (defaultText = "7.51.0~2024-06-27"), + appMarketingVersion = (defaultText = "7.52.0~2024-08-03"), # Human-readable presentation of the app version. minUpgradableAppVersion = 0, diff --git a/snapcraft.yaml b/snapcraft.yaml index fe595f09e..1cdadddcd 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: wekan -version: '7.51' +version: '7.52' base: core20 summary: Open Source kanban description: | @@ -170,9 +170,9 @@ parts: # Cleanup mkdir .build cd .build - wget https://github.com/wekan/wekan/releases/download/v7.51/wekan-7.51-amd64.zip - unzip wekan-7.51-amd64.zip - rm wekan-7.51-amd64.zip + wget https://github.com/wekan/wekan/releases/download/v7.52/wekan-7.52-amd64.zip + unzip wekan-7.52-amd64.zip + rm wekan-7.52-amd64.zip cd .. ##cd .build/bundle ##find . -type d -name '*-garbage*' | xargs rm -rf From c89f3ba3da6512169e033d76377a9190b35a92d2 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 3 Aug 2024 20:18:53 +0300 Subject: [PATCH 043/107] Revert forking ldapjs. Thanks to xet7 ! --- package-lock.json | 184 ++++++++++++++++------------- package.json | 4 +- packages/wekan-ldap/server/ldap.js | 2 +- 3 files changed, 103 insertions(+), 87 deletions(-) diff --git a/package-lock.json b/package-lock.json index 75dfe704a..4e7c0c1fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,6 +39,85 @@ "lodash.uniq": "^4.5.0" } }, + "@ldapjs/asn1": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@ldapjs/asn1/-/asn1-2.0.0.tgz", + "integrity": "sha512-G9+DkEOirNgdPmD0I8nu57ygQJKOOgFEMKknEuQvIHbGLwP3ny1mY+OTUYLCbCaGJP4sox5eYgBJRuSUpnAddA==" + }, + "@ldapjs/attribute": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@ldapjs/attribute/-/attribute-1.0.0.tgz", + "integrity": "sha512-ptMl2d/5xJ0q+RgmnqOi3Zgwk/TMJYG7dYMC0Keko+yZU6n+oFM59MjQOUht5pxJeS4FWrImhu/LebX24vJNRQ==", + "requires": { + "@ldapjs/asn1": "2.0.0", + "@ldapjs/protocol": "^1.2.1", + "process-warning": "^2.1.0" + } + }, + "@ldapjs/change": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@ldapjs/change/-/change-1.0.0.tgz", + "integrity": "sha512-EOQNFH1RIku3M1s0OAJOzGfAohuFYXFY4s73wOhRm4KFGhmQQ7MChOh2YtYu9Kwgvuq1B0xKciXVzHCGkB5V+Q==", + "requires": { + "@ldapjs/asn1": "2.0.0", + "@ldapjs/attribute": "1.0.0" + } + }, + "@ldapjs/controls": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@ldapjs/controls/-/controls-2.1.0.tgz", + "integrity": "sha512-2pFdD1yRC9V9hXfAWvCCO2RRWK9OdIEcJIos/9cCVP9O4k72BY1bLDQQ4KpUoJnl4y/JoD4iFgM+YWT3IfITWw==", + "requires": { + "@ldapjs/asn1": "^1.2.0", + "@ldapjs/protocol": "^1.2.1" + }, + "dependencies": { + "@ldapjs/asn1": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@ldapjs/asn1/-/asn1-1.2.0.tgz", + "integrity": "sha512-KX/qQJ2xxzvO2/WOvr1UdQ+8P5dVvuOLk/C9b1bIkXxZss8BaR28njXdPgFCpj5aHaf1t8PmuVnea+N9YG9YMw==" + } + } + }, + "@ldapjs/dn": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@ldapjs/dn/-/dn-1.1.0.tgz", + "integrity": "sha512-R72zH5ZeBj/Fujf/yBu78YzpJjJXG46YHFo5E4W1EqfNpo1UsVPqdLrRMXeKIsJT3x9dJVIfR6OpzgINlKpi0A==", + "requires": { + "@ldapjs/asn1": "2.0.0", + "process-warning": "^2.1.0" + } + }, + "@ldapjs/filter": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@ldapjs/filter/-/filter-2.1.1.tgz", + "integrity": "sha512-TwPK5eEgNdUO1ABPBUQabcZ+h9heDORE4V9WNZqCtYLKc06+6+UAJ3IAbr0L0bYTnkkWC/JEQD2F+zAFsuikNw==", + "requires": { + "@ldapjs/asn1": "2.0.0", + "@ldapjs/protocol": "^1.2.1", + "process-warning": "^2.1.0" + } + }, + "@ldapjs/messages": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@ldapjs/messages/-/messages-1.3.0.tgz", + "integrity": "sha512-K7xZpXJ21bj92jS35wtRbdcNrwmxAtPwy4myeh9duy/eR3xQKvikVycbdWVzkYEAVE5Ce520VXNOwCHjomjCZw==", + "requires": { + "@ldapjs/asn1": "^2.0.0", + "@ldapjs/attribute": "^1.0.0", + "@ldapjs/change": "^1.0.0", + "@ldapjs/controls": "^2.1.0", + "@ldapjs/dn": "^1.1.0", + "@ldapjs/filter": "^2.1.1", + "@ldapjs/protocol": "^1.2.1", + "process-warning": "^2.2.0" + } + }, + "@ldapjs/protocol": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@ldapjs/protocol/-/protocol-1.2.1.tgz", + "integrity": "sha512-O89xFDLW2gBoZWNXuXpBSM32/KealKCTb3JGtJdtUQc7RjAk8XzrRgyz02cPAwGKwKPxy0ivuC7UP9bmN87egQ==" + }, "@mapbox/node-pre-gyp": { "version": "1.0.11", "resolved": "https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.11.tgz", @@ -108,43 +187,6 @@ "resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.63.tgz", "integrity": "sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ==" }, - "@wekanteam/asn1": { - "version": "github:wekan/asn1#5afa10711f3d59d39412ca30f8d27d4010aea2ab", - "from": "github:wekan/asn1" - }, - "@wekanteam/attribute": { - "version": "github:wekan/attribute#16b53c09c8b321187a2c9d1394abd2efaa3e0e1e", - "from": "github:wekan/attribute", - "requires": { - "@wekanteam/asn1": "github:wekan/asn1", - "@wekanteam/protocol": "github:wekan/protocol", - "process-warning": "^2.1.0" - } - }, - "@wekanteam/change": { - "version": "github:wekan/change#0edd63e0da9bd7fb6de8983d13982b5479d5ba61", - "from": "github:wekan/change", - "requires": { - "@wekanteam/asn1": "github:wekan/asn1", - "@wekanteam/attribute": "github:wekan/attribute" - } - }, - "@wekanteam/controls": { - "version": "github:wekan/controls#1b2dd5c0a9179e0cccf96e40049793a584e29a32", - "from": "github:wekan/controls", - "requires": { - "@wekanteam/asn1": "github:wekan/asn1", - "@wekanteam/protocol": "github:wekan/protocol" - } - }, - "@wekanteam/dn": { - "version": "github:wekan/dn#89d02a4e67dc115f2026e68f4fbd9eede7f2a669", - "from": "github:wekan/dn", - "requires": { - "@wekanteam/asn1": "github:wekan/asn1", - "process-warning": "^2.1.0" - } - }, "@wekanteam/exceljs": { "version": "github:wekan/exceljs#e0229907e7a81bc3fe6daf4e42b1fdfbecdcb7cb", "from": "github:wekan/exceljs", @@ -160,54 +202,11 @@ "uuid": "^8.3.0" } }, - "@wekanteam/filter": { - "version": "github:wekan/filter#062de81f55aab95e75f0851b6da4cf3c7a69559c", - "from": "github:wekan/filter", - "requires": { - "@wekanteam/asn1": "github:wekan/asn1", - "@wekanteam/protocol": "github:wekan/protocol", - "process-warning": "^2.1.0" - } - }, "@wekanteam/html-to-markdown": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/@wekanteam/html-to-markdown/-/html-to-markdown-1.0.2.tgz", "integrity": "sha512-PxeGIu/HMjmL84N2Dj5qp4lFlBP4jV/y6WU/JhDiFPx6gfGEWXgDcc9sShTPNvECtToGAA0SCD6T/k50CMHi8Q==" }, - "@wekanteam/ldapjs": { - "version": "github:wekan/node-ldapjs#9500317e0b583f6581bf82b720efdbf287b04e1f", - "from": "github:wekan/node-ldapjs", - "requires": { - "@wekanteam/asn1": "github:wekan/asn1", - "@wekanteam/attribute": "github:wekan/attribute", - "@wekanteam/change": "github:wekan/change", - "@wekanteam/controls": "github:wekan/controls", - "@wekanteam/dn": "github:wekan/dn", - "@wekanteam/filter": "github:wekan/filter", - "@wekanteam/messages": "github:wekan/messages", - "@wekanteam/protocol": "github:wekan/protocol", - "abstract-logging": "^2.0.1", - "assert-plus": "^1.0.0", - "backoff": "^2.5.0", - "once": "^1.4.0", - "vasync": "^2.2.1", - "verror": "^1.10.1" - } - }, - "@wekanteam/messages": { - "version": "github:wekan/messages#fc64622aaa572016140464f16ce08cace1c5e40c", - "from": "github:wekan/messages", - "requires": { - "@wekanteam/asn1": "github:wekan/asn1", - "@wekanteam/attribute": "github:wekan/attribute", - "@wekanteam/change": "github:wekan/change", - "@wekanteam/controls": "github:wekan/controls", - "@wekanteam/dn": "github:wekan/dn", - "@wekanteam/filter": "github:wekan/filter", - "@wekanteam/protocol": "github:wekan/protocol", - "process-warning": "^2.2.0" - } - }, "@wekanteam/meteor-globals": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/@wekanteam/meteor-globals/-/meteor-globals-1.1.4.tgz", @@ -224,10 +223,6 @@ "@wekanteam/meteor-globals": "^1.1.4" } }, - "@wekanteam/protocol": { - "version": "github:wekan/protocol#58ae926cbe694c83b3d000674245b3c0115cfc77", - "from": "github:wekan/protocol" - }, "@zxing/text-encoding": { "version": "0.9.0", "resolved": "https://registry.npmjs.org/@zxing/text-encoding/-/text-encoding-0.9.0.tgz", @@ -1249,6 +1244,27 @@ } } }, + "ldapjs": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/ldapjs/-/ldapjs-3.0.7.tgz", + "integrity": "sha512-1ky+WrN+4CFMuoekUOv7Y1037XWdjKpu0xAPwSP+9KdvmV9PG+qOKlssDV6a+U32apwxdD3is/BZcWOYzN30cg==", + "requires": { + "@ldapjs/asn1": "^2.0.0", + "@ldapjs/attribute": "^1.0.0", + "@ldapjs/change": "^1.0.0", + "@ldapjs/controls": "^2.1.0", + "@ldapjs/dn": "^1.1.0", + "@ldapjs/filter": "^2.1.1", + "@ldapjs/messages": "^1.3.0", + "@ldapjs/protocol": "^1.2.1", + "abstract-logging": "^2.0.1", + "assert-plus": "^1.0.0", + "backoff": "^2.5.0", + "once": "^1.4.0", + "vasync": "^2.2.1", + "verror": "^1.10.1" + } + }, "lie": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/lie/-/lie-3.3.0.tgz", diff --git a/package.json b/package.json index eadfbebe1..e55c924c3 100644 --- a/package.json +++ b/package.json @@ -20,11 +20,10 @@ "@babel/runtime": "^7.24.7", "@mapbox/node-pre-gyp": "^1.0.10", "@rwap/jquery-ui-touch-punch": "^1.0.11", + "@wekanteam/exceljs": "github:wekan/exceljs", "@wekanteam/html-to-markdown": "^1.0.2", "@wekanteam/meteor-globals": "^1.1.4", "@wekanteam/meteor-reactive-cache": "^1.0.6", - "@wekanteam/exceljs": "github:wekan/exceljs", - "@wekanteam/ldapjs": "github:wekan/node-ldapjs", "ajv": "^6.12.6", "bcryptjs": "^2.4.3", "bson": "^4.5.2", @@ -39,6 +38,7 @@ "jquery": "^3.7.1", "jquery-ui": "^1.13.3", "jszip": "^3.7.1", + "ldapjs": "^3.0.7", "markdown-it": "^12.3.2", "markdown-it-emoji": "^2.0.0", "markdown-it-mathjax3": "^4.3.2", diff --git a/packages/wekan-ldap/server/ldap.js b/packages/wekan-ldap/server/ldap.js index 3e8986b15..428196423 100644 --- a/packages/wekan-ldap/server/ldap.js +++ b/packages/wekan-ldap/server/ldap.js @@ -1,4 +1,4 @@ -import ldapjs from '@wekanteam/ldapjs'; +import ldapjs from 'ldapjs'; import { Log } from 'meteor/logging'; // copied from https://github.com/ldapjs/node-ldapjs/blob/a113953e0d91211eb945d2a3952c84b7af6de41c/lib/filters/index.js#L167 From f9654d17d57170f3864704bf02ccaf6ff0b30876 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 3 Aug 2024 20:21:42 +0300 Subject: [PATCH 044/107] Updated ChangeLog. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 075671bec..1f282dbd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,8 @@ and adds the following updates: Thanks to RepoCloud. - [Updated WeKan app webmanifest](https://github.com/wekan/wekan/commit/745618626535743938b9d2e8c88afe6345807a85). Thanks to xet7. +- [Revert forking of ldapjs](https://github.com/wekan/wekan/commit/c89f3ba3da6512169e033d76377a9190b35a92d2). + Thanks to xet7. and fixes the following bugs: From 5e639a7c2d6dc1182ba95e44875ac8a6798a62be Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 3 Aug 2024 20:39:49 +0300 Subject: [PATCH 045/107] Updated release script: New install webpage location. Thanks to xet7 ! --- releases/release-website.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/release-website.sh b/releases/release-website.sh index f738c6489..ba4420a0b 100755 --- a/releases/release-website.sh +++ b/releases/release-website.sh @@ -20,7 +20,7 @@ cd ~/repos/w/wekan.github.io git pull # 4) Change version number in website -sed -i "s|>v$1<\/span>|>v$2<\/span>|g" index.html +sed -i "s|>v$1<\/span>|>v$2<\/span>|g" install/index.html # 5) Change version number in API docs index page cd api From a141871e60a849e783c6fb39a2d136b3d7c75268 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 3 Aug 2024 20:42:30 +0300 Subject: [PATCH 046/107] Updated ChangeLog. --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f282dbd8..ab923c7a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,15 @@ Fixing other platforms In Progress. [How to upgrade WeKan](https://github.com/wekan/wekan/issues/4585) +# Upcoming WeKan ® release + +This release adds the following updates: + +- [Updated release script: New install webpage location](https://github.com/wekan/wekan/commit/5e639a7c2d6dc1182ba95e44875ac8a6798a62be). + Thanks to xet7. + +Thanks to above GitHub users for their contributions and translators for their translations. + # v7.52 2024-08-03 WeKan ® release This release adds the following new features: From c76959ff25cedcb5f3499dbe1fd2a32c8677f884 Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Sat, 16 Jul 2022 09:38:41 +0200 Subject: [PATCH 047/107] Dragscroll possible, scroll the screen with the mouse at desktop view - click on a empty list area and drag the view left/right to scroll --- .devcontainer/Dockerfile | 4 ++-- client/components/boards/boardBody.jade | 2 +- client/components/boards/boardBody.js | 2 ++ client/components/cards/minicard.jade | 2 +- client/components/lists/listHeader.jade | 2 +- package-lock.json | 4 ++++ package.json | 1 + 7 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index e012daac3..eedd056f3 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -8,8 +8,8 @@ LABEL org.opencontainers.image.source="https://github.com/wekan/wekan" # - gyp does not yet work with Ubuntu 22.04 ubuntu:rolling, # so changing to 21.10. https://github.com/wekan/wekan/issues/4488 -ENV BUILD_DEPS="apt-utils gnupg gosu wget bzip2 g++ iproute2 apt-transport-https libarchive-tools git" -ENV DEV_DEPS="curl python3 ca-certificates build-essential" +ENV BUILD_DEPS="apt-utils gnupg gosu wget bzip2 g++ iproute2 apt-transport-https libarchive-tools" +ENV DEV_DEPS="curl python3 ca-certificates build-essential git" ARG DEBIAN_FRONTEND=noninteractive ENV \ diff --git a/client/components/boards/boardBody.jade b/client/components/boards/boardBody.jade index edeb25464..6dce982d9 100644 --- a/client/components/boards/boardBody.jade +++ b/client/components/boards/boardBody.jade @@ -18,7 +18,7 @@ template(name="boardBody") else .board-wrapper(class=currentBoard.colorClass) +sidebar - .board-canvas.js-swimlanes( + .board-canvas.js-swimlanes.dragscroll( class="{{#if Sidebar.isOpen}}is-sibling-sidebar-open{{/if}}" class="{{#if MultiSelection.isActive}}is-multiselection-active{{/if}}" class="{{#if draggingActive.get}}is-dragging-active{{/if}}") diff --git a/client/components/boards/boardBody.js b/client/components/boards/boardBody.js index f02b69fdd..6be1e1777 100644 --- a/client/components/boards/boardBody.js +++ b/client/components/boards/boardBody.js @@ -1,5 +1,6 @@ import { ReactiveCache } from '/imports/reactiveCache'; import { TAPi18n } from '/imports/i18n'; +import dragscroll from 'dragscroll'; const subManager = new SubsManager(); const { calculateIndex } = Utils; @@ -219,6 +220,7 @@ BlazeComponent.extendComponent({ boardComponent.openNewListForm(); } + dragscroll.reset(); Utils.setBackgroundImage(); }, diff --git a/client/components/cards/minicard.jade b/client/components/cards/minicard.jade index b13ddc4b4..2cbeea2fc 100644 --- a/client/components/cards/minicard.jade +++ b/client/components/cards/minicard.jade @@ -1,5 +1,5 @@ template(name="minicard") - .minicard( + .minicard.nodragscroll( class="{{#if isLinkedCard}}linked-card{{/if}}" class="{{#if isLinkedBoard}}linked-board{{/if}}" class="{{#if colorClass}}minicard-{{colorClass}}{{/if}}") diff --git a/client/components/lists/listHeader.jade b/client/components/lists/listHeader.jade index e724cdaa4..f34ab846d 100644 --- a/client/components/lists/listHeader.jade +++ b/client/components/lists/listHeader.jade @@ -1,5 +1,5 @@ template(name="listHeader") - .list-header.js-list-header( + .list-header.js-list-header.nodragscroll( class="{{#if limitToShowCardsCount}}list-header-card-count{{/if}}" class=colorClass) +inlinedForm diff --git a/package-lock.json b/package-lock.json index 4e7c0c1fe..f8b25229f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -681,6 +681,10 @@ "domhandler": "^4.2.0" } }, + "dragscroll": { + "version": "git+https://github.com/mfilser/dragscroll.git#992943a9a8477d745f7092f99ae32375a6654124", + "from": "git+https://github.com/mfilser/dragscroll.git#992943a9a8477d745f7092f99ae32375a6654124" + }, "duplexer2": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz", diff --git a/package.json b/package.json index e55c924c3..0bea220af 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ "bcryptjs": "^2.4.3", "bson": "^4.5.2", "dompurify": "^2.5.5", + "dragscroll": "git+https://github.com/mfilser/dragscroll.git#992943a9a8477d745f7092f99ae32375a6654124", "es6-promise": "^4.2.4", "escape-string-regexp": "^5.0.0", "fibers": "^5.0.3", From 52556aff68fbf360c441472a7a9a746721c3b0e8 Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Tue, 3 May 2022 23:30:38 +0200 Subject: [PATCH 048/107] Dragscroll, disable scroll on input, textarea and select --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index f8b25229f..bcef3a6d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -682,8 +682,8 @@ } }, "dragscroll": { - "version": "git+https://github.com/mfilser/dragscroll.git#992943a9a8477d745f7092f99ae32375a6654124", - "from": "git+https://github.com/mfilser/dragscroll.git#992943a9a8477d745f7092f99ae32375a6654124" + "version": "git+https://github.com/mfilser/dragscroll.git#4b9dd09a8ba835371cb4fc4090af42d21b81174b", + "from": "git+https://github.com/mfilser/dragscroll.git#4b9dd09a8ba835371cb4fc4090af42d21b81174b" }, "duplexer2": { "version": "0.1.4", diff --git a/package.json b/package.json index 0bea220af..4dd290732 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "bcryptjs": "^2.4.3", "bson": "^4.5.2", "dompurify": "^2.5.5", - "dragscroll": "git+https://github.com/mfilser/dragscroll.git#992943a9a8477d745f7092f99ae32375a6654124", + "dragscroll": "git+https://github.com/mfilser/dragscroll.git#4b9dd09a8ba835371cb4fc4090af42d21b81174b", "es6-promise": "^4.2.4", "escape-string-regexp": "^5.0.0", "fibers": "^5.0.3", From 24fffd8bfa60dcd562b81d5116623b91ee31e337 Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Tue, 3 May 2022 23:56:15 +0200 Subject: [PATCH 049/107] Dragscroll, change cursor while scrolling + support summernote compatibily --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index bcef3a6d0..491e7ce18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -682,8 +682,8 @@ } }, "dragscroll": { - "version": "git+https://github.com/mfilser/dragscroll.git#4b9dd09a8ba835371cb4fc4090af42d21b81174b", - "from": "git+https://github.com/mfilser/dragscroll.git#4b9dd09a8ba835371cb4fc4090af42d21b81174b" + "version": "git+https://github.com/mfilser/dragscroll.git#9d1025cc168b314430566d405135d0c17f774944", + "from": "git+https://github.com/mfilser/dragscroll.git#9d1025cc168b314430566d405135d0c17f774944" }, "duplexer2": { "version": "0.1.4", diff --git a/package.json b/package.json index 4dd290732..333f6fa37 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "bcryptjs": "^2.4.3", "bson": "^4.5.2", "dompurify": "^2.5.5", - "dragscroll": "git+https://github.com/mfilser/dragscroll.git#4b9dd09a8ba835371cb4fc4090af42d21b81174b", + "dragscroll": "git+https://github.com/mfilser/dragscroll.git#9d1025cc168b314430566d405135d0c17f774944", "es6-promise": "^4.2.4", "escape-string-regexp": "^5.0.0", "fibers": "^5.0.3", From 711fb5754e141fc8f70d51516f645488aa7c5d1d Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Wed, 4 May 2022 22:39:08 +0200 Subject: [PATCH 050/107] No dragscroll while sorting checklists --- client/components/cards/checklists.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/cards/checklists.jade b/client/components/cards/checklists.jade index 41f55292b..ff2721f34 100644 --- a/client/components/cards/checklists.jade +++ b/client/components/cards/checklists.jade @@ -22,7 +22,7 @@ template(name="checklists") i.fa.fa-plus template(name="checklistDetail") - .js-checklist.checklist + .js-checklist.checklist.nodragscroll +inlinedForm(classNames="js-edit-checklist-title" checklist = checklist) +editChecklistItemForm(checklist = checklist) else From c7ac0cbce1aa5f2841f541dd736b07901f6efd28 Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Wed, 4 May 2022 22:42:16 +0200 Subject: [PATCH 051/107] No dragscroll while sorting swimlanes --- client/components/swimlanes/swimlanes.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/swimlanes/swimlanes.jade b/client/components/swimlanes/swimlanes.jade index bef6e8e33..f01ca7efd 100644 --- a/client/components/swimlanes/swimlanes.jade +++ b/client/components/swimlanes/swimlanes.jade @@ -1,5 +1,5 @@ template(name="swimlane") - .swimlane + .swimlane.nodragscroll +swimlaneHeader unless collapseSwimlane .swimlane.js-lists.js-swimlane(id="swimlane-{{_id}}" From 32459ec405e256d349a9c7d69405fbca21367266 Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Sat, 25 May 2024 20:20:40 +0200 Subject: [PATCH 052/107] No dragscroll on card details --- client/components/cards/cardDetails.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/cards/cardDetails.jade b/client/components/cards/cardDetails.jade index b86158522..c06f41821 100644 --- a/client/components/cards/cardDetails.jade +++ b/client/components/cards/cardDetails.jade @@ -5,7 +5,7 @@ template(name="cardDetails") +attachmentViewer - section.card-details.js-card-details(class='{{#if cardMaximized}}card-details-maximized{{/if}}' class='{{#if isPopup}}card-details-popup{{/if}}'): .card-details-canvas + section.card-details.js-card-details.nodragscroll(class='{{#if cardMaximized}}card-details-maximized{{/if}}' class='{{#if isPopup}}card-details-popup{{/if}}'): .card-details-canvas .card-details-header(class='{{#if colorClass}}card-details-{{colorClass}}{{/if}}') +inlinedForm(classNames="js-card-details-title") +editCardTitleForm From 95740eaa01d80609cd06a2c14ee3de59ca63a089 Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Thu, 16 Mar 2023 23:22:11 +0100 Subject: [PATCH 053/107] Board Menu Popup's were opened twice because of 2 same event creation --- client/components/boards/boardHeader.js | 31 ------------------------- 1 file changed, 31 deletions(-) diff --git a/client/components/boards/boardHeader.js b/client/components/boards/boardHeader.js index 7611e705a..22408b3c6 100644 --- a/client/components/boards/boardHeader.js +++ b/client/components/boards/boardHeader.js @@ -6,37 +6,6 @@ const DOWNCLS = 'fa-sort-down'; const UPCLS = 'fa-sort-up'; */ const sortCardsBy = new ReactiveVar(''); -Template.boardMenuPopup.events({ - 'click .js-rename-board': Popup.open('boardChangeTitle'), - 'click .js-custom-fields'() { - Sidebar.setView('customFields'); - Popup.back(); - }, - 'click .js-open-archives'() { - Sidebar.setView('archives'); - Popup.back(); - }, - 'click .js-change-board-color': Popup.open('boardChangeColor'), - 'click .js-change-language': Popup.open('changeLanguage'), - 'click .js-archive-board ': Popup.afterConfirm('archiveBoard', function() { - const currentBoard = Utils.getCurrentBoard(); - currentBoard.archive(); - // XXX We should have some kind of notification on top of the page to - // confirm that the board was successfully archived. - FlowRouter.go('home'); - }), - 'click .js-delete-board': Popup.afterConfirm('deleteBoard', function() { - const currentBoard = Utils.getCurrentBoard(); - Popup.back(); - Boards.remove(currentBoard._id); - FlowRouter.go('home'); - }), - 'click .js-outgoing-webhooks': Popup.open('outgoingWebhooks'), - 'click .js-import-board': Popup.open('chooseBoardSource'), - 'click .js-subtask-settings': Popup.open('boardSubtaskSettings'), - 'click .js-card-settings': Popup.open('boardCardSettings'), - 'click .js-minicard-settings': Popup.open('boardMinicardSettings'), -}); Template.boardChangeTitlePopup.events({ submit(event, templateInstance) { From 1951b279c04582a958872aa5e0ebab39fc9ba5d4 Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Thu, 16 Mar 2023 23:32:46 +0100 Subject: [PATCH 054/107] fixing of "mode is undefined" on first activity component creation --- client/components/activities/activities.js | 66 +++++++++++----------- 1 file changed, 34 insertions(+), 32 deletions(-) diff --git a/client/components/activities/activities.js b/client/components/activities/activities.js index 176d151df..1609dabf3 100644 --- a/client/components/activities/activities.js +++ b/client/components/activities/activities.js @@ -13,39 +13,41 @@ BlazeComponent.extendComponent({ const sidebar = Sidebar; sidebar && sidebar.callFirstWith(null, 'resetNextPeak'); this.autorun(() => { - let mode = this.data().mode; - const capitalizedMode = Utils.capitalize(mode); - let searchId; - if (mode === 'linkedcard' || mode === 'linkedboard') { - searchId = Utils.getCurrentCard().linkedId; - mode = mode.replace('linked', ''); - } else if (mode === 'card') { - searchId = Utils.getCurrentCardId(); - } else { - searchId = Session.get(`current${capitalizedMode}`); - } - const limit = this.page.get() * activitiesPerPage; - const user = ReactiveCache.getCurrentUser(); - const hideSystem = user ? user.hasHiddenSystemMessages() : false; - if (searchId === null) return; - - this.subscribe('activities', mode, searchId, limit, hideSystem, () => { - this.loadNextPageLocked = false; - - // TODO the guard can be removed as soon as the TODO above is resolved - if (!sidebar) return; - // If the sibear peak hasn't increased, that mean that there are no more - // activities, and we can stop calling new subscriptions. - // XXX This is hacky! We need to know excatly and reactively how many - // activities there are, we probably want to denormalize this number - // dirrectly into card and board documents. - const nextPeakBefore = sidebar.callFirstWith(null, 'getNextPeak'); - sidebar.calculateNextPeak(); - const nextPeakAfter = sidebar.callFirstWith(null, 'getNextPeak'); - if (nextPeakBefore === nextPeakAfter) { - sidebar.callFirstWith(null, 'resetNextPeak'); + let mode = this.data()?.mode; + if (mode) { + const capitalizedMode = Utils.capitalize(mode); + let searchId; + if (mode === 'linkedcard' || mode === 'linkedboard') { + searchId = Utils.getCurrentCard().linkedId; + mode = mode.replace('linked', ''); + } else if (mode === 'card') { + searchId = Utils.getCurrentCardId(); + } else { + searchId = Session.get(`current${capitalizedMode}`); } - }); + const limit = this.page.get() * activitiesPerPage; + const user = ReactiveCache.getCurrentUser(); + const hideSystem = user ? user.hasHiddenSystemMessages() : false; + if (searchId === null) return; + + this.subscribe('activities', mode, searchId, limit, hideSystem, () => { + this.loadNextPageLocked = false; + + // TODO the guard can be removed as soon as the TODO above is resolved + if (!sidebar) return; + // If the sibear peak hasn't increased, that mean that there are no more + // activities, and we can stop calling new subscriptions. + // XXX This is hacky! We need to know excatly and reactively how many + // activities there are, we probably want to denormalize this number + // dirrectly into card and board documents. + const nextPeakBefore = sidebar.callFirstWith(null, 'getNextPeak'); + sidebar.calculateNextPeak(); + const nextPeakAfter = sidebar.callFirstWith(null, 'getNextPeak'); + if (nextPeakBefore === nextPeakAfter) { + sidebar.callFirstWith(null, 'resetNextPeak'); + } + }); + } }); }, loadNextPage() { From 45c2f1007baca3e8cf12c2a2a5cc1fb16c8ee9ba Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Fri, 17 Mar 2023 21:30:31 +0100 Subject: [PATCH 055/107] changing card color now closes the popup and doesn't refresh the whole boards page --- client/components/cards/cardDetails.js | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/client/components/cards/cardDetails.js b/client/components/cards/cardDetails.js index 0351ee94f..eec4af51d 100644 --- a/client/components/cards/cardDetails.js +++ b/client/components/cards/cardDetails.js @@ -846,13 +846,15 @@ BlazeComponent.extendComponent({ 'click .js-palette-color'() { this.currentColor.set(this.currentData().color); }, - 'click .js-submit'() { + 'click .js-submit'(event) { + event.preventDefault(); this.currentCard.setColor(this.currentColor.get()); - Popup.close(); + Popup.back(); }, - 'click .js-remove-color'() { + 'click .js-remove-color'(event) { + event.preventDefault(); this.currentCard.setColor(null); - Popup.close(); + Popup.back(); }, }, ]; From 3f9ae57144dc9befd674c784896d68b5db9df146 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 3 Aug 2024 21:09:30 +0300 Subject: [PATCH 056/107] Updated dependencies. Thanks to developers of dependencies. --- package-lock.json | 32 ++++++++++++++++---------------- package.json | 8 ++++---- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index 491e7ce18..910730291 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "@babel/runtime": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.7.tgz", - "integrity": "sha512-UwgBRMjJP+xv857DCngvqXI3Iq6J4v0wXmwc6sapg+zyhbwmQX67LUEFrkK5tbyJ30jGuG3ZvWpBiB9LCy1kWw==", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.0.tgz", + "integrity": "sha512-7dRy4DwXwtzBrPbZflqxnvfxLF8kdZXPkhymtDeFoFqE6ldzjQFgYTtYIFARcLEYDrqfBfYcZt1WqFxRoyC9Rw==", "requires": { "regenerator-runtime": "^0.14.0" } @@ -187,6 +187,10 @@ "resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.63.tgz", "integrity": "sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ==" }, + "@wekanteam/dragscroll": { + "version": "github:wekan/dragscroll#6ea215c8cdbde9362ecba8ffb72ce9f9fde842d2", + "from": "github:wekan/dragscroll" + }, "@wekanteam/exceljs": { "version": "github:wekan/exceljs#e0229907e7a81bc3fe6daf4e42b1fdfbecdcb7cb", "from": "github:wekan/exceljs", @@ -667,9 +671,9 @@ } }, "dompurify": { - "version": "2.5.5", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.5.5.tgz", - "integrity": "sha512-FgbqnEPiv5Vdtwt6Mxl7XSylttCC03cqP5ldNT2z+Kj0nLxPHJH4+1Cyf5Jasxhw93Rl4Oo11qRoUV72fmya2Q==" + "version": "2.5.6", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.5.6.tgz", + "integrity": "sha512-zUTaUBO8pY4+iJMPE1B9XlO2tXVYIcEA4SNGtvDELzTSCQO7RzH+j7S180BmhmJId78lqGU2z19vgVx2Sxs/PQ==" }, "domutils": { "version": "2.8.0", @@ -681,10 +685,6 @@ "domhandler": "^4.2.0" } }, - "dragscroll": { - "version": "git+https://github.com/mfilser/dragscroll.git#9d1025cc168b314430566d405135d0c17f774944", - "from": "git+https://github.com/mfilser/dragscroll.git#9d1025cc168b314430566d405135d0c17f774944" - }, "duplexer2": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz", @@ -2442,9 +2442,9 @@ "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==" }, "object-inspect": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz", - "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==" + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz", + "integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==" }, "once": { "version": "1.4.0", @@ -2549,9 +2549,9 @@ "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==" }, "qs": { - "version": "6.12.1", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.12.1.tgz", - "integrity": "sha512-zWmv4RSuB9r2mYQw3zxQuHWeU+42aKi1wWig/j4ele4ygELZ7PEO6MM7rim9oAQH2A5MWfsAVf/jPvTPgCbvUQ==", + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz", + "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==", "requires": { "side-channel": "^1.0.6" } diff --git a/package.json b/package.json index 333f6fa37..80b70c2cf 100644 --- a/package.json +++ b/package.json @@ -17,9 +17,10 @@ "sinon": "^13.0.2" }, "dependencies": { - "@babel/runtime": "^7.24.7", + "@babel/runtime": "^7.25.0", "@mapbox/node-pre-gyp": "^1.0.10", "@rwap/jquery-ui-touch-punch": "^1.0.11", + "@wekanteam/dragscroll": "github:wekan/dragscroll", "@wekanteam/exceljs": "github:wekan/exceljs", "@wekanteam/html-to-markdown": "^1.0.2", "@wekanteam/meteor-globals": "^1.1.4", @@ -27,8 +28,7 @@ "ajv": "^6.12.6", "bcryptjs": "^2.4.3", "bson": "^4.5.2", - "dompurify": "^2.5.5", - "dragscroll": "git+https://github.com/mfilser/dragscroll.git#9d1025cc168b314430566d405135d0c17f774944", + "dompurify": "^2.5.6", "es6-promise": "^4.2.4", "escape-string-regexp": "^5.0.0", "fibers": "^5.0.3", @@ -51,7 +51,7 @@ "page": "^1.11.6", "papaparse": "^5.3.1", "pretty-ms": "^7.0.1", - "qs": "^6.12.1", + "qs": "^6.13.0", "simpl-schema": "^3.4.6", "source-map-support": "^0.5.20", "uuid": "^8.3.2" From 0d1f45b8a2f566d2bac7fe677dd0a4bfe1d305b5 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 3 Aug 2024 21:11:01 +0300 Subject: [PATCH 057/107] Updated ChangeLog. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab923c7a8..0a26e57b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,8 @@ This release adds the following updates: - [Updated release script: New install webpage location](https://github.com/wekan/wekan/commit/5e639a7c2d6dc1182ba95e44875ac8a6798a62be). Thanks to xet7. +- [Updated dependencies](https://github.com/wekan/wekan/commit/3f9ae57144dc9befd674c784896d68b5db9df146). + Thanks to developers of dependencies. Thanks to above GitHub users for their contributions and translators for their translations. From 8905bc7dfea578b3c096c15f26234c4056fe16e3 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 3 Aug 2024 21:21:19 +0300 Subject: [PATCH 058/107] Updated ChangeLog. --- CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a26e57b2..f77525777 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,13 +17,29 @@ Fixing other platforms In Progress. # Upcoming WeKan ® release -This release adds the following updates: +This release adds the following new features: + +- [Added Dragscroll to scroll the board](https://github.com/wekan/wekan/pull/5477). + Click on an empty space in the board, hold the left mouse and move left and right + to scroll the board easily. + Thanks to mfilser. + +and adds the following updates: - [Updated release script: New install webpage location](https://github.com/wekan/wekan/commit/5e639a7c2d6dc1182ba95e44875ac8a6798a62be). Thanks to xet7. - [Updated dependencies](https://github.com/wekan/wekan/commit/3f9ae57144dc9befd674c784896d68b5db9df146). Thanks to developers of dependencies. +and fixes the following bugs: + +- [Board Menu Popup's were opened twice because of 2 same event creation](https://github.com/wekan/wekan/pull/5478). + Thanks to mfilser. +- [Fixing of "mode is undefined" on first activity component creation](https://github.com/wekan/wekan/pull/5479). + Thanks to mfilser. +- [Changing card color now closes the popup and doesn't refresh the whole board page](https://github.com/wekan/wekan/pull/5480). + Thanks to mfilser. + Thanks to above GitHub users for their contributions and translators for their translations. # v7.52 2024-08-03 WeKan ® release From 45674806d78fddb8a3b8a75890e5059cc1a680ea Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 3 Aug 2024 21:35:04 +0300 Subject: [PATCH 059/107] Fix dragscroll package name. Thanks to xet7 ! --- client/components/boards/boardBody.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/boards/boardBody.js b/client/components/boards/boardBody.js index 6be1e1777..c0aac7301 100644 --- a/client/components/boards/boardBody.js +++ b/client/components/boards/boardBody.js @@ -1,6 +1,6 @@ import { ReactiveCache } from '/imports/reactiveCache'; import { TAPi18n } from '/imports/i18n'; -import dragscroll from 'dragscroll'; +import dragscroll from '@wekanteam/dragscroll'; const subManager = new SubsManager(); const { calculateIndex } = Utils; From 4a7fa7c396f78ae48c6e9a73ef110b66ac57d7ad Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 3 Aug 2024 21:36:22 +0300 Subject: [PATCH 060/107] Updated ChangeLog. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f77525777..ae4dddbef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,8 @@ and fixes the following bugs: Thanks to mfilser. - [Changing card color now closes the popup and doesn't refresh the whole board page](https://github.com/wekan/wekan/pull/5480). Thanks to mfilser. +- [Fix dragscroll package name](https://github.com/wekan/wekan/commit/45674806d78fddb8a3b8a75890e5059cc1a680ea). + Thanks to xet7. Thanks to above GitHub users for their contributions and translators for their translations. From a929d1e3a4bb6d8daf1f34b131a09addfa452af6 Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Fri, 17 Mar 2023 21:31:18 +0100 Subject: [PATCH 061/107] reducing card size in database if no planning poker was started reducing: - cards collection size - database size - size to transfer from server to client (publish / subscribe) --- models/cards.js | 15 ++------------- server/migrations.js | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/models/cards.js b/models/cards.js index cfc41d322..5e9fffddc 100644 --- a/models/cards.js +++ b/models/cards.js @@ -351,7 +351,7 @@ Cards.attachSchema( }, 'poker.question': { type: Boolean, - defaultValue: false, + optional: true, }, 'poker.one': { /** @@ -359,7 +359,6 @@ Cards.attachSchema( */ type: [String], optional: true, - defaultValue: [], }, 'poker.two': { /** @@ -367,7 +366,6 @@ Cards.attachSchema( */ type: [String], optional: true, - defaultValue: [], }, 'poker.three': { /** @@ -375,7 +373,6 @@ Cards.attachSchema( */ type: [String], optional: true, - defaultValue: [], }, 'poker.five': { /** @@ -383,7 +380,6 @@ Cards.attachSchema( */ type: [String], optional: true, - defaultValue: [], }, 'poker.eight': { /** @@ -391,7 +387,6 @@ Cards.attachSchema( */ type: [String], optional: true, - defaultValue: [], }, 'poker.thirteen': { /** @@ -399,7 +394,6 @@ Cards.attachSchema( */ type: [String], optional: true, - defaultValue: [], }, 'poker.twenty': { /** @@ -407,7 +401,6 @@ Cards.attachSchema( */ type: [String], optional: true, - defaultValue: [], }, 'poker.forty': { /** @@ -415,7 +408,6 @@ Cards.attachSchema( */ type: [String], optional: true, - defaultValue: [], }, 'poker.oneHundred': { /** @@ -423,7 +415,6 @@ Cards.attachSchema( */ type: [String], optional: true, - defaultValue: [], }, 'poker.unsure': { /** @@ -431,16 +422,14 @@ Cards.attachSchema( */ type: [String], optional: true, - defaultValue: [], }, 'poker.end': { type: Date, optional: true, - defaultValue: null, }, 'poker.allowNonBoardMembers': { type: Boolean, - defaultValue: false, + optional: true, }, 'poker.estimation': { /** diff --git a/server/migrations.js b/server/migrations.js index b58c6f9d7..f0b09b61e 100644 --- a/server/migrations.js +++ b/server/migrations.js @@ -1443,3 +1443,17 @@ Migrations.add('attachment-cardCopy-fix-boardId-etc', () => { }); }); */ + +Migrations.add('remove-unused-planning-poker', () => { + Cards.update( + { + "poker.question": false, + }, + { + $unset: { + "poker": 1, + }, + }, + noValidateMulti, + ); +}); From aaca60b6760cc84b56a24fc15c93f23b4a34f06e Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 3 Aug 2024 21:47:10 +0300 Subject: [PATCH 062/107] Copied changes from wiki to docs. Thanks to xet7 ! --- docs/DeveloperDocs/Meteor.md | 81 +++++++++++++++++++++++++++++------- docs/Features/Python.md | 4 +- docs/Login/Multitenancy.md | 12 ++++++ docs/Login/SAML.md | 30 ++++++++++++- docs/Secure-Boot.md | 1 + 5 files changed, 111 insertions(+), 17 deletions(-) create mode 100644 docs/Login/Multitenancy.md create mode 100644 docs/Secure-Boot.md diff --git a/docs/DeveloperDocs/Meteor.md b/docs/DeveloperDocs/Meteor.md index d0abf135f..a16f03e71 100644 --- a/docs/DeveloperDocs/Meteor.md +++ b/docs/DeveloperDocs/Meteor.md @@ -1,18 +1,71 @@ -## Upgrading Meteor +## Videos about upgrading to Meteor 3 -- Disclaimer: - - These are opinions about upgrading, from xet7, maintainer of WeKan Open Source kanban https://wekan.github.io - - xet7 thinks, that it is good to keep using current frontend and backend frameworks, upgrade them when possible. If there is any problems, ask at https://forums.meteor.com - - xet7 thinks, that upgrading to newest Meteor 2 and Meteor 3 is being made more easier all the time, when new dependencies become available, any bugs are fixed, etc. So it is good to make all possible upgrading steps available. -- Upgrade to newest 2.14 https://guide.meteor.com/2.14-migration . Currently xet7 is using newest 2.14.1-beta.0 in production release of WeKan https://forums.meteor.com/t/meteor-v2-14-1-beta-0-is-out/61142 -- Prepare for 3.0 https://guide.meteor.com/3.0-migration -- Migrate Async - - Helper tool https://forums.meteor.com/t/blaze-async-migration-helper-babel-plugin-tracker-async-enhance-for-the-client-side-released/60842 - - https://guide.meteor.com/prepare-meteor-3.0 -- Look at progress of migrated packages https://forums.meteor.com/t/looking-for-help-migrating-packages-to-meteor-3-0/60985 +- Storyteller + - 2024-07-15: WeKan Upgrades https://www.youtube.com/watch?v=Zjb3m9JsAD0 + - 2024-07-08: Upgrading Meteor examples https://www.youtube.com/watch?v=jzWXxOe93t4 + - Upcoming and past: https://www.youtube.com/@storytellercz/streams +- React.js + - WeKan uses Blaze and Jade, not React. + - 2024-08-02: + - https://www.youtube.com/watch?v=NnT7AbVMnj4 + - https://thenewstack.io/after-a-decade-of-react-is-frontend-a-post-react-world-now/ + - https://thenewstack.io/pivoting-from-react-to-native-dom-apis-a-real-world-example/ + - https://thenewstack.io/how-web-components-are-used-at-github-and-salesforce/ + - https://devclass.com/2024/07/22/react-community-splitting-into-full-stack-and-client-only-camps-suggests-survey/ + - https://news.ycombinator.com/item?id=41068685 + - 2024-07-10: Storyteller at React Wroclaw Meetup, talking about Meteor.js and React: https://www.youtube.com/watch?v=4dnM6bXZCz4&t=741s + - How A Small Team of Developers Created React at Facebook | React.js: The Documentary https://www.youtube.com/watch?v=8pDqJVdNa44 +https://www.youtube.com/watch?v=8pDqJVdNa44 +- Meteor Dispatches Podcast + - 46: 2024-07-12: Packages you need in every app https://www.youtube.com/watch?v=S2YkZfKN0DI + - 25: 2024-02-09: WeKan Security https://www.youtube.com/watch?v=zic-h8jG6F8 + - 16: 2023-12-08: WeKan interview https://www.youtube.com/watch?v=ke-mbnZM3zE + - Upcoming and past: https://www.youtube.com/@meteorjscommunity/streams + - Playlists: https://www.youtube.com/@meteorjscommunity/playlists + - Some recent also had info, how to make dependencies compatible with both Meteor 2 and Meteor 3 - Add Eslint 3 and fix anything found - - https://youtu.be/rFjNNNc_7-E + - https://www.youtube.com/watch?v=rFjNNNc_7-E - https://github.com/quavedev/eslint-plugin - https://github.com/quavedev/meteor-template/pull/8 -- Watch Meteor Dispatches etc Podcasts https://www.youtube.com/@meteorjscommunity/playlists - - Some recent also had info, how to make dependencies compatible with both Meteor 2 and Meteor 3 + +## Upgrading to Meteor 3 + +- Meteor 3 migration guide: https://v3-migration-docs.meteor.com ( older pages at https://guide.meteor.com/3.0-migration or https://guide.meteor.com/prepare-meteor-3.0 ) +- Look at progress of migrated packages https://forums.meteor.com/t/looking-for-help-migrating-packages-to-meteor-3-0/60985 +- Migrate from Fibers (works only at Meteor 2 and Node.js 14) to Async/Await (works with Meteor 3 and Node.js 20) + - Helper tool https://forums.meteor.com/t/blaze-async-migration-helper-babel-plugin-tracker-async-enhance-for-the-client-side-released/60842 + - Info how Async/Await works, from Storyteller: https://github.com/wekan/wekan/wiki/AsyncAwait +- Forums posts about migrating: https://forums.meteor.com +- ( Older version upgrade to newest 2.14 https://guide.meteor.com/2.14-migration ) + +## Removing unused files + +From Meteor Discord chat from someone: + +> Nice tool that I found out about today. I was able to remove 58 unused files, functions, exports, types and dependencies 😄 +> +> https://knip.dev + +## Lint + +From Meteor Discord chat from someone: + +> We started using https://biomejs.dev to replace eslint and prettier on Galaxy 2, and it's been amazing. It's speedy, easy to configure, and has fewer packages to care about. +> +> Just sharing it here in case someone has never heard about it before + + +## Building WeKan + +- https://github.com/wekan/wekan/wiki/Emoji +- Docs: https://github.com/wekan/wekan/tree/main/docs + +## Similar technology + +- https://en.wikipedia.org/wiki/JavaScript_engine +- https://en.wikipedia.org/wiki/Single-page_application +- https://en.wikipedia.org/wiki/Web_framework +- https://en.wikipedia.org/wiki/Progressive_web_app +- https://en.wikipedia.org/wiki/Web_2.0 +- https://en.wikipedia.org/wiki/Meteor_(web_framework) +- https://en.wikipedia.org/wiki/Next.js diff --git a/docs/Features/Python.md b/docs/Features/Python.md index 8d47858f8..64b62abe9 100644 --- a/docs/Features/Python.md +++ b/docs/Features/Python.md @@ -1,5 +1,5 @@ Some Python etc code in WeKan, that is not yet added directly to WeKan: -- [LDAP sync script, that also correctly removes users](https://github.com/wekan/wekan/blob/main/ldap-sync/ldap-sync.py) +- [LDAP sync script, that also correctly removes users](https://github.com/wekan/wekan/blob/main/docs/Login/ldap-sync/ldap-sync.py) - [Email notifications to AWS SES](https://github.com/wekan/wekan/issues/3543#issuecomment-1199897164) - [Prometheus Exporter](https://github.com/wekan/wekan-prometheus-exporter) - [Burndown Chart](Burndown-and-Velocity-Chart) @@ -12,4 +12,4 @@ Some Python etc code in WeKan, that is not yet added directly to WeKan: - [Logstash and ElasticSearch](https://github.com/wekan/wekan-logstash) - iCal server in [Python](https://github.com/wekan/wekan-ical-server) and [PHP](https://github.com/wekan/wekan-ical-php) - [Sandstorm CSV related Python code](Wekan-Sandstorm-cards-to-CSV-using-Python) -- [Trello API test code](https://github.com/wekan/wekan/tree/main/trello) +- [Trello API test code](https://github.com/wekan/wekan/tree/main/docs/ImportExport/trello) diff --git a/docs/Login/Multitenancy.md b/docs/Login/Multitenancy.md new file mode 100644 index 000000000..e6ba9f08e --- /dev/null +++ b/docs/Login/Multitenancy.md @@ -0,0 +1,12 @@ +Q: ​​Is Multi-tenancy like ability to configure multiple ROOT_URL for same Meteor app? Or having relative URLs? + +A: Yes + +https://www.youtube.com/watch?v=917v1a01-Ko + +https://github.com/Meteor-Community-Packages/meteor-partitioner + +Related: + +- https://www.enterpriseready.io +- https://github.com/clinical-meteor/hipaa-audit-log diff --git a/docs/Login/SAML.md b/docs/Login/SAML.md index b542b2d97..55ddce08c 100644 --- a/docs/Login/SAML.md +++ b/docs/Login/SAML.md @@ -1,4 +1,32 @@ -Related SAML code, not in WeKan yet: https://forums.meteor.com/t/what-are-you-working-on/59187 +Related Meteor SAML code, not in WeKan yet: + +- New: https://forums.meteor.com/t/meteor-and-saml/61561 +- Old link: https://forums.meteor.com/t/what-are-you-working-on/59187 + +Sandstorm has SAML login, and old WeKan that will be updated someday: + +- https://github.com/wekan/wekan/wiki/Sandstorm + +How SAML works: + +- https://ssoready.com/blog/engineering/a-gentle-intro-to-saml/ +- https://news.ycombinator.com/item?id=41036982 +- https://www.sheshbabu.com/posts/visual-explanation-of-saml-authentication/ +- https://news.ycombinator.com/item?id=41057814 + +Ruby on Rails OmniAuth, that has Shibboleth and SAML: + +- https://github.com/omniauth/omniauth/wiki/List-of-Strategies +- https://github.com/omniauth/omniauth + +SAML at SSOReady: + +- https://github.com/ssoready/ssoready +- https://news.ycombinator.com/item?id=41110850 + +The SSO Wall of Shame: + +- https://sso.tax [SAML Issue](https://github.com/wekan/wekan/issues/708) diff --git a/docs/Secure-Boot.md b/docs/Secure-Boot.md new file mode 100644 index 000000000..1c1e7b97d --- /dev/null +++ b/docs/Secure-Boot.md @@ -0,0 +1 @@ +https://arstechnica.com/security/2024/07/secure-boot-is-completely-compromised-on-200-models-from-5-big-device-makers/ \ No newline at end of file From 0fbc8754f783d0a5bc966561d2e38ff6db87c0e3 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 3 Aug 2024 21:49:12 +0300 Subject: [PATCH 063/107] Updated ChangeLog. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae4dddbef..0a46ba8f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,8 @@ and adds the following updates: Thanks to xet7. - [Updated dependencies](https://github.com/wekan/wekan/commit/3f9ae57144dc9befd674c784896d68b5db9df146). Thanks to developers of dependencies. +- [Copied changes from wiki to docs](https://github.com/wekan/wekan/commit/aaca60b6760cc84b56a24fc15c93f23b4a34f06e). + Thanks to xet7. and fixes the following bugs: From 75bb247c2b2a49011ea533b1197a6453a09738fc Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 3 Aug 2024 21:52:34 +0300 Subject: [PATCH 064/107] Updated ChangeLog. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a46ba8f3..40fe10346 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,8 @@ and fixes the following bugs: Thanks to mfilser. - [Fix dragscroll package name](https://github.com/wekan/wekan/commit/45674806d78fddb8a3b8a75890e5059cc1a680ea). Thanks to xet7. +- [Reducing card size in database if no planning poker was started](https://github.com/wekan/wekan/pull/5481). + Thanks to mfilser. Thanks to above GitHub users for their contributions and translators for their translations. From 1af1844f37d17f9f54ca358ccf0f44eed1dfbef4 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 3 Aug 2024 22:13:08 +0300 Subject: [PATCH 065/107] Updated Snap Candidate to MongoDB 6.0.16. Thanks to MongoDB developers ! --- snapcraft.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 1cdadddcd..0d0673327 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: wekan -version: '7.52' +version: '7.53' base: core20 summary: Open Source kanban description: | @@ -65,7 +65,7 @@ apps: parts: mongodb: - source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2004-6.0.15.tgz + source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2004-6.0.16.tgz plugin: dump stage-packages: - libssl1.1 @@ -170,9 +170,9 @@ parts: # Cleanup mkdir .build cd .build - wget https://github.com/wekan/wekan/releases/download/v7.52/wekan-7.52-amd64.zip - unzip wekan-7.52-amd64.zip - rm wekan-7.52-amd64.zip + wget https://github.com/wekan/wekan/releases/download/v7.53/wekan-7.53-amd64.zip + unzip wekan-7.53-amd64.zip + rm wekan-7.53-amd64.zip cd .. ##cd .build/bundle ##find . -type d -name '*-garbage*' | xargs rm -rf From 2415aa3d2b360da1b46d5a157b13828473810c5d Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 3 Aug 2024 22:16:18 +0300 Subject: [PATCH 066/107] v7.53 --- CHANGELOG.md | 4 +++- Stackerfile.yml | 2 +- docs/Platforms/Propietary/Windows/Offline.md | 6 +++--- package-lock.json | 2 +- package.json | 2 +- public/api/wekan.html | 10 +++++----- public/api/wekan.yml | 5 +---- sandstorm-pkgdef.capnp | 4 ++-- 8 files changed, 17 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40fe10346..3a45c534a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ Fixing other platforms In Progress. [How to upgrade WeKan](https://github.com/wekan/wekan/issues/4585) -# Upcoming WeKan ® release +# v7.53 2024-08-03 WeKan ® release This release adds the following new features: @@ -32,6 +32,8 @@ and adds the following updates: Thanks to developers of dependencies. - [Copied changes from wiki to docs](https://github.com/wekan/wekan/commit/aaca60b6760cc84b56a24fc15c93f23b4a34f06e). Thanks to xet7. +- [Updated Snap Candidate to MongoDB 6.0.16](https://github.com/wekan/wekan/commit/1af1844f37d17f9f54ca358ccf0f44eed1dfbef4). + Thanks to MongoDB developers. and fixes the following bugs: diff --git a/Stackerfile.yml b/Stackerfile.yml index 7f622b236..a8724c1ac 100644 --- a/Stackerfile.yml +++ b/Stackerfile.yml @@ -1,5 +1,5 @@ appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928 -appVersion: "v7.52.0" +appVersion: "v7.53.0" files: userUploads: - README.md diff --git a/docs/Platforms/Propietary/Windows/Offline.md b/docs/Platforms/Propietary/Windows/Offline.md index 2e5cafc41..72e9fd292 100644 --- a/docs/Platforms/Propietary/Windows/Offline.md +++ b/docs/Platforms/Propietary/Windows/Offline.md @@ -8,11 +8,11 @@ This is without container (without Docker or Snap). Right click and download files 1-4: -1. [wekan-7.49-amd64-windows.zip](https://github.com/wekan/wekan/releases/download/v7.49/wekan-7.49-amd64-windows.zip) +1. [wekan-7.53-amd64-windows.zip](https://github.com/wekan/wekan/releases/download/v7.53/wekan-7.53-amd64-windows.zip) 2. [node.exe](https://nodejs.org/dist/latest-v14.x/win-x64/node.exe) -3. [mongodb-windows-x86_64-6.0.15-signed.msi](https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.0.15-signed.msi) +3. [mongodb-windows-x86_64-6.0.16-signed.msi](https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.0.16-signed.msi) 4. [start-wekan.bat](https://raw.githubusercontent.com/wekan/wekan/main/start-wekan.bat) @@ -20,7 +20,7 @@ Right click and download files 1-4: 6. Double click `mongodb-windows-x86_64-6.0.15-signed.msi` . In installer, uncheck downloading MongoDB compass. -7. Unzip `wekan-7.49-amd64-windows.zip` , inside it is directory `bundle`, to it copy other files: +7. Unzip `wekan-7.53-amd64-windows.zip` , inside it is directory `bundle`, to it copy other files: ``` bundle (directory) diff --git a/package-lock.json b/package-lock.json index 910730291..98bef8e2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "v7.52.0", + "version": "v7.53.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 80b70c2cf..7eb512e5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "v7.52.0", + "version": "v7.53.0", "description": "Open-Source kanban", "private": true, "repository": { diff --git a/public/api/wekan.html b/public/api/wekan.html index c1ec4fc3f..9e13f189b 100644 --- a/public/api/wekan.html +++ b/public/api/wekan.html @@ -7,7 +7,7 @@ - Wekan REST API v7.52 + Wekan REST API v7.53 @@ -1548,7 +1548,7 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
      • - Wekan REST API v7.52 + Wekan REST API v7.53
      • @@ -2067,7 +2067,7 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
        -

        Wekan REST API v7.52

        +

        Wekan REST API v7.53

        Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.

        @@ -19387,7 +19387,7 @@ UserSecurity question boolean -true +false none none @@ -19471,7 +19471,7 @@ UserSecurity allowNonBoardMembers boolean -true +false none none diff --git a/public/api/wekan.yml b/public/api/wekan.yml index 84c2c9df0..b01572074 100644 --- a/public/api/wekan.yml +++ b/public/api/wekan.yml @@ -1,7 +1,7 @@ swagger: '2.0' info: title: Wekan REST API - version: v7.52 + version: v7.53 description: | The REST API allows you to control and extend Wekan with ease. @@ -3436,9 +3436,6 @@ definitions: description: | poker estimation value type: number - required: - - question - - allowNonBoardMembers CardsCustomfields: type: object ChecklistItems: diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp index c92119b4e..508718dc1 100644 --- a/sandstorm-pkgdef.capnp +++ b/sandstorm-pkgdef.capnp @@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = ( appTitle = (defaultText = "Wekan"), # The name of the app as it is displayed to the user. - appVersion = 752, + appVersion = 753, # Increment this for every release. - appMarketingVersion = (defaultText = "7.52.0~2024-08-03"), + appMarketingVersion = (defaultText = "7.53.0~2024-08-03"), # Human-readable presentation of the app version. minUpgradableAppVersion = 0, From b0c94f7ff2904495603143acb89becab1860b0dd Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 5 Aug 2024 13:06:51 +0300 Subject: [PATCH 067/107] Updated ChangeLog. --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a45c534a..3202c7194 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,15 @@ Fixing other platforms In Progress. [How to upgrade WeKan](https://github.com/wekan/wekan/issues/4585) +# Upcoming WeKan ® release + +This release adds the following new features: + +- [Helm Chart: Add Support for Overriding Image Registry in Airgapped Environments](https://github.com/wekan/charts/pull/35). + Thanks to geilername. + +Thanks to above GitHub users for their contributions and translators for their translations. + # v7.53 2024-08-03 WeKan ® release This release adds the following new features: From 38a32824ea1a9a506fd2bb6f21b1180dbae83123 Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Wed, 22 Mar 2023 22:13:31 +0100 Subject: [PATCH 068/107] fix error on console when user logout (Part 1) --- client/components/boards/boardsList.js | 8 ++++---- models/users.js | 18 ++++++------------ 2 files changed, 10 insertions(+), 16 deletions(-) diff --git a/client/components/boards/boardsList.js b/client/components/boards/boardsList.js index 23a9ce8b2..18e82aab1 100644 --- a/client/components/boards/boardsList.js +++ b/client/components/boards/boardsList.js @@ -151,8 +151,8 @@ BlazeComponent.extendComponent({ } const currUser = ReactiveCache.getCurrentUser(); - let orgIdsUserBelongs = currUser !== undefined && currUser.teams !== 'undefined' ? currUser.orgIdsUserBelongs() : ''; - if (orgIdsUserBelongs && orgIdsUserBelongs != '') { + let orgIdsUserBelongs = currUser?.orgIdsUserBelongs() || ''; + if (orgIdsUserBelongs) { let orgsIds = orgIdsUserBelongs.split(','); // for(let i = 0; i < orgsIds.length; i++){ // query.$and[2].$or.push({'orgs.orgId': orgsIds[i]}); @@ -162,8 +162,8 @@ BlazeComponent.extendComponent({ query.$and[2].$or.push({ 'orgs.orgId': { $in: orgsIds } }); } - let teamIdsUserBelongs = currUser !== undefined && currUser.teams !== 'undefined' ? currUser.teamIdsUserBelongs() : ''; - if (teamIdsUserBelongs && teamIdsUserBelongs != '') { + let teamIdsUserBelongs = currUser?.teamIdsUserBelongs() || ''; + if (teamIdsUserBelongs) { let teamsIds = teamIdsUserBelongs.split(','); // for(let i = 0; i < teamsIds.length; i++){ // query.$or[2].$or.push({'teams.teamId': teamsIds[i]}); diff --git a/models/users.js b/models/users.js index b6bf53793..4288111bc 100644 --- a/models/users.js +++ b/models/users.js @@ -687,14 +687,11 @@ Users.helpers({ return ''; }, orgIdsUserBelongs() { + let ret = ''; if (this.orgs) { - return this.orgs - .map(function (org) { - return org.orgId; - }) - .join(','); + ret = this.orgs.map(org => org.orgId).join(','); } - return ''; + return ret; }, teamsUserBelongs() { if (this.teams) { @@ -708,14 +705,11 @@ Users.helpers({ return ''; }, teamIdsUserBelongs() { + let ret = ''; if (this.teams) { - return this.teams - .map(function (team) { - return team.teamId; - }) - .join(','); + ret = this.teams.map(team => team.teamId).join(','); } - return ''; + return ret; }, boards() { return Boards.userBoards(this._id, null, {}, { sort: { sort: 1 } }); From 3db265d57f6b91c9ed495cb516bce6c99f155a8c Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Wed, 22 Mar 2023 22:23:04 +0100 Subject: [PATCH 069/107] fix error on console when user logout (Part 2) --- client/components/boards/boardsList.js | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/client/components/boards/boardsList.js b/client/components/boards/boardsList.js index 18e82aab1..69a29b3c2 100644 --- a/client/components/boards/boardsList.js +++ b/client/components/boards/boardsList.js @@ -199,15 +199,12 @@ BlazeComponent.extendComponent({ }, boardMembers(boardId) { - let boardMembers = []; /* Bug Board icons random dance https://github.com/wekan/wekan/issues/4214 const lists = ReactiveCache.getBoard(boardId) - let members = lists.members - members.forEach(member => { - boardMembers.push(member.userId); - }); - */ + const boardMembers = lists?.members.map(member => member.userId); return boardMembers; + */ + return []; }, isStarred() { From 3641a8f38977792de48f00027c85b8034c632428 Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Mon, 5 Jun 2023 12:22:00 +0200 Subject: [PATCH 070/107] don't set background image in .board-canvas too --- client/lib/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/lib/utils.js b/client/lib/utils.js index cfc313f62..07a334d0e 100644 --- a/client/lib/utils.js +++ b/client/lib/utils.js @@ -4,7 +4,7 @@ Utils = { setBackgroundImage(url) { const currentBoard = Utils.getCurrentBoard(); if (currentBoard.backgroundImageURL !== undefined) { - $(".board-wrapper,.board-wrapper .board-canvas").css({"background":"url(" + currentBoard.backgroundImageURL + ")","background-size":"cover"}); + $(".board-wrapper").css({"background":"url(" + currentBoard.backgroundImageURL + ")","background-size":"cover"}); $(".swimlane,.swimlane .list,.swimlane .list .list-body,.swimlane .list:first-child .list-body").css({"background-color":"transparent"}); } else if (currentBoard.color !== undefined) { currentBoard.setColor(currentBoard.color); From ca5a579e225248498880f8e79d84a78b30d93cfd Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 6 Aug 2024 22:44:51 +0300 Subject: [PATCH 071/107] PWA, move to standalone (standard) to display the status bar. Thanks to mfilser ! Related https://github.com/wekan/wekan/pull/5484 --- CHANGELOG.md | 2 ++ public/site.webmanifest | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3202c7194..a1a9e6024 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,8 @@ This release adds the following new features: - [Helm Chart: Add Support for Overriding Image Registry in Airgapped Environments](https://github.com/wekan/charts/pull/35). Thanks to geilername. +- [PWA, move to standalone (standard) to display the status bar](https://github.com/wekan/wekan/pull/5484) + Thanks to mfilser. Thanks to above GitHub users for their contributions and translators for their translations. diff --git a/public/site.webmanifest b/public/site.webmanifest index 767104250..51e25650c 100644 --- a/public/site.webmanifest +++ b/public/site.webmanifest @@ -508,7 +508,7 @@ "theme_color": "#000000", "background_color": "#000000", "start_url": "sign-in", - "display": "fullscreen", + "display": "standalone", "orientation": "any", "categories": [ "productivity" @@ -519,6 +519,6 @@ "scope": "https://boards.wekan.team", "prefer_related_applications": false, "display_override": [ - "fullscreen" + "standalone" ] } From f2247ed86dd1cb611817f7a9dcef3d7a64898a32 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 6 Aug 2024 22:48:32 +0300 Subject: [PATCH 072/107] Updated ChangeLog. --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1a9e6024..dbdc055c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,11 @@ This release adds the following new features: - [PWA, move to standalone (standard) to display the status bar](https://github.com/wekan/wekan/pull/5484) Thanks to mfilser. +and fixes the following bugs: + +- [Don't set background image in .board-canvas too](https://github.com/wekan/wekan/pull/5485). + Thanks to mfilser. + Thanks to above GitHub users for their contributions and translators for their translations. # v7.53 2024-08-03 WeKan ® release From 3c477e9783c4e9adc265cfadef4c37ddcf5a9fdb Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Mon, 5 Jun 2023 12:22:33 +0200 Subject: [PATCH 073/107] Bugfix, variable "color" didn't exist - background-color is maybe wrong too, but better than throwing an exception --- client/lib/utils.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/lib/utils.js b/client/lib/utils.js index 07a334d0e..d204b3a0b 100644 --- a/client/lib/utils.js +++ b/client/lib/utils.js @@ -6,8 +6,8 @@ Utils = { if (currentBoard.backgroundImageURL !== undefined) { $(".board-wrapper").css({"background":"url(" + currentBoard.backgroundImageURL + ")","background-size":"cover"}); $(".swimlane,.swimlane .list,.swimlane .list .list-body,.swimlane .list:first-child .list-body").css({"background-color":"transparent"}); - } else if (currentBoard.color !== undefined) { - currentBoard.setColor(currentBoard.color); + } else if (currentBoard["background-color"]) { + currentBoard.setColor(currentBoard["background-color"]); } }, /** returns the current board id From fc1e55cc19d68148472a81b44358a36eeaa140b8 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 6 Aug 2024 22:58:13 +0300 Subject: [PATCH 074/107] Updated ChangeLog. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbdc055c5..1b141d32d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,8 @@ and fixes the following bugs: - [Don't set background image in .board-canvas too](https://github.com/wekan/wekan/pull/5485). Thanks to mfilser. +- [Bugfix, variable "color" didn't exist](https://github.com/wekan/wekan/pull/5486). + Thanks to mfilser. Thanks to above GitHub users for their contributions and translators for their translations. From 3ae0d967601856be7f3bb18bd074151f805959eb Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Mon, 5 Jun 2023 12:23:23 +0200 Subject: [PATCH 075/107] little opacity to minicards to see the background image a little bit --- client/lib/utils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client/lib/utils.js b/client/lib/utils.js index d204b3a0b..15896e5c3 100644 --- a/client/lib/utils.js +++ b/client/lib/utils.js @@ -6,6 +6,7 @@ Utils = { if (currentBoard.backgroundImageURL !== undefined) { $(".board-wrapper").css({"background":"url(" + currentBoard.backgroundImageURL + ")","background-size":"cover"}); $(".swimlane,.swimlane .list,.swimlane .list .list-body,.swimlane .list:first-child .list-body").css({"background-color":"transparent"}); + $(".minicard").css({"opacity": "0.9"}); } else if (currentBoard["background-color"]) { currentBoard.setColor(currentBoard["background-color"]); } From 55fc342f6d90d8e30b70a8903ecead1c4370bd89 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 6 Aug 2024 23:19:43 +0300 Subject: [PATCH 076/107] Added info how with Caddy webserver config, PWA and Android app override icons, showing toolbars, etc. Thanks to xet7 ! --- docs/Webserver/Caddy-Webserver-Config.md | 440 +++++++++++++++++++++++ 1 file changed, 440 insertions(+) diff --git a/docs/Webserver/Caddy-Webserver-Config.md b/docs/Webserver/Caddy-Webserver-Config.md index ffc1ea2c4..96ee549dc 100644 --- a/docs/Webserver/Caddy-Webserver-Config.md +++ b/docs/Webserver/Caddy-Webserver-Config.md @@ -76,6 +76,446 @@ Caddy commands list: caddy help ``` +*** + +### PWA site.webmanifest icons override Caddy example + +PWABuilder settings to create Android app at https://pwabuilder.com +- Web view (not Custom Tabs) +- Fullscreen (When not showing top and bottom toolbars. If you like to show those toolbars, change fullscreen to standalone) +- Notifications [X] Enable +- Signing key [X] Use mine + +PWABuilder upgrades: +- Android app upgrade to Android SDK 34 was made with help of this video https://github.com/pwa-builder/PWABuilder/issues/4766#issuecomment-2229867608 + +Icons override at site.webmanifest: +- These settings at Caddyfile override icon URLs etc + +If you like to show toolbars at top and bottom, change also here `fullscreen` to `standalone` + +``` +boards.wekan.team { + tls { + alpn http/1.1 + } + header /.well-known/* Content-Type application/json + header /.well-known/* Access-Control-Allow-Origin * + respond /.well-known/assetlinks.json `[ { + "relation": ["delegate_permission/common.handle_all_urls"], + "target": { + "namespace": "android_app", + "package_name": "team.wekan.boards.twa", + "sha256_cert_fingerprints": ["AA:AA:ED:7D:4C:9C:5A:A3:B5:DA:10:66:14:34:07:5D:EB:BE:96:CD:82:7B:09:46:47:13:65:29:5B:EA:96:30","61:41:86:5B:05:13:9B:64:5F:39:75:5A:16:C3:F2:22:25:6C:DA:74:B9:B0:8C:5F:93:B0:D2:26:65:16:1B:E6"] + } + } ]` + header /site.webmanifest/* Content-Type application/json + header /site.webmanifest/* Access-Control-Allow-Origin * + respond /site.webmanifest ` { + "name": "Wekan", + "short_name": "Wekan", + "icons": [ { + "src": "svg-etc/wekan-logo-512.svg", + "sizes": "any", + "type": "image/svg" + } , { + "src": "android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + } , { + "src": "android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } , { + "src": "Square150x150Logo.scale-100.png", + "sizes": "150x150", + "type": "image/png" + } , { + "src": "Square44x44Logo.scale-100.png", + "sizes": "44x44", + "type": "image/png" + } , { + "src": "StoreLogo.scale-100.png", + "sizes": "50x50", + "type": "image/png" + } , { + "src": "maskable_icon.png", + "sizes": "474x474", + "type": "image/png", + "purpose": "maskable" + } , { + "src": "monochrome-icon-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "monochrome" + } , { + "src": "windows11/SmallTile.scale-100.png", + "sizes": "71x71" + } , { + "src": "windows11/SmallTile.scale-125.png", + "sizes": "89x89" + } , { + "src": "windows11/SmallTile.scale-150.png", + "sizes": "107x107" + } , { + "src": "windows11/SmallTile.scale-200.png", + "sizes": "142x142" + } , { + "src": "windows11/SmallTile.scale-400.png", + "sizes": "284x284" + } , { + "src": "windows11/Square150x150Logo.scale-100.png", + "sizes": "150x150" + } , { + "src": "windows11/Square150x150Logo.scale-125.png", + "sizes": "188x188" + } , { + "src": "windows11/Square150x150Logo.scale-150.png", + "sizes": "225x225" + } , { + "src": "windows11/Square150x150Logo.scale-200.png", + "sizes": "300x300" + } , { + "src": "windows11/Square150x150Logo.scale-400.png", + "sizes": "600x600" + } , { + "src": "windows11/Wide310x150Logo.scale-100.png", + "sizes": "310x150" + } , { + "src": "windows11/Wide310x150Logo.scale-125.png", + "sizes": "388x188" + } , { + "src": "windows11/Wide310x150Logo.scale-150.png", + "sizes": "465x225" + } , { + "src": "windows11/Wide310x150Logo.scale-200.png", + "sizes": "620x300" + } , { + "src": "windows11/Wide310x150Logo.scale-400.png", + "sizes": "1240x600" + } , { + "src": "windows11/LargeTile.scale-100.png", + "sizes": "310x310" + } , { + "src": "windows11/LargeTile.scale-125.png", + "sizes": "388x388" + } , { + "src": "windows11/LargeTile.scale-150.png", + "sizes": "465x465" + } , { + "src": "windows11/LargeTile.scale-200.png", + "sizes": "620x620" + } , { + "src": "windows11/LargeTile.scale-400.png", + "sizes": "1240x1240" + } , { + "src": "windows11/Square44x44Logo.scale-100.png", + "sizes": "44x44" + } , { + "src": "windows11/Square44x44Logo.scale-125.png", + "sizes": "55x55" + } , { + "src": "windows11/Square44x44Logo.scale-150.png", + "sizes": "66x66" + } , { + "src": "windows11/Square44x44Logo.scale-200.png", + "sizes": "88x88" + } , { + "src": "windows11/Square44x44Logo.scale-400.png", + "sizes": "176x176" + } , { + "src": "windows11/StoreLogo.scale-100.png", + "sizes": "50x50" + } , { + "src": "windows11/StoreLogo.scale-125.png", + "sizes": "63x63" + } , { + "src": "windows11/StoreLogo.scale-150.png", + "sizes": "75x75" + } , { + "src": "windows11/StoreLogo.scale-200.png", + "sizes": "100x100" + } , { + "src": "windows11/StoreLogo.scale-400.png", + "sizes": "200x200" + } , { + "src": "windows11/SplashScreen.scale-100.png", + "sizes": "620x300" + } , { + "src": "windows11/SplashScreen.scale-125.png", + "sizes": "775x375" + } , { + "src": "windows11/SplashScreen.scale-150.png", + "sizes": "930x450" + } , { + "src": "windows11/SplashScreen.scale-200.png", + "sizes": "1240x600" + } , { + "src": "windows11/SplashScreen.scale-400.png", + "sizes": "2480x1200" + } , { + "src": "windows11/Square44x44Logo.targetsize-16.png", + "sizes": "16x16" + } , { + "src": "windows11/Square44x44Logo.targetsize-20.png", + "sizes": "20x20" + } , { + "src": "windows11/Square44x44Logo.targetsize-24.png", + "sizes": "24x24" + } , { + "src": "windows11/Square44x44Logo.targetsize-30.png", + "sizes": "30x30" + } , { + "src": "windows11/Square44x44Logo.targetsize-32.png", + "sizes": "32x32" + } , { + "src": "windows11/Square44x44Logo.targetsize-36.png", + "sizes": "36x36" + } , { + "src": "windows11/Square44x44Logo.targetsize-40.png", + "sizes": "40x40" + } , { + "src": "windows11/Square44x44Logo.targetsize-44.png", + "sizes": "44x44" + } , { + "src": "windows11/Square44x44Logo.targetsize-48.png", + "sizes": "48x48" + } , { + "src": "windows11/Square44x44Logo.targetsize-60.png", + "sizes": "60x60" + } , { + "src": "windows11/Square44x44Logo.targetsize-64.png", + "sizes": "64x64" + } , { + "src": "windows11/Square44x44Logo.targetsize-72.png", + "sizes": "72x72" + } , { + "src": "windows11/Square44x44Logo.targetsize-80.png", + "sizes": "80x80" + } , { + "src": "windows11/Square44x44Logo.targetsize-96.png", + "sizes": "96x96" + } , { + "src": "windows11/Square44x44Logo.targetsize-256.png", + "sizes": "256x256" + } , { + "src": "windows11/Square44x44Logo.altform-unplated_targetsize-16.png", + "sizes": "16x16" + } , { + "src": "windows11/Square44x44Logo.altform-unplated_targetsize-20.png", + "sizes": "20x20" + } , { + "src": "windows11/Square44x44Logo.altform-unplated_targetsize-24.png", + "sizes": "24x24" + } , { + "src": "windows11/Square44x44Logo.altform-unplated_targetsize-30.png", + "sizes": "30x30" + } , { + "src": "windows11/Square44x44Logo.altform-unplated_targetsize-32.png", + "sizes": "32x32" + } , { + "src": "windows11/Square44x44Logo.altform-unplated_targetsize-36.png", + "sizes": "36x36" + } , { + "src": "windows11/Square44x44Logo.altform-unplated_targetsize-40.png", + "sizes": "40x40" + } , { + "src": "windows11/Square44x44Logo.altform-unplated_targetsize-44.png", + "sizes": "44x44" + } , { + "src": "windows11/Square44x44Logo.altform-unplated_targetsize-48.png", + "sizes": "48x48" + } , { + "src": "windows11/Square44x44Logo.altform-unplated_targetsize-60.png", + "sizes": "60x60" + } , { + "src": "windows11/Square44x44Logo.altform-unplated_targetsize-64.png", + "sizes": "64x64" + } , { + "src": "windows11/Square44x44Logo.altform-unplated_targetsize-72.png", + "sizes": "72x72" + } , { + "src": "windows11/Square44x44Logo.altform-unplated_targetsize-80.png", + "sizes": "80x80" + } , { + "src": "windows11/Square44x44Logo.altform-unplated_targetsize-96.png", + "sizes": "96x96" + } , { + "src": "windows11/Square44x44Logo.altform-unplated_targetsize-256.png", + "sizes": "256x256" + } , { + "src": "windows11/Square44x44Logo.altform-lightunplated_targetsize-16.png", + "sizes": "16x16" + } , { + "src": "windows11/Square44x44Logo.altform-lightunplated_targetsize-20.png", + "sizes": "20x20" + } , { + "src": "windows11/Square44x44Logo.altform-lightunplated_targetsize-24.png", + "sizes": "24x24" + } , { + "src": "windows11/Square44x44Logo.altform-lightunplated_targetsize-30.png", + "sizes": "30x30" + } , { + "src": "windows11/Square44x44Logo.altform-lightunplated_targetsize-32.png", + "sizes": "32x32" + } , { + "src": "windows11/Square44x44Logo.altform-lightunplated_targetsize-36.png", + "sizes": "36x36" + } , { + "src": "windows11/Square44x44Logo.altform-lightunplated_targetsize-40.png", + "sizes": "40x40" + } , { + "src": "windows11/Square44x44Logo.altform-lightunplated_targetsize-44.png", + "sizes": "44x44" + } , { + "src": "windows11/Square44x44Logo.altform-lightunplated_targetsize-48.png", + "sizes": "48x48" + } , { + "src": "windows11/Square44x44Logo.altform-lightunplated_targetsize-60.png", + "sizes": "60x60" + } , { + "src": "windows11/Square44x44Logo.altform-lightunplated_targetsize-64.png", + "sizes": "64x64" + } , { + "src": "windows11/Square44x44Logo.altform-lightunplated_targetsize-72.png", + "sizes": "72x72" + } , { + "src": "windows11/Square44x44Logo.altform-lightunplated_targetsize-80.png", + "sizes": "80x80" + } , { + "src": "windows11/Square44x44Logo.altform-lightunplated_targetsize-96.png", + "sizes": "96x96" + } , { + "src": "windows11/Square44x44Logo.altform-lightunplated_targetsize-256.png", + "sizes": "256x256" + } , { + "src": "android/android-launchericon-512-512.png", + "sizes": "512x512" + } , { + "src": "android/android-launchericon-192-192.png", + "sizes": "192x192" + } , { + "src": "android/android-launchericon-144-144.png", + "sizes": "144x144" + } , { + "src": "android/android-launchericon-96-96.png", + "sizes": "96x96" + } , { + "src": "android/android-launchericon-72-72.png", + "sizes": "72x72" + } , { + "src": "android/android-launchericon-48-48.png", + "sizes": "48x48" + } , { + "src": "ios/16.png", + "sizes": "16x16" + } , { + "src": "ios/20.png", + "sizes": "20x20" + } , { + "src": "ios/29.png", + "sizes": "29x29" + } , { + "src": "ios/32.png", + "sizes": "32x32" + } , { + "src": "ios/40.png", + "sizes": "40x40" + } , { + "src": "ios/50.png", + "sizes": "50x50" + } , { + "src": "ios/57.png", + "sizes": "57x57" + } , { + "src": "ios/58.png", + "sizes": "58x58" + } , { + "src": "ios/60.png", + "sizes": "60x60" + } , { + "src": "ios/64.png", + "sizes": "64x64" + } , { + "src": "ios/72.png", + "sizes": "72x72" + } , { + "src": "ios/76.png", + "sizes": "76x76" + } , { + "src": "ios/80.png", + "sizes": "80x80" + } , { + "src": "ios/87.png", + "sizes": "87x87" + } , { + "src": "ios/100.png", + "sizes": "100x100" + } , { + "src": "ios/114.png", + "sizes": "114x114" + } , { + "src": "ios/120.png", + "sizes": "120x120" + } , { + "src": "ios/128.png", + "sizes": "128x128" + } , { + "src": "ios/144.png", + "sizes": "144x144" + } , { + "src": "ios/152.png", + "sizes": "152x152" + } , { + "src": "ios/167.png", + "sizes": "167x167" + } , { + "src": "ios/180.png", + "sizes": "180x180" + } , { + "src": "ios/192.png", + "sizes": "192x192" + } , { + "src": "ios/256.png", + "sizes": "256x256" + } , { + "src": "ios/512.png", + "sizes": "512x512" + } , { + "src": "ios/1024.png", + "sizes": "1024x1024" + } + ], + "screenshots": [ { + "src": "screenshot1.webp", + "sizes": "1280x720", + "type": "image/webp" + } , { + "src": "screenshot2.webp", + "sizes": "1280x720", + "type": "image/webp" + } + ], + "theme_color": "#000000", + "background_color": "#000000", + "start_url": "sign-in", + "display": "fullscreen", + "orientation": "any", + "categories": [ + "productivity" + ], + "iarc_rating_id": "70d7c4a4-3e5a-4714-a7dc-fa006613ba96", + "description": "Open Source kanban with MIT license", + "dir": "auto", + "scope": "https://boards.wekan.team", + "prefer_related_applications": false, + "display_override": [ + "fullscreen" + ] + } ` + reverse_proxy 127.0.0.1:3025 +} +``` *** From 64c4e8eca831c60ba65833dcac41fcac88a4990a Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 6 Aug 2024 23:22:04 +0300 Subject: [PATCH 077/107] Updated ChangeLog. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b141d32d..c3f232fca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,8 @@ This release adds the following new features: Thanks to geilername. - [PWA, move to standalone (standard) to display the status bar](https://github.com/wekan/wekan/pull/5484) Thanks to mfilser. +- [Added info how with Caddy webserver config, PWA and Android app override icons, showing toolbars, etc](https://github.com/wekan/wekan/commit/55fc342f6d90d8e30b70a8903ecead1c4370bd89). + Thanks to xet7. and fixes the following bugs: From 956925889ad54cbb4a5d28fd284de7d0220556d5 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 6 Aug 2024 23:23:42 +0300 Subject: [PATCH 078/107] Updated ChangeLog. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3f232fca..b6a0e5636 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,8 @@ and fixes the following bugs: Thanks to mfilser. - [Bugfix, variable "color" didn't exist](https://github.com/wekan/wekan/pull/5486). Thanks to mfilser. +- [Little opacity to minicards to see the background image a little bit](https://github.com/wekan/wekan/pull/5487). + Thanks to mfilser. Thanks to above GitHub users for their contributions and translators for their translations. From f6f4f5660e5f90ae04e6ac85e3a5516eba8feee4 Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Fri, 14 Jul 2023 12:57:04 +0200 Subject: [PATCH 079/107] remove attachment storage name from attachment list - this was for debugging, now not necessary anymore --- client/components/cards/attachments.jade | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/components/cards/attachments.jade b/client/components/cards/attachments.jade index fc597205a..5e1d41da1 100644 --- a/client/components/cards/attachments.jade +++ b/client/components/cards/attachments.jade @@ -117,8 +117,6 @@ template(name="attachmentActionsPopup") | {{_ 'remove-background-image'}} else | {{_ 'add-background-image'}} - p.attachment-storage - | {{versions.original.storage}} if $neq versions.original.storage "fs" a.js-move-storage-fs From 76aaefbde1e1510733b405d85130347032058cad Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Tue, 18 Jul 2023 21:16:44 +0200 Subject: [PATCH 080/107] attachment popup back was broken since new attachment viewer, now fixed --- client/components/cards/attachments.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/components/cards/attachments.js b/client/components/cards/attachments.js index 48b100cfe..391841602 100644 --- a/client/components/cards/attachments.js +++ b/client/components/cards/attachments.js @@ -39,7 +39,7 @@ Template.attachmentGallery.events({ 'click .js-rename': Popup.open('attachmentRename'), 'click .js-confirm-delete': Popup.afterConfirm('attachmentDelete', function() { Attachments.remove(this._id); - Popup.back(2); + Popup.back(); }), }); @@ -501,7 +501,7 @@ BlazeComponent.extendComponent({ if (name === DOMPurify.sanitize(name)) { Meteor.call('renameAttachment', this.data()._id, name); } - Popup.back(2); + Popup.back(); }, } ] From 027997f7b3ec3271c659f48711a38e5bc3db7b40 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 6 Aug 2024 23:32:29 +0300 Subject: [PATCH 081/107] Updated ChangeLog. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6a0e5636..d00db1e8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,8 @@ and fixes the following bugs: Thanks to mfilser. - [Little opacity to minicards to see the background image a little bit](https://github.com/wekan/wekan/pull/5487). Thanks to mfilser. +- [Remove attachment storage name from attachment list](https://github.com/wekan/wekan/pull/5488). + Thanks to mfilser. Thanks to above GitHub users for their contributions and translators for their translations. From bff96f6ae274a339e16ed93008faa5c7db328a95 Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Mon, 31 Jul 2023 22:37:55 +0200 Subject: [PATCH 082/107] change Meteor.user() to ReactiveCache.getCurrentUser() - see also: https://github.com/wekan/wekan/issues/5000 --- client/components/lists/list.js | 2 +- client/components/lists/listHeader.js | 2 +- client/components/swimlanes/swimlaneHeader.js | 2 +- client/components/swimlanes/swimlanes.js | 4 ++-- client/components/users/userHeader.js | 6 +++--- models/users.js | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/client/components/lists/list.js b/client/components/lists/list.js index a451c6b5b..c49f00780 100644 --- a/client/components/lists/list.js +++ b/client/components/lists/list.js @@ -196,7 +196,7 @@ BlazeComponent.extendComponent({ }, listWidth() { - const user = Meteor.user(); + const user = ReactiveCache.getCurrentUser(); const list = Template.currentData(); return user.getListWidth(list.boardId, list._id); }, diff --git a/client/components/lists/listHeader.js b/client/components/lists/listHeader.js index a8f63900a..c50772e9a 100644 --- a/client/components/lists/listHeader.js +++ b/client/components/lists/listHeader.js @@ -362,7 +362,7 @@ BlazeComponent.extendComponent({ listWidthValue() { const list = Template.currentData(); const board = list.boardId; - return Meteor.user().getListWidth(board, list._id); + return ReactiveCache.getCurrentUser().getListWidth(board, list._id); }, events() { diff --git a/client/components/swimlanes/swimlaneHeader.js b/client/components/swimlanes/swimlaneHeader.js index 89398faee..2b1547500 100644 --- a/client/components/swimlanes/swimlaneHeader.js +++ b/client/components/swimlanes/swimlaneHeader.js @@ -224,7 +224,7 @@ BlazeComponent.extendComponent({ swimlaneHeightValue() { const swimlane = this.currentData(); const board = swimlane.boardId; - return Meteor.user().getSwimlaneHeight(board, swimlane._id); + return ReactiveCache.getCurrentUser().getSwimlaneHeight(board, swimlane._id); }, events() { diff --git a/client/components/swimlanes/swimlanes.js b/client/components/swimlanes/swimlanes.js index fb190c157..09ff81db3 100644 --- a/client/components/swimlanes/swimlanes.js +++ b/client/components/swimlanes/swimlanes.js @@ -225,7 +225,7 @@ BlazeComponent.extendComponent({ }, swimlaneHeight() { - const user = Meteor.user(); + const user = ReactiveCache.getCurrentUser(); const swimlane = Template.currentData(); const height = user.getSwimlaneHeight(swimlane.boardId, swimlane._id); return height == -1 ? "auto" : (height + "px"); @@ -288,7 +288,7 @@ BlazeComponent.extendComponent({ Template.swimlane.helpers({ canSeeAddList() { - return Meteor.user().isBoardAdmin(); + return ReactiveCache.getCurrentUser().isBoardAdmin(); }, }); diff --git a/client/components/users/userHeader.js b/client/components/users/userHeader.js index 22fd808b4..41fe3d051 100644 --- a/client/components/users/userHeader.js +++ b/client/components/users/userHeader.js @@ -325,7 +325,7 @@ Template.changeSettingsPopup.helpers({ }); }, startDayOfWeek() { - currentUser = Meteor.user(); + currentUser = ReactiveCache.getCurrentUser(); if (currentUser) { return currentUser.getStartDayOfWeek(); } else { @@ -343,7 +343,7 @@ Template.changeSettingsPopup.events({ return ret; }, 'click .js-toggle-desktop-drag-handles'() { - currentUser = Meteor.user(); + const currentUser = ReactiveCache.getCurrentUser(); if (currentUser) { Meteor.call('toggleDesktopDragHandles'); } else if (window.localStorage.getItem('showDesktopDragHandles')) { @@ -375,7 +375,7 @@ Template.changeSettingsPopup.events({ templateInstance.$('#start-day-of-week').val(), 10, ); - const currentUser = Meteor.user(); + const currentUser = ReactiveCache.getCurrentUser(); if (isNaN(minLimit) || minLimit < -1) { minLimit = -1; } diff --git a/models/users.js b/models/users.js index 4288111bc..44b012d29 100644 --- a/models/users.js +++ b/models/users.js @@ -1248,14 +1248,14 @@ Meteor.methods({ check(boardId, String); check(listId, String); check(width, Number); - const user = Meteor.user(); + const user = ReactiveCache.getCurrentUser(); user.setListWidth(boardId, listId, width); }, applySwimlaneHeight(boardId, swimlaneId, height) { check(boardId, String); check(swimlaneId, String); check(height, Number); - const user = Meteor.user(); + const user = ReactiveCache.getCurrentUser(); user.setSwimlaneHeight(boardId, swimlaneId, height); }, }); From 2dfeb3924bd121843832e11ee49fccc084c04d77 Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Mon, 4 Sep 2023 11:14:13 +0200 Subject: [PATCH 083/107] reactiveCache, removing commented out code --- imports/reactiveCache.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/imports/reactiveCache.js b/imports/reactiveCache.js index 11e63b238..ebacc96cd 100644 --- a/imports/reactiveCache.js +++ b/imports/reactiveCache.js @@ -128,9 +128,6 @@ ReactiveCacheServer = { return ret; }, getUsers(selector = {}, options = {}, getQuery = false) { - // getUsers(selector, options, getQuery) { - // let ret = Users.find(undefined, {}); - // console.log("getUser count: ", ret.count()) let ret = Users.find(selector, options); if (getQuery !== true) { ret = ret.fetch(); From 490c417ceeb4e312961ca9e803d7f348f0c4db16 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 6 Aug 2024 23:33:59 +0300 Subject: [PATCH 084/107] Updated ChangeLog. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d00db1e8d..2121a6c87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,8 @@ and fixes the following bugs: Thanks to mfilser. - [Remove attachment storage name from attachment list](https://github.com/wekan/wekan/pull/5488). Thanks to mfilser. +- [Attachment popup back was broken since new attachment viewer, now fixed](https://github.com/wekan/wekan/pull/5489). + Thanks to mfilser. Thanks to above GitHub users for their contributions and translators for their translations. From 8a7a4f303381c58722608d6f9e8f9ace2eeafb8b Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Tue, 26 Sep 2023 10:48:06 +0200 Subject: [PATCH 085/107] fix empty parentId in cards - if the parentId is undefined or empty, the code run in a infinite loop and the browser "hangs" --- models/cards.js | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/models/cards.js b/models/cards.js index 5e9fffddc..ec0173d49 100644 --- a/models/cards.js +++ b/models/cards.js @@ -982,15 +982,16 @@ Cards.helpers({ }, parentCard() { - if (this.parentId === '') { - return null; + let ret = null; + if (this.parentId) { + ret = ReactiveCache.getCard(this.parentId); } - return ReactiveCache.getCard(this.parentId); + return ret; }, parentCardName() { let result = ''; - if (this.parentId !== '') { + if (this.parentId) { const card = ReactiveCache.getCard(this.parentId); if (card) { result = card.title; @@ -1002,7 +1003,7 @@ Cards.helpers({ parentListId() { const result = []; let crtParentId = this.parentId; - while (crtParentId !== '') { + while (crtParentId) { const crt = ReactiveCache.getCard(crtParentId); if (crt === null || crt === undefined) { // maybe it has been deleted @@ -1022,7 +1023,7 @@ Cards.helpers({ const resultId = []; const result = []; let crtParentId = this.parentId; - while (crtParentId !== '') { + while (crtParentId) { const crt = ReactiveCache.getCard(crtParentId); if (crt === null || crt === undefined) { // maybe it has been deleted @@ -1048,7 +1049,11 @@ Cards.helpers({ }, isTopLevel() { - return this.parentId === ''; + let ret = false; + if (this.parentId) { + ret = true; + } + return ret; }, isLinkedCard() { From 649d00733a105ef8316ca91cb18412c25e6e0440 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 6 Aug 2024 23:36:07 +0300 Subject: [PATCH 086/107] Updated ChangeLog. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2121a6c87..c47303e65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,8 @@ and fixes the following bugs: Thanks to mfilser. - [Attachment popup back was broken since new attachment viewer, now fixed](https://github.com/wekan/wekan/pull/5489). Thanks to mfilser. +- [Change Meteor.user() to ReactiveCache.getCurrentUser()](https://github.com/wekan/wekan/pull/5490). + Thanks to mfilser. Thanks to above GitHub users for their contributions and translators for their translations. From 030c3dd5877e23e5737f195616c53294923207d7 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 6 Aug 2024 23:38:33 +0300 Subject: [PATCH 087/107] Updated ChangeLog. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c47303e65..d67214721 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,8 @@ and fixes the following bugs: Thanks to mfilser. - [Change Meteor.user() to ReactiveCache.getCurrentUser()](https://github.com/wekan/wekan/pull/5490). Thanks to mfilser. +- [Fix empty parentId in cards](https://github.com/wekan/wekan/pull/5491). + Thanks to mfilser. Thanks to above GitHub users for their contributions and translators for their translations. From bc44fdf89cf6d94c2e8b1c60bbc386dbfdb29f58 Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Wed, 8 Nov 2023 12:45:13 +0100 Subject: [PATCH 088/107] sidebar xmark icon, add padding to easier click --- client/components/sidebar/sidebar.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/client/components/sidebar/sidebar.css b/client/components/sidebar/sidebar.css index 4d0488b95..be22efd61 100644 --- a/client/components/sidebar/sidebar.css +++ b/client/components/sidebar/sidebar.css @@ -16,9 +16,10 @@ } .sidebar-xmark { position: absolute; - right: 10px; - top: 5px; + right: 0px; + top: 0px; font-size: 25px; + padding: 10px; } .sidebar .sidebar-content { padding: 12px; From 35802c7c624c54d504e2decd72eace88edd2664e Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Wed, 8 Nov 2023 12:50:44 +0100 Subject: [PATCH 089/107] sidebar xmark-icon, background color on hover the icon --- client/components/sidebar/sidebar.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/components/sidebar/sidebar.css b/client/components/sidebar/sidebar.css index be22efd61..d50c2f933 100644 --- a/client/components/sidebar/sidebar.css +++ b/client/components/sidebar/sidebar.css @@ -21,6 +21,9 @@ font-size: 25px; padding: 10px; } +.sidebar-xmark:hover { + background: rgba(0,0,0,0.15); +} .sidebar .sidebar-content { padding: 12px; margin-bottom: 1.6em; From 28893cf6371447b048d0a18d03bdb15a43d2b587 Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Mon, 5 Jun 2023 12:58:52 +0200 Subject: [PATCH 090/107] Bugfix, in View "Lists" the first column only showed the first 10 minicards, now all minicards again --- client/components/lists/list.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/components/lists/list.css b/client/components/lists/list.css index 066fda4ca..5b33612da 100644 --- a/client/components/lists/list.css +++ b/client/components/lists/list.css @@ -15,8 +15,10 @@ /*resize: both; - List width and height resizeable */ /* overflow: auto; - List width and height resizeable */ } -.list:first-child { +[id^="swimlane-"] .list:first-child { min-width: 20px; +} +.list:first-child { margin-left: 5px; border-left: none; } From c157ecec3869a1dea55a939e81c265d24459203a Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Wed, 27 Sep 2023 20:48:10 +0200 Subject: [PATCH 091/107] board view, first column to add a new list was too large --- client/components/lists/list.css | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/client/components/lists/list.css b/client/components/lists/list.css index 5b33612da..18bd85cc2 100644 --- a/client/components/lists/list.css +++ b/client/components/lists/list.css @@ -7,19 +7,11 @@ border-left: 1px solid #ccc; padding: 0; float: left; - /* min-width: 100px; TODO(mark-i-m): hardcoded? */ - /*max-width: 270px;*/ - /* Reverted incomplete change list width: */ - /* https://github.com/wekan/wekan/issues/4558 */ - /* Orinal width: 270px. Changes not saved yet: */ - /*resize: both; - List width and height resizeable */ - /* overflow: auto; - List width and height resizeable */ } [id^="swimlane-"] .list:first-child { min-width: 20px; } .list:first-child { - margin-left: 5px; border-left: none; } .card-details + .list { @@ -50,7 +42,7 @@ } .list-header-add { flex: 0 0 auto; - padding: 20px 12px 4px; + padding: 12px; position: relative; min-height: 20px; } From 79bb6d0c55591f5fd48affecf947dc1cd25b037c Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 6 Aug 2024 23:55:12 +0300 Subject: [PATCH 092/107] Updated ChangeLog. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d67214721..09cbc4605 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,8 @@ and fixes the following bugs: Thanks to mfilser. - [Fix empty parentId in cards](https://github.com/wekan/wekan/pull/5491). Thanks to mfilser. +- [Sidebar xmark icon, add padding and background color](https://github.com/wekan/wekan/pull/5492). + Thanks to mfilser. Thanks to above GitHub users for their contributions and translators for their translations. From a2662f1366249ca4abc4152577a5374e4f3c0084 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 6 Aug 2024 23:57:40 +0300 Subject: [PATCH 093/107] Updated ChangeLog. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09cbc4605..74a7f63c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,8 @@ and fixes the following bugs: Thanks to mfilser. - [Sidebar xmark icon, add padding and background color](https://github.com/wekan/wekan/pull/5492). Thanks to mfilser. +- [Board view, first column a bit smaller to save screen space](https://github.com/wekan/wekan/pull/5493). + Thanks to mfilser. Thanks to above GitHub users for their contributions and translators for their translations. From 7bf77fa7cbea3728178f6440184a0af4231fd484 Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Sat, 25 May 2024 13:30:44 +0200 Subject: [PATCH 094/107] Minicard, show creator, defaultValue of schema and other code is now the same --- client/components/cards/minicard.js | 6 +----- client/components/sidebar/sidebar.js | 12 ++---------- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/client/components/cards/minicard.js b/client/components/cards/minicard.js index a2d355b5f..8ee83d348 100644 --- a/client/components/cards/minicard.js +++ b/client/components/cards/minicard.js @@ -42,11 +42,7 @@ BlazeComponent.extendComponent({ const board = this.data().board(); let ret = false; if (board) { - ret = - board.allowsCreatorOnMinicard === null || - board.allowsCreatorOnMinicard === undefined || - board.allowsCreatorOnMinicard - ; + ret = board.allowsCreatorOnMinicard ?? false; } return ret; }, diff --git a/client/components/sidebar/sidebar.js b/client/components/sidebar/sidebar.js index 254245654..f03f2c738 100644 --- a/client/components/sidebar/sidebar.js +++ b/client/components/sidebar/sidebar.js @@ -913,19 +913,11 @@ BlazeComponent.extendComponent({ }, allowsCreator() { - return ( - this.currentBoard.allowsCreator === null || - this.currentBoard.allowsCreator === undefined || - this.currentBoard.allowsCreator - ); + return this.currentBoard.allowsCreator ?? false; }, allowsCreatorOnMinicard() { - return ( - this.currentBoard.allowsCreatorOnMinicard === null || - this.currentBoard.allowsCreatorOnMinicard === undefined || - this.currentBoard.allowsCreatorOnMinicard - ); + return this.currentBoard.allowsCreatorOnMinicard ?? false; }, allowsMembers() { From 3f3abe26ee46bfc5ac451db15695bae3add68df0 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 7 Aug 2024 00:05:09 +0300 Subject: [PATCH 095/107] Updated ChangeLog. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74a7f63c0..eae1c4da5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,6 +46,8 @@ and fixes the following bugs: Thanks to mfilser. - [Board view, first column a bit smaller to save screen space](https://github.com/wekan/wekan/pull/5493). Thanks to mfilser. +- [Minicard, show creator, defaultValue of schema and other code is now the same](https://github.com/wekan/wekan/pull/5494). + Thanks to mfilser. Thanks to above GitHub users for their contributions and translators for their translations. From 08f9c094841a0216cdea4f4a5d0d8d17486bbf65 Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Sat, 25 May 2024 14:48:58 +0200 Subject: [PATCH 096/107] Editor, Bugfix, copy text is now at each editor (textarea) again --- client/components/main/editor.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/components/main/editor.css b/client/components/main/editor.css index 2d658fb7d..f50fb9ddc 100644 --- a/client/components/main/editor.css +++ b/client/components/main/editor.css @@ -8,9 +8,9 @@ .new-comment a.fa.fa-copy, .inlined-form a.fa.fa-copy { float: right; - position: absolute; - top: -20px; - right: 6px; + position: relative; + top: -10px; + right: 5px; } .js-inlined-form.viewer.btn-sm { position: absolute; From 13eb1a58e06af02361702e6cbcad021dcf6dfa65 Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Sat, 25 May 2024 14:50:14 +0200 Subject: [PATCH 097/107] Editor, migrate to markdown at same line than copy text icon --- client/components/main/editor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/main/editor.css b/client/components/main/editor.css index f50fb9ddc..ac832de59 100644 --- a/client/components/main/editor.css +++ b/client/components/main/editor.css @@ -2,7 +2,7 @@ .inlined-form a.fa.fa-brands.fa-markdown { float: right; position: absolute; - top: -20px; + top: -10px; right: 60px; } .new-comment a.fa.fa-copy, From 517d1bb7fa81c2462ecc1a609fb7efac7d39cf33 Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Sat, 25 May 2024 17:20:21 +0200 Subject: [PATCH 098/107] Bugfix, Cards Count on mobile view was missing introduced by: a601ba542aebefdfa8b5d683d22405ab3d5f8569 --- client/components/lists/listHeader.jade | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/components/lists/listHeader.jade b/client/components/lists/listHeader.jade index f34ab846d..1f86f40cc 100644 --- a/client/components/lists/listHeader.jade +++ b/client/components/lists/listHeader.jade @@ -28,6 +28,8 @@ template(name="listHeader") | ( span(class="{{#if exceededWipLimit}}highlight{{/if}}") {{cards.length}} |/#{wipLimit.value}) + if showCardsCountForList cards.length + span.cardCount {{cardsCount}} {{cardsCountForListIsOne cards.length}} unless isMiniScreen div(class="{{#if collapsed}}list-rotated{{/if}}") h2.list-header-name( From f3c5b1eb07a0e6996496d472c872f1c1e1e1c2b7 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 7 Aug 2024 00:11:36 +0300 Subject: [PATCH 099/107] Updated ChangeLog. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eae1c4da5..8d6964e82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,8 @@ and fixes the following bugs: Thanks to mfilser. - [Minicard, show creator, defaultValue of schema and other code is now the same](https://github.com/wekan/wekan/pull/5494). Thanks to mfilser. +- [Editor, Bugfix, copy text is now at each editor (textarea) again](https://github.com/wekan/wekan/pull/5495). + Thanks to mfilser. Thanks to above GitHub users for their contributions and translators for their translations. From 53aa5ebc1720c252ae1011543aaa6c63491e2f4d Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Sun, 26 May 2024 10:26:22 +0200 Subject: [PATCH 100/107] listHeader, simpler code logic at collapsed if conditions --- client/components/lists/listHeader.jade | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/client/components/lists/listHeader.jade b/client/components/lists/listHeader.jade index 1f86f40cc..037d91fd9 100644 --- a/client/components/lists/listHeader.jade +++ b/client/components/lists/listHeader.jade @@ -5,16 +5,14 @@ template(name="listHeader") +inlinedForm +editListTitleForm else - unless isMiniScreen + if isMiniScreen + if currentList + a.list-header-left-icon.fa.fa-angle-left.js-unselect-list + else if collapsed a.js-collapse(title="{{_ 'uncollapse'}}") i.fa.fa-arrow-left.list-header-uncollapse-left i.fa.fa-arrow-right.list-header-uncollapse-right - if isMiniScreen - if currentList - a.list-header-left-icon.fa.fa-angle-left.js-unselect-list - unless isMiniScreen - if collapsed if showCardsCountForList cards.length br span.cardCount {{cardsCount}} @@ -30,7 +28,7 @@ template(name="listHeader") |/#{wipLimit.value}) if showCardsCountForList cards.length span.cardCount {{cardsCount}} {{cardsCountForListIsOne cards.length}} - unless isMiniScreen + else div(class="{{#if collapsed}}list-rotated{{/if}}") h2.list-header-name( title="{{ moment modifiedAt 'LLL' }}" From 42c1ff94e2c9719de115678171e4f6bd2caddc91 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 7 Aug 2024 00:13:13 +0300 Subject: [PATCH 101/107] Updated ChangeLog. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d6964e82..fb0c79dfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,6 +50,8 @@ and fixes the following bugs: Thanks to mfilser. - [Editor, Bugfix, copy text is now at each editor (textarea) again](https://github.com/wekan/wekan/pull/5495). Thanks to mfilser. +- [Bugfix, Cards Count on mobile view was missing](https://github.com/wekan/wekan/pull/5496). + Thanks to mfilser. Thanks to above GitHub users for their contributions and translators for their translations. From bf2b3b40cda1f4d665f008558abaafc6a92a3897 Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Wed, 8 Nov 2023 13:57:35 +0100 Subject: [PATCH 102/107] Bugfix, edit description didn't work if it was clicked - introduced by commit: 0cc63b810c5a9e23a8a3939a11176f25c1fa8dc7 --- client/components/cards/cardDetails.jade | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/client/components/cards/cardDetails.jade b/client/components/cards/cardDetails.jade index c06f41821..9ee5b2fb0 100644 --- a/client/components/cards/cardDetails.jade +++ b/client/components/cards/cardDetails.jade @@ -527,9 +527,10 @@ template(name="cardDetails") if currentBoard.allowsDescriptionText a.js-open-inlined-form(title="{{_ 'edit'}}" value=title) i.fa.fa-pencil-square-o - if getDescription - +viewer - = getDescription + a.js-open-inlined-form(title="{{_ 'edit'}}" value=title) + if getDescription + +viewer + = getDescription if (hasUnsavedValue 'cardDescription' _id) p.quiet | {{_ 'unsaved-description'}} From 49d2cbc2c18ae6e0c4bf54d1fdd93a8118f73bca Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 7 Aug 2024 00:23:49 +0300 Subject: [PATCH 103/107] Updated ChangeLog. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb0c79dfe..f11e9a1d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,8 @@ and fixes the following bugs: Thanks to mfilser. - [Bugfix, Cards Count on mobile view was missing](https://github.com/wekan/wekan/pull/5496). Thanks to mfilser. +- [ListHeader, simpler code logic at collapsed if conditions](https://github.com/wekan/wekan/pull/5497). + Thanks to mfilser. Thanks to above GitHub users for their contributions and translators for their translations. From 19d59b3ab475005fc15d4260a900117b189db8d4 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 7 Aug 2024 00:25:57 +0300 Subject: [PATCH 104/107] Updated ChangeLog. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f11e9a1d6..2c5af7279 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,8 @@ and fixes the following bugs: Thanks to mfilser. - [ListHeader, simpler code logic at collapsed if conditions](https://github.com/wekan/wekan/pull/5497). Thanks to mfilser. +- [Bugfix, edit description didn't work if it was clicked](https://github.com/wekan/wekan/pull/5498). + Thanks to mfilser. Thanks to above GitHub users for their contributions and translators for their translations. From a4169f3da773e4fd961acd0266260085a753cdab Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 7 Aug 2024 17:24:14 +0300 Subject: [PATCH 105/107] Fix LDAP login fails after upgrade. Thanks to juppees ! Fixes #5499 --- package-lock.json | 129 +++++++++++----------------------------------- package.json | 2 +- 2 files changed, 31 insertions(+), 100 deletions(-) diff --git a/package-lock.json b/package-lock.json index 98bef8e2c..aec74f86e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,85 +39,6 @@ "lodash.uniq": "^4.5.0" } }, - "@ldapjs/asn1": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@ldapjs/asn1/-/asn1-2.0.0.tgz", - "integrity": "sha512-G9+DkEOirNgdPmD0I8nu57ygQJKOOgFEMKknEuQvIHbGLwP3ny1mY+OTUYLCbCaGJP4sox5eYgBJRuSUpnAddA==" - }, - "@ldapjs/attribute": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ldapjs/attribute/-/attribute-1.0.0.tgz", - "integrity": "sha512-ptMl2d/5xJ0q+RgmnqOi3Zgwk/TMJYG7dYMC0Keko+yZU6n+oFM59MjQOUht5pxJeS4FWrImhu/LebX24vJNRQ==", - "requires": { - "@ldapjs/asn1": "2.0.0", - "@ldapjs/protocol": "^1.2.1", - "process-warning": "^2.1.0" - } - }, - "@ldapjs/change": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@ldapjs/change/-/change-1.0.0.tgz", - "integrity": "sha512-EOQNFH1RIku3M1s0OAJOzGfAohuFYXFY4s73wOhRm4KFGhmQQ7MChOh2YtYu9Kwgvuq1B0xKciXVzHCGkB5V+Q==", - "requires": { - "@ldapjs/asn1": "2.0.0", - "@ldapjs/attribute": "1.0.0" - } - }, - "@ldapjs/controls": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@ldapjs/controls/-/controls-2.1.0.tgz", - "integrity": "sha512-2pFdD1yRC9V9hXfAWvCCO2RRWK9OdIEcJIos/9cCVP9O4k72BY1bLDQQ4KpUoJnl4y/JoD4iFgM+YWT3IfITWw==", - "requires": { - "@ldapjs/asn1": "^1.2.0", - "@ldapjs/protocol": "^1.2.1" - }, - "dependencies": { - "@ldapjs/asn1": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@ldapjs/asn1/-/asn1-1.2.0.tgz", - "integrity": "sha512-KX/qQJ2xxzvO2/WOvr1UdQ+8P5dVvuOLk/C9b1bIkXxZss8BaR28njXdPgFCpj5aHaf1t8PmuVnea+N9YG9YMw==" - } - } - }, - "@ldapjs/dn": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@ldapjs/dn/-/dn-1.1.0.tgz", - "integrity": "sha512-R72zH5ZeBj/Fujf/yBu78YzpJjJXG46YHFo5E4W1EqfNpo1UsVPqdLrRMXeKIsJT3x9dJVIfR6OpzgINlKpi0A==", - "requires": { - "@ldapjs/asn1": "2.0.0", - "process-warning": "^2.1.0" - } - }, - "@ldapjs/filter": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@ldapjs/filter/-/filter-2.1.1.tgz", - "integrity": "sha512-TwPK5eEgNdUO1ABPBUQabcZ+h9heDORE4V9WNZqCtYLKc06+6+UAJ3IAbr0L0bYTnkkWC/JEQD2F+zAFsuikNw==", - "requires": { - "@ldapjs/asn1": "2.0.0", - "@ldapjs/protocol": "^1.2.1", - "process-warning": "^2.1.0" - } - }, - "@ldapjs/messages": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@ldapjs/messages/-/messages-1.3.0.tgz", - "integrity": "sha512-K7xZpXJ21bj92jS35wtRbdcNrwmxAtPwy4myeh9duy/eR3xQKvikVycbdWVzkYEAVE5Ce520VXNOwCHjomjCZw==", - "requires": { - "@ldapjs/asn1": "^2.0.0", - "@ldapjs/attribute": "^1.0.0", - "@ldapjs/change": "^1.0.0", - "@ldapjs/controls": "^2.1.0", - "@ldapjs/dn": "^1.1.0", - "@ldapjs/filter": "^2.1.1", - "@ldapjs/protocol": "^1.2.1", - "process-warning": "^2.2.0" - } - }, - "@ldapjs/protocol": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@ldapjs/protocol/-/protocol-1.2.1.tgz", - "integrity": "sha512-O89xFDLW2gBoZWNXuXpBSM32/KealKCTb3JGtJdtUQc7RjAk8XzrRgyz02cPAwGKwKPxy0ivuC7UP9bmN87egQ==" - }, "@mapbox/node-pre-gyp": { "version": "1.0.11", "resolved": "https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.11.tgz", @@ -351,6 +272,14 @@ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" }, + "asn1": { + "version": "0.2.6", + "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz", + "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==", + "requires": { + "safer-buffer": "~2.1.0" + } + }, "assert-plus": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", @@ -1248,25 +1177,27 @@ } } }, - "ldapjs": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/ldapjs/-/ldapjs-3.0.7.tgz", - "integrity": "sha512-1ky+WrN+4CFMuoekUOv7Y1037XWdjKpu0xAPwSP+9KdvmV9PG+qOKlssDV6a+U32apwxdD3is/BZcWOYzN30cg==", + "ldap-filter": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/ldap-filter/-/ldap-filter-0.3.3.tgz", + "integrity": "sha512-/tFkx5WIn4HuO+6w9lsfxq4FN3O+fDZeO9Mek8dCD8rTUpqzRa766BOBO7BcGkn3X86m5+cBm1/2S/Shzz7gMg==", "requires": { - "@ldapjs/asn1": "^2.0.0", - "@ldapjs/attribute": "^1.0.0", - "@ldapjs/change": "^1.0.0", - "@ldapjs/controls": "^2.1.0", - "@ldapjs/dn": "^1.1.0", - "@ldapjs/filter": "^2.1.1", - "@ldapjs/messages": "^1.3.0", - "@ldapjs/protocol": "^1.2.1", - "abstract-logging": "^2.0.1", + "assert-plus": "^1.0.0" + } + }, + "ldapjs": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/ldapjs/-/ldapjs-2.3.3.tgz", + "integrity": "sha512-75QiiLJV/PQqtpH+HGls44dXweviFwQ6SiIK27EqzKQ5jU/7UFrl2E5nLdQ3IYRBzJ/AVFJI66u0MZ0uofKYwg==", + "requires": { + "abstract-logging": "^2.0.0", + "asn1": "^0.2.4", "assert-plus": "^1.0.0", "backoff": "^2.5.0", + "ldap-filter": "^0.3.3", "once": "^1.4.0", - "vasync": "^2.2.1", - "verror": "^1.10.1" + "vasync": "^2.2.0", + "verror": "^1.8.1" } }, "lie": { @@ -2538,11 +2469,6 @@ "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" }, - "process-warning": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/process-warning/-/process-warning-2.3.2.tgz", - "integrity": "sha512-n9wh8tvBe5sFmsqlg+XQhaQLumwpqoAUruLwjCopgTmUBjJ/fjtBsJzKleCaIGBOMXYEhp1YfKl4d7rJ5ZKJGA==" - }, "punycode": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", @@ -2629,6 +2555,11 @@ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" }, + "safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, "sax": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/sax/-/sax-1.3.0.tgz", diff --git a/package.json b/package.json index 7eb512e5a..84349b299 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "jquery": "^3.7.1", "jquery-ui": "^1.13.3", "jszip": "^3.7.1", - "ldapjs": "^3.0.7", + "ldapjs": "^2.3.3", "markdown-it": "^12.3.2", "markdown-it-emoji": "^2.0.0", "markdown-it-mathjax3": "^4.3.2", From 8839a8ea3909b85d0c7eae8f8a637f3623ad82c8 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 7 Aug 2024 17:26:47 +0300 Subject: [PATCH 106/107] Updated ChangeLog. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c5af7279..17ea3115b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,6 +56,8 @@ and fixes the following bugs: Thanks to mfilser. - [Bugfix, edit description didn't work if it was clicked](https://github.com/wekan/wekan/pull/5498). Thanks to mfilser. +- [Fix LDAP login fails after upgrade](https://github.com/wekan/wekan/commit/a4169f3da773e4fd961acd0266260085a753cdab). + Thanks to juppees and xet7. Thanks to above GitHub users for their contributions and translators for their translations. From a214cd64b6881a9d456c18a2a7f91457db54b78d Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 7 Aug 2024 17:51:01 +0300 Subject: [PATCH 107/107] v7.54 --- CHANGELOG.md | 2 +- Stackerfile.yml | 2 +- docs/Platforms/Propietary/Windows/Offline.md | 6 +++--- package-lock.json | 2 +- package.json | 2 +- public/api/wekan.html | 6 +++--- public/api/wekan.yml | 2 +- sandstorm-pkgdef.capnp | 4 ++-- snapcraft.yaml | 8 ++++---- 9 files changed, 17 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17ea3115b..dfdf5f7cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ Fixing other platforms In Progress. [How to upgrade WeKan](https://github.com/wekan/wekan/issues/4585) -# Upcoming WeKan ® release +# v7.54 2024-08-07 WeKan ® release This release adds the following new features: diff --git a/Stackerfile.yml b/Stackerfile.yml index a8724c1ac..e346d878d 100644 --- a/Stackerfile.yml +++ b/Stackerfile.yml @@ -1,5 +1,5 @@ appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928 -appVersion: "v7.53.0" +appVersion: "v7.54.0" files: userUploads: - README.md diff --git a/docs/Platforms/Propietary/Windows/Offline.md b/docs/Platforms/Propietary/Windows/Offline.md index 72e9fd292..422b448d9 100644 --- a/docs/Platforms/Propietary/Windows/Offline.md +++ b/docs/Platforms/Propietary/Windows/Offline.md @@ -8,7 +8,7 @@ This is without container (without Docker or Snap). Right click and download files 1-4: -1. [wekan-7.53-amd64-windows.zip](https://github.com/wekan/wekan/releases/download/v7.53/wekan-7.53-amd64-windows.zip) +1. [wekan-7.54-amd64-windows.zip](https://github.com/wekan/wekan/releases/download/v7.54/wekan-7.54-amd64-windows.zip) 2. [node.exe](https://nodejs.org/dist/latest-v14.x/win-x64/node.exe) @@ -18,9 +18,9 @@ Right click and download files 1-4: 5. Copy files from steps 1-4 with USB stick or DVD to offline Windows computer -6. Double click `mongodb-windows-x86_64-6.0.15-signed.msi` . In installer, uncheck downloading MongoDB compass. +6. Double click `mongodb-windows-x86_64-6.0.16-signed.msi` . In installer, uncheck downloading MongoDB compass. -7. Unzip `wekan-7.53-amd64-windows.zip` , inside it is directory `bundle`, to it copy other files: +7. Unzip `wekan-7.54-amd64-windows.zip` , inside it is directory `bundle`, to it copy other files: ``` bundle (directory) diff --git a/package-lock.json b/package-lock.json index aec74f86e..69cbac24e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "v7.53.0", + "version": "v7.54.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 84349b299..d3b9776db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "v7.53.0", + "version": "v7.54.0", "description": "Open-Source kanban", "private": true, "repository": { diff --git a/public/api/wekan.html b/public/api/wekan.html index 9e13f189b..fa40b3621 100644 --- a/public/api/wekan.html +++ b/public/api/wekan.html @@ -7,7 +7,7 @@ - Wekan REST API v7.53 + Wekan REST API v7.54 @@ -1548,7 +1548,7 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
        • - Wekan REST API v7.53 + Wekan REST API v7.54
        • @@ -2067,7 +2067,7 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
          -

          Wekan REST API v7.53

          +

          Wekan REST API v7.54

          Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.

          diff --git a/public/api/wekan.yml b/public/api/wekan.yml index b01572074..fa4fbf69e 100644 --- a/public/api/wekan.yml +++ b/public/api/wekan.yml @@ -1,7 +1,7 @@ swagger: '2.0' info: title: Wekan REST API - version: v7.53 + version: v7.54 description: | The REST API allows you to control and extend Wekan with ease. diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp index 508718dc1..cbfc05be8 100644 --- a/sandstorm-pkgdef.capnp +++ b/sandstorm-pkgdef.capnp @@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = ( appTitle = (defaultText = "Wekan"), # The name of the app as it is displayed to the user. - appVersion = 753, + appVersion = 754, # Increment this for every release. - appMarketingVersion = (defaultText = "7.53.0~2024-08-03"), + appMarketingVersion = (defaultText = "7.54.0~2024-08-07"), # Human-readable presentation of the app version. minUpgradableAppVersion = 0, diff --git a/snapcraft.yaml b/snapcraft.yaml index 0d0673327..e88a212ec 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: wekan -version: '7.53' +version: '7.54' base: core20 summary: Open Source kanban description: | @@ -170,9 +170,9 @@ parts: # Cleanup mkdir .build cd .build - wget https://github.com/wekan/wekan/releases/download/v7.53/wekan-7.53-amd64.zip - unzip wekan-7.53-amd64.zip - rm wekan-7.53-amd64.zip + wget https://github.com/wekan/wekan/releases/download/v7.54/wekan-7.54-amd64.zip + unzip wekan-7.54-amd64.zip + rm wekan-7.54-amd64.zip cd .. ##cd .build/bundle ##find . -type d -name '*-garbage*' | xargs rm -rf