This website requires JavaScript.
Explore
Help
Sign In
farmcontrol
/
farmcontrol-api
Watch
2
Star
0
Fork
0
You've already forked farmcontrol-api
Code
Issues
1
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
farmcontrol-api
/
src
History
Tom Butcher
0b3a911611
Added recalculation logic to printer schema for managing printer states based on activity and online status. Integrated editObject utility for state updates, enhancing printer state management.
2026-07-26 19:40:16 +01:00
..
__tests__
Added mock implementations for getPropertyValues in various test files to enhance testing capabilities across multiple services, including management, finance, inventory, and production modules. This update ensures consistent behavior in tests by simulating property value retrieval.
2026-07-24 23:28:11 +01:00
database
Added recalculation logic to printer schema for managing printer states based on activity and online status. Integrated editObject utility for state updates, enhancing printer state management.
2026-07-26 19:40:16 +01:00
integrations
Removed console.log statements across various files to clean up the code and improve performance. This includes logging related to audit logs, user notifications, database operations, and session management.
2026-07-23 21:44:32 +01:00
routes
Added sharp and blurhash dependencies, implemented thumbnail generation and retrieval functionality in the file management system. Updated database schema to include thumbnail metadata and enhanced route handlers for thumbnail access.
2026-07-26 03:07:23 +01:00
services
Added support for tags in new host creation by including tags from the request body in the host object. This enhancement improves the data structure for host management.
2026-07-26 19:40:11 +01:00
config.js
Implemented email notifications.
2026-03-01 16:54:56 +00:00
index.js
Added printer and filament profile schemas, routes, and associated logic for managing profiles. Enhanced authentication for slicer uploads and integrated new routes for handling slicer-related operations. Updated database utilities and services to support new features, improving overall functionality and user experience.
2026-07-20 02:11:44 +01:00
keycloak.js
Added printer and filament profile schemas, routes, and associated logic for managing profiles. Enhanced authentication for slicer uploads and integrated new routes for handling slicer-related operations. Updated database utilities and services to support new features, improving overall functionality and user experience.
2026-07-20 02:11:44 +01:00
mailworker.js
Improved notifications.
2026-03-01 19:21:05 +00:00
utils.js
Updated expandObjectIds function in utils.js to exclude specific fields from expansion, ensuring proper handling of object IDs. Added console.log for debugging filter clauses in getFilter function.
2026-07-24 21:53:00 +01:00