Andrew
|
96d52376f3
|
Fix bug where new schedules could not be created
|
2022-02-25 20:50:07 -05:00 |
|
Andrew
|
58c9321c8f
|
fix bug where schedules would not be able to be created.
|
2022-02-25 20:43:33 -05:00 |
|
Andrew
|
45ae49e84e
|
Add features to child tasks
|
2022-02-25 19:53:38 -05:00 |
|
Andrew
|
31cb2793fd
|
Fix a couple bugs with chain reactions
|
2022-02-24 00:19:54 -05:00 |
|
Andrew
|
8b981f3f27
|
appease the linter
|
2022-02-23 23:47:10 -05:00 |
|
Andrew
|
af16834419
|
Working chain reactions
|
2022-02-23 22:59:16 -05:00 |
|
Andrew
|
c1020ff3d1
|
Working chain reaction tasks
|
2022-02-23 22:58:48 -05:00 |
|
Andrew
|
a908a3a7ac
|
Remove un-needed print statement
|
2022-02-22 18:03:47 -05:00 |
|
Andrew
|
9f360eed38
|
Merge branch 'pretzel-fixes' of https://gitlab.com/crafty-controller/crafty-commander into pretzel-fixes
|
2022-02-11 01:17:08 -05:00 |
|
Andrew
|
c263a4a22b
|
Fix /stop /restart issue. /restart does not actually restart the server right now
|
2022-02-11 01:16:45 -05:00 |
|
amcmanu3
|
311d3e7411
|
Inital changes for bedrock stats recording
|
2022-02-10 20:28:40 -05:00 |
|
Andrew
|
569876e377
|
Remove useless print statement
|
2022-02-10 18:46:26 -05:00 |
|
Andrew
|
b55af70d11
|
Appease the linter
|
2022-02-10 18:29:43 -05:00 |
|
Andrew
|
540584990e
|
Inital bedrock support
|
2022-02-10 18:20:36 -05:00 |
|
Andrew
|
5adc48c524
|
Merge branch 'pretzel-bedrock' into 'pretzel-fixes'
# Conflicts:
# app/frontend/templates/server/bedrock_wizard.html
# app/frontend/templates/server/wizard.html
|
2022-02-10 20:57:31 +00:00 |
|
Andrew
|
b025899aee
|
Inital bedrock support
|
2022-02-10 15:54:00 -05:00 |
|
Andrew
|
260c3b0059
|
Merge branch 'dev' of https://gitlab.com/crafty-controller/crafty-commander into dev
|
2022-02-10 15:27:51 -05:00 |
|
Andrew
|
c89609ae61
|
Inital bedrock support
|
2022-02-10 15:27:40 -05:00 |
|
Andrew
|
a084b95426
|
Merge branch 'dev' into 'pretzel-fixes'
Merge Dev to pretzel
See merge request crafty-controller/crafty-commander!165
|
2022-02-10 19:32:59 +00:00 |
|
Zedifus
|
1596c720cb
|
Add ability to load credits from remote
|
2022-02-10 06:13:52 +00:00 |
|
Andrew
|
a17b57cd30
|
Appease the linter
|
2022-01-31 20:58:38 -05:00 |
|
Andrew
|
d592dcd422
|
Initial commit for adding multiple server types
|
2022-01-31 20:50:25 -05:00 |
|
Andrew
|
3e822ea076
|
Create fallback for audit entires
|
2022-01-31 18:09:23 -05:00 |
|
Andrew
|
2e96c40d62
|
Make audit entries configurable
|
2022-01-31 17:58:02 -05:00 |
|
Andrew
|
3995560ba2
|
Enable/disable crash detection on setting change in config
|
2022-01-30 21:04:08 -05:00 |
|
Andrew
|
ac19c86089
|
Appease the linter
|
2022-01-30 15:34:09 -05:00 |
|
Andrew
|
e69a3be381
|
Fix bug where stopping a server without crash detection would crash crafty...ironic, I know.
|
2022-01-30 15:28:48 -05:00 |
|
Andrew
|
7aebd8bd5b
|
Merge branch 'pretzel-fixes' of https://gitlab.com/crafty-controller/crafty-commander into pretzel-fixes
|
2022-01-29 16:38:16 -05:00 |
|
Andrew
|
37ccc447c4
|
Fix backup config bug
|
2022-01-29 16:37:00 -05:00 |
|
Andrew
|
184a042e2a
|
Delete audit logs when they exceed 300 entries
|
2022-01-29 01:37:28 -05:00 |
|
Andrew
|
7889ca3153
|
Delete audit logs when they exceed 100 entries
|
2022-01-29 01:36:37 -05:00 |
|
Andrew
|
453da9cc24
|
Fix more things linting broke
|
2022-01-29 00:08:55 -05:00 |
|
Andrew
|
8000acd74d
|
Fix bug where server_obj method was not defined
|
2022-01-28 19:12:57 -05:00 |
|
Andrew
|
d1db65dc9c
|
Fix typo when messages from players are written
|
2022-01-28 19:00:14 -05:00 |
|
Andrew
|
51a07a1f0d
|
Fix for server reporting updating when it's not
|
2022-01-27 22:29:18 -05:00 |
|
Andrew
|
a1d5f9c084
|
Fix for server reporting updating when it's not
|
2022-01-27 22:27:24 -05:00 |
|
Andrew
|
350ffcba63
|
Lint ignore migrations
|
2022-01-27 22:13:01 -05:00 |
|
Andrew
|
4db034c39b
|
Fix revert. Somehow migrations file was destroyed
|
2022-01-27 22:06:44 -05:00 |
|
Andrew
|
b8c19a9c16
|
Merge branch 'dev' into 'pretzel-fixes'
# Conflicts:
# app/classes/shared/migration.py
|
2022-01-28 02:57:46 +00:00 |
|
Andrew
|
45ab07eb77
|
Revert migrations
|
2022-01-27 21:53:07 -05:00 |
|
Andrew
|
8a5a7cb13f
|
Merge branch 'pretzel-fixes' into 'dev'
Pretzel fixes
See merge request crafty-controller/crafty-commander!151
|
2022-01-28 02:25:59 +00:00 |
|
Andrew
|
005ac1216e
|
Add crash detection
|
2022-01-27 20:43:23 -05:00 |
|
Andrew
|
85eef71b9e
|
Add max player/total player to stats keeping on dashboard
|
2022-01-27 18:16:27 -05:00 |
|
Iain Powrie
|
d884cac5d7
|
Merge branch 'bugfix/open-method-typeerror-win' into 'dev'
Fix duplicate encoding argument on windows migration read
See merge request crafty-controller/crafty-commander!149
|
2022-01-26 02:47:06 +00:00 |
|
Zedifus
|
39edd9c850
|
Fix Duplicate encoding argument
on windows migration read
|
2022-01-26 02:42:37 +00:00 |
|
Andrew
|
32852c00b9
|
Fix bug with motd crashing stats
|
2022-01-25 21:40:34 -05:00 |
|
Andrew
|
9b03163c6b
|
Add try catch around troublesome logging statement
|
2022-01-25 21:11:06 -05:00 |
|
Iain Powrie
|
e0ce1d118c
|
Create pylintrc, code review pipeline & correct codebase errors
Fix uploads,
Only send server stats to user page when they have access to servers
|
2022-01-26 01:45:30 +00:00 |
|
xithical
|
5adfc613d8
|
Merge branch 'dev' of http://gitlab.com/crafty-controller/crafty-commander into dev
|
2022-01-21 23:09:04 -06:00 |
|
xithical
|
09aab2a250
|
Add path to server backup log notification
Adds the server path that is being passed to `shutil` to the log entry for backups to more easily identify cases where backups loops are occurring
|
2022-01-21 23:06:37 -06:00 |
|