Commit Graph

3964 Commits

Author SHA1 Message Date
e17af9dea5 Increase entropy of password
With reduced symbols increasing length for better entropy
2023-12-07 15:36:07 +00:00
1e68abac70 Reduce number of symbols to avoid issues
Limit the symbols used in the character string to avoid potential
problems with certain characters.
2023-12-07 15:32:18 +00:00
130dc3db02 Fix logging config path
Update the logging configuration path to use the correct application
path.
2023-12-07 15:14:50 +00:00
53b12e245f Merge branch 'dev' into sec/admin-creation 2023-12-07 15:09:11 +00:00
f07e8e12ac Merge branch 'bugfix/backup-dir' into 'dev'
Fix bug where servers are created without bu dir | Backup Exclusions Bug

See merge request crafty-controller/crafty-4!682
2023-12-07 14:02:08 +00:00
56044456d9 Update changelog !682 2023-12-07 13:53:30 +00:00
2d07dbbd9c Merge branch 'dev' into bugfix/backup-dir 2023-12-07 13:52:17 +00:00
64152c6192 Merge branch 'tweak/backup-delete' into 'dev'
Give better feedback when backup delete fails

See merge request crafty-controller/crafty-4!681
2023-12-07 13:50:54 +00:00
f16e95acd9 Update changelog !681 2023-12-07 13:47:04 +00:00
342a4f6599 Merge branch 'dev' into tweak/backup-delete 2023-12-07 13:45:15 +00:00
c8206468ab Merge branch 'bugfix/support-log-x' into 'dev'
Fix support log x button still downloading

See merge request crafty-controller/crafty-4!679
2023-12-07 13:40:48 +00:00
eab376420d Update changelog !679 2023-12-07 13:34:08 +00:00
cca4f8314b Fix bootbox close function call 2023-12-07 13:31:50 +00:00
c045ded7b5 Merge branch 'dev' into bugfix/support-log-x 2023-12-07 13:28:04 +00:00
2eb012e61d Merge branch 'bugfix/config-empty-mounts' into 'dev'
Fix bug where you cannot select "do not monitor mounts" from config.json

See merge request crafty-controller/crafty-4!678
2023-12-07 13:14:31 +00:00
e2eb5c62f4 Update changelog !678 2023-12-07 13:07:35 +00:00
1383accefd Merge branch 'dev' into bugfix/config-empty-mounts 2023-12-07 13:05:40 +00:00
804a39afad Merge branch 'bugfix/no-file-error' into 'dev'
Fix bug where no file error

See merge request crafty-controller/crafty-4!677
2023-12-07 13:01:33 +00:00
fb7b78abb7 Fix incorrect changelog order 2023-12-07 12:57:51 +00:00
66f6786597 Update changelog !677 2023-12-07 12:56:55 +00:00
ba187374d4 Merge branch 'dev' into bugfix/no-file-error 2023-12-07 12:55:20 +00:00
a2fefcf23f Merge branch 'bugfix/superuser-password-edit' into 'dev'
Fix bug where su cannot edit general user password

See merge request crafty-controller/crafty-4!676
2023-12-07 12:44:33 +00:00
af3ca7aec4 Update changelog !676 2023-12-07 12:36:07 +00:00
7879baff75 Merge branch 'dev' into bugfix/superuser-password-edit 2023-12-07 12:34:56 +00:00
40bf180eb9 Merge branch 'lang/pl-pl-lang-update' into 'dev'
Update lang pl_PL with minor fixes

See merge request crafty-controller/crafty-4!675
2023-12-07 12:20:50 +00:00
25123bf9ec Merge branch 'sec/bump-cryptography' into 'dev'
Bump cryptography for CVE-2023-49083

See merge request crafty-controller/crafty-4!680
2023-12-07 12:11:01 +00:00
e37bd47806 Update changelog !680 2023-12-07 11:57:56 +00:00
cda2929052 Merge branch 'dev' into sec/bump-cryptography 2023-12-07 11:46:29 +00:00
bef16270fe Merge branch 'enhancement/crafty-loading' into 'dev'
Add Crafty loading screen. Refactor main.py

See merge request crafty-controller/crafty-4!668
2023-12-07 11:44:37 +00:00
b2035eef60 Fix sonar findings 2023-12-07 11:29:18 +00:00
9e54eafd50 Update changelog !668 2023-12-07 11:16:50 +00:00
3df2f23658 Fix bug with backup exclusion save 2023-12-04 23:44:51 -05:00
621afb4eec Fix bug where servers are created without bu dir 2023-12-04 23:37:53 -05:00
42e4bb7e3c Give better feedback when backup delete fails 2023-12-04 11:01:01 -05:00
0d6cd5c42e Bump openSSL 2023-11-30 13:11:37 -05:00
a91c3257f7 Bump cryptography for CVE-2023-49083 2023-11-30 13:04:18 -05:00
c5c025ca8c Fix support log x button still downloading 2023-11-30 12:50:50 -05:00
304da0da8a Add storage translation to dash
Remote "storage" label if no mounts selected
2023-11-30 12:33:11 -05:00
52f90f1ee3 Fix monitored mounts when non selected 2023-11-30 12:32:48 -05:00
09241bdc54 Appease the linter 2023-11-30 12:22:40 -05:00
ca02c9d575 Add user-based translation to startup 2023-11-30 12:14:09 -05:00
b60e6933dd Add broadcast to non-admin function 2023-11-30 12:12:16 -05:00
7a2647c348 Black codebase 2023-11-30 01:06:33 -05:00
fb41bc2443 Prevent stack for general user on boot 2023-11-30 01:05:00 -05:00
90ed32738f Add translations 2023-11-30 00:55:26 -05:00
999460f95e Del redundant statements (webserver not started)
appease the linter
2023-11-30 00:55:19 -05:00
3840cc3863 Fix bug where no file error doesn't show up 2023-11-29 22:28:18 -05:00
74c0e8b23a Fix bug where su cannot edit general user password 2023-11-29 21:30:29 -05:00
9e98c97eb8 Merge branch 'dev' into enhancement/crafty-loading 2023-11-29 21:24:05 -05:00
aa0eee68e3 Remove border line on loadup 2023-11-29 21:21:28 -05:00