| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(settings): split settings page into separate form components | schererleander | 2025-12-26 | 6 | -565/+19 |
| | | |||||
| * | refactor(layout): move navbar and footer to root layout and switch toast library | schererleander | 2025-12-26 | 2 | -44/+42 |
| | | |||||
| * | feat(2fa): implement google authenticator 2fa | schererleander | 2025-12-26 | 4 | -73/+769 |
| | | | | | | | | | | | - add otplib and qrcode dependencies - update user model with 2fa fields - add twoFactorCode to validation schema - implement api routes for setup, enable, disable - add 2fa verification in auth flow - add 2fa management ui in settings - implement 2fa challenge in login page | ||||
| * | refactor: modularize settings form into smaller components | schererleander | 2025-12-26 | 4 | -424/+457 |
| | | |||||
| * | refactor: implement server-side rendering for auth-dependent pages | schererleander | 2025-12-26 | 3 | -483/+467 |
| | | |||||
| * | fix(login): improve error handling and redirect logic | schererleander | 2025-12-26 | 1 | -1/+3 |
| | | |||||
| * | style(ui): minor formatting updates to pages | schererleander | 2025-12-26 | 3 | -9/+9 |
| | | |||||
| * | refactor(api): enhance profile image upload security and validation | schererleander | 2025-12-26 | 1 | -158/+31 |
| | | |||||
| * | refactor(api): simplify password update logic | schererleander | 2025-12-26 | 1 | -44/+9 |
| | | |||||
| * | refactor(api): optimize profile update route and error handling | schererleander | 2025-12-26 | 1 | -28/+16 |
| | | |||||
| * | refactor(api): optimize register route and improve error handling | schererleander | 2025-12-26 | 1 | -17/+10 |
| | | |||||
| * | refactor(auth): cleanup auth options and remove manual db connect | schererleander | 2025-12-26 | 1 | -1/+1 |
| | | |||||
| * | feat: add app pages and layout | schererleander | 2025-07-02 | 7 | -0/+1057 |
| | | |||||
| * | feat: add user management API | schererleander | 2025-07-02 | 3 | -0/+353 |
| | | |||||
| * | feat: add authentication API | schererleander | 2025-07-02 | 2 | -0/+67 |
