-
776b3d9ac2
Fix active/all token issues
master
Logan Cusano
2025-07-06 20:16:56 -04:00
-
1658ea2e83
Fix spacing
Logan Cusano
2025-07-06 19:55:17 -04:00
-
adadd1c62b
Add active client object to status endpoint
Logan Cusano
2025-06-29 22:18:53 -04:00
-
da173e7f58
Update token CRUD endpoints to use ObjectId for IDs
Logan Cusano
2025-06-29 21:35:11 -04:00
-
64e3031389
Update find discord IDs with more debugging
Logan Cusano
2025-06-29 21:06:01 -04:00
-
f2dd714571
Implement fixed node for token
Logan Cusano
2025-06-29 19:08:57 -04:00
-
df4e7f7d67
Fix bug when checking if token is in active clients
Logan Cusano
2025-06-29 18:34:20 -04:00
-
f50503cca8
Fix bug in active client to_dict if there's no active_token
Logan Cusano
2025-06-29 18:23:41 -04:00
-
bcff5a4981
Restructure to activeclient so it always has DiscordId object for active token (if active)
Logan Cusano
2025-06-29 18:19:56 -04:00
-
7e538b693e
Fix not paying attention
Logan Cusano
2025-06-29 04:25:59 -04:00
-
12b9db9d8b
fix active clients endpoint
Logan Cusano
2025-06-29 04:20:06 -04:00
-
541f6fddec
Fix typo in types
Logan Cusano
2025-06-29 04:15:14 -04:00
-
2e300800bc
Send relevant active client info to FE
Logan Cusano
2025-06-29 03:47:16 -04:00
-
d889f0e8ea
Accept active token from node
Logan Cusano
2025-06-29 02:37:17 -04:00
-
7820e87989
Update JWT to not expire for nodes and expire in 1 hour for users
Logan Cusano
2025-06-29 01:43:09 -04:00
-
e89e67f33a
Fix node auth
Logan Cusano
2025-06-08 00:18:46 -04:00
-
ac23a5ec84
Fix typo
Logan Cusano
2025-06-07 23:32:14 -04:00
-
6f64a8390a
Implemented client nickname and access token
Logan Cusano
2025-06-07 23:08:24 -04:00
-
1575d466f2
Add amd64 build
Logan Cusano
2025-05-26 17:24:55 -04:00
-
54e5c46496
Fix the tag
Logan Cusano
2025-05-26 03:51:38 -04:00
-
732f0fe684
fix deploy name
Logan Cusano
2025-05-26 03:49:32 -04:00
-
dfe431f1ba
fix name
Logan Cusano
2025-05-26 03:40:45 -04:00
-
df91fd994d
Init build
Logan Cusano
2025-05-26 03:40:01 -04:00
-
af10851002
Refactored DB handlers
Logan Cusano
2025-05-26 02:36:21 -04:00
-
a9c1e24ef9
Added missed roles import
Logan Cusano
2025-05-26 01:27:20 -04:00
-
dab863db89
Fix typo
Logan Cusano
2025-05-26 01:26:52 -04:00
-
4c5085d98d
Added missed imports
Logan Cusano
2025-05-26 01:26:21 -04:00
-
490b6b3545
Added permissions to the endpoints
Logan Cusano
2025-05-26 01:25:00 -04:00
-
09ed25dfc0
Fix copy mistake
Logan Cusano
2025-05-26 01:19:52 -04:00
-
f4195e5e41
Update system delete logic
Logan Cusano
2025-05-26 01:17:40 -04:00
-
8bfc3939ba
Fix copy mistake
Logan Cusano
2025-05-26 01:15:52 -04:00
-
8a63f11315
Improved update system logic
Logan Cusano
2025-05-26 01:15:03 -04:00
-
a6c318ecc8
Update create token logic
Logan Cusano
2025-05-26 01:09:41 -04:00
-
243ae6d15a
Fix param name
Logan Cusano
2025-05-26 00:57:58 -04:00
-
ea361f51a6
Added token/discord ID endpoints
Logan Cusano
2025-05-26 00:53:50 -04:00
-
f49472c651
Handle when active config is empty
Logan Cusano
2025-05-26 00:23:37 -04:00
-
ec13c38dea
Fixed bug when checking for active tokens
Logan Cusano
2025-05-26 00:09:23 -04:00
-
6f74a7bea9
Ensured consistent 'None' if system_id not provided
Logan Cusano
2025-05-25 23:36:21 -04:00
-
dff9371b32
Remove unused body param
Logan Cusano
2025-05-25 23:04:22 -04:00
-
5d35f0fa77
Fix copy mistake
Logan Cusano
2025-05-25 23:02:16 -04:00
-
a094027a10
Implement OP25 commands
Logan Cusano
2025-05-25 22:58:38 -04:00
-
a9ea9a374d
Update status response object
Logan Cusano
2025-05-25 22:05:28 -04:00
-
de6a547f4f
Fix read response logic
Logan Cusano
2025-05-25 22:02:46 -04:00
-
f46f7d6160
Fix status command
Logan Cusano
2025-05-25 21:45:27 -04:00
-
5b90ebb8f1
Implemented staus check and refactored node endpoints
Logan Cusano
2025-05-25 21:41:56 -04:00
-
5e6ee765d8
Fix naming when getting all discord tokens
Logan Cusano
2025-05-25 20:43:32 -04:00
-
3188a10a74
Return a more useful object (insecure for now)
Logan Cusano
2025-05-25 20:20:38 -04:00
-
2740abfdcb
Add endpoint for getting all discord IDs
Logan Cusano
2025-05-25 19:59:31 -04:00
-
c4a5f0ac1e
Add CORS
Logan Cusano
2025-05-25 18:24:50 -04:00
-
e418de0ac9
Implement basic auth for frontend
Logan Cusano
2025-05-25 15:59:16 -04:00
-
cb6065a60f
Remove Mac meta files
Logan Cusano
2025-05-25 15:54:47 -04:00
-
8c6cf5683a
Added the client ID to the returned object when getting online bots
Logan Cusano
2025-05-24 23:30:46 -04:00
-
3806c7bcdd
Fixed logic of getting the online bots
Logan Cusano
2025-05-24 23:28:25 -04:00
-
4a61bd195f
Added new node route to get online bots
Logan Cusano
2025-05-24 23:24:18 -04:00
-
fbd0e65019
Minor bugs when creating a system
Logan Cusano
2025-05-24 22:44:20 -04:00
-
82d7160e5e
refactored frequency_khz to frequencies
Logan Cusano
2025-05-24 18:39:07 -04:00
-
58a95fd501
Reorganize for classes to access each other
Logan Cusano
2025-05-24 18:28:54 -04:00
-
69b02b363e
Fix bug when checking if token is in use and added the token to the active clients when selected
Logan Cusano
2025-05-24 18:27:09 -04:00
-
8bb8a60ece
fix typo
Logan Cusano
2025-05-24 18:16:12 -04:00
-
679bea5eae
Define init function for ActiveClient
Logan Cusano
2025-05-24 18:15:33 -04:00
-
107ab049ff
Implemented bot endpoint with DB requests and other tweaks
Logan Cusano
2025-05-24 18:12:59 -04:00
-
15b12ecd5f
Fix bug to convert system ID to string
Logan Cusano
2025-05-24 15:58:16 -04:00
-
1d5359d788
Moved types to their own file
Logan Cusano
2025-05-24 14:56:56 -04:00
-
588e794ae9
Unified network param
Logan Cusano
2025-05-24 14:56:47 -04:00
-
81267e4c76
refactored nodes and implemented API function
Logan Cusano
2025-05-24 14:56:33 -04:00
-
67925c120a
move into /app dir and add new db handler + wrappers
Logan Cusano
2025-05-11 20:33:57 -04:00
-
163153d7f6
Init push
Logan Cusano
2025-04-27 00:32:14 -04:00