Commit Graph

38 Commits

Author SHA1 Message Date
0a572fba92 Refactor API keys "super user" to "full access" 2024-03-17 12:50:11 -04:00
0296b09547 Move Crafty server upload to /import/upload 2023-10-08 10:54:28 -04:00
2d77c456ca Merge branch 'dev' into bugfix/issue_255_status_page_update 2023-09-05 20:05:12 +02:00
1898fd1945 Squash upload bug created in commit 27f6c4c 2023-09-03 13:22:17 -04:00
eccac2508d Fix Issue #255
Rework how the websockets are managed
2023-08-09 23:47:53 +02:00
6396c3079e Include self in method call 2023-07-04 15:02:47 -04:00
73d2788aa0 Refactor all items using in_path for windows comp 2023-06-14 18:57:15 -04:00
491415c7fa Re-black codebase with new standard 2023-02-15 18:01:21 -05:00
42b564de1c Fix error codes 2023-02-01 17:16:08 -05:00
bb482b8381 Use response text for errors on uploads.
Overhaul
2023-02-01 17:09:39 -05:00
0c9ee0e0e0 Fix plus sign in path bug with downloads & uploads 2022-11-30 20:28:24 -05:00
bf0255a26b Add custom login image feature 2022-11-09 14:13:35 -05:00
a21bb36f7c Make it so a user cannot upload anything but zip
TODO add better feedback than "error"
2022-09-27 23:07:44 -04:00
ab344cbff4 Add zip upload to bedrock servers 2022-09-27 22:49:52 -04:00
b9bd654e58 Add upload import functionality.
Update gitignore
2022-09-27 22:06:22 -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
19f2429a4c Fix formatting to comply with Black 2022-04-11 11:08:36 +01:00
42ca4bb973 Refactored the yes to not pass objects in import
Merge Conflicts ᴙ Us
2022-04-11 00:23:55 -05:00
ade6c9f1b8 Make stream size calc more readable 2022-04-02 16:07:31 -04:00
657d3e92f2 Add max stream size to config.json
Add ability to translate error message
2022-04-02 13:50:40 -04:00
dc69a8a9f2 Add better feedback on upload max size failure 2022-04-02 13:06:20 -04: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
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
93857f90db JWT login and multi API keys! 2022-01-15 02:23:50 +02:00
f20d41242d Adding Helpers for Path
Correcting a MVC update missing function
2021-11-21 11:52:29 +01:00
8f2338c709 Correction for Uploading Files 2021-09-28 23:48:54 +02:00
93d3816f3a Correction controller links 2021-09-28 18:40:31 +02:00
e059e7166c Fixing undefined controller on Upload 2021-09-26 01:02:05 +02:00
70ca82a086 Rework architecture for better MVC 2021-09-09 00:01:10 +02:00
ce4a7619a6 Fixes wait window closing after first upload is complete and not waiting for all uploads to complete. 2021-08-23 18:22:35 -04:00
6022e3814f Fixed typo in uploads 2021-08-22 17:37:37 -04:00
192a5f2664 Modify handler to adapat to changes made in models. 2021-08-22 16:59:33 -04:00
86c1b374bf Fixed upload streams
Lukas added a lot of pretty things to the upload waiting screen.
Current bug: progress bar is not 100% working.
2021-08-22 16:31:49 -04:00
734a576cb9 Still broken 2021-08-22 10:54:34 -04:00
7389b37198 Initial commit on this broken branch 2021-08-22 10:17:33 -04:00