|
|
6c85677e1b
|
Fixed error on posting admin comment
Pull Request CI / Merge Check (pull_request) Successful in 4m10s
|
2026-03-12 22:23:28 -04:00 |
|
|
|
0cc327a9c4
|
Added cache busting option for devs
Pull Request CI / Merge Check (pull_request) Successful in 3m44s
|
2026-03-08 10:34:29 -04:00 |
|
|
|
adc9da6a40
|
added support for integrated rank changes
Pull Request CI / Merge Check (pull_request) Successful in 3m27s
|
2026-03-02 20:30:01 -05:00 |
|
|
|
a988545dda
|
Implemented admin assign unit UI
Pull Request CI / Merge Check (pull_request) Successful in 3m55s
|
2026-03-02 20:16:28 -05:00 |
|
|
|
c34f8beea9
|
Fixed #194 issues
Pull Request CI / Merge Check (pull_request) Successful in 3m43s
|
2026-03-01 21:11:32 -05:00 |
|
|
|
86d069651c
|
Implemented self extension
|
2026-02-20 00:10:08 -05:00 |
|
|
|
2e944231a5
|
Limited most member search inputs to only display active members
Pull Request CI / Merge Check (pull_request) Successful in 3m28s
|
2026-02-12 22:53:13 -05:00 |
|
|
|
c7d79ae586
|
integrated audit log into pretty everything hopefully
Pull Request CI / Update Deployment (pull_request) Successful in 3m28s
|
2026-02-12 22:04:14 -05:00 |
|
|
|
5106b72e24
|
Integrated audit log into applications
|
2026-02-12 14:48:27 -05:00 |
|
|
|
0f29dabeee
|
added detailed reason to member discharge
|
2026-02-12 00:53:15 -05:00 |
|
|
|
921e74f188
|
Integrated new member state into manage members page
Implemented suspend/unsuspend
|
2026-02-08 13:54:23 -05:00 |
|
|
|
f77f5b5a7f
|
Fixed application acceptance not setting state correctly
|
2026-02-08 00:49:23 -05:00 |
|
|
|
1101f0eb59
|
Fixed a whole lotta broken stuff by changing state from a string to a number
|
2026-02-07 13:25:15 -05:00 |
|
|
|
686838e9bf
|
Merge remote-tracking branch 'Origin/main' into devcontainers
|
2026-02-01 11:35:47 -05:00 |
|
|
|
22eaba6f90
|
Wrapped up discharge form close #159
|
2026-01-28 15:39:45 -05:00 |
|
|
|
67562f56aa
|
Revived the page! He's baaaaack
|
2026-01-27 10:01:41 -05:00 |
|
|
|
083ddc345b
|
overhauled mock auth solution
|
2026-01-26 01:14:19 -05:00 |
|
|
|
f9f1593b46
|
Merge branch 'main' into devcontainers
|
2026-01-21 12:35:14 -05:00 |
|
|
|
a0a405de85
|
Implemented user deserialize cache
|
2026-01-21 01:03:46 -05:00 |
|
|
|
d9732830bb
|
added auth mode changes
|
2026-01-19 19:22:15 -05:00 |
|
|
|
f26a334487
|
removed crash causing log line
|
2026-01-17 01:03:30 -05:00 |
|
|
|
19eb2be252
|
Added "approved by" system
|
2026-01-16 16:26:20 -05:00 |
|
|
|
318762e1b4
|
implemented integrations and events system
|
2026-01-01 16:04:04 -05:00 |
|
|
|
ac82a80c1c
|
removed a forced exception from testing error logging
|
2025-12-31 21:46:13 -05:00 |
|
|
|
9f895a202d
|
integrated the new logger across the entire API
|
2025-12-31 21:45:38 -05:00 |
|
|
|
6139f12e13
|
added error handling system in logger
|
2025-12-31 13:14:47 -05:00 |
|
|
|
cf8f0fbc34
|
implemented performance profiling into some areas
|
2025-12-31 12:01:03 -05:00 |
|
|
|
d101bf9686
|
implemented new logging system in first iteration
|
2025-12-31 11:26:44 -05:00 |
|
|
|
0e6a3c4a01
|
Restructured services to support more... services
|
2025-12-31 09:51:31 -05:00 |
|
|
|
40e53c52b4
|
Merge branch 'main' into promotions
|
2025-12-30 20:57:18 -06:00 |
|
|
|
eb92dcafda
|
Merge pull request 'Role-Management-Overhaul' (#122) from Role-Management-Overhaul into main
Continuous Integration / Update Development (push) Successful in 1m52s
Reviewed-on: #122
|
2025-12-30 20:54:50 -06:00 |
|
|
|
efb5508a8d
|
fixed server error when trying to view nonexistend application
|
2025-12-30 14:24:25 -05:00 |
|
|
|
3848eb939a
|
Tweaked LOA API RBAC to allow full command group access
Continuous Integration / Update Development (push) Successful in 2m48s
Continuous Deployment / Update Deployment (push) Successful in 2m32s
|
2025-12-22 21:36:10 -05:00 |
|
|
|
ff5371d867
|
Removed hard dependency on discord ID for auth system
|
2025-12-19 22:46:53 -05:00 |
|
|
|
8903baef52
|
Upgraded handling of duplicate member roles Close #56
|
2025-12-18 22:38:36 -05:00 |
|
|
|
f0624a64bd
|
locked down delete role functionality
|
2025-12-18 16:21:06 -05:00 |
|
|
|
8c04d2cf05
|
first pass of new UI
|
2025-12-18 15:12:22 -05:00 |
|
|
|
5e06e38a0d
|
Merge remote-tracking branch 'Origin/main' into promotions
|
2025-12-17 23:45:58 -05:00 |
|
|
|
f3e35f3f6a
|
improved robustness of logout function
Continuous Integration / Update Development (push) Successful in 2m29s
|
2025-12-17 19:46:30 -05:00 |
|
|
|
a7c2ed7dff
|
Removed a whole bunch of old logging
|
2025-12-17 09:40:11 -05:00 |
|
|
|
2f7eb37771
|
Merge branch 'main' into homepage/welcome
|
2025-12-16 23:44:50 -05:00 |
|
|
|
278690e094
|
Began implementation for getting promotion history
|
2025-12-16 22:28:32 -05:00 |
|
|
|
dac4de236b
|
added pagination support for member LOA history
|
2025-12-16 19:14:08 -05:00 |
|
|
|
5f03820891
|
added first pass of homepage
|
2025-12-16 11:49:14 -05:00 |
|
|
|
5cbe0e6c7f
|
overhauled client member management system
|
2025-12-16 01:45:45 -05:00 |
|
|
|
9e469013c7
|
implemented pagination for training reports
|
2025-12-16 00:23:59 -05:00 |
|
|
|
627f6bfe3d
|
overhauled training report fields to use new searchable system
|
2025-12-15 23:02:22 -05:00 |
|
|
|
1eef9145a4
|
implemented pagination, header polish, and new display fixes
|
2025-12-15 20:28:14 -05:00 |
|
|
|
7f98d52634
|
fixed error on approve/deny applications
|
2025-12-15 13:12:48 -05:00 |
|
|
|
a335ce862d
|
fixed post account creation/claim flow. This may fix #93
|
2025-12-14 22:47:18 -05:00 |
|