Commit graph

1403 commits

Author SHA1 Message Date
Corey Koval
bc37c46734 Custom Branding and "Customize Crafty" page redesign 2026-08-04 19:09:48 +00:00
Corey Koval
83da325455 Resolve glob patterns in logfile paths for Hytale logs 2026-08-04 18:54:41 +00:00
Zedifus
dd436785d9
Merge branch 'dev' into bugfix/backup-running-state 2026-07-07 20:13:44 +01:00
Matthew
71e7474d4f Fix uncaught exception in update manager during server version check 2026-07-07 18:52:42 +00:00
=
c61fdaa3cc Fix reaction schedules removed on edit 2026-06-23 12:03:53 -04:00
=
c70d707065 Fix backup running state null value 2026-06-22 17:33:14 -04:00
Iain Powrie
5e745f2102 Merge branch 'feature/run-now' into 'dev'
Add Run Now button to scheduled tasks

See merge request crafty-controller/crafty-4!1058
2026-06-22 02:04:20 +00:00
Corey Koval
c53032b68a Add Run Now button to scheduled tasks 2026-06-22 02:04:20 +00:00
Zedifus
0993d3fdf3
Merge branch 'dev' into refactor/remove-unused-exceptions 2026-06-22 02:25:39 +01:00
Zedifus
8e5d9e3b0b
Merge branch 'dev' into bugfix/support_logs 2026-06-22 02:12:17 +01:00
Andrew
c45e23cdbb Fix black 2026-06-20 19:06:06 -04:00
Andrew
86a173b32f Fix support log file path typing issue 2026-06-20 19:02:17 -04:00
Wout Bouckaert
ed532b6ca9
Delete unused exceptions 2026-06-18 10:12:27 -06:00
Andrew
fc5a72ce3d Fix original call 2026-06-16 19:52:48 -04:00
Andrew
b05bb1bfe5 Move to non-threaded call since updates are already threaded 2026-06-16 19:49:55 -04:00
Andrew
b9f4b00704 Fix bedrock update arguments 2026-06-16 19:39:59 -04:00
=
063a6bc50d Fix non-blocking comment 2026-06-16 16:25:09 -04:00
Zedifus
eac8e62667
Merge branch 'dev' into bugfix/terminal-cpu 2026-06-16 21:11:03 +01:00
Iain Powrie
7f5ae2874d Merge branch 'bugfix/hytale-installer-executable' into 'dev'
Fix Hytale server creation hanging on "Importing..."

See merge request crafty-controller/crafty-4!1041
2026-06-16 19:49:17 +00:00
Corey Koval
a7f441f429 Fix Hytale server creation hanging on "Importing..." 2026-06-16 19:49:16 +00:00
=
4aa2bc7ea2 Change terminal buffer for CPU cyclees 2026-06-16 12:41:53 -04:00
=
4e9df022c6 Fix static references to file helpers 2026-06-16 11:39:16 -04:00
Zedifus
2ccd75b733
Use exception instead of error in exception handlers 2026-06-13 18:41:03 +01:00
Iain Powrie
a276170214 Merge branch 'refactor/websocket-broadcast-all-users' into 'dev'
Refactor repeated broadcast logic into new Websocket Manager function.

See merge request crafty-controller/crafty-4!1032
2026-06-13 13:45:01 +00:00
Corey Koval
31a6aede0d Show total system RAM in dashboard memory tooltip 2026-06-07 18:00:06 +00:00
Zedifus
6f6bde5a80
Refactor websocket broadcast loops to server users to a single WebSocketManager function 2026-06-07 14:34:21 +01:00
Zedifus
31698d57d3
Add missing docstrings to websocket manager
Tighten existing docstring for broadcast_page_params
2026-06-07 14:00:47 +01:00
Zedifus
cd3ba628a6
Remove unused/unreferenced broadcast_user_page_params function 2026-06-07 13:57:38 +01:00
Iain Powrie
51a74f6b0c Merge branch 'bugfix/command-watcher-crash' into 'dev'
Fix command watcher thread crash when sending command to offline server

See merge request crafty-controller/crafty-4!1026
2026-06-07 12:30:34 +00:00
Marius Reichert
a39f0caf1e Improve console performance for noizy servers 2026-06-04 11:44:19 +00:00
Epic
fcb048f06b Correcting event_type parameter 2026-06-02 17:11:57 -05:00
Epic
5648ccb05a Merge branch 'dev' of https://gitlab.com/crafty-controller/crafty-4 into bugfix/command-watcher-crash
Merging dev into bugfix/command-watcher-crash
2026-06-02 16:43:37 -05:00
Zedifus
45d9794d17
Merge branch 'dev' into bugfix/server-sonar 2026-06-02 19:32:06 +01:00
Epic
3cb9153829 removing unused variable 2026-06-01 21:05:54 -05:00
Epic
c4c099a070 Adding error handling when sending a command on a stopped server 2026-06-01 20:42:07 -05:00
Wout Bouckaert
ddbd471ca9
Correct ssl_get_file call site 2026-05-27 10:48:47 -06:00
Wout Bouckaert
908b565eb4
Merge remote-tracking branch 'origin/dev' into refactor/sonar_file_helpers 2026-05-27 10:34:44 -06:00
=
dc4de97a5d Fix websocket filter function 2026-05-27 11:56:55 -04:00
=
f9223b10d5 Appease new sonar flag 2026-05-13 11:47:40 -04:00
=
59f677e018 Fix sonar issues 2026-05-13 11:40:17 -04:00
=
1dda703800 Send notification for bedrock failure 2026-05-11 16:30:27 -04:00
Wout Bouckaert
35aa0dc0b5
Remove TOCTOU issue with unzip file
Needed to move the check of OSError outside of unzip_file as it was not being correctly checked. This may generate interesting issues if permissions change during running of Crafty or the disk gets full. We'll monitor.
2026-05-06 14:08:03 -06:00
=
27730a7638 Appease the linter 2026-04-28 12:02:26 -04:00
=
42b64c0eb9 Remove prints 2026-04-28 12:00:35 -04:00
=
23378f74c8 Merge branch 'dev' into sonar/server-py 2026-04-23 11:30:12 -04:00
Scott
4cd76fbdcd fix backup info return and add type hint in server.py 2026-04-17 14:25:10 -05:00
=
78b399c8ed Remove unused requests import 2026-04-16 11:28:27 -04:00
=
7dee6301bf Merge branch 'dev' into sonar/server-py 2026-04-16 11:23:33 -04:00
Zedifus
ad3b0584d7
Merge branch 'dev' into bugfix/py3.10-typing 2026-04-13 20:03:15 +01:00
Zedifus
adfc00ecdc
Apply latest black formatting 2026-04-13 19:57:40 +01:00