Commit Graph

2015 Commits

Author SHA1 Message Date
0e942311fb Add error message on login that does not direct to new page.
Remove failed to create dir error on startup when crafty cannot create dir since it exists after first startup.

Error logging is still enabled for every error except FileExists for this case.
2021-11-23 13:22:15 -05:00
eb39577cc7 Fix index out of range if user tries to import server without server.properties file.
Fix port not changing for crafty db - only server.properties on server creation.
2021-11-22 22:26:06 -05:00
ea48bd5562 Merge branch 'dev' into dev-PathHelpers 2021-11-21 11:56:07 +01:00
f20d41242d Adding Helpers for Path
Correcting a MVC update missing function
2021-11-21 11:52:29 +01:00
315cd6909c Fixes update bug where 2 parameters were given when update only expected one.
Adds "Access to All servers" for exec_super_user.

Will need to add translation support for accessto all servers message.
2021-11-20 12:25:14 -05:00
77deb6c126 Cleaner Path for Backups 2021-11-20 15:34:58 +01:00
5164000c9a Fixing Path Errors for Backup files (Windows) 2021-11-20 14:44:20 +01:00
b7039573a4 Maybe I fixed backups?
Another attempt at allowing windows users to think about what they did by choosing windows to run a server on while also deleting backups
2021-11-19 22:17:24 -05:00
67444a2d4f More reverts from the windows issue. 2021-11-19 22:02:59 -05:00
79190e15f5 Revert last push 2021-11-19 21:56:09 -05:00
bd3da474f5 Another attempt to fix backup delete issue.
This is hacky and can probably be done better.
2021-11-19 21:47:03 -05:00
146873eb10 Attempt to fix windows backup delete issue. Zedifus will test. 2021-11-19 21:28:46 -05:00
cef282ca91 Merge branch 'dev' of https://gitlab.com/crafty-controller/crafty-commander into dev 2021-11-19 21:10:33 -05:00
4d31ee399a Puts a temporary fix on deleting backups. Will be fixed in alpha 4 2021-11-19 21:09:09 -05:00
62cac66e8e revert readall change since it didn't work 2021-11-19 19:06:35 -06:00
5230a7ddc3 fix I/O thread read, fixed thread ident/pid 2021-11-19 18:31:33 -06:00
45e074ac4a Resolved thread leak, fixed non-Minecraft java terminate, renamed
threads
2021-11-19 18:14:32 -06:00
6f9d722a92 Fixing MOTD display 2021-11-19 21:59:23 +01:00
c40ce93ca5 Merge branch 'tweak/update-credits-json' into 'dev'
Update Credits

See merge request crafty-controller/crafty-commander!87
2021-11-19 16:58:12 +00:00
df398718f1 Fixes bug for backup loops on shutil. 2021-11-19 01:07:53 -05:00
65a9c54f72 Fixes DB corruption when saving backup config. 2021-11-18 23:44:29 -05:00
6eb4f313f9 Add last updated timestamp to patrons 2021-11-18 21:08:19 +00:00
6744fe5409 Correct patreon to patron
Patreon is the platform, supporters are patrons
2021-11-18 20:01:30 +00:00
aeb6b774f4 Fixes tryexceptpass for helpers and panel handler. 2021-11-17 17:23:14 -05:00
327122348d Adds checkbox option for adding roles at server creation.
Fixes bug on Panel Config page where duplicate servers would be listed.
Changes the way "roles" are served to the page. Dictionary instead of model object.
2021-11-17 13:08:41 -05:00
917bd5e32d Working single role selection on server creation. 2021-11-17 01:17:36 -05:00
64ec33ff52 Resolved subprocess issues with windows
- Repaired introduced bug where backslashes in the far path weren't
   handled properly
- Resolved latent subprocess issue where stdout would fail to send
  websocket notifications when a a windows \r\n was emitted
2021-11-14 18:17:23 -06:00
9720929e33 Resolved missing stdout when java process exits quickly 2021-11-06 12:06:26 -05:00
82f4661044 Fixed db_helper issue 2021-11-06 11:27:15 -05:00
1c9ffb2abc Merge branch 'dev' into 'subprocess'
# Conflicts:
#   app/classes/shared/helpers.py
#   app/classes/shared/server.py
#   app/classes/web/ajax_handler.py
2021-11-06 15:26:37 +00:00
a93860ebd8 Fixes bug in player counts 2021-10-20 22:31:36 -04:00
87b6bd7758 Enhances language on login page 2021-10-18 17:27:19 -04:00
b4707703af Fixes translation error on status page. 2021-10-18 17:26:03 -04:00
fdf9b3fcb9 Fixes bug where all servers would be included in offline/online count even if the user did not have access to those servers. 2021-10-18 17:11:43 -04:00
895e6106a7 Fixing utf-8 encodinf traduction files 2021-10-09 12:51:41 +02:00
eee528f329 Fixing Allowed Server on Config Page 2021-10-09 11:30:21 +02:00
6984fe7abc Corrections on server creation 2021-10-09 10:59:54 +02:00
2f36cdd249 Correction for crafty permissions 2021-10-09 10:45:40 +02:00
a074cb7e1d Correction for roles on server creation
Fix for superuser to be able to create a server
Don't create a role if the creator is a superuser
2021-10-09 10:32:52 +02:00
606d0ac74b Allows translation on start error messages. 2021-09-29 21:53:14 -04:00
f16580aa43 Fixes bug where non-super users couldn't edit language/password 2021-09-29 20:06:16 -04:00
fc4e8a00e1 Working out bugs in regular user language 2021-09-29 19:50:51 -04:00
72a85d7e64 Adds user based languages
changes server creation so that it adds it to roles instead of creating one
Changes server creation so you cannot create a server without a role.
2021-09-29 19:32:21 -04:00
d0f6e6b8a9 More changes to users lang 2021-09-29 18:05:07 -04:00
0ee8418ba5 Merge branch 'db-lang' into 'user-language'
Db lang

See merge request crafty-controller/crafty-commander!79
2021-09-29 21:50:17 +00:00
56deaa0bcb Initial back end support for user based languages 2021-09-29 17:46:54 -04:00
8574547d14 Correction Role Edit 2021-09-29 22:08:43 +02:00
a180d80f5b Fixing Role Deletion 2021-09-29 21:46:11 +02:00
5a0789faa5 Fixing role edit in case creating role before server 2021-09-29 21:40:56 +02:00
f5ae4d02ff Correction Role deletion 2021-09-29 21:14:34 +02:00