50 Commits

Author SHA1 Message Date
Agent Zero fac6f100bb chore(quality): apply ruff autofixes and formatting (8 fixes, 18 files reformatted) 2026-06-10 21:35:12 +00:00
Leopoldadmin 415abcd74e Add nginx.conf 2026-06-09 23:42:11 +00:00
Leopoldadmin 4b185223c1 Add Dockerfile 2026-06-09 23:41:42 +00:00
Leopoldadmin d370a83366 Add docker-compose.coolify.yml 2026-06-09 23:41:17 +00:00
Leopoldadmin 3e64d7b7e8 Add frontend/src/views/TableView.vue 2026-06-09 23:37:15 +00:00
Leopoldadmin 944abb2ba3 Add frontend/src/views/WorkspaceView.vue 2026-06-09 23:36:56 +00:00
Leopoldadmin 69ff2faa3c Add frontend/src/views/WorkspacesView.vue 2026-06-09 23:36:37 +00:00
Leopoldadmin 3def0315de Add frontend/src/views/RegisterView.vue 2026-06-09 23:36:18 +00:00
Leopoldadmin f8e5c8cc4c Add frontend/src/views/LoginView.vue 2026-06-09 23:36:03 +00:00
Leopoldadmin 76b1adc6e2 Add frontend/src/views/HomeView.vue 2026-06-09 23:35:50 +00:00
Leopoldadmin 643f90a805 Add frontend/src/api/index.js 2026-06-09 23:35:39 +00:00
Leopoldadmin 715b036eb4 Add frontend/src/stores/workspace.js 2026-06-09 23:35:31 +00:00
Leopoldadmin 2aeb288d80 Add frontend/src/stores/auth.js 2026-06-09 23:35:19 +00:00
Leopoldadmin 7561cd79d3 Add frontend/src/router/index.js 2026-06-09 23:35:05 +00:00
Leopoldadmin 22289f417f Add frontend/src/App.vue 2026-06-09 23:34:55 +00:00
Leopoldadmin 4b33dd2be8 Add frontend/src/main.js 2026-06-09 23:34:43 +00:00
Leopoldadmin acd25ca0a4 Add frontend/vite.config.js 2026-06-09 23:34:36 +00:00
Leopoldadmin 8aa4cfc140 Add frontend/package.json 2026-06-09 23:34:27 +00:00
Leopoldadmin 58c729fbf4 Add backend/app/services/__init__.py 2026-06-09 23:34:18 +00:00
Leopoldadmin 57686677ac Add backend/app/utils/__init__.py 2026-06-09 23:34:13 +00:00
Leopoldadmin 827f7f8178 Add backend/app/routers/views.py 2026-06-09 23:34:07 +00:00
Leopoldadmin 71a2e4e540 Add backend/app/routers/records.py 2026-06-09 23:33:49 +00:00
Leopoldadmin fb9d2bd9de Add backend/app/routers/tables.py 2026-06-09 23:33:31 +00:00
Leopoldadmin 993544ff99 Add backend/app/routers/workspaces.py 2026-06-09 23:33:10 +00:00
Leopoldadmin eb3b828b90 Add backend/app/routers/users.py 2026-06-09 23:32:51 +00:00
Leopoldadmin 91a8e3a8e7 Add backend/app/routers/auth.py 2026-06-09 23:32:41 +00:00
Leopoldadmin d493cfad74 Add backend/app/routers/__init__.py 2026-06-09 23:32:18 +00:00
Leopoldadmin 62201e6e44 Add backend/app/schemas/view.py 2026-06-09 23:32:10 +00:00
Leopoldadmin a84ee64be5 Add backend/app/schemas/record.py 2026-06-09 23:32:00 +00:00
Leopoldadmin 9fc1333f27 Add backend/app/schemas/table.py 2026-06-09 23:31:52 +00:00
Leopoldadmin 3e2287f5b9 Add backend/app/schemas/workspace.py 2026-06-09 23:31:43 +00:00
Leopoldadmin 5ef1894d86 Add backend/app/schemas/user.py 2026-06-09 23:31:33 +00:00
Leopoldadmin b49b911746 Add backend/app/schemas/auth.py 2026-06-09 23:31:20 +00:00
Leopoldadmin f576b54632 Add backend/app/schemas/__init__.py 2026-06-09 23:31:13 +00:00
Leopoldadmin d2f9b12419 Add backend/app/models/attachment.py 2026-06-09 23:31:05 +00:00
Leopoldadmin 03a20bf4c1 Add backend/app/models/comment.py 2026-06-09 23:30:55 +00:00
Leopoldadmin 18331068d7 Add backend/app/models/view.py 2026-06-09 23:30:43 +00:00
Leopoldadmin 0bb3b1acd8 Add backend/app/models/record.py 2026-06-09 23:30:34 +00:00
Leopoldadmin 9224f4e06a Add backend/app/models/column.py 2026-06-09 23:30:25 +00:00
Leopoldadmin 2299aa23d9 Add backend/app/models/table.py 2026-06-09 23:30:15 +00:00
Leopoldadmin 936177fb37 Add backend/app/models/workspace.py 2026-06-09 23:30:05 +00:00
Leopoldadmin 3187810795 Add backend/app/models/user.py 2026-06-09 23:29:55 +00:00
Leopoldadmin 9645e771e4 Add backend/app/models/__init__.py 2026-06-09 23:29:43 +00:00
Leopoldadmin cb5f4df033 Add backend/app/database.py 2026-06-09 23:29:34 +00:00
Leopoldadmin cb2ece9386 Add backend/app/config.py 2026-06-09 23:29:24 +00:00
Leopoldadmin 5dcaddca5c Add backend/app/__init__.py 2026-06-09 23:29:09 +00:00
Leopoldadmin ee599b883b Add backend/app/main.py 2026-06-09 23:28:28 +00:00
Leopoldadmin 3fc8c14ad8 Add backend/run.py 2026-06-09 23:28:02 +00:00
Leopoldadmin bf2546ef49 Add backend requirements.txt 2026-06-09 23:24:45 +00:00
Leopoldadmin 788cc70bd1 Add README.md 2026-06-09 23:24:25 +00:00