Commit Graph

11 Commits

Author SHA1 Message Date
860070a302 migrate from SQLite to PostgreSQL with Drizzle ORM
- Updated all packages to latest versions (React 19, Next.js 14.2.32)
- Replaced sqlite3 with pg and drizzle-orm dependencies
- Created complete PostgreSQL schema with relationships and indexes
- Migrated all API endpoints from SQLite to Drizzle queries
- Added database seeding with sample data
- Updated authentication to use bcrypt instead of pbkdf2
- Configured connection pooling for PostgreSQL
- Updated app version to 1.0.0
- All endpoints tested and working correctly
2025-09-06 12:56:33 +02:00
558172f2be performance optimizations and database indexing 2025-07-28 11:33:17 +02:00
8022fceff4 api key authentication system implementation 2025-04-14 10:18:35 +02:00
9a18e4bffa upgrade dependencies and fix compatibility issues 2025-03-17 14:32:58 +01:00
1484d051a1 data export and backup utilities 2025-02-04 09:51:26 +01:00
82bbf6dd8d audit logging and moderator tracking 2024-10-22 14:15:39 +02:00
88991c9de0 user management and authentication system 2024-08-20 09:14:52 +02:00
1d40161f27 enhanced domain extraction and bulk import functionality 2024-07-30 15:23:41 +02:00
54d91baecd categories management 2024-04-25 14:18:47 +02:00
248c3e94ab reports admin panel 2024-04-02 16:43:18 +02:00
72313304fe admin panel 2024-02-14 16:23:15 +01:00