Zedifus
|
c045ded7b5
|
Merge branch 'dev' into bugfix/support-log-x
|
2023-12-07 13:28:04 +00:00 |
|
Iain Powrie
|
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 |
|
Zedifus
|
e2eb5c62f4
|
Update changelog !678
|
2023-12-07 13:07:35 +00:00 |
|
Zedifus
|
1383accefd
|
Merge branch 'dev' into bugfix/config-empty-mounts
|
2023-12-07 13:05:40 +00:00 |
|
Iain Powrie
|
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 |
|
Zedifus
|
fb7b78abb7
|
Fix incorrect changelog order
|
2023-12-07 12:57:51 +00:00 |
|
Zedifus
|
66f6786597
|
Update changelog !677
|
2023-12-07 12:56:55 +00:00 |
|
Zedifus
|
ba187374d4
|
Merge branch 'dev' into bugfix/no-file-error
|
2023-12-07 12:55:20 +00:00 |
|
Iain Powrie
|
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 |
|
Zedifus
|
af3ca7aec4
|
Update changelog !676
|
2023-12-07 12:36:07 +00:00 |
|
Zedifus
|
7879baff75
|
Merge branch 'dev' into bugfix/superuser-password-edit
|
2023-12-07 12:34:56 +00:00 |
|
Iain Powrie
|
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 |
|
Iain Powrie
|
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 |
|
Zedifus
|
e37bd47806
|
Update changelog !680
|
2023-12-07 11:57:56 +00:00 |
|
Zedifus
|
cda2929052
|
Merge branch 'dev' into sec/bump-cryptography
|
2023-12-07 11:46:29 +00:00 |
|
Iain Powrie
|
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 |
|
Zedifus
|
b2035eef60
|
Fix sonar findings
|
2023-12-07 11:29:18 +00:00 |
|
Zedifus
|
9e54eafd50
|
Update changelog !668
|
2023-12-07 11:16:50 +00:00 |
|
amcmanu3
|
3df2f23658
|
Fix bug with backup exclusion save
|
2023-12-04 23:44:51 -05:00 |
|
amcmanu3
|
621afb4eec
|
Fix bug where servers are created without bu dir
|
2023-12-04 23:37:53 -05:00 |
|
amcmanu3
|
42e4bb7e3c
|
Give better feedback when backup delete fails
|
2023-12-04 11:01:01 -05:00 |
|
amcmanu3
|
0d6cd5c42e
|
Bump openSSL
|
2023-11-30 13:11:37 -05:00 |
|
amcmanu3
|
a91c3257f7
|
Bump cryptography for CVE-2023-49083
|
2023-11-30 13:04:18 -05:00 |
|
amcmanu3
|
c5c025ca8c
|
Fix support log x button still downloading
|
2023-11-30 12:50:50 -05:00 |
|
amcmanu3
|
304da0da8a
|
Add storage translation to dash
Remote "storage" label if no mounts selected
|
2023-11-30 12:33:11 -05:00 |
|
amcmanu3
|
52f90f1ee3
|
Fix monitored mounts when non selected
|
2023-11-30 12:32:48 -05:00 |
|
amcmanu3
|
09241bdc54
|
Appease the linter
|
2023-11-30 12:22:40 -05:00 |
|
amcmanu3
|
ca02c9d575
|
Add user-based translation to startup
|
2023-11-30 12:14:09 -05:00 |
|
amcmanu3
|
b60e6933dd
|
Add broadcast to non-admin function
|
2023-11-30 12:12:16 -05:00 |
|
amcmanu3
|
7a2647c348
|
Black codebase
|
2023-11-30 01:06:33 -05:00 |
|
amcmanu3
|
fb41bc2443
|
Prevent stack for general user on boot
|
2023-11-30 01:05:00 -05:00 |
|
amcmanu3
|
90ed32738f
|
Add translations
|
2023-11-30 00:55:26 -05:00 |
|
amcmanu3
|
999460f95e
|
Del redundant statements (webserver not started)
appease the linter
|
2023-11-30 00:55:19 -05:00 |
|
amcmanu3
|
3840cc3863
|
Fix bug where no file error doesn't show up
|
2023-11-29 22:28:18 -05:00 |
|
amcmanu3
|
74c0e8b23a
|
Fix bug where su cannot edit general user password
|
2023-11-29 21:30:29 -05:00 |
|
amcmanu3
|
9e98c97eb8
|
Merge branch 'dev' into enhancement/crafty-loading
|
2023-11-29 21:24:05 -05:00 |
|
amcmanu3
|
aa0eee68e3
|
Remove border line on loadup
|
2023-11-29 21:21:28 -05:00 |
|
amcmanu3
|
c13ebeaf51
|
Use constant variables for run mode and app path
|
2023-11-29 21:04:02 -05:00 |
|
amcmanu3
|
151f77589b
|
Restructure main.py to be more comprehensive
|
2023-11-29 18:15:11 -05:00 |
|
Zedifus
|
4b9c6cfd71
|
Fix sonar finding
Use the opposite operator ("not in") instead.
Boolean checks should not be inverted python:S1940
|
2023-11-28 02:22:25 +00:00 |
|
Zedifus
|
ae41ef1ef9
|
Fix pathing issue, hoist env check and flip args to correct malformed app path
|
2023-11-28 02:21:05 +00:00 |
|
Zedifus
|
a00f418fcf
|
Fix password case lint warning
|
2023-11-28 01:54:55 +00:00 |
|
Zedifus
|
966d359a9a
|
Remove unused imports from pass gen refactor
|
2023-11-26 21:45:48 +00:00 |
|
Andrew
|
e5cec247dc
|
Remove class declaration in helpers
|
2023-11-26 14:48:36 -05:00 |
|
Zedifus
|
7db259eb98
|
Update changelog !675
|
2023-11-25 21:26:34 +00:00 |
|
Zedifus
|
16f8df20ac
|
Update lang pl_PL with minor fixes
Thanks Terrariadlc
|
2023-11-25 21:20:39 +00:00 |
|
Zedifus
|
06c18169f1
|
Merge branch 'dev' into sec/admin-creation
|
2023-11-25 20:59:26 +00:00 |
|
Zedifus
|
fb4adfb22e
|
Fix black finding
|
2023-11-25 20:47:45 +00:00 |
|
Zedifus
|
7045118cd2
|
Refactor password generator to be OWASP compliant
|
2023-11-25 20:42:18 +00:00 |
|
Zedifus
|
8bad0fb0a9
|
Update changelog !674
|
2023-11-25 20:33:21 +00:00 |
|