Commit Graph

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