Releases: thevickypedia/pyfilebrowser
Releases · thevickypedia/pyfilebrowser
v0.1.2
v0.1.1
- Resetting passwords and viewing dot files are only for admins
- Removed unnecessary overhead with proxy encode/decode for auth headers
- Includes upgraded dependencies, logging and runbook
- Reduces code redundancies, and improved documentation
v0.1.0
- Includes a new feature
extra_env
to load additional configuration settings - Includes CLI compatibility
- Proxy displays a warning page for unsupported browsers
- Add support for
.env
files to load GitHub env vars and replaceenv_prefix
withAliasChoices
v0.0.91
- Includes a bug fix on
content-length
mismatch after VideoJS plugin integration - Fixes misinformed logging for forbidden list and auth counter
v0.0.9
- Includes a variety of security features
- Includes rate limiting and brute force protection
- Restricts server access to specified origins
- Improved response for forbidden requests
- Includes a password complexity checker
- Automatically refreshes allowed origins in the background
- Adds CORS protection for proxy server
- Moved proxy flag to object instantiation
- Removes redundant logging for files that are streamed
- Gracefully shutdown the proxy server
- Uses Jinja2 templated error messages
v0.0.8
- Includes a proxy server for enhanced web security using cryptographic encryption
- Proxy feature adds more visibility in traffic through server
- Includes a feature to specify custom source versioning
- Bug fixes for upload issues, multi-layered binary archive
- Improved logging across the application
v0.0.7
- Auto convert subtitles' format from
.srt
to.vtt
- Auto delete subtitles (created during startup) upon exit
- Avoid auto convert during object init
v0.0.4
- Includes support for Windows OS
- Supports logging to
*.log
files
v0.0.3
- Update pypi description
v0.0.2
- Standardize automatic asset download process
- Streamline custom source control option for releases