Commit Graph

  • d6e7a8d2a4 debug: add console logging to token save and request interceptor Daniel Bedeleanu 2026-04-11 15:11:25 +03:00
  • c1b8d2d8b9 fix: use absolute paths for DATA_DIR and LOGS_DIR in start_server.sh Daniel Bedeleanu 2026-04-11 15:07:51 +03:00
  • 02a4951901 refactor: centralize configuration in backend/config/ and frontend/config/ Daniel Bedeleanu 2026-04-11 15:06:56 +03:00
  • ac1703e6c2 fix: set DATA_DIR and LOGS_DIR environment variables in start_server.sh Daniel Bedeleanu 2026-04-11 15:04:05 +03:00
  • a6d2d176ba debug: add detailed LDAP authentication logging with error traceback Daniel Bedeleanu 2026-04-11 15:02:57 +03:00
  • 6e58cce73a fix: restore original LDAP configuration with correct group mappings Daniel Bedeleanu 2026-04-11 15:01:12 +03:00
  • 7d821d1f7b config: add LDAP configuration for LLDAP server at 192.168.84.107:3890 Daniel Bedeleanu 2026-04-11 14:59:16 +03:00
  • c816cb4630 fix: enable DEBUG logging for development (configurable via LOG_LEVEL env var) Daniel Bedeleanu 2026-04-11 14:56:13 +03:00
  • 3c8d50162b debug: add detailed logging to login authentication flow Daniel Bedeleanu 2026-04-11 14:55:31 +03:00
  • 483a747600 fix: CORS configuration for both docker-compose and start_server.sh deployments Daniel Bedeleanu 2026-04-11 14:44:00 +03:00
  • d9e75368fb debug: add error logging to getUsers call for troubleshooting v1.3.5 Daniel Bedeleanu 2026-04-11 14:40:44 +03:00
  • cf528ac161 fix: use plain axios for getUsers (public endpoint, avoid JWT interceptor) Daniel Bedeleanu 2026-04-11 14:39:34 +03:00
  • c949bcd211 fix: reorder CORS middleware before rate limiter to fix OPTIONS preflight Daniel Bedeleanu 2026-04-11 14:38:43 +03:00
  • 356dfa32f1 fix: remove invalid add_exception_handler call for slowapi Daniel Bedeleanu 2026-04-11 14:38:00 +03:00
  • c2bd8e44fb fix: add Request parameter to extract_label for slowapi rate limiter Daniel Bedeleanu 2026-04-11 14:37:28 +03:00
  • 6fede92860 fix: remove HTTPAuthCredentials import (FastAPI compatibility) Daniel Bedeleanu 2026-04-11 14:36:46 +03:00
  • 427be99f67 fix: move package management rule to AI_RULES.md (Single Source of Truth) Daniel Bedeleanu 2026-04-11 14:35:44 +03:00
  • 1767b38373 docs: add mandatory rules for package management and English-only policy to CLAUDE.md Daniel Bedeleanu 2026-04-11 14:34:38 +03:00
  • 45b0f8b35c fix: make getUsers endpoint public for login page + translate remaining Romanian comments Daniel Bedeleanu 2026-04-11 14:32:17 +03:00
  • 0b77324a3f docs: update SESSION_STATE — v1.3.5 release with complete English compliance Daniel Bedeleanu 2026-04-11 14:29:44 +03:00
  • 73115a24ac chore: update VERSION.json to final commit ccc69d92 Daniel Bedeleanu 2026-04-11 14:27:21 +03:00
  • ccc69d92df fix: translate final Romanian comment in items.py to English Daniel Bedeleanu 2026-04-11 14:27:15 +03:00
  • 9dbe0f8b6c refactor: translate all docstrings and comments to English (STRICT ENGLISH POLICY complete) Daniel Bedeleanu 2026-04-11 14:26:55 +03:00
  • 54b40c9d37 chore: update VERSION.json to v1.3.5 with final commit Daniel Bedeleanu 2026-04-11 14:25:15 +03:00
  • c31209b740 chore: translate remaining Romanian code comments to English (STRICT ENGLISH POLICY) Daniel Bedeleanu 2026-04-11 14:25:03 +03:00
  • f0de7d763a docs: translate USER_GUIDE.md to English (STRICT ENGLISH POLICY) Daniel Bedeleanu 2026-04-11 14:19:55 +03:00
  • 29dee921f9 docs: translate SESSION_STATE to English + add DEPLOYMENT section to README Daniel Bedeleanu 2026-04-11 14:18:34 +03:00
  • 2574726f78 docs: final SESSION_STATE — ALL TASKS COMPLETE v1.3.5 Daniel Bedeleanu 2026-04-11 13:42:41 +03:00
  • e6ca33f2f0 feat: frontend JWT handling, rate limiting [H-02], CORS config Daniel Bedeleanu 2026-04-11 13:42:09 +03:00
  • e9ada00497 docs: update SESSION_STATE cu status [C-01] JWT auth COMPLET Daniel Bedeleanu 2026-04-11 13:38:45 +03:00
  • 9b6adad618 feat: implementare JWT Bearer authentication pe toți routers [C-01] Daniel Bedeleanu 2026-04-11 13:38:24 +03:00
  • 247ea45408 security: audit complet + patch vulnerabilitati critice v1.3.5 Daniel Bedeleanu 2026-04-11 13:20:05 +03:00
  • 903c65a4b4 docs: archive gemini session and hand over to claude for security audit Daniel Bedeleanu 2026-04-11 13:03:19 +03:00
  • cb9df1d73f chore: ignore log files and directories v1.3 Daniel Bedeleanu 2026-04-11 12:54:43 +03:00
  • fe18fe01c6 docs: add mandatory documentation maintenance rule for AI agents v1.3.5 Daniel Bedeleanu 2026-04-11 12:51:14 +03:00
  • 91bdd791d2 docs: add Romanian User Guide and include in prod export v1.3.4 Daniel Bedeleanu 2026-04-11 12:49:11 +03:00
  • ed06f0b56e docs: add comprehensive project README.md v1.3.3 Daniel Bedeleanu 2026-04-11 12:47:23 +03:00
  • df9468344d feat: pivot systemd to standalone bare-metal mode v1.3.2 Daniel Bedeleanu 2026-04-11 12:43:53 +03:00
  • d87067e88c feat: add systemd service template and installer for production 1.3.1 Daniel Bedeleanu 2026-04-11 12:39:38 +03:00
  • 2e5ce8d153 feat: complete dockerization architecture with data/logs persistence and prod export script v1.3.0 Daniel Bedeleanu 2026-04-11 12:32:06 +03:00
  • c71a815792 docs: restore automatic IDE entry points as proxies v1.2.9 Daniel Bedeleanu 2026-04-11 12:11:23 +03:00
  • 0a9ea0f575 docs: consolidate all rules and specs into absolute sources of truth v1.2.8 Daniel Bedeleanu 2026-04-11 12:03:27 +03:00
  • 432cd28ca5 docs: refactor documentation for portability and SSOT v1.2.7 Daniel Bedeleanu 2026-04-11 11:57:13 +03:00
  • 96fe655f72 fix: add missing icon imports v1.2.6 Daniel Bedeleanu 2026-04-11 11:49:31 +03:00
  • aa134e4384 style: synchronize icons for categories and items v1.2.5 Daniel Bedeleanu 2026-04-11 11:46:34 +03:00
  • a4cea4ce07 feat: offline ldap support and ui polish v1.2.4 Daniel Bedeleanu 2026-04-11 11:41:39 +03:00
  • d7dcd523a6 style: full system ui homogenization v1.2.3 Daniel Bedeleanu 2026-04-11 11:25:09 +03:00
  • 4136d49936 style: ui readability refactor v1.2.2 (removed uppercase, tracking, increased font sizes) Daniel Bedeleanu 2026-04-11 11:22:40 +03:00
  • 99b70a9de8 Docs: Finalize session logs and handover for v1.2.1 Daniel Bedeleanu 2026-04-10 22:00:05 +03:00
  • 9c76c0cbf5 UI: Implement dynamic versioning from VERSION.json Daniel Bedeleanu 2026-04-10 21:56:33 +03:00
  • 80af77f81a UI: Sync version strings to 1.2.1 Daniel Bedeleanu 2026-04-10 21:55:32 +03:00
  • 8bf1945acc Merge dev into master (resolve binary conflict for db) Daniel Bedeleanu 2026-04-10 21:53:23 +03:00
  • 7d7bdc727d Fix: Add git path and db to tracker, increment to 1.2.1 Daniel Bedeleanu 2026-04-10 21:53:10 +03:00
  • 8a3783c7e9 Infrastructure: Implement master/dev/vX branching, save git path, and fix username casing Daniel Bedeleanu 2026-04-10 21:51:22 +03:00
  • 93edcc261b chore: remove node_modules from git index v1 Daniel Bedeleanu 2026-04-10 14:06:50 +03:00
  • f0c22d1732 feat: frontend PWA scaffolding with React and Tailwind Daniel Bedeleanu 2026-04-10 14:06:27 +03:00
  • 4d8f8eac0b feat: frontend PWA scaffolding with React and Tailwind Daniel Bedeleanu 2026-04-10 14:05:52 +03:00
  • 7f8b24aabb feat: frontend PWA scaffolding with React and Tailwind Daniel Bedeleanu 2026-04-10 14:05:50 +03:00
  • 373652e8b8 feat: AI coordination protocol and advanced audit operations Daniel Bedeleanu 2026-04-10 13:57:42 +03:00
  • e4b0afb50d feat: core inventory API and secure operation routers Daniel Bedeleanu 2026-04-10 13:47:10 +03:00
  • 46bd6ae733 feat: backend foundation setup with SQLite and FastAPI Daniel Bedeleanu 2026-04-10 13:44:21 +03:00
  • 3f76610787 refactor: switch database architecture from PostgreSQL to SQLite Daniel Bedeleanu 2026-04-10 13:42:00 +03:00
  • 748bbc301a chore: initial project scaffolding with AI rules and requirements Daniel Bedeleanu 2026-04-10 13:35:03 +03:00