WA Dev Tools - набор веб-инструментов для разработчиков
Go to file
treamz 6ac3366ea9 Security: lock down API — only landing endpoints public
- Only /api/settings, /api/tools, /api/content/advantages|dashboard public
- All other /api/* require authentication (401)
- Moved API mount after auth middleware, public endpoints before
2026-03-22 00:28:32 +03:00
.adminjs Dynamic content: landing and dashboard load texts from DB via API 2026-03-21 23:53:37 +03:00
lib Security: lock down API — only landing endpoints public 2026-03-22 00:28:32 +03:00
public Video: async conversion with live progress polling 2026-03-22 00:20:04 +03:00
routes Fix video progress: parse each chunk, -progress pipe:2, out_time support 2026-03-22 00:22:48 +03:00
.gitignore Initial commit: WA Dev Tools service 2026-03-21 22:06:15 +03:00
ecosystem.config.js Refactor: modular architecture, security, config 2026-03-21 22:18:54 +03:00
EDITOR-DOC.md Initial commit: WA Dev Tools service 2026-03-21 22:06:15 +03:00
package-lock.json AdminJS admin panel + dynamic content API 2026-03-21 23:46:41 +03:00
package.json AdminJS admin panel + dynamic content API 2026-03-21 23:46:41 +03:00
server.js Security: lock down API — only landing endpoints public 2026-03-22 00:28:32 +03:00
SVGEDITOR-FEATURES.md Initial commit: WA Dev Tools service 2026-03-21 22:06:15 +03:00