index
:
boilerplate.git
main
Next.js boilerplate with authentication, user profiles, and file storage using MongoDB & MinIO
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
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(deps): upgrade to nextjs 16.1.1, react 19.2.3
schererleander
2025-12-26
3
-1136
/
+1954
|
*
fix profile avatar policy
schererleander
2025-10-24
2
-3
/
+21
|
*
feat: add user profile image policy
schererleander
2025-07-14
1
-3
/
+6
|
*
chore: remove unused mongodbadapter
schererleander
2025-07-14
1
-2
/
+0
|
*
fix: add .env to .gitignore to prevent future commits
schererleander
2025-07-02
1
-0
/
+1
|
*
feat: update branding
schererleander
2025-07-02
1
-1
/
+1
|
*
docs: add screenshots to README
schererleander
2025-07-02
3
-0
/
+7
|
*
feat: update branding and bucket name for boilerplate
schererleander
2025-07-02
2
-2
/
+2
|
*
feat: rename project to Next-Boilerplate
schererleander
2025-07-02
2
-3
/
+3
|
*
docs: update README for generic boilerplate setup
schererleander
2025-07-02
1
-22
/
+81
|
*
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
|
*
feat: add static assets
schererleander
2025-07-02
5
-0
/
+5
|
*
feat: add documentation
schererleander
2025-07-02
1
-0
/
+36
|
*
feat: environment and deployment setup
schererleander
2025-07-02
2
-0
/
+100
|
*
feat: project setup and configuration
schererleander
2025-07-02
7
-0
/
+8117