Commit Graph

591 Commits

Author SHA1 Message Date
Zedifus
b8081fec02 Add Zedi to credits
and fix some image rename mistakes
2021-11-18 21:54:41 +00:00
Zedifus
1601eb92bc Restructure credits.json 2021-11-18 21:40:14 +00:00
Zedifus
c33a550f2f Rename staff pictures 2021-11-18 21:38:58 +00:00
Zedifus
6eb4f313f9 Add last updated timestamp to patrons 2021-11-18 21:08:19 +00:00
Zedifus
134dcf00d3 Correct panel to read pat-gen levels properly 2021-11-18 20:02:29 +00:00
Zedifus
6744fe5409 Correct patreon to patron
Patreon is the platform, supporters are patrons
2021-11-18 20:01:30 +00:00
Andrew
aeb6b774f4 Fixes tryexceptpass for helpers and panel handler. 2021-11-17 17:23:14 -05:00
Andrew
b92b9c04fb Merge branch 'server-role-creation' into 'dev'
Adds checkbox option for adding roles at server creation.

See merge request crafty-controller/crafty-commander!86
2021-11-17 21:34:33 +00:00
Andrew
be163e2a87 Fixed finish translation 2021-11-17 16:31:12 -05:00
Silversthorn
671d362415 Merge branch 'server-role-creation' into server-role-creation-look 2021-11-17 22:10:22 +01:00
Silversthorn
bb3fa970d2 BetterLookingRolesSelect 2021-11-17 22:00:14 +01:00
Andrew
f033320bc4 Added translations for roles being added at server creation. 2021-11-17 13:25:19 -05:00
Andrew
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
Andrew
ce25a8fa4d initial commit for roles being added on server creation 2021-11-17 01:43:09 -05:00
Andrew
354a2b8804 Removed homebrew install script that somehow ended up in this directory 2021-11-17 01:22:05 -05:00
Andrew
917bd5e32d Working single role selection on server creation. 2021-11-17 01:17:36 -05:00
xithical
055051fc2f Merge branch 'subprocess' into 'dev'
Subprocess Merge to Dev

See merge request crafty-controller/crafty-commander!84
2021-11-16 21:57:43 +00:00
computergeek125
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
computergeek125
9720929e33 Resolved missing stdout when java process exits quickly 2021-11-06 12:06:26 -05:00
computergeek125
82f4661044 Fixed db_helper issue 2021-11-06 11:27:15 -05:00
Iain Powrie
cb3f6386c9 Update with more options for registry login 2021-11-06 16:02:58 +00:00
Iain Powrie
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
Silversthorn
6b24b09c81 Merge branch 'dev-DescendingOrderServerVersions' into 'dev'
Server Versions Ordered by Descending

See merge request crafty-controller/crafty-commander!85
2021-11-05 18:36:52 +00:00
Silversthorn
133e7cf291 Server Versions Ordered by Descending 2021-11-05 19:33:24 +01:00
Iain Powrie
126964dc30 Merge branch 'lukas-fixes-everywhere' into 'dev'
Lukas fixes

See merge request crafty-controller/crafty-commander!83
2021-11-05 16:41:09 +00:00
Zedifus
bbcf239030 Add llvm11-libs to compiler garbage collection 2021-11-05 16:21:37 +00:00
Zedifus
be0efe7c28 Fix pip requirements
pyOpenSSL req by helpers.py,
PyYAML req by roles.py,
schedule replaced by incorrect package schedules
2021-11-05 16:04:53 +00:00
Zedifus
0bb3350e69 Update Dockerfile to fix build
Switched edge repo as openjdk out of testing, added rust dep llvm11-libs
2021-11-05 15:50:10 +00:00
luukas
76053b6a34 Change README to Alpha 3 2021-11-02 16:09:02 +02:00
luukas
dba72ea194 Improve startup banner 2021-11-02 16:08:27 +02:00
Andrew
a93860ebd8 Fixes bug in player counts 2021-10-20 22:31:36 -04:00
Andrew
4b7088d103 Fixes status page bug where servers always report being online 2021-10-18 17:43:14 -04:00
Andrew
87b6bd7758 Enhances language on login page 2021-10-18 17:27:19 -04:00
Andrew
b4707703af Fixes translation error on status page. 2021-10-18 17:26:03 -04:00
Andrew
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
Silversthorn
a35ffa9e2a Merge branch 'Roles-corrections' into 'dev'
Fixing Roles

See merge request crafty-controller/crafty-commander!82
2021-10-09 11:11:23 +00:00
Silversthorn
895e6106a7 Fixing utf-8 encodinf traduction files 2021-10-09 12:51:41 +02:00
Silversthorn
eee528f329 Fixing Allowed Server on Config Page 2021-10-09 11:30:21 +02:00
Silversthorn
74912a8648 Fixing Style Issues 2021-10-09 11:10:24 +02:00
Silversthorn
6984fe7abc Corrections on server creation 2021-10-09 10:59:54 +02:00
Silversthorn
2f36cdd249 Correction for crafty permissions 2021-10-09 10:45:40 +02:00
Silversthorn
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
Silversthorn
1e954db3c4 Correction Missing Permissions when 0 servers 2021-10-04 17:48:19 +02:00
Silversthorn
a0b673a2d7 Minor Corrections 2021-10-04 17:06:57 +02:00
luukas
13a5304edc Change version to Alpha 3 2021-09-30 22:34:43 +03:00
luukas
b9423f0233 Fix a couple of bugs on the add user/edit user pages 2021-09-30 22:32:33 +03:00
luukas
220f11bc09 Remove unnecessary lines from requirements.txt and make them get the latest patch version of the minor version 2021-09-30 22:18:14 +03:00
Andrew
1031c1b1f8 Merge branch 'language-update' into 'dev'
Allows translation on start error messages.

See merge request crafty-controller/crafty-commander!81
2021-09-30 01:58:42 +00:00
Andrew
606d0ac74b Allows translation on start error messages. 2021-09-29 21:53:14 -04:00
Andrew
3c876304fb Merge branch 'user-language' into 'dev'
Added inital setup for user-based languages.

See merge request crafty-controller/crafty-commander!80
2021-09-30 01:14:16 +00:00