30 Commits

Author SHA1 Message Date
249a672cd7 transform admin panel with comprehensive professional UI
- migrate from SQLite to PostgreSQL with Drizzle ORM
- implement comprehensive AdminLayout with expandable sidebar navigation
- create professional dashboard with real-time charts and metrics
- add advanced monitoring, reporting, and export functionality
- fix menu alignment and remove non-existent pages
- eliminate duplicate headers and improve UI consistency
- add Tailwind CSS v3 for professional styling
- expand database schema from 6 to 15 tables
- implement role-based access control and API key management
- create comprehensive settings, monitoring, and system info pages
2025-09-06 15:14:20 +02:00
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
52bde64e7f comprehensive monitoring and logging system 2025-08-19 14:56:42 +02:00
558172f2be performance optimizations and database indexing 2025-07-28 11:33:17 +02:00
e1c6a35325 caching layer implementation for improved performance 2025-05-12 16:45:28 +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
786286df0a analytics and performance monitoring 2024-12-24 15:19:33 +01:00
5c9f1ccea1 real-time notifications and alerts system 2024-12-03 08:42:17 +01:00
9d25dd044f evidence attachment system for reports 2024-11-12 11:28:45 +01:00
82bbf6dd8d audit logging and moderator tracking 2024-10-22 14:15:39 +02:00
5bcca1ae14 advanced filtering and search capabilities 2024-10-01 16:33:28 +02:00
158a8ca0bb rate limiting and api security enhancements 2024-09-10 13:47:16 +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
2e13bf4f71 fix syntax error in sources admin panel 2024-07-09 11:47:23 +02:00
00bbe14f0d api keys management 2024-06-18 13:42:06 +02:00
198a31fc5e search functionality 2024-06-04 15:27:11 +02:00
cba0310536 bulk operations 2024-05-22 10:33:14 +02:00
1986412f82 public dashboard 2024-05-08 17:55:29 +02:00
54d91baecd categories management 2024-04-25 14:18:47 +02:00
3af6013dbb improve url validation 2024-04-10 09:22:35 +02:00
248c3e94ab reports admin panel 2024-04-02 16:43:18 +02:00
56898dad28 public stats api 2024-03-18 11:15:22 +01:00
51cd0af87b report form 2024-03-06 19:27:44 +01:00
2553ab41c1 fix build issues 2024-02-21 14:45:33 +01:00
72313304fe admin panel 2024-02-14 16:23:15 +01:00
9900c44195 basic url check api 2023-08-27 21:14:28 +02:00
1bad3ddd9d init 2023-04-15 14:37:12 +02:00