You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Csvimport (#230)
⬆️ Package and Dependency Updates:
Updated various Meteor packages, including mongo, accounts-password, oauth, and accounts-base to their latest versions in .meteor/packages and .meteor/versions files. [1] [2] [3] [4] [5]
Upgraded the Meteor release version from 3.1.2 to 3.2 in .meteor/release.
🐳 Dockerfile Updates:
Updated the base Node.js version from 22.11 to 22.14 in the Dockerfile to ensure compatibility with the latest packages and features. [1] [2] [3]
✨ New Feature - Project CSV Import:
Allows the import of simple CSV files containing time booking information from external systems (implements Is there any plan to allow for CVS imports? #229)
Added a new global setting enableProjectCSVImport to enable or disable the CSV import feature