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.8.4 #137

Merged
merged 58 commits into from
Nov 8, 2023
Merged
Changes from 1 commit
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
95ff4e5
Merge pull request #120 from Blazam-App/Beta-Nightly
jacobsen9026 May 8, 2023
dc4972a
Fixes
jacobsen9026 May 13, 2023
fc16166
AD Connecting Logging
jacobsen9026 May 16, 2023
7d1fcd7
Add Applicattin Name to logs
jacobsen9026 May 16, 2023
366e3b1
Missed one appname
jacobsen9026 May 16, 2023
e651495
Additional Logging
May 16, 2023
4867629
Decryption Exception catching
May 16, 2023
612f38f
Merge pull request #123 from Blazam-App/Beta-Nightly
jacobsen9026 May 16, 2023
6600f1d
Fix for login auth error snackbar message
jacobsen9026 May 16, 2023
2e13beb
Change SettingsField Display
jacobsen9026 May 17, 2023
53ca882
Improve AD login speed
May 17, 2023
b685b38
Minor Cleanup
jacobsen9026 May 18, 2023
17bdb76
Improve AD Logon
jacobsen9026 May 18, 2023
9df3d5c
Use config when running as a service
jacobsen9026 May 19, 2023
70c265d
Merge pull request #126 from Blazam-App/Beta-Dev
jacobsen9026 May 23, 2023
e97ec9d
UI Fixes
May 24, 2023
1f13be1
Merge UnderIIS
May 24, 2023
a178305
Somehow, some modals are broken
Jun 8, 2023
a4dc992
Code improvements
jacobsen9026 Jun 8, 2023
4f07696
Merge Work and Home
jacobsen9026 Jun 8, 2023
58ce274
Faster AD Login
Jun 13, 2023
2eb0a11
Add auto refresh script on server restart
Jul 19, 2023
0cdc9bf
Add assign member button to group page and fix ui updates
Jul 20, 2023
bf13447
Fix for member not being removed from UI list.
Jul 27, 2023
9e4a44b
Merge pull request #127 from Blazam-App/Beta-Dev
jacobsen9026 Jul 27, 2023
39c3939
Fix for possible missing cancellation token on update
Jul 27, 2023
3f8a04e
Merge pull request #128 from Blazam-App/Beta-Dev
jacobsen9026 Jul 27, 2023
470929f
Fix for only being able to apply an action to one object type per acc…
Jul 27, 2023
0c36d95
Merge pull request #129 from Blazam-App/Beta-Dev
jacobsen9026 Jul 27, 2023
3f73a6b
Add SSO login controller
Aug 1, 2023
9c065a2
Fix Group History Modal not opening
Sep 22, 2023
7de022f
Improve Autocomplete results time
Oct 5, 2023
165ebc2
Improve behavior of Active Directory installation page
Oct 5, 2023
e0041e4
Add Myrtille Support
Oct 9, 2023
8300f57
Fixed bug in application launch page that caused forever running loop
Oct 27, 2023
2cd15e3
Added IP addresses to audit entries
Oct 30, 2023
a34e020
Fix AD installation page status not updating
Oct 31, 2023
f3904a1
Update system components
Oct 31, 2023
4f51817
Version increment
Oct 31, 2023
8bf82a3
Merge pull request #132 from Blazam-App/Beta-Dev
jacobsen9026 Oct 31, 2023
277e5b9
Fix updater failure when trying to update self prior to app update.
Oct 31, 2023
990e2b0
Fix updater failing to update self prior to app update
Oct 31, 2023
0785721
Fix for filesystem permission checking
Oct 31, 2023
890a344
Fix for update credentials and self update
Nov 2, 2023
767d828
Version increment
Nov 2, 2023
28a8678
Chat fixes
Nov 7, 2023
d9a5eb5
Remove tests that fail in GitHub do to too much permission of task ru…
Nov 7, 2023
859a61e
Merge pull request #133 from Blazam-App/Beta-Dev
jacobsen9026 Nov 7, 2023
6fee070
Minor bug fixes, and ui improvements.
Nov 7, 2023
3443bb4
Fix port configuration not applying
jacobsen9026 Nov 7, 2023
444f272
Merge
jacobsen9026 Nov 7, 2023
1d19ae4
Merge pull request #134 from Blazam-App/Beta-Dev
jacobsen9026 Nov 8, 2023
08f2cc1
Fix for crash from Auto Update engine.
Nov 8, 2023
12abeb8
Additional attempts to remove old updates using available identities
Nov 8, 2023
db6d008
Merge pull request #135 from Blazam-App/Beta-Dev
jacobsen9026 Nov 8, 2023
a0d1a9d
Fix double chat messages
Nov 8, 2023
0f1baed
Update user IP when change is detected.
Nov 8, 2023
a6eed47
Merge pull request #138 from Blazam-App/Beta-Dev
jacobsen9026 Nov 8, 2023
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
Missed one appname
  • Loading branch information
jacobsen9026 committed May 16, 2023
commit 366e3b1585558e6d0ae14f0da7a02dc6a008095a
2 changes: 2 additions & 0 deletions BLAZAMLoggers/Loggers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ public static void SetupLoggers(string logPath,string applicationVersion="1.0")
.Enrich.WithMachineName()
.Enrich.WithEnvironmentName()
.Enrich.WithEnvironmentUserName()
.Enrich.WithProperty("Application Name", "Blazam")

.Enrich.WithProperty("Application Version", _applicationVersion)

.WriteTo.File(logPath + @"system\system.txt",
Expand Down
Loading