8 Commits

Author SHA1 Message Date
ab09d2e614 fix: update funcs 2025-12-23 16:47:02 +01:00
a31fa5b487 feat: implement path based operations 2025-12-23 14:41:42 +01:00
a55b8813db refactor: simplify KDrive integration by removing drive operations and using driveId from credentials 2025-12-23 10:59:56 +01:00
a57f51b847 fix: reference credentials class instead of instance in package.json 2025-12-23 10:21:07 +01:00
81af2884e0 fix: properly export credentials instance for n8n discovery
- Export KDriveCredentials as both class and instance
- Update package.json to reference the credentials instance
- This should resolve the 'Unknown credential name' error
2025-12-23 10:18:02 +01:00
6dccaba278 fix: add credentials export and fix logo display
- Add KDriveCredentials to n8n.credentials in package.json to make credentials discoverable
- Update build script to copy kdrive.svg to dist directory for proper logo display
- Update SVG logo with improved design
- Fix TypeScript types and error handling in GenericFunctions and KDrive node
- Add default values to node properties for better UX
2025-12-23 10:13:13 +01:00
c609d6c1ee LGPL-3.0 2025-12-22 18:01:50 +01:00
e2bba63aff initial import 2025-12-22 18:00:08 +01:00