feat: add webdav and strm#39
Merged
Merged
Conversation
feat: improves fix: error on download root files fix: error on download splitted files
mateof
added a commit
that referenced
this pull request
Sep 25, 2025
* feat: add download grid from channels chore: bump versions * feat: show channel files * feat: add media streaming from telegram (#32) * feat: media stream for huge files (#34) * feat: add webdav and export files to strm (#39) feat: improves fix: error on download root files fix: error on download splitted files * chore: dockerfile * chore: dockerfile change * chore: python virtual env * chore: add beta tags * chore: log refresh
mateof
added a commit
that referenced
this pull request
Dec 8, 2025
* feat: add download grid from channels chore: bump versions * feat: show channel files * feat: add media streaming from telegram (#32) * feat: media stream for huge files (#34) * feat: add webdav and export files to strm (#39) feat: improves fix: error on download root files fix: error on download splitted files * chore: dockerfile * chore: dockerfile change * chore: python virtual env * chore: add beta tags * chore: log refresh * feat: add download file before play * chore: python docker repair * feat: add virtual scroll config * chore: add mutex in tasks * fix: repair strm feat: add app controller * fea: add preload files on streaming option * fix: solve download multi part file for stream * fix: multi download problem * chore: add getFileById on download * chore: add ogm as a video extension * feat: improve streaming * feat: download files v2 * feat: add reverse proxy support over https feat: download sync file and return to front * chore: add local file manager routes dynamically * chore: improve navbar * feat: add speedChart chore: add more logs * feat: improve main window (#41) chore: add download and upload info * feat: remove id from task tables * fix: solve some errors 🚑 * chore: improve shared file manager * chore: add start time in download * chore: improve js and css * chore: improve events * chore: navbar changes * chore: change strm export
mateof
added a commit
that referenced
this pull request
Dec 13, 2025
* feat: add download grid from channels chore: bump versions * feat: show channel files * feat: add media streaming from telegram (#32) * feat: media stream for huge files (#34) * feat: add webdav and export files to strm (#39) feat: improves fix: error on download root files fix: error on download splitted files * chore: dockerfile * chore: dockerfile change * chore: python virtual env * chore: add beta tags * chore: log refresh * feat: add download file before play * chore: python docker repair * feat: add virtual scroll config * chore: add mutex in tasks * fix: repair strm feat: add app controller * fea: add preload files on streaming option * fix: solve download multi part file for stream * fix: multi download problem * chore: add getFileById on download * chore: add ogm as a video extension * feat: improve streaming * feat: download files v2 * feat: add reverse proxy support over https feat: download sync file and return to front * chore: add local file manager routes dynamically * chore: improve navbar * feat: add speedChart chore: add more logs * feat: improve main window (#41) chore: add download and upload info * feat: remove id from task tables * fix: solve some errors 🚑 * chore: improve shared file manager * chore: add start time in download * chore: improve js and css * chore: improve events * chore: navbar changes * chore: change strm export * feat: add new lazy DropDownTree * feat: add custom mobile file manager (#43) * feat: add custom mobile file manager * chore: add strm function on mobileFIleManager * feat: prevent load file manager * feat: add file type filter on mobile * feat: add shared folder to mobile * feat: add preload files * feat: slide bottom bar * feat: bump .net to 10 * feat: versioning * feat: improve version modal * feat: improve refresh data channel * chore: improve audio and video modals * feat: add audio playlist * feat: improve audio player * feat: improve configuration * feat: improve local file upload * feat: improve top row * feat: improve offcanvas * feat: improve task manager * chore: change dockerfile * fix: ensure is dispose * chore: improve tasks list * feat: tasks tab navigation * feat: improve import modal * feat: add multiple audio files to playlist * feat: devices compatibilities * fix: culture error solve * feat: improve video modal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #31
Closes #36
Closes #37
Closes #38
feat: improves
fix: error on download root files
fix: error on download splitted files