Commit Graph

  • 78c6e7950a Add custom images for logos feature/custom-logos Andrew 2024-08-30 09:45:34 -04:00
  • 16d81ee048 file manager css refactor/rework-css bobsfriend12 2024-08-26 20:11:03 -05:00
  • e3c9212fe4
    Working chunk saving with compression. feature/snapshot-backups Wout Bouckaert 2024-08-16 20:32:43 -06:00
  • 44e8c5c51a
    Change manifest file to use hash as bytes. Wout Bouckaert 2024-08-16 19:40:33 -06:00
  • 770c648d51
    Add comments to move_item_file_or_dir. Wout Bouckaert 2024-08-16 15:49:24 -06:00
  • 85b930d67a
    Further improve unzip_file per per sonarcloud. Wout Bouckaert 2024-08-16 15:42:58 -06:00
  • e23d7435c1
    Improve unzip_file function. Reduce cognitive complexity. Wout Bouckaert 2024-08-16 15:29:00 -06:00
  • bd021e0d43
    Improve unzip_file function. Reduce cognitive complexity. Wout Bouckaert 2024-08-16 15:25:04 -06:00
  • 890e84cd5e
    Further improve is_subdir function. Wout Bouckaert 2024-08-16 14:42:44 -06:00
  • 1aabf491b1
    Remove unused variable. Appease sonarcloud. Wout Bouckaert 2024-08-16 07:52:01 -06:00
  • 8baaa97e76
    Remove duplicate fstring. Appease sonarcloud. Wout Bouckaert 2024-08-16 07:49:40 -06:00
  • 317416557c
    Add save_chunk function. Wout Bouckaert 2024-08-15 21:32:01 -06:00
  • 6c20b8c534
    Fix get_path_from_hash. Add required functions to crypto helper. Wout Bouckaert 2024-08-15 21:00:39 -06:00
  • a6d37ee2ff
    Add functionality to find files not already stored in backup. Wout Bouckaert 2024-08-15 20:38:40 -06:00
  • 4430b8794c Appease Sonar Silversthorn 2024-08-14 23:03:00 +02:00
  • da04ee1459 Fixing some color elements Silversthorn 2024-08-14 22:29:36 +02:00
  • 578cd73fe4 Fixing Terminal and a little more Silversthorn 2024-08-14 21:51:14 +02:00
  • e9844b96e1 Fixing More ! Silversthorn 2024-08-14 20:58:45 +02:00
  • 49652dafe8 Fixing wizards pages Silversthorn 2024-08-13 23:26:19 +02:00
  • 9d960f604b Little More fix Silversthorn 2024-08-13 23:22:14 +02:00
  • 4e6fdbe232 Fixing a bit more Silversthorn 2024-08-13 23:08:00 +02:00
  • 084b04dbd7 Merge branch 'dev' into refactor/rework-css Silversthorn 2024-08-13 20:01:57 +02:00
  • f202808e9c Fixing a little thing on contribute Kofi Logo Silversthorn 2024-08-13 20:01:32 +02:00
  • 40f753162f Check for orphan backups on migration bugfix/backup-schedules-migration = 2024-08-13 00:12:22 -04:00
  • cb599b32b9
    Adds function for creation of .depends file for snapshot backups Wout Bouckaert 2024-08-12 15:56:05 -06:00
  • 1957ceec5c
    Add initial functions related to snapshot style backups. Wout Bouckaert 2024-08-11 20:57:47 -06:00
  • cda2e816e0
    Improve is_subdir function before use in snapshot backups. Wout Bouckaert 2024-08-11 16:26:49 -06:00
  • 2e47d5b21e
    Implement basic logic to trigger snapshots through Crafty. Wout Bouckaert 2024-08-11 15:27:35 -06:00
  • e6a577c172 Put helper in cryptohelper amcmanu3 2024-08-11 13:46:53 -04:00
  • 9e5abe8014 Refactor helpers to own directory amcmanu3 2024-08-11 13:31:55 -04:00
  • aaba6c6989 Fix pylint issue amcmanu3 2024-08-11 13:27:32 -04:00
  • 2fc20ae5b1 Adds backup manager - removes from server.py amcmanu3 2024-08-11 13:26:19 -04:00
  • c1327adf6b
    Add zlib compress and decompress functions to file_helpers.py Wout Bouckaert 2024-08-11 09:31:34 -06:00
  • 42e716baa6
    Reduce cognitive complexity of blake2b file hash. Wout Bouckaert 2024-08-10 21:44:26 -06:00
  • 3c3f60bd3d
    Create initial BACKUP_SCHEME.md Wout Bouckaert 2024-08-10 21:30:01 -06:00
  • 74787b51ba
    Update calculate_blake2b_hash to use boolean comparison rather than string Wout Bouckaert 2024-08-10 19:29:42 -06:00
  • f3db713f27
    Add calculate_blake2b_hash to file_helpers.py Wout Bouckaert 2024-08-10 19:12:30 -06:00
  • d145dd595b Prepare 4.4.4 release base dev Zedifus 2024-08-08 21:01:42 +01:00
  • 2b14d514e0 Merge branch 'dev' into 'master' master v4.4.3 Iain Powrie 2024-08-08 19:59:08 +00:00
  • 149a51b4e6 Merge branch 'bugfix/schedule-creation' into 'dev' Iain Powrie 2024-08-08 19:41:47 +00:00
  • 3da6d6f740 Close changelog 4.4.3 Zedifus 2024-08-08 20:37:30 +01:00
  • 3ec43e45ba Update changelog !791 Zedifus 2024-08-08 20:36:26 +01:00
  • a1c3e3386f Fix schedules creation fail due to missing action ID Andrew 2024-08-07 20:28:13 -04:00
  • 0d19f81a29 Prepare 4.4.3 release base Zedifus 2024-08-07 02:39:41 +01:00
  • 94a1fdd215 Merge branch 'dev' into 'master' v4.4.2 Iain Powrie 2024-08-07 00:33:38 +00:00
  • 589b3b5cc8 Merge branch 'bugfix/upload-flood' into 'dev' Iain Powrie 2024-08-07 00:26:26 +00:00
  • adc781f8f9 Close changelog 4.4.2 Zedifus 2024-08-07 01:21:24 +01:00
  • a4f97b446e Update changelog !788 Zedifus 2024-08-07 01:20:16 +01:00
  • 4155f359cc Merge branch 'dev' into bugfix/upload-flood Zedifus 2024-08-07 01:17:33 +01:00
  • 1f832ae85e Merge branch 'bugfix/fileNotFound-exceptoin' into 'dev' Iain Powrie 2024-08-06 23:08:20 +00:00
  • 885b629cc7 Update changelog !789 Zedifus 2024-08-06 23:54:16 +01:00
  • 849242ecea Fix exception message on file not found for backups amcmanu3 2024-08-06 18:36:21 -04:00
  • 877bed1016 Fix enum error refactor/validator-errors amcmanu3 2024-08-06 18:31:05 -04:00
  • 8b39ba5549 Refactor users human readable amcmanu3 2024-08-06 18:24:30 -04:00
  • 693cda4239 Human readable backup errors amcmanu3 2024-08-06 18:11:35 -04:00
  • 6ef93908ae Tweak upload js function to upload in batches amcmanu3 2024-08-06 17:48:17 -04:00
  • f0b1f5a02e Fixing 3 more Silversthorn 2024-08-06 23:38:02 +02:00
  • 86a82c49bf Fixing Notify and Credits Silversthorn 2024-08-06 23:31:08 +02:00
  • 77269f5c8f Fix black formatting issues feature/steamcmd Zedifus 2024-08-06 22:14:25 +01:00
  • bd9e450184 Fixing Dashboard Silversthorn 2024-08-06 23:08:22 +02:00
  • 3dc1d90cf4 Merge branch 'dev' into 'feature/steamcmd' Iain Powrie 2024-08-06 21:00:22 +00:00
  • fc6f85a16b Prepare 4.4.2 release base Zedifus 2024-08-06 21:31:41 +01:00
  • 22b6bf75e5 Merge branch 'dev' into refactor/rework-css Silversthorn 2024-08-06 21:59:06 +02:00
  • fcdebbe3e5 Merge branch 'dev' into rerelease-4.4.1 v4.4.1 Zedifus 2024-08-06 20:47:25 +01:00
  • 45c3f73eca Revert "Revert "Merge branch 'dev' into 'master'"" Zedifus 2024-08-06 20:45:00 +01:00
  • 73ed9156b7 Merge branch 'lang/new-lang-russian' into 'dev' Iain Powrie 2024-08-06 19:14:34 +00:00
  • ce972ec728 Merge branch 'lang/new-lang-russian' of gitlab.com:crafty-controller/crafty-4 into lang/new-lang-russian Zedifus 2024-08-06 20:10:06 +01:00
  • 6139a6426f Close changelog 4.4.1 Zedifus 2024-08-06 20:09:21 +01:00
  • 7f27c018de Merge branch 'dev' into lang/new-lang-russian Zedifus 2024-08-06 20:08:30 +01:00
  • fe33b84e10 Merge branch 'bugfix/backup-migration' into 'dev' Iain Powrie 2024-08-06 19:05:17 +00:00
  • 7c16737fab Appease sonar return nothing instead of false amcmanu3 2024-08-06 14:59:10 -04:00
  • ddfc13d9fd Include human readable errors in schedule edit/create amcmanu3 2024-08-06 14:54:03 -04:00
  • 7b739863b3 Update changelog !785 Zedifus 2024-08-06 19:51:39 +01:00
  • 037e13d243 Merge branch 'dev' into bugfix/backup-migration Zedifus 2024-08-06 19:46:18 +01:00
  • 2520e4b00f Enable enum errors amcmanu3 2024-08-06 14:44:01 -04:00
  • 279ad61a1b Fix exception in webhook validation amcmanu3 2024-08-06 14:10:53 -04:00
  • 5c9b59f9e8 Refactor human readable errors for webhooks amcmanu3 2024-08-06 14:08:49 -04:00
  • 2de9c90924 Refactor files to use human readable errors amcmanu3 2024-08-06 14:02:57 -04:00
  • f1fd57ea26 Server patch and server create human readable errors amcmanu3 2024-08-06 13:54:28 -04:00
  • ed9accc1e4 Add fill/no fill for schema props amcmanu3 2024-08-06 13:31:54 -04:00
  • dcd81102fa Use human readable errors for roles schema amcmanu3 2024-08-06 13:13:11 -04:00
  • 7ae7c0f50d Add human readable error for getting server files amcmanu3 2024-08-06 12:55:07 -04:00
  • 332f19c212 Use human readable errors for server_dir amcmanu3 2024-08-06 12:41:27 -04:00
  • 53bf5a0730 Use why instead of e amcmanu3 2024-08-06 12:40:39 -04:00
  • 2cda66dd0b Add human readable errors for config.json post amcmanu3 2024-08-06 12:39:26 -04:00
  • 39bb17cb54 Fixing merge with dev Silversthorn 2024-08-03 23:18:59 +02:00
  • cc4ea2daa4 Merge branch 'dev' into refactor/rework-css Silversthorn 2024-08-03 22:44:06 +02:00
  • 6157ed60b8 trying to rework server players Silversthorn 2024-08-03 21:39:17 +02:00
  • 3da3c899e4 resolve code quality issues enhancement/mc-terminal-colors bobsfriend12 2024-07-30 19:04:02 -06:00
  • b31690d71b resolve code quality check bobsfriend12 2024-07-30 18:58:35 -06:00
  • dbf53b4999 add 8 bit color support bobsfriend12 2024-07-30 18:45:54 -06:00
  • 182f15d6dd Merge remote-tracking branch 'origin/dev' into enhancement/mc-terminal-colors bobsfriend12 2024-07-30 18:45:40 -06:00
  • 9f7f588e85 Tweak default backup configs to account for bad clone in 4.2.x amcmanu3 2024-07-30 14:30:30 -04:00
  • 4a58759183 Add function for removing old malformed backups amcmanu3 2024-07-29 18:04:01 -04:00
  • f8b1070162 added norole and nonerole translations Analicia Abernathy 2024-07-30 07:32:10 -05:00
  • 44b5f2a809 Reopen changelog 4.4.1 Zedifus 2024-07-30 00:49:33 +01:00
  • ff9abe4359 Fix directory moves on backup migration amcmanu3 2024-07-29 18:02:00 -04:00
  • d3f965d127 Merge branch 'revert-501b490c' into 'master' Iain Powrie 2024-07-29 21:53:44 +00:00
  • 29ce7a2cde Revert "Merge branch 'dev' into 'master'" Iain Powrie 2024-07-29 21:49:44 +00:00
  • 501b490cbd Merge branch 'dev' into 'master' Iain Powrie 2024-07-29 21:34:20 +00:00