aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/NyaaSi.cpp
AgeCommit message (Collapse)Author
2022-07-15Youtube: do not autoplay next if starting qm with youtube url, opening ↵dec05eba
youtube url in info page or matrix
2022-02-07Use one struct for all args in Page::submit instead of multiple args (easier ↵dec05eba
to add new fields without changing code) Also remove submit_body_item from page.
2021-11-17Replace sfml with mgldec05eba
2021-08-15Nyaa: fix magnet download (html unescape sequences)dec05eba
2021-08-05Make body items private, add accessor functionsdec05eba
This allows body to automatically update dirty state (and other states). Correctly format newlines in codeblocks in matrix.
2021-07-284chan: add timeout for posting without pass, handle noop captcha challengedec05eba
2021-07-16Add sorting options to nyaa.sidec05eba
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-05Fix incorrect times, add time to manga historydec05eba
2021-05-26sneeddec05eba
2021-05-13Show local time for nyaa.si, soundcloud and spotify. Add sukebeidec05eba
2021-04-14Make search fuzzy, fix soundcloud next song when hitting userdec05eba
Also some other misc changes
2021-04-07Add upload date to manganelo and mangatown chaptersdec05eba
2021-03-30Remove tor option. Use torsocks instead (which is what quickmedia did anyways)dec05eba
2021-01-07Fix for pinephonedec05eba
2020-11-18Matrix: attempt to fix fetching of previous messages before sync is finisheddec05eba
2020-10-30Matrix: re-add /logout, cancel task immediatelydec05eba
Cancel video download when pressing escape, other fixes..
2020-10-29Matrix: add room tagsdec05eba
Fix pinned events that are added after starting QuickMedia (before this change it adds all elements again to the list). Add /me command. Other fixes...
2020-10-23Set nyaa.si avatar thumbnail size to 120x120dec05eba
2020-10-23Re-add creators pagedec05eba
2020-10-19Add pagination to ph and mangatowndec05eba
2020-10-18Set all notification titles to QuickMedia, fallback to BROWSER env if ↵dec05eba
xdg-utils is not installed for opening urls, add more .mp4 file magic checks
2020-10-18Matrix: add a proper URI parser instead of regex for opening links. Show ↵dec05eba
related body item image when pressing enter (for showing replied to media)
2020-10-17Matrix: make text that mentions us reddec05eba
2020-10-13Refactor plugin into seperate pagesdec05eba
TODO: Readd 4chan login page, manganelo creators page, autocomplete
2020-10-06Nyaa.si: fix torrents by anonymous not working if there are no commentsdec05eba
2020-10-03Nyaa.si: show title when viewing torrentdec05eba
2020-10-03Nyaa.si: fetch next page when reaching the bottomdec05eba
2020-10-03Nyaa.si: parse html instead of rss, allows for paginationdec05eba
2020-10-03Remove unused codedec05eba
2020-09-30Matrix: add message replying with ctrl+r, also use shared_ptr for BodyItemdec05eba
2020-09-23Fix broken nyaa torrent page for trusted usersdec05eba
2020-09-23Make tabs rounded, readd color to nyaa.si trusted/remakedec05eba
2020-09-21Initial matrix supportdec05eba
2020-09-20Add comments and trusted/remake colors to nyaa.si torrentsdec05eba
2020-09-18Add torrent descriptiondec05eba
2020-09-18Initial nyaa.si supportdec05eba