| 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 | 3 | -75/+42 |
| | | |||||
| * | feat(2fa): implement google authenticator 2fa | schererleander | 2025-12-26 | 8 | -77/+940 |
| | | | | | | | | | | | - 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 | 6 | -557/+566 |
| | | |||||
| * | fix(login): improve error handling and redirect logic | schererleander | 2025-12-26 | 1 | -1/+3 |
| | | |||||
| * | fix(auth): add error handling to authorize credentials | schererleander | 2025-12-26 | 1 | -11/+16 |
| | | |||||
| * | refactor(minio): simplify client setup and remove redundant checks | schererleander | 2025-12-26 | 1 | -17/+1 |
| | | |||||
| * | 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 | 3 | -35/+12 |
| | | |||||
| * | fix(lib): improve types and lazy loading in mongodb connection | schererleander | 2025-12-26 | 1 | -15/+29 |
| | | |||||
| * | refactor(lib): simplify minio client setup and remove policy logic | schererleander | 2025-12-26 | 1 | -17/+1 |
| | | |||||
| * | refactor(model): strip sensitive fields in toJSON transform | schererleander | 2025-12-26 | 1 | -2/+10 |
| | | |||||
| * | chore: remove unused mongodbadapter | schererleander | 2025-07-14 | 1 | -2/+0 |
| | | |||||
| * | feat: update branding | schererleander | 2025-07-02 | 1 | -1/+1 |
| | | |||||
| * | feat: update branding and bucket name for boilerplate | schererleander | 2025-07-02 | 2 | -2/+2 |
| | | |||||
| * | feat: add User model | schererleander | 2025-07-02 | 1 | -0/+18 |
| | | |||||
| * | Revert "feat: add database models" | schererleander | 2025-07-02 | 2 | -43/+0 |
| | | | | | This reverts commit 8864425ccfb221a9a55fe1c73a67c0e2de14ed58. | ||||
| * | 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 |
| | | |||||
| * | feat: add UI components | schererleander | 2025-07-02 | 16 | -0/+1064 |
| | | |||||
| * | feat: add libraries and utilities | schererleander | 2025-07-02 | 5 | -0/+294 |
| | | |||||
| * | feat: add database models | schererleander | 2025-07-02 | 2 | -0/+43 |
| | | |||||
| * | feat: add type definitions | schererleander | 2025-07-02 | 1 | -0/+25 |
