• Joined on 2021-11-21
logan pushed to master at logan/DRB-CnC 2023-08-05 15:33:31 -04:00
6deba2bad2 Fix bug that used wrong env var for client port
e0d1a4a2fe Update client setup
Compare 2 commits »
logan closed issue logan/DRB-CnC#37 2023-08-04 23:47:20 -04:00
Implement Web Apps for Client and Server
logan deleted branch #37-implement-webapps from logan/DRB-CnC 2023-08-04 23:46:56 -04:00
logan pushed to master at logan/DRB-CnC 2023-08-04 23:46:53 -04:00
1078faa766 Merge pull request '#37 Implement v1 Web Apps' (#41) from #37-implement-webapps into master
75580c0547 Fix bug in httprequests, hostname was overwritten
880f1ccb01 Implemented v1 admin dashboard
76c4d002a0 Update to filter presets function in utils
2260deee01 Added filter presets function to utils and code formatted
Compare 59 commits »
logan merged pull request logan/DRB-CnC#41 2023-08-04 23:46:50 -04:00
#37 Implement v1 Web Apps
logan pushed to #37-implement-webapps at logan/DRB-CnC 2023-08-04 23:44:51 -04:00
75580c0547 Fix bug in httprequests, hostname was overwritten
logan pushed to #37-implement-webapps at logan/DRB-CnC 2023-08-04 23:22:00 -04:00
880f1ccb01 Implemented v1 admin dashboard
76c4d002a0 Update to filter presets function in utils
2260deee01 Added filter presets function to utils and code formatted
Compare 3 commits »
logan pushed to #37-implement-webapps at logan/DRB-CnC 2023-07-22 15:02:02 -04:00
8a0baa5bc9 Small tweaks
ec091c0017 Only concat the stored toasts with new toast when there are stored toasts
a5996ccfc0 Added page titles to server webUI
Compare 3 commits »
logan deleted tag test from logan/DRB-CnC 2023-07-22 04:06:31 -04:00
logan released test at logan/DRB-CnC 2023-07-22 04:06:14 -04:00
logan pushed tag test to logan/DRB-CnC 2023-07-22 04:06:14 -04:00
logan pushed to #37-implement-webapps at logan/DRB-CnC 2023-07-22 03:59:37 -04:00
3b248e36ec Merge branches '#37-implement-webapps' and '#37-implement-webapps' of https://git.vpn.cusano.net/logan/DRB-CnC into #37-implement-webapps
f5d58d45da Semi functional client webUI
62c0504028 Check if the presets exist when going to get them
5dd27f0bed Ignore local radio presets
e0bae665ed Fixed bug when editing node systems
Compare 26 commits »
logan pushed to #37-implement-webapps at logan/DRB-CnC 2023-07-22 03:58:11 -04:00
abdb725964 Semi functional client webUI
167f87128e Check if the presets exist when going to get them
bc09840dda Ignore local radio presets
c680c8fb2c Fixed bug when editing node systems
4ceb71bd84 Remove specific presets and left an example file if needed for clients
Compare 27 commits »
logan pushed to master at logan/DRB-CnC 2023-07-22 03:52:00 -04:00
d05c266f75 Added basic info to readmes
logan closed issue logan/DRB-CnC#20 2023-07-22 03:47:38 -04:00
Implement VPN Management
logan opened issue logan/DRB-CnC#42 2023-07-22 03:43:49 -04:00
Move to using Sockets for Server/Client Communication
logan pushed to master at logan/DRB-CnC 2023-07-22 03:34:56 -04:00
57fa6be110 Update Readmes (sort of)
logan pushed to #37-implement-webapps at logan/DRB-CnC 2023-07-22 03:34:01 -04:00
f5d58d45da Semi functional client webUI
62c0504028 Check if the presets exist when going to get them
5dd27f0bed Ignore local radio presets
e0bae665ed Fixed bug when editing node systems
598c802b28 Remove specific presets and left an example file if needed for clients
Compare 5 commits »
logan pushed to #37-implement-webapps at logan/DRB-CnC 2023-07-22 01:20:16 -04:00
ace762fc76 Finalizing Server webUI
75156d059e Add new node if node tries to check in with an ID not in the DB
abb833840a Update request node checkin in update node
11c8a149bb Remove unnecessary online param from webUI update node
9c111eda1a Update design on navbar and sidebar
Compare 5 commits »
logan created pull request logan/DRB-CnC#41 2023-07-16 23:24:20 -04:00
WIP: #37-implement-webapps