mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[PR #693] [MERGED] Feature: Advanced Authentication User Email Notifications #1094
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy#1094
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/maziggy/bambuddy/pull/693
Author: @cadtoolbox
Created: 3/13/2026
Status: ✅ Merged
Merged: 3/17/2026
Merged by: @maziggy
Base:
dev← Head:dev_user-notifications📝 Commits (10+)
1ab888dAdvanced Authentication - user notifications updates + Bug Fixesc49311bMerge branch 'dev' into dev_user-notifications1059494Updates for PR#700ff1ab66Merge branch 'dev' into dev_user-notifications18d7f68Merge branch 'dev' into dev_user-notifications17570b9Merge branch 'dev' into dev_user-notifications4678772Merge branch 'dev' into dev_user-notificationsa89bd0eIncorporate Maziggy comments from PR#693 (#115)794fd7bMerge branch 'dev' into dev_user-notificationsee6b1e9Merge branch 'dev' into dev_user-notifications📊 Changes
29 files changed (+1328 additions, -13 deletions)
View changed files
📝
backend/app/api/routes/notification_templates.py(+5 -0)📝
backend/app/api/routes/print_queue.py(+11 -0)📝
backend/app/api/routes/settings.py(+1 -0)➕
backend/app/api/routes/user_notifications.py(+107 -0)📝
backend/app/api/routes/users.py(+2 -1)📝
backend/app/core/database.py(+47 -0)📝
backend/app/core/permissions.py(+3 -1)📝
backend/app/main.py(+327 -5)📝
backend/app/models/notification_template.py(+25 -0)📝
backend/app/models/user.py(+10 -0)➕
backend/app/models/user_email_pref.py(+31 -0)📝
backend/app/schemas/notification_template.py(+34 -0)📝
backend/app/schemas/settings.py(+7 -0)➕
backend/app/schemas/user_notifications.py(+24 -0)📝
backend/app/services/email_service.py(+66 -0)📝
backend/app/services/notification_service.py(+114 -0)📝
backend/app/services/print_scheduler.py(+8 -1)📝
frontend/src/App.tsx(+2 -0)📝
frontend/src/api/client.ts(+20 -1)📝
frontend/src/components/Layout.tsx(+19 -3)...and 9 more files
📄 Description
Description
New Feature: Advanced Authentication user notifications
This allows for basic email notifications for user specific print jobs, start, complete, error/stop and fail.
Requires Advanced Authentication to be enabled + User Notifications
Bug Fix: Unable to update email address for Advanced Auth users
Related Issue
Fixes #683
Type of Change
Changes Made
Screenshots
Testing
Checklist
Additional Notes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.