Skip to content

Tags: kromitgmbh/titra

Tags

0.99.48

Toggle 0.99.48's commit message
Fix docker build by freeing up disk space in action runner

0.99.47

Toggle 0.99.47's commit message
⬆️ updated package dependencies

0.99.46

Toggle 0.99.46's commit message
Implement webhook-based user verification system with per-webhook con…

…figuration, dynamic UI terminology and user-webhook association (#242)

* Implement user action verification feature
* Implement account locking with backdrop overlay for overdue verification
* Add verification translations for all supported languages (de, fr, es, ru, ukr, zh)
* update i18n function to support variables and update language files to properly use variables. Also updated package dependencies to latest versions
* bump version for release
* Add API endpoint to revoke user action verification
* Implement webhook-based verification system with domain whitelisting and custom parsing
* Fix wildcard domain matching to support both root and subdomain patterns
* Add customizable URL parameter and verification type settings for webhook verification system
* update dependencies to latest versions
* Fix webhook verification to use new vm_sandbox module instead of deprecated vm2

0.99.45

Toggle 0.99.45's commit message
Implement per-task time tracking with global setting control, enhance…

…d UI integration, and comprehensive project performance analytics (#240)

* Add estimatedHours field to tasks and implement task management API endpoints
* Complete task planning feature implementation with comprehensive testing
* Add global setting for task planning and estimated hours field in task modal
* Add missing translations for estimated hours field in all supported languages
* Add estimated hours column to project tasks table with conditional display
* Update Meteor packages and dependencies to latest versions and fixed typo in estimated hours label
* Add actual hours, variance, and progress columns to project tasks table with translations
* Fix number formatting to use global precision setting consistently

0.99.44

Toggle 0.99.44's commit message
🐛 quick fix for Calendar popup is blocked by field drop downs (issue #…

…236) until we migrate to a better (native) date selector

0.99.43

Toggle 0.99.43's commit message
🐛 fixed issue Website demo does not work (#238)

🐛 fixed issue start hour set two hours early (#239)
⬆️ updated packaged dependencies

0.99.42

Toggle 0.99.42's commit message
🐛 fixed issue "Editing a time entry rolls date back by one day"

 #235 (thanks @AMark-sensortech !)
⬆️ updated package dependencies

0.99.41

Toggle 0.99.41's commit message
⬆️ updated package depencencies

🏗️ moving to Meteor.js modern build architecture

0.99.40

Toggle 0.99.40's commit message
🐳 optimized docker build performance (#234)

* 🐳 optimized docker build performance

* 🐳 optimized docker build performance

0.99.39

Toggle 0.99.39's commit message
🐳 added arm64 support (implements #206)