-
d55a99aafd
feat: add login page and auth logic
VORKOUT-6
Vladislav
2025-06-10 17:50:28 +0500
-
599bf22bda
feat: add axios-retry
Vladislav
2025-06-10 17:48:57 +0500
-
e114f963ab
refactor: middleware and refresh
Vladislav
2025-06-10 17:47:46 +0500
-
15bc323ee4
test: add client services
VORKOUT-6-test
Vladislav
2025-06-10 17:06:19 +0500
-
958f00069f
test
Vladislav
2025-06-10 17:05:35 +0500
-
-
d7a5109d8e
feat: add user store
Vladislav
2025-06-09 17:47:45 +0500
-
8122f1878a
feat: add zustand
Vladislav
2025-06-09 17:47:26 +0500
-
9d2aef5671
feat: add user and auth types
Vladislav
2025-06-09 17:00:27 +0500
-
34be97996e
feat: add axios instance
Vladislav
2025-06-09 17:00:01 +0500
-
e0dca78ef3
feat: add login page
Vladislav
2025-06-09 16:59:31 +0500
-
0bba6e7f54
feat: add axios
Vladislav
2025-06-09 16:58:47 +0500
-
21216a6ad5
feat: generate types from openapi
Vladislav
2025-06-09 14:32:44 +0500
-
2bf0f20e73
Merge pull request 'VORKOUT-7 : fix' (#10) from VORKOUT-7fix into master
master
ivan.dev
2025-06-09 13:06:37 +0500
-
-
abd87b46b3
refactor(tables): change enum, str to StrEnum
VORKOUT-7fix
Vladislav
2025-06-09 13:03:33 +0500
-
787dc0e8f8
refactor: refactor api project with ruff
Vladislav
2025-06-09 12:12:48 +0500
-
2e4e9d1113
feat: add bearer schema to all endpoints with auth
Vladislav
2025-06-09 12:10:40 +0500
-
c1d315d6e9
feat: add bearer schema and get_current_user function
Vladislav
2025-06-09 11:51:13 +0500
-
a31758192d
fix: model
TheNoxium
2025-06-09 02:10:46 +0500
-
-
8965365afc
Merge pull request 'VORKOUT-7' (#9) from VORKOUT-7 into master
ivan.dev
2025-06-05 16:29:14 +0500
-
-
c68286f7cc
fix:merge error
VORKOUT-7
TheNoxium
2025-06-05 14:55:38 +0500
-
58cc23f79b
fix: mrege error
TheNoxium
2025-06-05 14:41:18 +0500
-
48d52bf903
Merge branch 'master' into VORKOUT-7
TheNoxium
2025-06-05 13:04:25 +0500
-
-
-
-
66c60cfc59
fix: name
TheNoxium
2025-06-04 12:03:59 +0500
-
c60d19262e
fix: model, name
TheNoxium
2025-06-03 13:01:10 +0500
-
31236d558f
feat: model update
TheNoxium
2025-06-02 15:56:44 +0500
-
5094b84675
fix: TypeAdapter
TheNoxium
2025-05-30 08:51:49 +0500
-
7e1fe6f5c4
fix(api): fix pyproject.toml and poetry.lock files
Vladislav
2025-05-29 15:25:03 +0500
-
320c13183f
feat: add TypeAdapter
TheNoxium
2025-05-28 14:10:00 +0500
-
98a4692247
feat: pydantic models for swagger
TheNoxium
2025-05-26 13:45:40 +0500
-
8613cbdaac
chore: update the patch version to 0.0.3
Vladislav
2025-05-23 18:08:32 +0500
-
5f981e8ce1
Merge pull request 'VORKOUT-13' (#8) from VORKOUT-13 into master
Vladislav Syrochkin
2025-05-23 18:07:39 +0500
-
-
98e425862c
refactor(account): remove unused print
VORKOUT-13
Vladislav
2025-05-23 18:03:28 +0500
-
96dbc744d7
feat: add query params
TheNoxium
2025-05-23 12:48:09 +0500
-
e47e449a36
feat: add page, limit
TheNoxium
2025-05-23 12:41:32 +0500
-
86d48d0d1c
refactor(base): replace to_camel to to_camel from pydantic
Vladislav
2025-05-21 14:51:09 +0500
-
c3c421f66f
feat: get all users
TheNoxium
2025-05-21 14:58:06 +0500
-
fe91bb7103
feat: add base class for all schemas and to camel case mapper
Vladislav
2025-05-21 12:44:28 +0500
-
-
f97d419467
Merge pull request 'VORKOUT-12' (#7) from VORKOUT-12 into master
Vladislav Syrochkin
2025-05-21 11:53:30 +0500
-
-
-
-
131102beba
feat(makefile): add command to format and check formatting for api
VORKOUT-12
Vladislav
2025-05-20 11:52:46 +0500
-
881a72a66c
refactor: refactor project with ruff
Vladislav
2025-05-20 11:43:05 +0500
-
de06890f6a
chore: add ruff to dev dependencies
Vladislav
2025-05-20 11:41:19 +0500
-
-
8191ee3a48
Merge pull request 'feat: added endpoints: auth, pofile, account, keyring' (#5) from VORKOUT-4 into master
ivan.dev
2025-05-15 15:21:33 +0500
-
-
eb63ebb10f
style: deleting unnecessary file and stdoout
VORKOUT-4
TheNoxium
2025-05-15 15:15:26 +0500
-
3554d43d15
fix: profile
TheNoxium
2025-05-12 21:20:36 +0500
-
19f8236b47
fix: middlewaer acces token auth
TheNoxium
2025-04-29 21:16:59 +0500
-
f1214e7b5a
chore: update the client patch version to 0.0.2
Vladislav
2025-04-29 12:18:52 +0500
-
dbe3e3ab86
Merge pull request 'VORKOUT-9' (#6) from VORKOUT-9 into master
Vladislav Syrochkin
2025-04-29 12:15:41 +0500
-
-
53729813ff
feat: add en language
VORKOUT-9
Vladislav
2025-04-24 16:59:18 +0500
-
dc1b74348f
chore: add i18n
Vladislav
2025-04-24 16:14:16 +0500
-
b90b70568c
fix: model validation
TheNoxium
2025-04-23 17:30:49 +0300
-
23329e7d36
fix: refresh token exipreited
TheNoxium
2025-04-23 16:54:30 +0300
-
22e2bca83c
fix: name function
TheNoxium
2025-04-23 16:48:02 +0300
-
f67ef7f96f
fix: account post route
TheNoxium
2025-04-23 16:06:33 +0300
-
8271737ce2
fix: makefile:install, auth token logic
TheNoxium
2025-04-23 15:36:49 +0300
-
d6911626a7
refactor: remove twitch animation on upload photo
Vladislav
2025-04-23 12:44:48 +0500
-
732dd701af
feat: add form for create new user
Vladislav
2025-04-23 12:22:45 +0500
-
5300e53c43
feat: add form for drawer and refactor styles
Vladislav
2025-04-22 11:53:36 +0500
-
e7fbd53dfe
feat: add content drawer and change header img to avatar
Vladislav
2025-04-21 13:19:30 +0500
-
9cab3142c9
feat: resize icons in menu and add tooltips for labels
Vladislav
2025-04-18 17:59:10 +0500
-
29027bf9f8
fix: name, update values HTTPException
TheNoxium
2025-04-18 17:31:37 +0500
-
9f6b489bff
feat: add styles for sider and remove deprecated menu elements
Vladislav
2025-04-17 20:55:57 +0500
-
1333992dc5
feat: added endpoints: auth, pofile, account, keyring
TheNoxium
2025-04-17 15:36:52 +0500
-
-
-
583d2005a7
feat: add base styles and base routes
Vladislav
2025-04-17 12:24:03 +0500
-
51227bfd7b
feat: add MainLayout with sidebar
Vladislav
2025-04-16 13:14:26 +0500
-
8276b77c18
chore: add antd deps
Vladislav
2025-04-16 13:14:02 +0500
-
-
b2f65ba21f
chore: update the patch version to 0.0.2
Vladislav
2025-04-07 16:33:57 +0500
-
45effe5a33
Merge pull request 'VORKOUT-10' (#4) from VORKOUT-10 into master
Vladislav Syrochkin
2025-04-07 16:32:36 +0500
-
-
83b723f5b9
feat: add init project to Makefile
VORKOUT-10
Vladislav
2025-04-03 12:26:54 +0500
-
8b62b8b7a6
refactor(docker-compose): rename containers to prevent duplicate names
Vladislav
2025-04-03 11:12:28 +0500
-
-
ff265ce1d4
Merge pull request 'feat VORKOUT-3: added sql tables, db connection, schemas' (#2) from VORKOUT-3 into master
ivan.dev
2025-04-02 11:55:32 +0500
-
-
c9c5837b38
fix: config, list events table
VORKOUT-3
TheNoxium
2025-04-01 14:20:40 +0500
-
d7bef1ad26
feat: adder unsigned integer for id, function set expiry, "ps_id"
TheNoxium
2025-03-31 12:34:41 +0500
-
7b9ce61733
Merge pull request 'VORKOUT-2' (#3) from VORKOUT-2 into master
Vladislav Syrochkin
2025-03-28 18:42:39 +0500
-
-
de184b9bb8
fix(Makefile): fix error No rule to make target '<arg>'
VORKOUT-2
Vladislav
2025-03-28 18:41:45 +0500
-
b95b7caefd
feat: added sql tables and db connection
TheNoxium
2025-03-28 17:32:57 +0500
-
-
-
49be3c376c
Merge pull request 'VORKOUT-2' (#1) from VORKOUT-2 into master
Vladislav Syrochkin
2025-03-20 12:34:13 +0500
-
-
aaea475296
chore: update versions
Vladislav
2025-03-20 12:33:34 +0500
-
a6c7819e36
feat: add redis and redis settings
Vladislav
2025-03-20 12:32:16 +0500
-
2dc50465ce
feat: add client to supervisord.conf
Vladislav
2025-03-19 15:53:42 +0500
-
-
15a5dad514
initial commit
Vladislav
2025-03-18 20:32:17 +0500