Andrew
|
e5cec247dc
|
Remove class declaration in helpers
|
2023-11-26 14:48:36 -05: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 |
|
Iain Powrie
|
67ed35a6b0
|
Merge branch 'JonathanAlKass-master-patch-25467' into 'dev'
removed ".decoder" from orjson in crafty-4/app/classes/web/routes/api/roles/index.py: line 113
See merge request crafty-controller/crafty-4!674
|
2023-11-25 20:20:38 +00:00 |
|
Zedifus
|
f131ca62ff
|
Merge branch 'dev' into refactor/remove-api-v1
|
2023-11-25 19:50:47 +00:00 |
|
Zedifus
|
911f373474
|
Merge branch 'dev' into critical/security
|
2023-11-25 19:29:46 +00:00 |
|
JonathanAlKass
|
62b095c38f
|
removed ".decoder" from orjson in line 113
|
2023-11-21 06:30:45 +00:00 |
|
amcmanu3
|
131337c7d0
|
Appease the linter
|
2023-11-13 18:16:08 -05:00 |
|
amcmanu3
|
63d84ed1bb
|
Remove clean from password input
|
2023-11-13 17:23:15 -05:00 |
|
amcmanu3
|
2fd66420c4
|
Add terminal message
|
2023-11-13 17:23:02 -05:00 |
|
amcmanu3
|
de39b041cb
|
Fix comment
|
2023-11-13 16:03:53 -05:00 |
|
amcmanu3
|
623d6f5855
|
Use string library instead of monolithic arrays
up max length to 25
|
2023-11-13 16:02:50 -05:00 |
|
amcmanu3
|
91e62c647e
|
Create text file in config folder with init creds
|
2023-11-13 14:14:13 -05:00 |
|
Silversthorn
|
586b2038b6
|
Fixing warnings
|
2023-11-10 23:16:04 +01:00 |
|
amcmanu3
|
98efec1417
|
Remove API v1
|
2023-11-05 15:48:43 -05:00 |
|
amcmanu3
|
7e18cc8d1b
|
Schedule json dump to logfile every 5 minutes
|
2023-11-05 14:17:50 -05:00 |
|
amcmanu3
|
ca0546a5f4
|
Add auth log for sessions
|
2023-11-05 13:46:21 -05:00 |
|
amcmanu3
|
bfbb130db9
|
Add logs to API
|
2023-11-05 13:33:30 -05:00 |
|
amcmanu3
|
e9105ffbe4
|
Log authentication attempts
|
2023-11-05 13:26:27 -05:00 |
|
amcmanu3
|
5546118517
|
Remove password max length
|
2023-11-05 13:25:39 -05:00 |
|
amcmanu3
|
ecb40ee2ec
|
Retain tab when navigating back to server_details
|
2023-11-05 11:09:57 -05:00 |
|
amcmanu3
|
4152e2be69
|
Only show server inits to admins
|
2023-11-03 16:55:41 -04:00 |
|
amcmanu3
|
28b3a4f8f3
|
Add loading screen while servers init
|
2023-11-03 16:41:23 -04:00 |
|
Silversthorn
|
aa7f47a4f4
|
Reworking id to use uuid
|
2023-11-01 18:44:56 +01:00 |
|
amcmanu3
|
645542b459
|
Move from 418 (i am a teapot) to 424 missing dep
|
2023-10-29 18:49:31 -04:00 |
|
amcmanu3
|
76e8b01335
|
Fix notifications not showing up/being reset
|
2023-10-29 18:37:30 -04:00 |
|
Zedifus
|
170750466c
|
Remove Custom from WebhookFactory Registry
Wven when commented out, it's still present in front end selection
|
2023-10-29 13:45:03 +00:00 |
|
Andrew
|
9710d64072
|
Fix logical issue with get files perms check
|
2023-10-20 15:41:39 -05:00 |
|
amcmanu3
|
761936a308
|
Fix creation bug
|
2023-10-18 16:40:38 -04:00 |
|
amcmanu3
|
4f507f0cda
|
Use more definied error
|
2023-10-18 16:25:28 -04:00 |
|
amcmanu3
|
f06d297ecd
|
Fix task quick edit
|
2023-10-18 16:24:42 -04:00 |
|
amcmanu3
|
312ed5295b
|
Fix quick disable button on schedules list
|
2023-10-18 16:03:43 -04:00 |
|
amcmanu3
|
44c2aaada3
|
Remove external references from front end deps
use secure transfer for jsonschema reference
|
2023-10-18 14:55:16 -04:00 |
|
Zedifus
|
ec5236c250
|
Add https to adaptive card
python:S5332
|
2023-10-18 19:10:53 +01:00 |
|
amcmanu3
|
6bc45b86e5
|
Merge branch 'dev' into tweak/user-edit
|
2023-10-08 22:44:53 -04:00 |
|
amcmanu3
|
cd04b87705
|
Appease the linter
|
2023-10-08 22:39:05 -04:00 |
|
amcmanu3
|
2d32e3ad2a
|
Fix user edits | retain crafty perms
Move password/username edit to bootbox
|
2023-10-08 22:13:55 -04:00 |
|
Iain Powrie
|
99f17c1532
|
Merge branch 'feature/openmetrics-implementation' into 'dev'
Implementation of OpenMetrics
See merge request crafty-controller/crafty-4!624
|
2023-10-08 22:11:27 +00:00 |
|
Silversthorn
|
bcbafe2278
|
Fixed the last one ?
|
2023-10-08 22:19:36 +02:00 |
|
Silversthorn
|
814aaeb1d2
|
Appease the linter
|
2023-10-08 22:02:13 +02:00 |
|
Zedifus
|
9ddd21da82
|
Merge branch 'dev' into bugfix/server-upload
|
2023-10-08 19:07:51 +01:00 |
|
amcmanu3
|
89b0e1ed02
|
fix typo for upload dir
|
2023-10-08 10:57:59 -04:00 |
|
amcmanu3
|
0296b09547
|
Move Crafty server upload to /import/upload
|
2023-10-08 10:54:28 -04:00 |
|
Silversthorn
|
5947d4ebbf
|
Merge branch 'dev' into feature/openmetrics-implementation
|
2023-10-08 00:06:34 +02:00 |
|
Silversthorn
|
72a5f1661c
|
Resolve Conflicts from Merge branch 'dev' into feature/openmetrics-implementation
|
2023-10-07 23:55:58 +02:00 |
|
Silversthorn
|
f49475c15a
|
Removing unused imports
|
2023-10-07 23:52:06 +02:00 |
|
Silversthorn
|
49914c7f14
|
Improve OpenMetrics Registries Work
|
2023-10-07 23:50:56 +02:00 |
|
amcmanu3
|
4eb15db30f
|
Use controller on update user call
|
2023-10-07 15:21:33 -04:00 |
|
amcmanu3
|
529b3a159c
|
Appease the linter
|
2023-10-07 13:55:36 -04:00 |
|