Commit Graph

1079 Commits

Author SHA1 Message Date
6e54089890 Adds delayed start status for auto-launching servers when crafty starts. 2021-09-20 18:30:17 -04:00
afc95a40fe Fixes bug where you cannot disable auto backup 2021-09-20 15:41:08 -04:00
dfc07fcb4c Fixes message for audit log. I know, I know too many pushes to dev. I'm done I promise! 2021-09-13 22:58:29 -04:00
f18d74540a Fixes bug where player counts would cause crash if not super user.
Adds commands sent through terminal to audit log.
Makes it so regular users cannot see the audit log.
2021-09-13 22:02:57 -04:00
92725d2249 Starts troubleshooting of port not changing after config change. 2021-09-13 17:52:09 -04:00
333cd33be3 Fixes server port writing issue. 2021-09-13 17:04:46 -04:00
7316cc7ea0 Adds kill process button to dashboard. 2021-09-13 15:03:47 -04:00
600430547f server creation fix 2021-09-09 00:20:38 +02:00
70ca82a086 Rework architecture for better MVC 2021-09-09 00:01:10 +02:00
cb73540e65 Doing MVC on Crafty Permissions 2021-09-06 19:27:01 +02:00
3ff3d0ccf1 Adding MOTD on Status Page 2021-08-29 00:48:30 +02:00
e4d94fbda5 Adds status page at /status 2021-08-26 21:06:22 -04:00
f4ca0f6559 Addind support for -1 unlimited check 2021-08-25 20:22:43 +02:00
b77aab954d Adds download options for files in file tree. This does not add ability to download directories. 2021-08-24 21:33:29 -04:00
aea023b893 Fixes error thrown when calling add_user page 2021-08-24 19:25:35 -04:00
af7e31a744 Fixes issue with error thrown when click save in edit_user 2021-08-24 19:19:33 -04:00
754da44b5b Merge branch 'http_redirect' into 'dev'
Adds support for http redirects to https

See merge request crafty-controller/crafty-commander!61
2021-08-24 22:33:27 +00:00
397fbd5268 Adding Support For Server Creation Quantity Limit 2021-08-25 00:23:33 +02:00
bb1f43bc81 Adding Support for Crafty Permissions with limits 2021-08-24 23:07:00 +02:00
d8f090b34d Makes redirect code way more efficient. 2021-08-23 22:54:52 -04:00
42bdc055aa Adds some http redirect support. User is redirected to https login screen on attempted connection. 2021-08-23 22:25:19 -04:00
cf331a8bc3 Merge branch 'dev' into dev-Silversthorn 2021-08-24 00:25:07 +02:00
261c8665c8 Pretty Server Version Choice 2021-08-24 00:24:40 +02:00
ce4a7619a6 Fixes wait window closing after first upload is complete and not waiting for all uploads to complete. 2021-08-23 18:22:35 -04:00
6022e3814f Fixed typo in uploads 2021-08-22 17:37:37 -04:00
192a5f2664 Modify handler to adapat to changes made in models. 2021-08-22 16:59:33 -04:00
b24fd93487 Merge branch 'broken-uploads' into 'dev'
Fixed upload streams

See merge request crafty-controller/crafty-commander!53
2021-08-22 20:37:02 +00:00
68202cfa7b Removed uploads from Ajax handler 2021-08-22 16:34:22 -04:00
86c1b374bf Fixed upload streams
Lukas added a lot of pretty things to the upload waiting screen.
Current bug: progress bar is not 100% working.
2021-08-22 16:31:49 -04:00
1acb7827ae Reworking Functions After User_Servers Deletion 2021-08-22 18:50:30 +02:00
734a576cb9 Still broken 2021-08-22 10:54:34 -04:00
7389b37198 Initial commit on this broken branch 2021-08-22 10:17:33 -04:00
88042998d9 Merge branch 'dev' into dev-Silversthorn 2021-08-22 12:14:31 +02:00
331f3e7b12 Adding Crafty Permissions 2021-08-22 11:57:02 +02:00
540cdf6149 Fixing Roles Permissions for Server Creation 2021-08-22 11:06:44 +02:00
a57a66901c Revert "Merge branch 'revert-ecb2cfbe' into 'dev'"
This reverts merge request !49
2021-08-22 03:34:05 +00:00
f472b377d2 Revert "Fixed bug where servers would not get added to roles on creation"
This reverts commit ecb2cfbe01
2021-08-22 03:27:12 +00:00
ecb2cfbe01 Fixed bug where servers would not get added to roles on creation 2021-08-21 22:47:43 -04:00
c86c5040ea Fixed bug where new servers would not be added to current role 2021-08-21 22:43:16 -04:00
1262d6708b Improve UI and Permissions on Dashboard 2021-08-22 01:41:25 +02:00
0e7013f2bc Role Replication
Removing because Can give Role from an other Server to This Server
2021-08-21 16:46:50 +02:00
31436bdc62 Merge branch 'dev' into dev-Silversthorn 2021-08-21 16:44:02 +02:00
1150c98faf Made it so server is added to all user roles when created. 2021-08-21 10:30:37 -04:00
89f6a98dc9 Took out ability to assign specific users to specific servers. All role based now. 2021-08-21 10:07:43 -04:00
a68d24b890 Adding Working Permissions for roles on html pages 2021-08-21 10:44:03 +02:00
77a6d260a1 Made it so a new thread is spawned for uploads.
Need to add file checking so system doesn't crash when a user tries to upload a dmg or a .mov
2021-08-20 15:41:22 -04:00
f539f9e095 I leaned on my keyboard just before the last commit. Fixed the things 2021-08-19 23:50:24 -04:00
e08df4d369 Completed file uploading. Need to fix listing when right clicking. Unzip is shown at all times. Added unzip function to helpers and is called through ajax for unzipping files to current directory. 2021-08-19 23:36:25 -04:00
8b66fc3fc4 Adding permissions on role_servers with edit 2021-08-20 00:18:50 +02:00
90d59faf5b This is broken right now. Trying to add unzip function 2021-08-19 16:50:18 -04:00