Commit Graph

6 Commits

Author SHA1 Message Date
herel a57f51b847 fix: reference credentials class instead of instance in package.json 2025-12-23 10:21:07 +01:00
herel 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
herel 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
herel c609d6c1ee LGPL-3.0 2025-12-22 18:01:50 +01:00
herel e2bba63aff initial import 2025-12-22 18:00:08 +01:00
herel f43a3cbd54 Initial commit 2025-12-22 16:58:39 +00:00