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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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