Changelog
Common
- Add an inbuilt HTTP proxy in Web Client that can be used by the Web UI to avoid CORS issues
- Add customizable search types
- Add new encryption settings
Web Client 2.7.0
- Fix possible connection failures when connecting to ADCS hubs/HTTPS servers
- Filelist API: add a new method for getting directory downloads by ID
- Filelist API: directory download errors/queue results are now being kept in memory for a few minutes to allow the data to be polled by API consumers
- TLS 1.3: prefer TLS_AES_128_GCM_SHA256 over TLS_AES_256_GCM_SHA384
- Fix a possible crash when downloading filelists/viewed files
- HTTP server: don’t ask browsers to cache error responses
Web UI 2.7.0
- Allow setting additional searching options (#32)
- Fix cases where data could be displayed incorrectly after initial page load
- Fix API error reporting when saving favorite hubs
- Stability fixes