aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* feat(auth): add two-factor authentication supportschererleander2025-12-266-11/+276
|
* refactor(settings): split settings page into separate form componentsschererleander2025-12-266-565/+19
|
* refactor(layout): move navbar and footer to root layout and switch toast libraryschererleander2025-12-263-75/+42
|
* feat(2fa): implement google authenticator 2faschererleander2025-12-2610-81/+1379
| | | | | | | | | | - 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 componentsschererleander2025-12-264-424/+457
|
* refactor: implement server-side rendering for auth-dependent pagesschererleander2025-12-266-557/+566
|
* chore(policy): update avatar resource path in policyschererleander2025-12-261-1/+1
|
* fix(login): improve error handling and redirect logicschererleander2025-12-261-1/+3
|
* fix(auth): add error handling to authorize credentialsschererleander2025-12-261-11/+16
|
* refactor(minio): simplify client setup and remove redundant checksschererleander2025-12-261-17/+1
|
* style(ui): minor formatting updates to pagesschererleander2025-12-263-9/+9
|
* chore(config): update package dependencies and eslint configschererleander2025-12-263-18/+17
|
* refactor(api): enhance profile image upload security and validationschererleander2025-12-261-158/+31
|
* refactor(api): simplify password update logicschererleander2025-12-261-44/+9
|
* refactor(api): optimize profile update route and error handlingschererleander2025-12-261-28/+16
|
* refactor(api): optimize register route and improve error handlingschererleander2025-12-261-17/+10
|
* refactor(auth): cleanup auth options and remove manual db connectschererleander2025-12-263-35/+12
|
* fix(lib): improve types and lazy loading in mongodb connectionschererleander2025-12-261-15/+29
|
* refactor(lib): simplify minio client setup and remove policy logicschererleander2025-12-261-17/+1
|
* refactor(model): strip sensitive fields in toJSON transformschererleander2025-12-261-2/+10
|
* chore(deps): upgrade to nextjs 16.1.1, react 19.2.3schererleander2025-12-263-1136/+1954
|
* fix profile avatar policyschererleander2025-10-242-3/+21
|
* feat: add user profile image policyschererleander2025-07-141-3/+6
|
* chore: remove unused mongodbadapterschererleander2025-07-141-2/+0
|
* fix: add .env to .gitignore to prevent future commitsschererleander2025-07-021-0/+1
|
* feat: update brandingschererleander2025-07-021-1/+1
|
* docs: add screenshots to READMEschererleander2025-07-023-0/+7
|
* feat: update branding and bucket name for boilerplateschererleander2025-07-022-2/+2
|
* feat: rename project to Next-Boilerplateschererleander2025-07-022-3/+3
|
* docs: update README for generic boilerplate setupschererleander2025-07-021-22/+81
|
* feat: add User modelschererleander2025-07-021-0/+18
|
* Revert "feat: add database models"schererleander2025-07-022-43/+0
| | | | This reverts commit 8864425ccfb221a9a55fe1c73a67c0e2de14ed58.
* feat: add app pages and layoutschererleander2025-07-027-0/+1057
|
* feat: add user management APIschererleander2025-07-023-0/+353
|
* feat: add authentication APIschererleander2025-07-022-0/+67
|
* feat: add UI componentsschererleander2025-07-0216-0/+1064
|
* feat: add libraries and utilitiesschererleander2025-07-025-0/+294
|
* feat: add database modelsschererleander2025-07-022-0/+43
|
* feat: add type definitionsschererleander2025-07-021-0/+25
|
* feat: add static assetsschererleander2025-07-025-0/+5
|
* feat: add documentationschererleander2025-07-021-0/+36
|
* feat: environment and deployment setupschererleander2025-07-022-0/+100
|
* feat: project setup and configurationschererleander2025-07-027-0/+8117