Commit Graph

67 Commits

Author SHA1 Message Date
Kirill 5ef3861e84 feat: add comment field to ChecklistResult for error descriptions 2026-05-24 16:50:51 +05:00
Kirill 53f02e1782 feat: add ChecklistResult model for manual test checklist 2026-05-24 16:10:12 +05:00
Kirill 96f06c79b4 пва 2026-05-24 15:48:33 +05:00
Kirill 88fedd675a пва 2026-05-24 15:10:24 +05:00
Kirill c2c4099fd7 пва 2026-05-24 13:59:14 +05:00
Kirill 2fe426b70a пва 2026-05-24 13:43:23 +05:00
Kirill ff2271ecb1 пва 2026-05-24 12:03:21 +05:00
Kirill d0d7eab77e пва 2026-05-23 18:47:35 +05:00
Kirill bd9bdc0352 пва 2026-05-23 17:31:07 +05:00
Kirill 4bcced4e08 пва 2026-05-23 11:17:29 +05:00
Kirill 7e5ed9cefa пва 2026-05-22 23:44:48 +05:00
Kirill d60270336e пва 2026-05-22 23:03:03 +05:00
Kirill caa9b926e3 пва 2026-05-22 20:20:08 +05:00
Kirill 3d0dbdd0a5 пва 2026-05-22 19:41:47 +05:00
Kirill 20e4b1e0ab feat: latin-only slugs, server-side avatar generation, remove unused User fields 2026-05-22 19:32:30 +05:00
Kirill c903db439d fix(auth): enable register tab switching 2026-05-22 15:59:38 +05:00
Kirill f39d4e82ff пва 2026-05-22 15:36:39 +05:00
Kirill d79d02d5d1 refactor: remove email change functionality 2026-05-22 14:20:11 +05:00
Kirill ad43ff98b6 feat: add password change and reset via email code 2026-05-22 14:12:29 +05:00
Kirill 22282c5f4e fix: accept token as query param in authenticate, pass token to oauth link URL 2026-05-22 13:52:48 +05:00
Kirill d51266446f fix(client): remove global borderWidth change on outlined button hover 2026-05-22 13:49:31 +05:00
Kirill e468625cfc chore: fix type errors, move textAlign/fontWeight to sx 2026-05-22 13:28:45 +05:00
Kirill eb30640b49 feat: load Outfit font from static files 2026-05-22 13:18:21 +05:00
Kirill 669b9aa45d test commit 2026-05-22 12:51:41 +05:00
Kirill b2ccc2a256 chore: fix lint issues, remove unused hasAvatar 2026-05-22 12:27:20 +05:00
Kirill be65f2330e refactor(client): remove avatarType, add auth effects, simplify UserAvatar 2026-05-22 12:08:41 +05:00
Kirill bb7b40ac45 fix(server): remove all avatarType references after DB column drop 2026-05-22 11:36:11 +05:00
Kirill c3e4f5bdd2 feat(server): add POST /api/auth/register and /api/auth/login
- Add register endpoint with email/password validation, bcrypt hashing
- Add login endpoint with rate limiting per IP (5 attempts/min)
- Add helper functions: validatePassword, hashPassword, comparePassword, isAdminEmail
- Add checkLoginRateLimit for brute-force protection
- Add bcrypt dependency
- Remove avatarType column from User (migration)
2026-05-22 11:26:00 +05:00
Kirill f6729210db feat: public admin avatar endpoint, real admin avatar in user chat 2026-05-21 21:50:07 +05:00
Kirill 44c95502f8 test commit 2026-05-21 21:17:16 +05:00
Kirill d056399b3b test commit 2026-05-21 14:32:45 +05:00
Kirill 47124a01a7 test commit 2026-05-21 14:22:03 +05:00
Kirill 058fa26e12 test commit 2026-05-21 13:39:45 +05:00
Kirill a176955521 test commit 2026-05-21 12:18:36 +05:00
Kirill 76cd19e3ab test commit 2026-05-21 12:04:07 +05:00
Kirill 7117978800 Merge branch 'payd' 2026-05-21 12:03:23 +05:00
Kirill 41b95d7122 test commit 2026-05-21 12:03:07 +05:00
Kirill 1837b36b14 test commit 2026-05-21 12:02:29 +05:00
Kirill dad644190a fix: remove redundant index on yookassaPaymentId 2026-05-20 17:54:01 +05:00
Kirill 7bba78b4c0 feat: add Payment model for yookassa integration 2026-05-20 17:49:14 +05:00
Kirill b06ba64365 test commit 2026-05-20 12:07:22 +05:00
Kirill af5376d0e1 fix: rename name→displayName in remaining Prisma select clauses 2026-05-20 11:31:24 +05:00
Kirill c32d5e6aff fix: use sx for justifyContent in OAuthButtons, fix import order in test 2026-05-20 11:14:36 +05:00
Kirill 36880c298c feat: rename User.name→displayName, add firstName/lastName/gender/avatar 2026-05-20 10:39:01 +05:00
Kirill cb4661dc13 test commit 2026-05-19 15:32:45 +05:00
Kirill 17b683f131 feat: remove InfoPageBlock model from Prisma schema 2026-05-19 15:14:38 +05:00
Kirill 5adbe9baa7 test commit 2026-05-19 11:25:23 +05:00
Kirill d0b3c97803 feat: improve notifications - fix auth code tg duplicate, double order notify, add PAID label, expand text, add deliveryFeeAdjusted event 2026-05-18 14:48:54 +05:00
Kirill 4816d098da feat: add notification system database models 2026-05-18 11:20:53 +05:00
Kirill c8281a39e5 feat(db): add isResized to GalleryImage 2026-05-17 17:39:44 +05:00