Dane Everitt
|
c96f22787a
|
Correct logic handling a server resource update
|
2019-11-24 19:57:20 -08:00 |
|
Dane Everitt
|
35c1e467cd
|
Logical file rename
|
2019-11-24 19:32:02 -08:00 |
|
Dane Everitt
|
9f4518fc58
|
Add (unchecked) code to do an in-situ replacement of build settings
|
2019-11-24 15:08:38 -08:00 |
|
Dane Everitt
|
22e6ce2f7e
|
Add base code to convert json data into a server object
This is not great code, but wow dealing with JSON is a nightmare in go.
|
2019-11-16 15:10:53 -08:00 |
|
Dane Everitt
|
640f4b3a98
|
Send errors back over the socket to users depending on permission
|
2019-09-28 13:01:04 -07:00 |
|
Dane Everitt
|
8b8a131b7d
|
Change websocket validation method to use JWT
|
2019-09-24 21:21:59 -07:00 |
|
Dane Everitt
|
4318d9988a
|
Add support for renaming files/directories
|
2019-05-04 16:04:41 -07:00 |
|
Dane Everitt
|
ebe98aa860
|
Correctly handle closing of websocket, whoopsie
|
2019-04-20 15:45:48 -07:00 |
|
Dane Everitt
|
b20bfac36b
|
Get server logs sending over the socket. wowee
|
2019-04-20 14:57:37 -07:00 |
|
Dane Everitt
|
afe2941983
|
Ugly first attempt at enabling socketio
|
2019-04-07 16:28:01 -07:00 |
|
Dane Everitt
|
0ace25c117
|
Add support for listing a directory's contents
|
2019-04-07 14:45:23 -07:00 |
|
Dane Everitt
|
91afa4d38e
|
Add basic file stat & mimetype
|
2019-04-07 13:47:14 -07:00 |
|
Dane Everitt
|
314a5ad546
|
Add FS logic for determining folder size as well as safe path resolution
|
2019-04-06 16:53:22 -07:00 |
|
Dane Everitt
|
d534b23606
|
Move configuration to own directory, modify docker environment setup to be easier to manage
|
2019-04-06 13:33:54 -07:00 |
|
Dane Everitt
|
7d67be8382
|
Add support for getting a server's log file via the API
|
2019-04-06 12:27:44 -07:00 |
|
Dane Everitt
|
cedbee5080
|
Add initial API support for listing configured servers
|
2019-04-05 22:20:26 -07:00 |
|
Dane Everitt
|
e0f26e9693
|
Fix dependency hell because of old docker version
|
2019-04-03 23:34:24 -07:00 |
|
Dane Everitt
|
08af485c40
|
Get basic environment creation beginning to work
|
2019-04-03 22:01:11 -07:00 |
|
Dane Everitt
|
639d9edef5
|
Better configuration loading process for servers
Loads up to 10 configurations at once in parallel
|
2019-03-24 18:39:01 -07:00 |
|
Dane Everitt
|
29de97c857
|
That editorconfig file really butchered the formatting for go
|
2019-03-24 18:00:21 -07:00 |
|
Dane Everitt
|
80b4da9284
|
Move configuration into root space
|
2019-03-24 15:59:37 -07:00 |
|
Dane Everitt
|
75de4a412a
|
Add zap logger, migrate some constants up a level
|
2019-03-24 14:37:05 -07:00 |
|
Dane Everitt
|
d634c5dc38
|
Migrate to modules to remove the need for a gopath
|
2019-03-24 14:06:12 -07:00 |
|