Commit Graph

70 Commits

Author SHA1 Message Date
71a62eca3f feat: Update version to 3.3.0 "Nexus Infinitum" in installer script and documentation 2025-08-26 12:29:17 +00:00
060c4313f6 feat: Enhance QUICKINSTALL.md with detailed binary usage instructions and options 2025-08-26 12:12:26 +00:00
0ef565e5c3 feat: Remove release notes for version 3.2.2 "Nexus Infinitum" 2025-08-26 12:08:22 +00:00
ef27afde48 3.3.3 Final Nexus Infinitum 2025-08-26 12:00:07 +00:00
3e0c32c1c4 FINAL: Hopefully! 3.3-NexusInfinitum 2025-08-26 10:28:41 +00:00
d80565f317 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
b2b9c179c2 Fixed: NETWORK_RESILIENCE_COMPLETE 2025-08-26 08:34:19 +00:00
7336b4c257 Update version to 3.2.2 in documentation and enhance MIME type support 2025-08-24 14:43:59 +00:00
5f72c6e92d Implement handlePutUpload function for regular PUT uploads with HMAC and JWT authentication 2025-08-24 14:24:30 +00:00
23f3b41f30 Add configuration files for server, security, logging, and network resilience settings 2025-08-24 13:39:33 +00:00
9e9467442c Add initial test configuration file for server, security, and logging settings 2025-08-24 13:35:12 +00:00
91128f2861 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
3887feb12c 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.
3.2.2-tremora
2025-08-23 12:07:31 +00:00
7d5fcd07a1 🔥 Tremora del Terra: ultimate hmac-file-server fix – final push before the drop 💾🔐 2025-07-20 18:42:31 +00:00
715440d138 Remove INSTALLATION_FRAMEWORK.md as part of restructuring for improved documentation clarity 2025-07-20 18:19:51 +00:00
28528cda6f 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
68ede52336 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.
3.2.1-tremora
2025-07-20 18:04:23 +00:00
f8e4d8fcba Enhance network resilience features in HMAC File Server 3.2 2025-07-20 15:21:27 +00:00
3c8a96c14e 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
9751fb9e93 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
860761f72c 🔥 Tremora del Terra: ultimate hmac-file-server fix – final push before the drop 💾🔐 2025-07-18 18:14:23 +00:00
ae97d23084 🔥 Tremora del Terra: ultimate hmac-file-server fix – final push before the drop 💾🔐 2025-07-18 17:42:12 +00:00
5052514219 🔥 Tremora del Terra: ultimate hmac-file-server fix – final push before the drop 💾🔐 2025-07-18 16:50:41 +00:00
6d7042059b 🔥 Tremora del Terra: ultimate hmac-file-server fix – final push before the drop 💾🔐 2025-07-18 16:48:16 +00:00
275ef6c031 🔥 Tremora del Terra: ultimate hmac-file-server fix – final push before the drop 💾🔐 2025-07-18 16:19:11 +00:00
2ec4891c1f 🔥 Tremora del Terra: ultimate hmac-file-server fix – final push before the drop 💾🔐 2025-07-18 16:14:24 +00:00
e57a3bbe27 🔥 Tremora del Terra: ultimate hmac-file-server fix – final push before the drop 💾🔐 2025-07-18 15:59:40 +00:00
42f2115b66 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
77419e5595 Implement code changes to enhance functionality and improve performance 2025-07-18 15:21:43 +00:00
bd850ac8e0 🔥 Tremora del Terra: ultimate hmac-file-server fix – final push before the drop 💾🔐 2025-07-18 14:49:23 +00:00
23f70faf68 🔥 Tremora del Terra: ultimate hmac-file-server fix – final push before the drop 💾🔐 2025-07-18 14:48:45 +00:00
347f9b1ede 🔥 Tremora del Terra: ultimate hmac-file-server fix – final push before the drop 💾🔐 2025-07-18 14:46:50 +00:00
6d5d134b77 🔥 Tremora del Terra: ultimate hmac-file-server fix – final push before the drop 💾🔐 3.2-tremora 2025-07-18 14:25:56 +00:00
e004fe1b78 🔥 Tremora del Terra: ultimate hmac-file-server fix – final push before the drop 💾🔐 2025-07-18 14:25:10 +00:00
7b1e773465 🔥 Tremora del Terra: ultimate hmac-file-server fix – final push before the drop 💾🔐 2025-07-18 12:35:53 +00:00
a61e9c40e1 🔥 Tremora del Terra: ultimate hmac-file-server fix – final push before the drop 💾🔐 2025-07-18 12:05:49 +00:00
e0751bb7d6 🔥 Tremora del Terra: ultimate hmac-file-server fix – final push before the drop 💾🔐 2025-07-18 11:22:26 +00:00
de8fc326df 🔥 Tremora del Terra: ultimate hmac-file-server fix – final push before the drop 💾🔐 2025-07-18 11:18:34 +00:00
3c87abcc80 feat: enhance build script for multi-architecture support and add monitoring scripts 2025-07-18 10:53:32 +00:00
70bd142698 ULTIMATEFIX: 3.2 - WEBUI in 3.3 2025-07-18 10:45:13 +00:00
f1bfe787c9 feat: enhance configuration for large file support, dynamic workers, and virus scanning 2025-07-18 10:09:12 +00:00
edb0c2a9c8 feat: add comprehensive upload testing and monitoring scripts for XMPP protocol 2025-07-18 10:01:49 +00:00
614d4f5b38 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
a79559c08f feat: implement ClamAV scanning improvements with size limits and timeout adjustments 2025-07-18 05:21:04 +00:00
f5b9b3b814 RELeASE: 3.4 FIXED - WEBUI NOW 2025-07-18 05:05:26 +00:00
6205661acc FIX: 3.3 100% - 3.4 with WEBUI 2025-07-18 04:29:48 +00:00
dc88f9f6fb 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