Updates
Current Version: 3.2
3.2 - 2026-04-20
New
- Added a new parameter to disable the upload for the public user only. More information can be found here.
Changed
- Minor visual changes.
- Code improvements.
- Updated dependencies.
3.1 - 2026-03-31
Changed
- Minor visual changes.
- Major code improvements.
- Updated dependencies.
3.0 - 2026-03-22
New
- Due to the way browser uploads work, the "Upload File/s" and "Upload Folder" buttons have been added to the upload area. These two buttons allow you to choose whether you want to upload multiple files or a folder. You can still upload files and folders as needed using drag and drop.
- A "Home" link has been added at the beginning of the folder navigation to return to the root directory.
Changed
- New dark design with minor layout changes.
- Various code improvements.
2.3 - 2026-03-16
Changed
- Updated dependencies.
- Updated golang version.
2.2 - 2026-02-13
Changed
- Minor visual changes and bug fixes.
- Updated dependencies.
2.1 - 2026-02-09
New
- You can now change a users password in the admin dashboard.
- You can now sort files by name and date in the files view.
- Added a folder icon instead of the [Folder] text.
Changed
- Removed the borders on input focus.
- Minor visual changes.
- Updated dependencies.
- Updated golang version.
2.0 - 2026-01-26
New
- Upload functionality is now part of the files page. The separate file upload page was removed.
- Uploads are now saved in the current folder, where you are in.
- Added a clickable navigation bar to the files page.
- Added divider to the mobile navigation menu.
Changed
- Renamed config parameter DOWNLOAD_ONLY_MODE to DISABLE_UPLOAD. More information can be found here.
- Removed success message from uploading, if there is no error, the upload was successful.
- Removed success message from adding a user, if there is no error, the add was successful.
- Many fixes and smaller changes.
- Many code improvements.
- Updated dependencies.
1.10 - 2026-01-02
New
- Application can now recover from fatal errors on server side.
- New side for server errors.
Changed
- Better and unified error messages.
- The user database had to be adjusted. (If you had already created one, the database must be recreated to add new users. Please excuse the inconvenience)
- Updated dependencies.
1.9 - 2025-12-16
New
- Added a new parameter to disable public access. Only logged in users can than up and download files. More information can be found here.
Changed
- Updated dependencies.
- Updated golang version.
1.8 - 2025-12-10
Changed
- Navigation adjusted.
- Current username is now displayed next to the icon.
- Separate login screen
- Improved view of the user interface on mobile devices.
- Added tooltips for the buttons.
- Improved error message for missing resource.
- Added loading indicator for all POST requests.
- Internal code improvements.
- Color and style slightly adjusted.
1.7 - 2025-11-18
New
- The announced multi-user system has now been implemented.
- Users can now be managed in the admin dashboard under the path /admin/dashboard.
- User data is stored in an SQLite file located in the root folder.
- Logging in and out as a user is now possible. Files and folders can now be uploaded in the user context.
- The URL /admin was added as an abbreviation and takes you either to the admin dashboard or the admin login page, depending on whether you are logged in as admin.
Changed
- Many code improvements.
- Small and medium-sized changes to the user interface.
- Updated dependencies.
- Updated golang version.
Should you encounter any problems, let us know via the contact form.
1.6 - 2025-08-31
New
- You can now setup the config parameters as environment variables. The environment variable has the same name as the parameters you would write in the config.conf. More information can be found here.
Changed
- Changed the default listen address for the web server. Listen now on all interfaces, IPv4 and IPv6, instead on only all IPv4 (0.0.0.0) interfaces.
- Many code improvements.
- Updated dependencies.
Website
- Updated the pages with more information.
1.5 - 2025-08-11
New
- An admin dashboard with two new parameters has been added. Please note that this is only the dashboard and currently has no functionality. The functionality will be added with future updates. More information about the admin dashboard can be found here.
Changed
- Many internal code adjustments.
- Updated dependencies.
- Updated to newest golang version.
Website
- The parameters on the configuration page are now in alphabetical order.
1.4 - 2025-07-14
New
- Added SSL support. Activate it to spin up an HTTPS Webserver. More information about SSL can be found here.
Changed
- Adjusted a few error messages.
- Updated dependencies.
- Updated golang version.
1.3 - 2025-06-26
New
- Added folder support. Folders are now displayed, and you can navigate through them.
- Allowed characters for folders are letters, numbers and the special characters hyphen ( - ), underscore ( _ ), slash ( / ) and backslash ( \ ). All other characters get removed.
- If you have activated the auto clean feature, empty folders are automatically removed too.
Changed
- Not allowed characters in the filename are removed now and dont get replaced by an underscore ( _ ). For example the file "te<st_test.txt" is now renamed to "test_test.txt" instead of "te_st_test.txt".
- Updated dependencies.
Breaking
- In preparation to a multi-user system, there is now a folder called public in the uploads folder. Please move all files in this new public folder to display them again.
1.2 - 2025-05-25
Changed
- Changed the allowed characters for file names. Only letters, numbers and the special characters hyphen ( - ), underscore ( _ ) and point ( . ) are allowed. All others are replaced by an underscore ( _ ).
- New startup message.
1.1 - 2025-05-21
Changed
- Reworked the error pages to better fit in to the rest of the application.
- Fixed the link to the updates page.
- Updated golang version.
- Updated dependencies.
1.0 - 2025-05-19
- Inital release. Refer to the get startet page or configuration page for more information. Feedback, Bugs, Ideas or anything else? Send us a message.