Silversthorn
|
150e8e5794
|
Renaming Server in shared to ServerInstance
|
2022-05-30 22:40:34 +02:00 |
|
Silversthorn
|
8f5c688b72
|
Fixing Pylint issues
|
2022-05-30 19:28:39 +02:00 |
|
Silversthorn
|
37bda32164
|
Fixing moved functions calls
|
2022-05-30 07:36:25 +02:00 |
|
Silversthorn
|
3b4253de9b
|
Fixing get_authorized_server
|
2022-05-26 23:19:59 +02:00 |
|
Silversthorn
|
99b28efd33
|
Merge branch 'dev' into dev-StatsDBImprovement
|
2022-05-26 15:39:52 +02:00 |
|
Silversthorn
|
be1930c7c7
|
fixing server shutdown gracefull exit
|
2022-05-26 15:28:54 +02:00 |
|
Silversthorn
|
2b484d5a07
|
fixing download jar
|
2022-05-26 15:20:21 +02:00 |
|
Silversthorn
|
056856cf98
|
Fixing Helpers issue
|
2022-05-26 15:02:47 +02:00 |
|
Silversthorn
|
8423cc24c1
|
I'm breaking/fixing stuff
|
2022-05-26 14:50:20 +02:00 |
|
Andrew
|
b0b9936df7
|
Merge branch 'bugfix/stats-db-select' into 'dev'
Get rid of the stats database proxy
See merge request crafty-controller/crafty-4!276
|
2022-05-25 18:29:23 +00:00 |
|
Andrew
|
b293164e12
|
Add crash detection to realtime stats
|
2022-05-25 14:26:13 -04:00 |
|
Silversthorn
|
5a1353373a
|
trying something new
|
2022-05-25 15:54:35 +02:00 |
|
luukas
|
0d62223982
|
Merge branch 'dev' into bugfix/api-v2-bugfixes
|
2022-05-23 20:20:49 +03:00 |
|
luukas
|
8f8b2aa22f
|
Simplify MainPrompt.emptyline.
|
2022-05-21 02:04:03 +03:00 |
|
luukas
|
b49bca3279
|
Use a tab character in the threads prompt command
https://i.imgur.com/jy0Rlgm.png
|
2022-05-21 01:57:40 +03:00 |
|
luukas
|
b724fc500d
|
Improve the startup process
|
2022-05-21 01:53:17 +03:00 |
|
luukas
|
eff7aefb6e
|
Use local date and time formatting for Console
|
2022-05-21 01:41:48 +03:00 |
|
luukas
|
02f5318f76
|
Merge branch 'dev' into merge/pretzel-lukas-cleanup-nosquash
|
2022-05-20 22:04:41 +03:00 |
|
luukas
|
dba3fafa87
|
Use shorthand for Controller.check_system_user
This reduced the code from 4 lines to 1 line.
The code
if <condition>:
return True
else:
return False
can be shortened to
return <condition>
|
2022-05-20 13:31:30 +03:00 |
|
luukas
|
48948423c9
|
Fix various things in create_api_server
|
2022-05-20 01:33:02 +03:00 |
|
luukas
|
7a7c7501e6
|
Use relative path for latest.log
|
2022-05-19 17:27:36 +03:00 |
|
luukas
|
87085cec3c
|
Fix an IndexError in get_lang_page
|
2022-05-19 01:10:06 +03:00 |
|
Andrew
|
b7780682d5
|
Merge branch 'dev' into 'merge/api-v2'
# Conflicts:
# app/classes/controllers/crafty_perms_controller.py
|
2022-05-18 21:56:39 +00:00 |
|
amcmanu3
|
d235d0b70b
|
Add error for no user
|
2022-05-18 17:37:07 -04:00 |
|
amcmanu3
|
49965bf31f
|
Add explaination to password fail.
|
2022-05-18 17:22:39 -04:00 |
|
luukas
|
559a345f25
|
Merge branch 'dev' into merge/api-v2
|
2022-05-18 01:49:19 +03:00 |
|
amcmanu3
|
e12814d0b0
|
Appease the linter
|
2022-05-17 16:01:37 -04:00 |
|
luukas
|
821ed7ef5d
|
Make get_server_obj raise an error
Reason being: There is nothing that checks if it returns False
|
2022-05-17 21:43:15 +03:00 |
|
luukas
|
42af86b6f7
|
Merge branch 'dev' into experimental/lukas-cleanup
|
2022-05-17 21:21:47 +03:00 |
|
amcmanu3
|
a2b711b5ac
|
Add password reset to Crafty Console
|
2022-05-16 15:39:10 -04:00 |
|
luukas
|
e7e337bea1
|
Improve the start_server function
|
2022-05-16 18:16:04 +03:00 |
|
Andrew
|
7d8515321b
|
Revert bad changes for schedules
|
2022-05-15 15:59:55 -05:00 |
|
Andrew
|
4f6a90eb6a
|
Remove unused import
|
2022-05-15 14:05:23 -05:00 |
|
Andrew
|
490fc86d4e
|
Cleanup server schedule on delete
|
2022-05-15 14:00:24 -05:00 |
|
Andrew
|
e161e2cf0b
|
Add cleanup method for server stats on delete
|
2022-05-15 13:28:02 -05:00 |
|
Andrew
|
0f19c0c787
|
Realtime server stats all the time
|
2022-05-15 13:16:28 -05:00 |
|
Andrew
|
984f4cc4d6
|
Change Files Aesthetic
|
2022-05-15 12:38:48 -05:00 |
|
luukas
|
930c6936d9
|
Add more advanced role APIs
|
2022-05-10 02:08:49 +03:00 |
|
luukas
|
721c9cfe12
|
Add the server creation endpoint
|
2022-05-05 14:02:23 +03:00 |
|
luukas
|
53459d83dc
|
Merge branch 'feature/api-v2' into merge/api-v2
|
2022-05-05 03:32:09 +03:00 |
|
Silversthorn
|
16bbac7fd6
|
Moving Server Stats DB to Server Folder
|
2022-04-28 22:40:15 +02:00 |
|
Andrew
|
77bbde149a
|
Fix fresh install side effects from DB rework
|
2022-04-17 13:27:00 -04:00 |
|
Andrew
|
fc1304d729
|
Fix file size bug when destination does not exist
|
2022-04-17 13:00:05 -04:00 |
|
Andrew
|
704ffc2742
|
Fix file unzip
|
2022-04-14 20:03:19 -04:00 |
|
luukas
|
1aa0d65cf7
|
Merge branch feature/external-frontend to feature/api-v2 without the frontend
|
2022-04-14 15:33:53 +03:00 |
|
Zedifus
|
92c8fc04f3
|
Refactor to standardize class/variable naming ✨
|
2022-04-14 03:10:25 +01:00 |
|
Andrew
|
ed60e55ffe
|
Add try catch around process kill
|
2022-04-12 21:52:53 -04:00 |
|
Andrew
|
64d2e5fedd
|
Appease the linter
|
2022-04-12 19:54:35 -04:00 |
|
Andrew
|
e555274409
|
Add critical log message for None Backup path
|
2022-04-12 19:27:18 -04:00 |
|
Andrew
|
73b3571606
|
Appease the linter
|
2022-04-12 19:22:57 -04:00 |
|