amcmanu3
|
92dfd18dbd
|
Refactor API for new activity log format
|
2024-04-20 15:47:34 -04:00 |
|
--unset
|
227d642546
|
Set audit logging to logfile instead of DB
|
2024-04-17 18:03:10 -04:00 |
|
Zedifus
|
20a8366410
|
Merge branch 'dev' into bugfix/api-perms-request
|
2024-04-07 00:06:15 +01:00 |
|
Iain Powrie
|
0e8c8d4da8
|
Merge branch 'sec/bump-orjson' into 'dev'
Bump orjson for CVE-2024-27454
See merge request crafty-controller/crafty-4!747
|
2024-04-06 22:51:22 +00:00 |
|
Zedifus
|
6313380922
|
Fix calling of orjson .JSONDecodeError class
|
2024-04-06 22:54:43 +01:00 |
|
Zedifus
|
057139c7e1
|
Rerverse order of returned server jars versions
Logic I removed in my refactor, whoops!
Newest -> oldest
|
2024-04-06 22:01:37 +01:00 |
|
Zedifus
|
a2dc3a8a45
|
Merge branch 'dev' into bugfix/uuid-server-clone
|
2024-04-06 21:37:53 +01:00 |
|
amcmanu3
|
4f469f3df1
|
Do not allow clone while server is running
|
2024-04-06 16:24:55 -04:00 |
|
Zedifus
|
1b9646cd0f
|
Merge branch 'dev' into tweak/server-jars-domain-swap
|
2024-04-06 21:06:11 +01:00 |
|
Zedifus
|
c1c5b5b989
|
Merge branch 'dev' into bugfix/backup-restore-uuid
|
2024-04-06 20:52:14 +01:00 |
|
Zedifus
|
7c3eae66fc
|
Merge branch 'dev' into bugfix/fixing-rework-id-issue
|
2024-04-06 20:25:16 +01:00 |
|
Zedifus
|
20d5f85602
|
Increase max versions returned
|
2024-04-06 20:20:45 +01:00 |
|
amcmanu3
|
afb7575398
|
Fix API perms request returning stack
|
2024-04-06 15:05:26 -04:00 |
|
Zedifus
|
cc67ebef76
|
A further clean up and refactor of server jars cache logic
Reordered code, and tidy'd based on DRY (Don't Repeat Yourself)
|
2024-04-06 01:38:45 +01:00 |
|
Zedifus
|
0fab5cd0f3
|
Refactor for temporary hardcoded types, use new health check response.
api.serverjars.com not providing fetchTypes route currently,
Will revert when available.
NOTE: New api does not incl Spigot / Bukkit. Announce this.
|
2024-04-05 20:01:37 +01:00 |
|
amcmanu3
|
432421f362
|
Fix server clones following uuid migration
|
2024-04-01 17:02:27 -04:00 |
|
amcmanu3
|
3639ab9260
|
Catch more specific exception
|
2024-03-24 17:56:10 -04:00 |
|
amcmanu3
|
25b64e353c
|
Fix backup restores after uuid server IDs
|
2024-03-24 17:55:58 -04:00 |
|
Silversthorn
|
3edfd4320d
|
Replacing server_id=0 to server_id=None for AuditLog
|
2024-03-24 20:39:10 +01:00 |
|
Silversthorn
|
8f8feef6de
|
Solution is disabling update if already done
|
2024-03-23 12:11:43 +01:00 |
|
Silversthorn
|
d39f93bfa5
|
trying loading only the diff migrations at constructor
|
2024-03-23 11:25:05 +01:00 |
|
amcmanu3
|
912785b280
|
Remove http references from codebase
|
2024-03-21 18:10:39 -04:00 |
|
Zedifus
|
1a58ccd45a
|
Merge branch 'dev' into remove/http-handler
|
2024-03-18 23:35:50 +00:00 |
|
amcmanu3
|
6eea6a15d7
|
Remove http port from config
|
2024-03-15 14:49:31 -04:00 |
|
amcmanu3
|
c9a46a1f9b
|
Remove http handler from codebase
|
2024-03-15 14:47:30 -04:00 |
|
amcmanu3
|
9704016c54
|
Update schema for str uuid
|
2024-03-13 17:47:07 -04:00 |
|
Zedifus
|
dbe5581e5a
|
Appease Black
|
2024-03-10 22:52:23 +00:00 |
|
Silversthorn
|
36de32e5b1
|
Trying to appease lint one more time
|
2024-03-10 13:15:17 +00:00 |
|
Silversthorn
|
ae7d0991e4
|
Fixint lint issue
|
2024-03-10 12:59:04 +00:00 |
|
Silversthorn
|
1e2ec6b643
|
Removing the up_one in the constructor to prevent running all migration each time we got a new one. It's handled by migration.up() function. This function was not creating fake migrations.
|
2024-03-10 12:49:35 +00:00 |
|
Iain Powrie
|
ff9654266c
|
Merge branch 'bugfix/backup-webhook' into 'dev'
Alert webhook AFTER backup has finished
See merge request crafty-controller/crafty-4!727
|
2024-03-08 00:33:57 +00:00 |
|
Iain Powrie
|
d9311455eb
|
Merge branch 'bugfix/fix-def-pass-len-check' into 'dev'
Fix default password min length check, crashing crafty on fresh install
See merge request crafty-controller/crafty-4!725
|
2024-03-07 23:49:26 +00:00 |
|
amcmanu3
|
0cd3acca13
|
Alert webhook AFTER backup has finished
|
2024-03-07 11:06:39 -05:00 |
|
Zedifus
|
e0bb2eaaa0
|
Merge branch 'dev' into refactor/server_ids
|
2024-03-03 01:32:44 +00:00 |
|
Zedifus
|
8d08084ac2
|
Change target of min pass length check to 'int' of pass length
Fixes default password min length check, crashing crafty on fresh install
|
2024-03-03 01:10:48 +00:00 |
|
Zedifus
|
3d5a370040
|
Merge branch 'dev' into bugfix/bedrock-download
|
2024-03-02 23:59:48 +00:00 |
|
Zedifus
|
f98dbb9332
|
Merge branch 'dev' into bugfix/password-encode
|
2024-03-02 23:16:40 +00:00 |
|
Zedifus
|
49fce1b5c4
|
Merge branch 'dev' into bugfix/fix-forge-install
|
2024-03-02 22:51:44 +00:00 |
|
amcmanu3
|
9f524ff113
|
Too many www's
|
2024-03-02 17:00:52 -05:00 |
|
amcmanu3
|
6e28da4195
|
Fix bedrock url
|
2024-03-02 16:53:17 -05:00 |
|
Silversthorn
|
303de39226
|
Merge branch 'dev' into refactor/server_ids
|
2024-02-21 23:00:21 +01:00 |
|
amcmanu3
|
4df7858da6
|
Fix code quality issues
|
2024-02-21 00:04:07 -05:00 |
|
amcmanu3
|
900ec15e4c
|
Fix bug where you cannot get to config with unloaded server
|
2024-02-20 22:30:32 -05:00 |
|
amcmanu3
|
f4f4f9e0b6
|
Remove extraneous error messaging
|
2024-02-20 18:50:32 -05:00 |
|
amcmanu3
|
f6242d6507
|
Remove username regex
|
2024-02-20 18:47:00 -05:00 |
|
amcmanu3
|
647e3b1111
|
Remove encoding
|
2024-02-20 17:32:34 -05:00 |
|
Zedifus
|
9de08973b6
|
Fix minor lint issues (formatting)
|
2024-02-20 03:26:15 +00:00 |
|
Zedifus
|
5b2890ce9a
|
Merge branch 'dev' into bugfix/clone-server
|
2024-02-20 03:08:33 +00:00 |
|
Zedifus
|
5e85707973
|
Merge branch 'dev' into bugfix/default-json
|
2024-02-20 02:58:09 +00:00 |
|
amcmanu3
|
975dd2f967
|
Allow super users to clone to their hearts desire
Add same roles for cloned server
|
2024-02-19 21:45:05 -05:00 |
|