Commit Graph

28 Commits

Author SHA1 Message Date
averel10
1aeb9a7c7d feat: add utterance field to dataset entries and update related components for filtering and display 2026-03-13 10:32:46 +01:00
averel10
6432375a4f feat: add description field to dataset and update related components for dataset creation and editing 2026-03-13 10:17:17 +01:00
averel10
209ca6a6c0 feat: implement exponential backoff and retry logic for file uploads 2026-03-13 10:07:43 +01:00
averel10
d8a7fdf1f0 feat: enhance error handling and status updates in dataset processing 2026-03-13 09:51:51 +01:00
averel10
1debc1b36e feat: update docker-compose to add static file service and configure Nginx with Traefik routing
feat: enhance Next.js configuration with rewrites for public directory
fix: adjust audio file path in AudioPlayer component to include public directory
2026-03-13 09:40:56 +01:00
averel10
a1ea5e95e5 feat: enhance file upload progress tracking in UploadDatasetEntriesModal 2026-03-13 09:28:15 +01:00
averel10
4aac0b549b feat: add BuildInfo component to display build time and update Docker workflow to pass build time as environment variable 2026-03-13 09:18:30 +01:00
averel10
59cacb832d feat: add onUpdate trigger for updatedAt field in dataset and dataset_entry tables 2026-03-13 09:10:48 +01:00
averel10
4e5a206796 feat: update dataset and dataset_entry tables to use unixepoch for timestamps and add new dataset_entry migration 2026-03-13 09:07:37 +01:00
averel10
4c3106b9c7 added zip multiupload 2026-03-13 08:59:58 +01:00
averel10
0fa257e53c reworked upload system to be more robust 2026-03-13 08:56:54 +01:00
averel10
c552b44292 feat: configure Traefik with Docker for reverse proxy and HTTPS support 2026-03-13 08:46:15 +01:00
averel10
1b6b9c8045 feat: add placeholder file for future content 2026-03-13 08:20:36 +01:00
averel10
957432b61f feat: add GitHub Actions workflow for building and pushing Docker images 2026-03-13 08:18:24 +01:00
averel10
cda21a60ec feat: implement one-time admin token generation and upgrade process 2026-03-13 08:11:40 +01:00
averel10
b9f6836f1a refactor: update README and Dockerfile, add drizzle migrations and instrumentation 2026-03-13 07:50:14 +01:00
averel10
499afaefa6 update README.md with detailed setup instructions and project structure 2026-03-13 07:21:15 +01:00
averel10
edb0dc78cb added initial db as migration 2026-03-13 07:18:55 +01:00
averel10
9f8530df6e added require-admin checks 2026-03-12 14:31:16 +01:00
averel10
445a429be7 added admin system 2026-03-08 10:27:23 +01:00
averel10
4d8040a674 fixed issues with upload 2026-03-08 10:06:06 +01:00
averel10
25843b04f5 fixed auth bug 2026-03-08 09:56:54 +01:00
averel10
194396940e removed utterance system atm 2026-03-08 09:47:12 +01:00
averel10
c08dc46305 added backend-mgmt for dataset/dataset_entry and utterances, this includes upload and also displaying of the dataset on the admin pages 2026-03-05 11:31:06 +01:00
averel10
28c45bc133 reformated some pages 2026-03-05 08:59:56 +01:00
averel10
cc1c904167 created simple auth system using betterauth 2026-02-27 14:36:27 +01:00
averel10
0285cf0956 initial commit 2026-02-27 13:28:19 +01:00
averel10
868e003501 Initial commit from Create Next App 2026-02-27 13:18:49 +01:00