Commit Graph

2670 Commits

Author SHA1 Message Date
amcmanu3
43c11f80b8 Appease the linter 2023-01-30 19:11:37 -05:00
amcmanu3
82dc20e94a Remove print statements 2023-01-30 18:35:04 -05:00
amcmanu3
e43c63a8b7 Fix db not found issue
Add page feedback.
2023-01-30 18:31:46 -05:00
amcmanu3
d273589f2e Fix front end 2023-01-30 17:23:25 -05:00
amcmanu3
73233181be Fix typo on front end 2023-01-30 15:39:09 -05:00
amcmanu3
552ed8a5a6 Append /servers/ on the input field 2023-01-30 15:30:11 -05:00
amcmanu3
863ded782a Add move servers dir functionality 2023-01-30 15:23:10 -05:00
amcmanu3
aaefcb913b Append to subdir function for windows mapping 2023-01-30 15:22:40 -05:00
amcmanu3
3a763178d7 Merge branch 'dev' into tweak/master-server-dir-config 2023-01-30 12:14:58 -05:00
Zedifus
3eeb00e524 Prepare 4.0.21 release base 2023-01-30 00:24:35 +00:00
Zedifus
157160724e Close v4.0.20 changelog 2023-01-29 23:49:59 +00:00
Iain Powrie
3495c6c29a Merge branch 'enhancement/auto_log-dash' into 'dev'
Add Default redirection to Dashboard to prevent login if the user is connected

See merge request crafty-controller/crafty-4!540
2023-01-29 23:44:12 +00:00
Zedifus
d66521c6a4 Update changelog !540 2023-01-29 23:40:05 +00:00
Zedifus
5699aa40e8 Merge branch 'dev' into enhancement/auto_log-dash 2023-01-29 23:35:34 +00:00
Iain Powrie
4300cab1b9 Merge branch 'refactor/config-json' into 'dev'
Managed config.json refactor

See merge request crafty-controller/crafty-4!485
2023-01-29 23:33:55 +00:00
Zedifus
c817d0dbb6 Update changelog !485 2023-01-29 23:29:36 +00:00
amcmanu3
c8b8468030 Move resets before controller is instanciated. 2023-01-29 18:21:53 -05:00
amcmanu3
3f3595acb4 Sort config.json in alphabetical order 2023-01-29 18:21:04 -05:00
amcmanu3
8707a1470c Fix naming 2023-01-29 17:58:47 -05:00
amcmanu3
e04fee0ea1 Fix key reset 2023-01-29 17:58:24 -05:00
amcmanu3
af654bc89f Make the color look nicer 2023-01-29 17:25:44 -05:00
amcmanu3
d24c3c5ba0 Add red color to reset values 2023-01-29 17:05:17 -05:00
amcmanu3
bd8e12f884 Fix wording in reset 2023-01-29 17:00:28 -05:00
amcmanu3
2d9529ba0c Add cookie secret to DB
Allow users to reset cookie and api secret
Add Crafty row to table on fresh install
Change inserts to updates for crafty settings table.
2023-01-29 16:54:02 -05:00
Iain Powrie
c993e0d341 Merge branch 'bugfix/file-tree-reload' into 'dev'
Make it so file tree doesn't reload on upload/delete

See merge request crafty-controller/crafty-4!541
2023-01-29 20:41:25 +00:00
Zedifus
f60d6424d9 Update changelog !541 2023-01-29 20:37:03 +00:00
amcmanu3
02273580f6 Appease the linter AGAIN 2023-01-29 15:20:27 -05:00
amcmanu3
5ab224d17e Appease the linter 2023-01-29 15:18:10 -05:00
amcmanu3
040536f320 Merge branch 'dev' into bugfix/file-tree-reload 2023-01-29 15:13:02 -05:00
Zedifus
aa2ba4f8cf Merge branch 'dev' into refactor/config-json 2023-01-29 20:00:09 +00:00
Zedifus
68322a3a93 Remove config warning from container init 2023-01-29 19:58:08 +00:00
amcmanu3
8ee274a927 Remove config.json from repo.
Remove version checking.
Move master config to helpers.
Add config.json when not found on start.
2023-01-29 14:54:25 -05:00
Iain Powrie
6215932311 Merge branch 'enhancement/config-json' into 'dev'
Make Config.json editable from panel

See merge request crafty-controller/crafty-4!532
2023-01-29 19:31:53 +00:00
Zedifus
33c2fcbd03 Update changelog !532 2023-01-29 19:27:10 +00:00
Zedifus
52459a4cf6 Merge branch 'dev' into enhancement/config-json 2023-01-29 19:26:43 +00:00
Iain Powrie
dd26569649 Merge branch 'tweak/server-stats-db-hidden' into 'dev'
Hide stats DB directory from files tree

See merge request crafty-controller/crafty-4!530
2023-01-29 19:12:18 +00:00
Zedifus
14d444b90c Merge branch 'dev' into tweak/server-stats-db-hidden 2023-01-29 18:59:29 +00:00
amcmanu3
3c2b2e8a87 Add better feedback for files that finish upload 2023-01-28 21:50:45 -05:00
amcmanu3
d31a0a0512 Fix root directory uploads 2023-01-28 20:35:58 -05:00
amcmanu3
e0541b1ec0 Change file tree doesn't reload on upload/delete 2023-01-28 19:10:27 -05:00
Silversthorn
8b62814f17 Add Default redirection to Dashboard to prevent login if the user is connected 2023-01-28 16:43:27 +01:00
Silversthorn
d01dfe40db Merge branch 'dev' into enhancement/config-json 2023-01-28 01:37:41 +01:00
amcmanu3
afdb9d9386 Use ignored_names as class variable in helpers 2023-01-27 17:36:23 -05:00
Iain Powrie
a46a962c86 Merge branch 'bug/ReworkDefautPublicHandler' into 'dev'
Rework Public Route to Fix issue 133

See merge request crafty-controller/crafty-4!538
2023-01-27 20:07:01 +00:00
Zedifus
66bb9720b8 Update changelog !538 2023-01-27 20:01:29 +00:00
Zedifus
e217c63fdf Merge branch 'dev' into bug/ReworkDefautPublicHandler 2023-01-27 19:59:12 +00:00
Iain Powrie
833f33718f Merge branch 'tweak/raknet-icon-failure' into 'dev'
Move raknet icon failure to a debug log

See merge request crafty-controller/crafty-4!537
2023-01-27 19:57:14 +00:00
Zedifus
3011777e49 Update changelog !537 2023-01-27 19:48:43 +00:00
Zedifus
55523b3ce4 Merge branch 'dev' into tweak/raknet-icon-failure 2023-01-27 19:47:22 +00:00
Iain Powrie
54888ac8e9 Merge branch 'feature/backup-echo' into 'dev'
Add option to run command before backup

See merge request crafty-controller/crafty-4!536
2023-01-27 19:44:58 +00:00