Commit Graph

85 Commits

Author SHA1 Message Date
Kirill e092299a11 ыввы 2026-05-26 12:10:38 +05:00
Kirill e5e1e01c7e ыввы 2026-05-25 23:06:41 +05:00
Kirill 09c5e0cd50 ыввы 2026-05-25 21:14:19 +05:00
Kirill af582a813f fix: prevent adjacent slide peeking in ProductCard Swiper 2026-05-25 19:25:43 +05:00
Kirill 0576cc1251 ыввы 2026-05-25 19:22:53 +05:00
Kirill 69813b0fd0 fix: guard against destroyed editor in RichTextMessageEditor 2026-05-25 19:15:32 +05:00
Kirill 849e96511e fix: center icons in Alert and CartSnackbar components 2026-05-25 19:12:06 +05:00
Kirill a40c68141e fix: move isDark declaration outside palette IIFE 2026-05-25 19:10:00 +05:00
Kirill 9784ac3cb2 design: style Snackbar and Alert with minimalist warm monochrome palette 2026-05-25 19:03:50 +05:00
Kirill f24308bb56 design: upgrade typography, shadows, spacing, empty states, 404 page, focus rings, noise overlay 2026-05-25 18:57:25 +05:00
Kirill 0771209c5d ыввы 2026-05-25 18:46:48 +05:00
Kirill bd8722cfcb fix: move CartSnackbar inside BrowserRouter in App.tsx 2026-05-25 18:27:26 +05:00
Kirill bedf98245b test: add AddToCartButton and ToggleCartIcon integration tests, fix timer cleanup 2026-05-25 18:14:27 +05:00
Kirill 45aee539a2 fix: move CartSnackbar inside theme provider 2026-05-25 17:45:53 +05:00
Kirill b17e571772 fix: remove redundant timer, add navigation verification to CartSnackbar tests 2026-05-25 17:29:54 +05:00
Kirill e4012d8133 ыввы 2026-05-24 20:36:31 +05:00
Kirill ae83e2ae5f ывав 2026-05-24 19:10:53 +05:00
Kirill 4b89c42a72 пва 2026-05-24 17:07:46 +05:00
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