Commit Graph

68 Commits

Author SHA1 Message Date
649b0f5d7b feat: Remove release notes for version 3.2.2 "Nexus Infinitum" 2025-08-26 12:08:22 +00:00
69e1c04e70 3.3.3 Final Nexus Infinitum 2025-08-26 12:00:07 +00:00
adcf3a4a3e FINAL: Hopefully! 2025-08-26 10:28:41 +00:00
fb4d7af8b4 feat: Remove deprecated test files and enhance documentation for version 3.3.0 "Nexus Infinitum"
- Deleted obsolete test files: test_mime.go, test_mime_integration.go, and xmpp_client_upload_diagnosis.ipynb.
- Updated README.md to reflect the new version 3.3.0 "Nexus Infinitum" and its features.
- Added comprehensive release notes for version 3.3.0 detailing major enhancements and installation instructions.
- Introduced cleanup script to remove development artifacts while preserving production files.
2025-08-26 10:03:52 +00:00
14d1a26b95 Fixed: NETWORK_RESILIENCE_COMPLETE 2025-08-26 08:34:19 +00:00
41a44dd4f3 Update version to 3.2.2 in documentation and enhance MIME type support 2025-08-24 14:43:59 +00:00
93028497a9 Implement handlePutUpload function for regular PUT uploads with HMAC and JWT authentication 2025-08-24 14:24:30 +00:00
a9dd97f099 Add configuration files for server, security, logging, and network resilience settings 2025-08-24 13:39:33 +00:00
1fbd59366a Add initial test configuration file for server, security, and logging settings 2025-08-24 13:35:12 +00:00
15907d9ded Implement network resilience features for improved upload stability during network changes
- Enable network events by default in configuration
- Integrate network resilience manager into upload handling
- Add support for automatic upload pause/resume during WLAN to 5G transitions
- Enhance documentation with network resilience settings and testing procedures
- Create a test script for validating network resilience functionality
2025-08-24 13:32:44 +00:00
fa43fbc816 Add enhanced configuration templates for adaptive I/O features
- Introduced a comprehensive configuration template (config-adaptive.toml) for adaptive I/O, enabling improved upload/download dual stack with various performance optimizations, security settings, and network resilience features.
- Created a test configuration template (test-config.toml) mirroring the adaptive configuration for testing purposes.
- Added a simple test configuration (test-simple-config.toml) for basic adaptive features testing with essential parameters.
- Included an empty Jupyter notebook (xep0363_analysis.ipynb) for future analysis related to XEP-0363.
2025-08-23 12:07:31 +00:00
bbe6b0226e 🔥 Tremora del Terra: ultimate hmac-file-server fix – final push before the drop 💾🔐 2025-07-20 18:42:31 +00:00
8391353766 Remove INSTALLATION_FRAMEWORK.md as part of restructuring for improved documentation clarity 2025-07-20 18:19:51 +00:00
c57d95d942 Update changelog and README for HMAC File Server 3.2.1 release with critical fixes and enhancements 2025-07-20 18:16:57 +00:00
ee2dc9f3a6 Add comprehensive configuration and testing for HMAC File Server 3.2
- Introduced configuration files for Docker, Podman, and SystemD deployments.
- Implemented a comprehensive test suite for HMAC validation, file uploads, and network resilience.
- Added debugging scripts for live monitoring of upload issues and service status.
- Created minimal configuration for testing purposes.
- Developed multiple test scripts to validate HMAC calculations and response handling.
- Enhanced upload tests to cover various scenarios including invalid HMAC and unsupported file extensions.
- Improved logging and error analysis capabilities for better diagnostics.
2025-07-20 18:04:23 +00:00
841d692045 Enhance network resilience features in HMAC File Server 3.2 2025-07-20 15:21:27 +00:00
9f7b116b7e Enhance network resilience for mobile scenarios in HMAC File Server 3.2
- Introduced fast detection and quality monitoring for network changes.
- Added predictive switching to proactively handle network failures.
- Updated configuration examples and README for mobile network resilience.
- Enhanced network resilience settings in Podman configuration.
- Created a new configuration file for optimized mobile network resilience.
2025-07-20 15:02:49 +00:00
019bf0477d Add Podman deployment support for HMAC File Server 3.2
- Introduced Dockerfile.podman for building a Podman-compatible image.
- Created deploy-podman.sh script for automated deployment and management.
- Added Podman-specific README.md with quick start and configuration details.
- Included example configuration file (config.toml.example) for production settings.
- Implemented systemd service file for managing the HMAC File Server as a service.
- Established health checks and security features in the container setup.
- Documented deployment commands and troubleshooting steps in README.md.
2025-07-19 20:08:09 +00:00
909fa2fa72 🔥 Tremora del Terra: ultimate hmac-file-server fix – final push before the drop 💾🔐 2025-07-18 18:14:23 +00:00
60b7394bd6 🔥 Tremora del Terra: ultimate hmac-file-server fix – final push before the drop 💾🔐 2025-07-18 17:42:12 +00:00
5c3c6bf5e3 🔥 Tremora del Terra: ultimate hmac-file-server fix – final push before the drop 💾🔐 2025-07-18 16:50:41 +00:00
1fc210fca7 🔥 Tremora del Terra: ultimate hmac-file-server fix – final push before the drop 💾🔐 2025-07-18 16:48:16 +00:00
0793020fd1 🔥 Tremora del Terra: ultimate hmac-file-server fix – final push before the drop 💾🔐 2025-07-18 16:19:11 +00:00
1b7dfb29ca 🔥 Tremora del Terra: ultimate hmac-file-server fix – final push before the drop 💾🔐 2025-07-18 16:14:24 +00:00
86f31f1120 🔥 Tremora del Terra: ultimate hmac-file-server fix – final push before the drop 💾🔐 2025-07-18 15:59:40 +00:00
56e6f32cda feat: Release HMAC File Server 3.2 "Tremora del Terra" with simplified configuration and enhanced performance
- Introduced a revolutionary 8-line minimal configuration system, reducing complexity by 93%.
- Added auto-configuration generation with `--genconfig` for quick setup.
- Enhanced file processing with fixed deduplication responses and optimized queue management.
- Supported multi-architecture builds (AMD64, ARM64, ARM32v7) with an interactive builder.
- Updated migration guide for seamless transition from 3.1.x to 3.2.
- Overhauled user experience for new installations, emphasizing ease of use and performance.
2025-07-18 15:37:22 +00:00
4f301f66a9 Implement code changes to enhance functionality and improve performance 2025-07-18 15:21:43 +00:00
e96b197400 🔥 Tremora del Terra: ultimate hmac-file-server fix – final push before the drop 💾🔐 2025-07-18 14:49:23 +00:00
4e689e99af 🔥 Tremora del Terra: ultimate hmac-file-server fix – final push before the drop 💾🔐 2025-07-18 14:48:45 +00:00
0e0304758c 🔥 Tremora del Terra: ultimate hmac-file-server fix – final push before the drop 💾🔐 2025-07-18 14:46:50 +00:00
214d4aecb9 🔥 Tremora del Terra: ultimate hmac-file-server fix – final push before the drop 💾🔐 2025-07-18 14:25:56 +00:00
28ee6f3aed 🔥 Tremora del Terra: ultimate hmac-file-server fix – final push before the drop 💾🔐 2025-07-18 14:25:10 +00:00
1c98213577 🔥 Tremora del Terra: ultimate hmac-file-server fix – final push before the drop 💾🔐 2025-07-18 12:35:53 +00:00
52588db7ad 🔥 Tremora del Terra: ultimate hmac-file-server fix – final push before the drop 💾🔐 2025-07-18 12:05:49 +00:00
0d2bdf5a13 🔥 Tremora del Terra: ultimate hmac-file-server fix – final push before the drop 💾🔐 2025-07-18 11:22:26 +00:00
a9a9c127bb 🔥 Tremora del Terra: ultimate hmac-file-server fix – final push before the drop 💾🔐 2025-07-18 11:18:34 +00:00
750d7ade1b feat: enhance build script for multi-architecture support and add monitoring scripts 2025-07-18 10:53:32 +00:00
a2c1cc5309 ULTIMATEFIX: 3.2 - WEBUI in 3.3 2025-07-18 10:45:13 +00:00
2a967af764 feat: enhance configuration for large file support, dynamic workers, and virus scanning 2025-07-18 10:09:12 +00:00
cf913b941e feat: add comprehensive upload testing and monitoring scripts for XMPP protocol 2025-07-18 10:01:49 +00:00
7208493bb6 Implement comprehensive optimizations for HMAC File Server
- Added ClamAV security configuration to enhance scanning efficiency for critical file types.
- Introduced deduplication optimization with a 1GB threshold to bypass SHA256 computation for large files, improving upload speed.
- Resolved "endless encryption" issue by disabling deduplication for large files and allowing video file extensions in global settings.
- Enhanced upload performance verification scripts to monitor and validate upload processes and configurations.
- Updated monitoring scripts for real-time log analysis and upload activity tracking.
- Documented all changes and configurations in respective markdown files for clarity and future reference.
2025-07-18 07:32:55 +00:00
5f1d749746 feat: implement ClamAV scanning improvements with size limits and timeout adjustments 2025-07-18 05:21:04 +00:00
142d452fe8 RELeASE: 3.4 FIXED - WEBUI NOW 2025-07-18 05:05:26 +00:00
ba8fb0b469 FIX: 3.3 100% - 3.4 with WEBUI 2025-07-18 04:29:48 +00:00
a6b59052b3 feat: update chunked upload endpoints and enhance upload resilience with improved logging and HMAC validation 2025-07-17 19:09:22 +02:00
59679edbce feat: enhance upload session handling with chunk verification and progress tracking 2025-07-17 18:19:02 +02:00
d8d02f9e89 feat: add default value handling for network protocol and remove obsolete test file 2025-07-17 18:14:31 +02:00
1b1dc263cd docs: update build guide and network switching improvements documentation for enhanced upload resilience 2025-07-17 18:10:52 +02:00
35e4a6fc46 feat: implement chunked upload handler and update config validation for session timeout 2025-07-17 18:05:59 +02:00
d8e9974a93 docs: add comprehensive build guide for HMAC File Server with network resilience features 2025-07-17 18:04:16 +02:00