voldemort
  • Yes I'm on Discord

  • Joined on 2025-07-20
voldemort pushed to main at voldemort/CDRM-Project 2025-07-23 11:04:29 +00:00
cc3b37db1d Add frontend build check in precheck module to ensure the frontend is built before running prechecks
voldemort pushed to main at voldemort/CDRM-Project 2025-07-23 11:00:36 +00:00
db7bea7951 Refactor proxy handling in api_decrypt.py to use an empty string instead of None for improved consistency; update returned_keys check to compare against an empty string for better error handling.
7f9f04d829 Refactor remote device handling in PlayReady and Widevine modules to improve path management, enhance error handling, and implement consistent response formatting. Add module docstrings for better documentation and clarity.
Compare 2 commits »
voldemort pushed to main at voldemort/CDRM-Project 2025-07-23 09:46:07 +00:00
7f84542cfb Enhance upload module with docstring, implement username sanitization, and improve error handling for file uploads.
78d59b295c Add module docstring to user_info.py for improved documentation; implement username sanitization and enhance error logging for better debugging.
8e076a4298 Add module docstrings to user_changes.py for improved documentation and clarity; enhance error handling in change_password_route and change_api_key_route functions.
bbeeffcd9d Refactor database connection handling in user_db.py to utilize os.path.join for improved path management and consistency across user-related functions.
6890c6b464 refactor database checks to utilize unified backend operations and streamline database creation logic
Compare 5 commits »
voldemort pushed to main at voldemort/CDRM-Project 2025-07-23 09:01:57 +00:00
454429ba7f Update module docstring in build.py to reflect its purpose as the frontend build file for improved clarity.
voldemort pushed to main at voldemort/CDRM-Project 2025-07-22 18:48:40 +00:00
003508aabd Add module docstring to precheck module and its main function for improved documentation and clarity
d6cf10ccaf Refactor database checks to enhance path handling, add module docstrings for clarity, and streamline database creation logic
c82d23aabc Refactor folder checks to improve path handling and add module docstrings for better documentation and clarity
2e520da006 Add module docstring to device allowed check function for improved documentation and clarity
a2a12b4c49 Refactor React route handling to improve security and clarity; add module docstring, normalize path to prevent directory traversal, and ensure static folder is configured.
Compare 5 commits »
voldemort pushed to main at voldemort/CDRM-Project 2025-07-22 18:42:39 +00:00
8940d57b25 Enhance registration process by adding input validation for username and password length, improve error handling for missing JSON data, and include API key in successful registration response.
c756361da0 Add module docstrings to login routes for improved documentation and clarity; streamline login status check
Compare 2 commits »
voldemort pushed to main at voldemort/CDRM-Project 2025-07-22 18:41:54 +00:00
c82e493ef1 Refactor config file checks to improve path handling and add module docstring
29be40ab95 Add docstrings to user database functions for improved documentation and clarity
1ef842978a Refactor main module to improve structure and add module docstring
e66e32ef0a Add module docstrings for icon links and index tags
Compare 4 commits »
voldemort pushed to main at voldemort/CDRM-Project 2025-07-22 14:29:49 +00:00
5f217f2995 refactor Python checks for improved validation
1328805fa5 refactor CDM checks to improve configuration loading, user prompts, and file handling, consolidate CDM download logic into a single function
fd2f38fe28 refactor CDM checks to improve configuration loading, user prompts, and file handling, consolidate CDM download logic into a single function
Compare 3 commits »
voldemort pushed to main at voldemort/CDRM-Project 2025-07-22 13:20:55 +00:00
802fbdebd1 Enhance build process by adding OS-specific npm command handling, update README with clearer installation instructions and prerequisites
voldemort pushed to main at voldemort/CDRM-Project 2025-07-22 13:01:49 +00:00
e84f43a702 exclude cdrm-frontend/dist directory
bafd3db4f4 Update project structure and formatting, add build code, remove /dist
Compare 2 commits »
voldemort pushed to main at voldemort/CDRM-Project 2025-07-22 12:49:02 +00:00
84999654ed remove react-helmet package as it is unmaintained
voldemort pushed to main at voldemort/CDRM-Project 2025-07-22 10:45:55 +00:00
2828edd6b7 add prettier formatting
voldemort pushed to main at voldemort/CDRM-Project 2025-07-22 10:26:15 +00:00
a82a3fd106 Update .gitignore, remove version specifiers for some packages
voldemort created repository voldemort/CDRM-Project 2025-07-22 04:10:45 +00:00
voldemort pushed to main at voldemort/CDRM-Extension 2025-07-22 03:55:16 +00:00
ee9eeb30ea feat: add js minification during file copy in build process
voldemort pushed to main at voldemort/CDRM-Extension 2025-07-22 03:28:32 +00:00
0b59c6b0d6 feat: implement resetDRMState to clear state and session on new manifest detection
voldemort pushed to main at voldemort/CDRM-Extension 2025-07-22 03:13:25 +00:00
f40e1880d6 add logging for POST request interception in DRM handling
voldemort pushed to main at voldemort/CDRM-Extension 2025-07-22 03:04:25 +00:00
8d4cd89a02 consolidate DRM interception handling for fetch and XHR requests
voldemort pushed to main at voldemort/CDRM-Extension 2025-07-22 02:56:14 +00:00
a40a6abaf7 extract DRM PSSH detection and storage into a separate function
voldemort pushed to main at voldemort/CDRM-Extension 2025-07-22 02:52:27 +00:00
81f44b2f0e concatenate message handling for DRM, injection type, and CDM devices