Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.9.5 Update #460

Merged
merged 44 commits into from
Jul 30, 2024
Merged
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
d768b24
Bump MailKit from 4.6.0 to 4.7.1.1
dependabot[bot] Jul 22, 2024
78b2a18
Merge pull request #437 from Blazam-App/dependabot/nuget/MailKit-4.7.1.1
jacobsen9026 Jul 23, 2024
a85daae
Bump Microsoft.AspNetCore.Identity.UI from 6.0.30 to 6.0.32
jacobsen9026 Jul 23, 2024
4424f35
Bump Microsoft.VisualStudio.Web.CodeGeneration.Design from 6.0.16 to …
jacobsen9026 Jul 23, 2024
7857794
Bump Microsoft.Playwright.NUnit from 1.44.0 to 1.45.1
jacobsen9026 Jul 23, 2024
e759797
Update all other dependencies
jacobsen9026 Jul 23, 2024
75e9100
Update Octokit
jacobsen9026 Jul 23, 2024
8a2d489
Remove redundant group post creation triggers
jacobsen9026 Jul 23, 2024
b22c886
Fix for first OU not being alphabetical in tree views #386
jacobsen9026 Jul 23, 2024
a2e6e77
Merge pull request #443 from Blazam-App/Stable-Dev-Common-Code
jacobsen9026 Jul 23, 2024
a187fc3
Unused code from another project
jacobsen9026 Jul 23, 2024
cf64aaa
Move OU create audit and notification triggers
jacobsen9026 Jul 23, 2024
e0dcb22
Detect group changes for notifications
jacobsen9026 Jul 23, 2024
80619a8
Merge pull request #444 from Blazam-App/Stable-Dev-Common-Code
jacobsen9026 Jul 23, 2024
fda03f8
Merge pull request #445 from Blazam-App/Beta-Dev
jacobsen9026 Jul 23, 2024
dae1f90
Remove assign and unassign from User and Computer appropriate Object …
jacobsen9026 Jul 24, 2024
a160880
Add printer object actions
jacobsen9026 Jul 24, 2024
c79f61c
Add Bitlock delete object action
jacobsen9026 Jul 24, 2024
8837310
Merge pull request #446 from Blazam-App/Stable-Dev-Common-Code
jacobsen9026 Jul 24, 2024
651a51c
Security update against potential DOS
jacobsen9026 Jul 24, 2024
c1c6120
Merge pull request #448 from Blazam-App/Stable-Dev-Common-Code
jacobsen9026 Jul 24, 2024
362d2a5
Merge pull request #449 from Blazam-App/Beta-Dev
jacobsen9026 Jul 24, 2024
12348d1
Implement Email Notifications
jacobsen9026 Jul 26, 2024
542d27f
Merge pull request #450 from Blazam-App/Stable-Dev-Common-Code
jacobsen9026 Jul 26, 2024
970ad0f
Self Notification Subscription Management
jacobsen9026 Jul 27, 2024
a854a23
Merge pull request #451 from Blazam-App/Stable-Dev-Common-Code
jacobsen9026 Jul 27, 2024
6d523d2
App news improvemnts
jacobsen9026 Jul 27, 2024
c2efaa1
Auto Update registers actions as Jobs
jacobsen9026 Jul 27, 2024
e9a04b7
Async refresh modal
jacobsen9026 Jul 27, 2024
c6a062e
Fix for unable to save email in user profile settings
jacobsen9026 Jul 27, 2024
2e26663
Default user to System
jacobsen9026 Jul 27, 2024
1392700
Global import for notifications gui
jacobsen9026 Jul 27, 2024
488845a
Merge pull request #452 from Blazam-App/Stable-Dev-Common-Code
jacobsen9026 Jul 27, 2024
9873569
Merge branch 'Beta-Dev' of https://github.com/Blazam-App/BLAZAM into …
jacobsen9026 Jul 27, 2024
8ef5795
Increment version
jacobsen9026 Jul 27, 2024
95c0699
Fix for possible email exception on email setttings page
jacobsen9026 Jul 27, 2024
547ab6a
Merge pull request #453 from Blazam-App/Stable-Dev-Common-Code
jacobsen9026 Jul 27, 2024
6b6c6a3
Fix for null insertion error when creating mulitiple notification sub…
jacobsen9026 Jul 27, 2024
bbf37e5
Fully functional email notifications
jacobsen9026 Jul 27, 2024
261dbe9
Merge pull request #454 from Blazam-App/Stable-Dev-Common-Code
jacobsen9026 Jul 27, 2024
c64c24f
Increment minor version
jacobsen9026 Jul 27, 2024
5fc4fd8
Update dependencies
jacobsen9026 Jul 27, 2024
b4fc86b
Remove unused class
jacobsen9026 Jul 27, 2024
2d271fa
Merge pull request #455 from Blazam-App/Beta-Dev
jacobsen9026 Jul 27, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump Microsoft.VisualStudio.Web.CodeGeneration.Design from 6.0.16 to …
…6.0.17
  • Loading branch information
jacobsen9026 committed Jul 23, 2024
commit 4424f357a9b5846876172e994b922581d173fc2a
2 changes: 1 addition & 1 deletion BLAZAM/BLAZAM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Localization" Version="8.0.5" />
<PackageReference Include="Microsoft.Extensions.Logging.EventLog" Version="8.0.0" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.16" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.17" />
<PackageReference Include="MudBlazor.Markdown" Version="0.1.3" />
<PackageReference Include="MudBlazor.ThemeManager" Version="1.0.9" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
Expand Down