Commit Graph

34 Commits

Author SHA1 Message Date
e0bb2eaaa0 Merge branch 'dev' into refactor/server_ids 2024-03-03 01:32:44 +00:00
842e576b5c Refactor minimum password length 2024-02-19 21:14:15 -05:00
875c9058b0 there were still use -_- 2024-02-16 19:46:22 +01:00
aa7f47a4f4 Reworking id to use uuid 2023-11-01 18:44:56 +01:00
af1fdb447a Merge branch 'dev' into bugfix/issue_255_status_page_update 2023-09-02 21:55:51 +02:00
7eb8e2bfd9 Add get users to crafty command 2023-08-24 13:02:44 -04:00
eccac2508d Fix Issue #255
Rework how the websockets are managed
2023-08-09 23:47:53 +02:00
491415c7fa Re-black codebase with new standard 2023-02-15 18:01:21 -05:00
ceab737667 Update requirement checking for password reset 2022-09-04 14:22:25 -04:00
a6148a7d8a Make password username lowercase 2022-09-04 13:33:22 -04:00
e644380b64 Allow users with capital letter to reset password 2022-06-13 16:06:36 -04:00
1655818afc Define the prompt after the init is complete 2022-06-12 20:09:46 -04:00
e0fb4c6442 Fix version3 imports 2022-06-05 16:02:52 -04:00
9e4c8e99b1 Merge branch 'dev' into dev-StatsDBImprovement 2022-06-01 23:52:49 +02:00
be1930c7c7 fixing server shutdown gracefull exit 2022-05-26 15:28:54 +02:00
ca450f21ed Document set_passwd and threads prompt commands
Help messages:
set_passwd: Set a user's password. Example: set_passwd admin
threads: Get all of the Python threads used by Crafty
2022-05-25 16:25:49 +03:00
8f8b2aa22f Simplify MainPrompt.emptyline. 2022-05-21 02:04:03 +03:00
b49bca3279 Use a tab character in the threads prompt command
https://i.imgur.com/jy0Rlgm.png
2022-05-21 01:57:40 +03:00
b724fc500d Improve the startup process 2022-05-21 01:53:17 +03:00
d235d0b70b Add error for no user 2022-05-18 17:37:07 -04:00
49965bf31f Add explaination to password fail. 2022-05-18 17:22:39 -04:00
e12814d0b0 Appease the linter 2022-05-17 16:01:37 -04:00
a2b711b5ac Add password reset to Crafty Console 2022-05-16 15:39:10 -04:00
92c8fc04f3 Refactor to standardize class/variable naming 2022-04-14 03:10:25 +01:00
d417950eae fix fstrings, refactored console to static 2022-04-11 20:34:46 -05:00
42ca4bb973 Refactored the yes to not pass objects in import
Merge Conflicts ᴙ Us
2022-04-11 00:23:55 -05:00
db70f9ae20 Fix W0221 emptyline override
Package advises override, see !233 for doc reference.
2022-04-02 02:49:48 +01:00
2a512d7273 Fix files to conform with new Black pylintrc
Mostly just breaking up strings and comments into new lines
Some strings dont require 'f' but keeping in for readability
with the rest of the concatinated string
2022-03-23 06:06:13 +00:00
e06fe8a52a Black codebase
Apply black formatting to codebase
2022-03-23 02:50:12 +00:00
1279784cc7 Appease the linter again 2022-03-20 12:14:51 -05:00
4af62cbaca Added basic Import functions 2022-03-18 23:59:10 -04:00
4c14b58a2a Add user importing from 3 - servers to be added 2022-03-18 21:55:39 -05:00
b306d1f313 Tidy imports & dep auto-installer 2022-03-08 04:40:44 +00:00
e0ce1d118c Create pylintrc, code review pipeline & correct codebase errors
Fix uploads,
Only send server stats to user page when they have access to servers
2022-01-26 01:45:30 +00:00