aboutsummaryrefslogtreecommitdiff
path: root/src/DownloadUtils.cpp
AgeCommit message (Collapse)Author
2022-11-18Readd meme gpg encryption in matrix, this time asynchronous decryptiondec05eba
of only visible items
2022-10-31Add ctrl+shift+s to download files without a dialogdec05eba
2022-09-10Matrix: better name for clipboard file (with extension), give pantalaimon ↵dec05eba
files proper filenames when downloading
2022-04-07Fix manganelo and readm: dont use wget, and fix cloudflare bypass download ↵dec05eba
to file
2022-03-03Fix related videos window not showing for generic media, fix ph related ↵dec05eba
videos always same (anti-curl website)
2021-11-17Replace sfml with mgldec05eba
2021-09-10Convert file-manager --dir to absolute pathdec05eba
Fixes parent navigation when using relative path for --dir. Submit should not be async for peertube. Fixes peertube video length.
2021-09-09Fix peertube video downloaddec05eba
2021-08-25Faster mangakatana search on exact matchdec05eba
2021-08-10Matrix: fix room description not updating when we send a messagedec05eba
2021-07-17Youtube: remove dependency on youtube-dl for downloads (also fixes downloads ↵dec05eba
of age restricted videos)
2021-07-03Remove dependency on tidy, fix ph, support all 4chan markupdec05eba
Go back to previous page when failing to fetch number of pages
2021-06-30Fix youtube redirect code (fixes all youtube videos)dec05eba
2021-06-29Remove debug code from download headerdec05eba
2021-06-29Bypass cloudflare for coom plugins (fixes spank****)dec05eba
2021-06-25Add a http server proxy for better youtube downloading (bypassing rate limit ↵dec05eba
cased by http range header). Fix youtube live streams
2021-06-23shuffle theme codedec05eba
2021-06-22Only do youtube redirect on failure to load videodec05eba
2021-06-11Remove dependency on youtube-dl for streaming youtube, resulting in faster ↵dec05eba
video startup
2021-05-30fix readlink in download_async_guidec05eba
2021-05-30Use sha256 for path for string cache downloaddec05eba
2021-05-28Fix download, remove spotify (which now requires an account)dec05eba
2021-05-24Save the last accessed file manager directory and use that the next time. ↵dec05eba
Add ctrl+s for 4chan without viewing the image/video in fullscreen mode
2021-05-11Do not move selected room item after filteringdec05eba
2021-05-11Parse content disposition better (when it contains encoding)dec05eba
2021-05-11Youtube-dl cant properly extract remote file name, use our own extraction ↵dec05eba
code when not using mpv. Fix close button not working for download menu
2021-05-11Improve file saving guidec05eba
2021-05-10Fix ctrl+sdec05eba
2021-05-10Add downloader, fix room navigation lagdec05eba
Fix bug where getting next page fails if there is no search bar
2021-05-06Upgrade mangadex api to the new onedec05eba
There is a bug in mangadex api where order[publishAt]=desc is ignored, so going to the next chapter is messed up. Automedia will be updated after this is fixed. Also manga cover images are missing.
2021-04-20Proper atomic rename? also do not generate mipmap for mangadec05eba
2021-04-17Fix mangakatana search when mangakatana redirect to the exact matchdec05eba
2021-04-14Rework manga plugins downloading.. preparing for parallel downloadsdec05eba
2021-04-14Make search fuzzy, fix soundcloud next song when hitting userdec05eba
Also some other misc changes
2021-04-13Include cppcodec instead of using it a system library. Its not available in ↵dec05eba
ubuntu repos for example
2021-03-30Remove tor option. Use torsocks instead (which is what quickmedia did anyways)dec05eba
2020-11-20Matrix: revert last commitdec05eba
2020-11-19Matrix: fix too long path in event cache, bug when not using error handler..dec05eba
2020-11-19Matrix: fix duplicate tag items, cache events we dont have permission to ↵dec05eba
view as well
2020-10-30Matrix: re-add /logout, cancel task immediatelydec05eba
Cancel video download when pressing escape, other fixes..
2020-10-19Load thumbnails with multiple threads, use sha256 for saving image to path ↵dec05eba
instead of base64 (filename limit is 256 on linux...)
2020-10-17Matrix: show reply messages embedded in messages that reply to them, like ↵dec05eba
element does
2020-10-16Mangadex: show search results in same order as website (not timestamp sorted)dec05eba
2020-10-16Matrix: stream download to rapidjson parserdec05eba
2020-10-13Refactor plugin into seperate pagesdec05eba
TODO: Readd 4chan login page, manganelo creators page, autocomplete
2020-10-03Remove unused codedec05eba
2020-09-28Matrix: fix login with pantalaimon proxy, fix logout crash, show real login ↵dec05eba
error
2020-09-21Initial matrix supportdec05eba
2020-09-20Use url/filename safe base64dec05eba
2020-07-11Use atomic rename instead of .finished lock filesdec05eba