aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove unused models, fields, and endpointsA Farzat23 hours1-21/+3
* Allow cookies.json in config dirA Farzat23 hours1-4/+24
* Use XDG directories to map downloadsA Farzat33 hours1-7/+18
* Allow skipping downloadsA Farzat36 hours1-4/+6
* Fix chapter contents to proper xmlA Farzat2 days1-1/+2
* Convert URLs pointing upstream to local relativeA Farzat5 days1-1/+4
* Remove the sanity checksA Farzat6 days1-21/+1
* Generate the EPUB fileA Farzat6 days1-1/+4
* Add container.xml to zipA Farzat6 days1-8/+1
* Revert "Add a function to write mimetype"A Farzat6 days1-2/+1
* Add a function to write container.xmlA Farzat6 days1-1/+2
* Add a function to write mimetypeA Farzat6 days1-1/+2
* Add file download logicA Farzat6 days1-2/+9
* Add OPF file detectionA Farzat6 days1-0/+6
* Remove the search endpointA Farzat7 days1-16/+2
* Convert chapters and file_entries to HashMapsA Farzat7 days1-1/+22
* Add fetching of the spine and table of contentsA Farzat7 days1-1/+19
* Refactor away SearchResponse modelA Farzat7 days1-18/+8
* Add file and chapter details fetchingA Farzat7 days1-1/+33
* Add e-book metadata fetchingA Farzat7 days1-10/+48
* Add authentication using cookiesA Farzat8 days1-5/+24
* Init commit: setup project and cli parsingA Farzat8 days1-0/+28