Commit graph

13253 commits

Author SHA1 Message Date
Lauri Ojansivu
53a0beffee Updates
Some checks are pending
Docker / build (push) Waiting to run
Docker Image CI / build (push) Waiting to run
Release Charts / release (push) Waiting to run
Test suite / Meteor tests (push) Waiting to run
Test suite / Coverage report (push) Blocked by required conditions
2026-03-06 17:21:52 +02:00
Lauri Ojansivu
4cb99c6014 Updates 2026-03-06 17:16:50 +02:00
Lauri Ojansivu
e485168169 Updates 2026-03-06 17:03:44 +02:00
Lauri Ojansivu
44a083e095 Updates 2026-03-06 17:00:40 +02:00
Lauri Ojansivu
1bd3363708 Updated ChangeLog.
Some checks are pending
Docker / build (push) Waiting to run
Docker Image CI / build (push) Waiting to run
Release Charts / release (push) Waiting to run
Test suite / Meteor tests (push) Waiting to run
Test suite / Coverage report (push) Blocked by required conditions
2026-03-06 01:04:05 +02:00
Lauri Ojansivu
ca87e5c3cf v8.35 2026-03-05 22:35:43 +02:00
Lauri Ojansivu
2cd702f48d Fix IntegrationBleed.
Thanks to Rodolphe GHIO and xet7 !
2026-03-05 21:26:22 +02:00
Lauri Ojansivu
97b0c392be Updated ChangeLog.
Some checks are pending
Docker / build (push) Waiting to run
Docker Image CI / build (push) Waiting to run
Release Charts / release (push) Waiting to run
Test suite / Meteor tests (push) Waiting to run
Test suite / Coverage report (push) Blocked by required conditions
2026-03-05 17:30:35 +02:00
Lauri Ojansivu
274f1309c3 Fixed unable to delete Avatar, with Meteor 3 compatible avatar and attachments fixes.
Thanks to inDane and xet7 !

Fixes #6160
2026-03-05 17:27:33 +02:00
Lauri Ojansivu
326f9bed84 Updated ChangeLog. 2026-03-05 14:54:52 +02:00
Lauri Ojansivu
9f79a8b6ed Updated dompurify.
Thanks to xet7 !
2026-03-05 14:53:45 +02:00
Lauri Ojansivu
98eda7f49f Updated ChangeLog. 2026-03-05 14:47:17 +02:00
Lauri Ojansivu
5fe0b737c2 Updated translations 2026-03-05 14:40:25 +02:00
Lauri Ojansivu
c29e92de1c
Merge pull request #6175 from harryadel/remove-templates-tabs-package
Replace templates:tabs package with inline Blaze implementation
2026-03-05 14:38:19 +02:00
Lauri Ojansivu
e9507d37cf
Merge pull request #6174 from harryadel/replace-mongo-counter-package
Replace konecty:mongo-counter with inline implementation
2026-03-05 14:37:30 +02:00
Lauri Ojansivu
3454ab0278
Merge pull request #6173 from harryadel/fix-filescollection-findOneAsync
Fix FilesCollection findOneAsync errors for Avatars and Attachments
2026-03-05 14:37:02 +02:00
Lauri Ojansivu
cfc9abea99
Merge pull request #6172 from wekan/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2026-03-05 14:36:38 +02:00
Lauri Ojansivu
8e68bb6343
Merge pull request #6171 from wekan/dependabot/github_actions/meteorengineer/setup-meteor-3
Bump meteorengineer/setup-meteor from 2 to 3
2026-03-05 14:36:26 +02:00
Lauri Ojansivu
69ab456ed2
Merge pull request #6170 from wekan/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 7 to 8
2026-03-05 14:36:08 +02:00
Harry Adel
441b2b7c0d
Merge branch 'main' into remove-templates-tabs-package 2026-03-05 05:32:28 +02:00
Harry Adel
81d3a08b9b Replace templates:tabs Atmosphere package with inline Blaze implementation
Drop the templates:tabs dependency as part of Meteor 3.0 migration prep.
The package is replaced by a lightweight inline basicTabs/tabContent
template pair with identical API, so no consumer template changes needed.
2026-03-05 05:31:35 +02:00
Harry Adel
3ebeac6b30 Replace konecty:mongo-counter with inline implementation
Remove the konecty:mongo-counter Meteor package dependency and replace
it with a minimal inline incrementCounter function using raw MongoDB
findOneAndUpdate. Also exports an async version for future Meteor 3.0
migration. No data migration needed — uses the same next_val field.
2026-03-05 05:16:40 +02:00
Harry Adel
fa2f36b76b
Merge branch 'main' into fix-filescollection-findOneAsync 2026-03-05 05:02:29 +02:00
Harry Adel
8b1e1dd92a Fix FilesCollection findOneAsync errors for Avatars and Attachments
FilesCollection from ostrio:files does not have findOneAsync. Use
the sync findOne method instead, matching the client-side cache.
2026-03-05 05:00:18 +02:00
dependabot[bot]
31614e58f2
Bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-02 22:16:39 +00:00
dependabot[bot]
9ff15562d9
Bump meteorengineer/setup-meteor from 2 to 3
Bumps [meteorengineer/setup-meteor](https://github.com/meteorengineer/setup-meteor) from 2 to 3.
- [Release notes](https://github.com/meteorengineer/setup-meteor/releases)
- [Commits](https://github.com/meteorengineer/setup-meteor/compare/v2...v3)

---
updated-dependencies:
- dependency-name: meteorengineer/setup-meteor
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-02 22:16:34 +00:00
dependabot[bot]
8c4f432e0c
Bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v7...v8)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-02 22:16:30 +00:00
Lauri Ojansivu
d34a886cac Back to package-lock.json format 1.
Some checks failed
Docker / build (push) Has been cancelled
Docker Image CI / build (push) Has been cancelled
Release Charts / release (push) Has been cancelled
Test suite / Meteor tests (push) Has been cancelled
Test suite / Coverage report (push) Has been cancelled
Thanks to xet7 !
2026-03-02 19:50:03 +02:00
Lauri Ojansivu
3ee4d1cace
Merge pull request #6167 from wekan/dependabot/npm_and_yarn/minimatch-3.1.5
Some checks are pending
Docker / build (push) Waiting to run
Docker Image CI / build (push) Waiting to run
Release Charts / release (push) Waiting to run
Test suite / Meteor tests (push) Waiting to run
Test suite / Coverage report (push) Blocked by required conditions
Bump minimatch from 3.1.3 to 3.1.5
2026-03-02 12:01:44 +02:00
Lauri Ojansivu
ff7729fc35 Updated ChangeLog.
Some checks failed
Docker / build (push) Has been cancelled
Docker Image CI / build (push) Has been cancelled
Release Charts / release (push) Has been cancelled
Test suite / Meteor tests (push) Has been cancelled
Test suite / Coverage report (push) Has been cancelled
2026-03-01 00:12:15 +02:00
Lauri Ojansivu
7127862bea Optimized board loading.
Thanks to xet7 !

Fixes #6146
2026-03-01 00:10:09 +02:00
Lauri Ojansivu
4a8037047a Updated ChangeLog. 2026-02-28 23:50:27 +02:00
Lauri Ojansivu
9b3ecd795f Commented out Admin Panel/Settings/Migrations related menu option and code to speed up WeKan.
Thanks to xet7 !

Fixes #6146
2026-02-28 23:46:09 +02:00
dependabot[bot]
cc06f515ce
Bump minimatch from 3.1.3 to 3.1.5
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.1.3 to 3.1.5.
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.1.3...v3.1.5)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-version: 3.1.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-28 21:31:56 +00:00
Lauri Ojansivu
d57c5f736f Updated dependencies.
Thanks to developers of dependencies !
2026-02-28 23:30:33 +02:00
Lauri Ojansivu
cf8c82b3fb Updated translations
Some checks are pending
Docker / build (push) Waiting to run
Docker Image CI / build (push) Waiting to run
Release Charts / release (push) Waiting to run
Test suite / Meteor tests (push) Waiting to run
Test suite / Coverage report (push) Blocked by required conditions
2026-02-28 17:17:28 +02:00
Lauri Ojansivu
f73bcfd134 Updated translations.
Some checks failed
Docker / build (push) Has been cancelled
Docker Image CI / build (push) Has been cancelled
Release Charts / release (push) Has been cancelled
Test suite / Meteor tests (push) Has been cancelled
Test suite / Coverage report (push) Has been cancelled
2026-02-25 12:45:03 +02:00
Lauri Ojansivu
3e400820e5
Merge pull request #6162 from harryadel/chore/fullcalendar-npm-moment-migration
fullcalendar npm moment migration
2026-02-25 12:34:44 +02:00
Harry Adel
b6f9eac37e Add missing calendar translation keys for today day week and month 2026-02-24 23:44:04 +02:00
Harry Adel
7b443b7bfc Refine calendar toolbar labels and style create-card modal controls consistently 2026-02-24 23:43:58 +02:00
Harry Adel
8dafc774d8 Use template-bound autorun in wekan-fullcalendar to prevent Blaze current view errors 2026-02-24 23:43:53 +02:00
Harry Adel
2fe490ec3d Record FullCalendar post-Meteor-3.0 upgrade guidance in migration guide 2026-02-24 23:14:27 +02:00
Harry Adel
d25da91e0b Document FullCalendar v5 wrapper usage and non-jQuery refetch flow 2026-02-24 23:07:07 +02:00
Harry Adel
1b74fd8d4e Migrate wekan-fullcalendar to npm FullCalendar v5 and remove Meteor moment package 2026-02-24 23:07:05 +02:00
Lauri Ojansivu
d796c4d9bb Updates
Some checks failed
Docker / build (push) Has been cancelled
Docker Image CI / build (push) Has been cancelled
Release Charts / release (push) Has been cancelled
Test suite / Meteor tests (push) Has been cancelled
Test suite / Coverage report (push) Has been cancelled
2026-02-23 13:42:38 +02:00
Lauri Ojansivu
8787ce84ac Updates
Some checks are pending
Docker / build (push) Waiting to run
Docker Image CI / build (push) Waiting to run
Release Charts / release (push) Waiting to run
Test suite / Meteor tests (push) Waiting to run
Test suite / Coverage report (push) Blocked by required conditions
2026-02-22 14:14:21 +02:00
Lauri Ojansivu
33e0c08adc v8.34
Some checks failed
Docker / build (push) Has been cancelled
Docker Image CI / build (push) Has been cancelled
Release Charts / release (push) Has been cancelled
Test suite / Meteor tests (push) Has been cancelled
Test suite / Coverage report (push) Has been cancelled
2026-02-20 00:35:29 +02:00
Lauri Ojansivu
a34c2f35a6 Fix Notifications from not allowed Boards.
Thanks to FK-PATZ3 and xet7 !

Fixes #6103
2026-02-20 00:30:17 +02:00
Lauri Ojansivu
6903e12112 Updated ChangeLog. 2026-02-19 23:50:02 +02:00
Lauri Ojansivu
62216e36c1 Fix GHSL-2026-045_Wekan.
Thanks to GHSL and xet7 !
2026-02-19 23:47:56 +02:00