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
87256257d7
Update CORS configuration in config.json and README.md to allow multiple origins. Refactor CORS handling in index.js to utilize new server.corsOrigins setting, enhancing API security and flexibility.
2026-08-02 01:01:50 +01:00
..
__tests__
Add getObjectNeighbors mock implementation in various test files for improved neighbor retrieval functionality across multiple modules.
2026-08-01 13:26:23 +01:00
database
Refactor thumbnail creation logic in createFileThumbnails function to handle GCode file types and improve thumbnail source validation. Cleaned up whitespace and enhanced caching logic for better performance in database.js.
2026-08-01 15:10:59 +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
Refactor allowedFilters in inventory and management routes to improve consistency and readability. Cleaned up whitespace and ensured all filters are properly formatted for better query handling across purchase orders, shipments, and filament SKUs.
2026-08-01 18:25:59 +01:00
services
Update slicer.js and slicer.test.js to include createFileThumbnails function. This change integrates thumbnail creation into the slicer service and updates the test suite to mock the new function, enhancing testing coverage for file upload scenarios.
2026-08-01 18:30:26 +01:00
config.js
Implemented email notifications.
2026-03-01 16:54:56 +00:00
index.js
Update CORS configuration in config.json and README.md to allow multiple origins. Refactor CORS handling in index.js to utilize new server.corsOrigins setting, enhancing API security and flexibility.
2026-08-02 01:01:50 +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
Add boolean field handling to filtering logic in utils.js
2026-08-01 14:33:03 +01:00