Commit Graph

261 Commits

Author SHA1 Message Date
Leopoldadmin 6d6e2c1e27 Upload app/api/v1/users.py 2026-06-29 08:01:44 +02:00
Leopoldadmin fd6d04c532 Upload app/api/v1/auth.py 2026-06-29 08:01:44 +02:00
Leopoldadmin b903e0b0dc Upload app/api/v1/dashboard.py 2026-06-29 08:01:44 +02:00
Leopoldadmin c29a7cfcfb Upload app/api/v1/contacts.py 2026-06-29 08:01:44 +02:00
Leopoldadmin b7d1398b9a Upload app/api/v1/activities.py 2026-06-29 08:01:44 +02:00
Leopoldadmin 1d2e2c342d Upload app/api/v1/accounts.py 2026-06-29 08:01:44 +02:00
Leopoldadmin dd421f37ee Upload app/api/v1/tags.py 2026-06-29 08:01:44 +02:00
Leopoldadmin 18b67a32a8 Upload app/api/v1/deals.py 2026-06-29 08:01:44 +02:00
Leopoldadmin 4295f9d7b9 Upload app/api/__init__.py 2026-06-29 08:01:44 +02:00
Leopoldadmin 904b095e3c Upload app/__init__.py 2026-06-29 08:01:44 +02:00
Leopoldadmin a5efb0cf72 Upload app/main.py 2026-06-29 08:01:44 +02:00
Leopoldadmin ee2dc7baa2 Upload alembic/versions/0002_business_entities.py 2026-06-29 08:01:44 +02:00
Leopoldadmin e813aeb31e Upload alembic/versions/0001_init.py 2026-06-29 08:01:44 +02:00
Leopoldadmin ddd5e3d5b1 Upload alembic/env.py 2026-06-29 08:01:44 +02:00
Leopoldadmin 1ea1c0301d Upload alembic/script.py.mako 2026-06-29 08:01:44 +02:00
Leopoldadmin c6b3430ebc Upload tests/test_tags.py 2026-06-29 08:01:44 +02:00
Leopoldadmin f5e91f185d Upload tests/__init__.py 2026-06-29 08:01:44 +02:00
Leopoldadmin 6001ae06f7 Upload tests/test_frontend_assets.py 2026-06-29 08:01:44 +02:00
Leopoldadmin 7c1dcb852d Upload tests/test_contacts.py 2026-06-29 08:01:44 +02:00
Leopoldadmin 6d66592478 Upload tests/conftest.py 2026-06-29 08:01:44 +02:00
Leopoldadmin b515bf7bd8 Upload tests/test_deals.py 2026-06-29 08:01:44 +02:00
Leopoldadmin e7ab652cba Upload tests/test_health.py 2026-06-29 08:01:44 +02:00
Leopoldadmin 46157805b1 Upload tests/test_users_me.py 2026-06-29 08:01:44 +02:00
Leopoldadmin 405375978f Upload tests/test_auth.py 2026-06-29 08:01:44 +02:00
Leopoldadmin c450f3579e Upload tests/test_dashboard.py 2026-06-29 08:01:44 +02:00
Leopoldadmin 9f1187f667 Upload tests/test_notes.py 2026-06-29 08:01:44 +02:00
Leopoldadmin 9e2d843e19 Upload tests/test_frontend_security.py 2026-06-29 08:01:44 +02:00
Leopoldadmin 62d4eec260 Upload tests/test_accounts.py 2026-06-29 08:01:44 +02:00
Leopoldadmin d677815d23 Upload tests/test_activities.py 2026-06-29 08:01:44 +02:00
Leopoldadmin e9a23b0739 Upload tests/test_frontend_pages.py 2026-06-29 08:01:44 +02:00
Leopoldadmin 3c6cf100a1 Upload tests/test_soft_delete_isolation.py 2026-06-29 08:01:44 +02:00
Leopoldadmin d852eda392 Upload .env.docker.example 2026-06-29 08:01:44 +02:00
Leopoldadmin 7490831897 Upload COOLIFY_SETUP.md 2026-06-29 08:01:44 +02:00
Leopoldadmin 51f46b0b6d Upload .env 2026-06-29 08:01:44 +02:00
Leopoldadmin c30c6a50fb Upload requirements.txt 2026-06-29 08:01:44 +02:00
Leopoldadmin 998fca0bbc Upload alembic.ini 2026-06-29 08:01:35 +02:00
Leopoldadmin 5ca27b8349 Upload .env.example 2026-06-29 08:01:35 +02:00
Leopoldadmin e97afa7837 Upload .gitignore 2026-06-29 08:01:35 +02:00
Leopoldadmin 5dd6027849 Upload prestart.sh 2026-06-29 08:01:07 +02:00
Leopoldadmin fc3ad9e04c Upload README.md 2026-06-29 08:01:07 +02:00
Leopoldadmin 64a7aaef95 Upload docker-compose.yml 2026-06-29 08:01:07 +02:00
Leopoldadmin a94f5479c1 Upload requirements-dev.txt 2026-06-29 08:01:07 +02:00
Leopoldadmin 9323c64e01 Upload pyproject.toml 2026-06-29 08:01:07 +02:00
Leopoldadmin 88bb7d74e9 Upload Dockerfile 2026-06-29 08:01:07 +02:00
Leopoldadmin 22f0b79971 Upload .dockerignore 2026-06-29 08:00:29 +02:00
ai dc0ec0802c fix: move templates to root directory for Flask discovery 2026-06-15 23:11:39 +00:00
Leopoldadmin 850a953c13 Fix requirements.txt with correct dependencies 2026-06-15 22:04:44 +00:00
Leopoldadmin c18bc54c7b Add Dockerfile 2026-06-15 22:04:26 +00:00
Leopoldadmin 7357343edf Add register.html template 2026-06-15 22:04:18 +00:00
Leopoldadmin 207660c6ac Add login.html template 2026-06-15 22:04:12 +00:00