Commit Graph

  • d0551274dc switched to using epub.min.js, deleted now unnecessary dependencies quarz12 2023-06-05 15:39:09 +0200
  • 99c05650a1 -added pako and epub-cfi-resolver as dependencies -cfi resolving is now done by that module, therefore removed validateChildNodes and adjusted cfiToXmlNode quarz12 2023-05-24 21:05:50 +0200
  • 617ee3d781 now shows correct numbers, still needs bugfixes quarz12 2023-05-23 14:31:37 +0200
  • 47aa3254c7 better css positioning quarz12 2023-05-23 11:47:51 +0200
  • 0717b9493c added progress display, better rounding TODO: getPrev gives wrong values, design, testing quarz12 2023-05-22 23:36:14 +0200
  • 824ebc4d76 added event on change position quarz12 2023-05-22 16:21:27 +0200
  • cbaa61bbb7 EpubParser now gets automatically loaded TODO:detect page change, display number quarz12 2023-05-21 22:23:53 +0200
  • dbac685985 implemented current file process, needs testing but looks good quarz12 2023-05-18 22:37:09 +0200
  • b25c024b66 added getCurrentFileProgress, TODO: resolve CFI to xml node quarz12 2023-05-15 17:10:07 +0200
  • bc65180c32 restructured and fixed a bug in getprevfilesize quarz12 2023-05-15 14:36:33 +0200
  • 10c66b6e63 wrote a class to handle epub parsing, implemented bytesize of all previous files, total bytesize. still needs implementation of bytesize of current file until CFI point. quarz12 2023-05-15 14:09:18 +0200
  • c29b1696f7 added function to get bytelength of book text quarz12 2023-05-14 18:01:02 +0200
  • 39638d3c9c updated epub.min.js to version 0.3.93 quarz12 2023-06-09 16:11:53 +0200
  • 3ef34c8f15 Bugfixes rename upper-lowercase after testrun Ozzie Isaacs 2023-06-08 10:28:42 +0200
  • 932abbf090 Merge remote-tracking branch 'error_scroll/error_page' Ozzie Isaacs 2023-06-05 14:54:10 +0200
  • 860443079d Fix for (#2802) search request fails with error after browser session closed and currently returns all results Ozzie Isaacs 2023-06-05 14:41:03 +0200
  • 896e8fddc3 minor cleanup, removed unused code Daniel 2023-06-03 20:25:39 +0200
  • 5e0430e60e message when query returns 0 results Daniel 2023-05-31 15:23:19 +0200
  • b96d02c921 now return empty list if all words of query are < 3 letters, only compare term to words > 3 letters of book attributes Daniel 2023-05-31 01:03:33 +0200
  • bd4b7ffaba Fix for upper lower change of non ascii values in series, tags, ... Ozzie Isaacs 2023-05-30 19:21:46 +0200
  • 33e35eeb52 Added option -o to define logfile via command line (fixes #2792) Ozzie Isaacs 2023-05-29 11:28:36 +0200
  • c018ef74bc
    Merge pull request #2 from quarz12/sorting quarz12 2023-05-28 22:27:06 +0200
  • 56d4a3d715
    Merge branch 'master' into sorting quarz12 2023-05-28 22:19:30 +0200
  • caf6079b6b moved author filter to the rest of the filters, ignore words smaller than 4 letters for searching, introduced max_ratio at new filter function Daniel 2023-05-28 22:04:41 +0200
  • ed09814460 Prevent log_message on startup logfile Parameter Ozzie Isaacs 2023-05-28 20:32:19 +0200
  • e52eb74121 Merge branch 'Develop' Ozzie Isaacs 2023-05-28 19:58:33 +0200
  • 025a888906 rolled back string repr of book, moved that part to a new method Daniel 2023-05-28 15:01:35 +0200
  • dc7fbce4f7 changed style property of container Daniel 2023-05-28 13:21:26 +0200
  • cb5e66facd add partial token set ratio to db Daniel 2023-05-28 13:11:50 +0200
  • dad0fd5a1c Update test results Ozzie Isaacs 2023-05-28 10:24:40 +0200
  • 8a87c152b4 Bugfix opds search Ozzie Isaacs 2023-05-27 16:25:06 +0200
  • a936a333a8 updated Books string repr Daniel 2023-05-27 15:55:54 +0200
  • 16baa306c5 Update test results Ozzie Isaacs 2023-05-27 15:32:48 +0200
  • 193afd71b1
    Update web.py Webysther Sperandio 2023-05-24 15:27:28 +0200
  • 3b4b0277e2
    Update web.py Webysther Sperandio 2023-05-21 12:34:16 +0200
  • e45619f226 progress building string of book quarz12 2023-05-17 11:11:14 +0200
  • ad5313ee79 new idea Daniel 2023-05-15 18:17:47 +0200
  • 086527f5ee test at home quarz12 2023-05-11 16:43:58 +0200
  • c115fe9295 use partial token set ratio instead quarz12 2023-05-11 16:21:17 +0200
  • 45d8d63783 sort using only authorsort and title quarz12 2023-05-11 16:17:59 +0200
  • 97c94f2117 moved sorting back to original place Daniel 2023-05-11 01:34:01 +0200
  • 932c7968ce fixed an issue where the lowering and stripping of the search term was not saved Daniel 2023-05-10 18:55:40 +0200
  • 4ba3b4e494 typing for query quarz12 2023-05-09 17:35:22 +0200
  • 9fc0d54fde idea for weighted sorting Daniel 2023-05-09 00:36:41 +0200
  • 2eb334fb3d fixed a typo in http_error.html which broke the github link changed the behavior of the home button so it directs to the application root, not the server root . Daniel 2023-05-08 21:48:04 +0200
  • cb7356a04d Fixes to word with new version of comicapi Ozzie Isaacs 2023-05-04 20:23:02 +0300
  • 63a561bf9b Merge remote-tracking branch 'chinese/translation/Simplified_Chinese' Ozzie Isaacs 2023-05-04 19:54:06 +0300
  • af40feee86 I accidentally used pycharms auto-add-to-requirements feature which resulted in many more dependencies than needed. These are the actually relevant requirements for this pr. Daniel 2023-05-03 19:43:25 +0200
  • cc733454b2 Merge remote-tracking branch 'chinese/translation/Simplified_Chinese' Ozzie Isaacs 2023-04-30 19:38:59 +0300
  • 940544577a don't mutate meta into a str, keep it a namedtuple whilenot 2023-04-30 13:37:08 +0200
  • 6b93829c14 Merge remote-tracking branch 'origin/master' Daniel 2023-04-29 19:14:20 +0200
  • 2e3c93b9e4 removed debugging help Daniel 2023-04-29 17:47:04 +0200
  • f497cc0b03 removed todo Daniel 2023-04-29 17:47:04 +0200
  • 7a43e0785b Merge branch 'master' of https://github.com/quarz12/calibre-web Daniel 2023-04-29 17:29:28 +0200
  • 61f1e20489 fuzzy matching for all categories but cc Daniel 2023-04-29 17:11:52 +0200
  • 4be089d09d Merge remote-tracking branch 'origin/master' Daniel 2023-04-29 17:15:22 +0200
  • 8e8c9a14a8 fuzzy matching for all categories but cc Daniel 2023-04-29 17:11:52 +0200
  • ada0cc477d fuzzy matching for all but cc Daniel 2023-04-29 17:11:52 +0200
  • d13d4653be proof of concept fuzzy matching Daniel 2023-04-26 22:04:41 +0200
  • 4b2e7b883b Changed the quick search behavior so that it allows title and author in the same query. Also word order does not matter anymore. +some more comments Daniel 2023-04-26 15:27:41 +0200
  • 5233f78d03 comments Daniel 2023-04-25 20:07:27 +0200
  • 9e0fc320cb Update Simplified Chinese translation xlivevil 2023-04-25 16:03:28 +0800
  • bf3ca20fb2 Update Simplified Chinese translation xlivevil 2023-04-25 15:38:40 +0800
  • c7e1736ade Merge branch 'master' into Develop Ozzie Isaacs 2023-04-23 11:05:19 +0200
  • bc6a50550e Merge branch 'master' into Develop Ozzie Isaacs 2023-04-23 11:03:12 +0200
  • 89ed352281 Solve Chinese garbled code oliver ni 2023-04-23 16:38:53 +0800
  • e707a60dc2
    Update cover to retain correct aspect ratio Joe 2023-04-23 00:53:40 -0700
  • 12745c871a
    Merge branch 'janeczku:master' into master Kieran 2023-04-23 02:27:47 +0100
  • fe4dc1bb8f Fix #2757 (Sqlalchemy >1.30 <1.4.24 wasn't supported anymore) Ozzie Isaacs 2023-04-22 09:25:54 +0200
  • f2369609e8 Bugfix for non existent rating, language, and user downloaded books Ozzie Isaacs 2023-04-18 20:53:55 +0200
  • de4d6ec7df Merge remote-tracking branch 'it/patch-1' Ozzie Isaacs 2023-04-18 20:06:46 +0200
  • 7754f4aa5d
    Update messages.po mapi68 2023-04-18 09:05:19 +0200
  • 524751ea51 Removed superfluous space Ozzie Isaacs 2023-04-17 18:52:52 +0200
  • 8111d0dd51 Update translation status Ozzie Isaacs 2023-04-16 15:06:34 +0200
  • fad5929253 Bugfix getPath for logfile viewer Ozzie Isaacs 2023-04-16 13:08:50 +0200
  • 9f28144779 Fix for #2756 (Home button in caliblur is leading to "/" instead of calibre-web home) Ozzie Isaacs 2023-04-16 09:43:13 +0200
  • 42fd6973a0 Merge remote-tracking branch 'readme/patch-1' Ozzie Isaacs 2023-04-15 19:15:21 +0200
  • b2e20ff50c
    update readme due to my mistake on link driz 2023-04-15 13:02:55 -0400
  • 6075b3dd1d Merge remote-tracking branch 'readme/patch-2' Ozzie Isaacs 2023-04-15 18:46:45 +0200
  • 37871ea8cb
    Update README.md driz 2023-04-15 11:38:04 -0400
  • 074bf3cd97
    Update README.md driz 2023-04-15 11:33:51 -0400
  • e2785c3985 Added djv file format to djvu reader Ozzie Isaacs 2023-04-15 15:25:46 +0200
  • dba83a2900 Fixes for sqlalachemy2 Ozzie Isaacs 2023-04-15 13:22:17 +0200
  • 33c19b20f4 Merge remote-tracking branch 'readme/update-readme' Ozzie Isaacs 2023-04-15 11:20:52 +0200
  • d2f39d3dce Update Teststatus Ozzie Isaacs 2023-04-15 11:00:38 +0200
  • 604ea61ce2
    Merge d84865073b into 6c6841f8b0 Jules Dejaeghere 2023-04-14 21:46:12 +0800
  • 1c8bc78b48 Improvements for sqlalchemy 2 Ozzie Isaacs 2023-04-13 19:01:53 +0200
  • 4d26d754f4
    Update README.md driz 2023-04-12 19:09:32 -0400
  • abb9a72146
    Update README.md driz 2023-04-12 18:59:27 -0400
  • 6c6841f8b0 Further fixes for sqlalchemy 2.0 Ozzie Isaacs 2023-04-12 18:56:21 +0200
  • 592216588c Revert "post" as search request. Search request is now get again (fix for #2741) Revert "Auxiliary commit to revert individual files from 275675b48add79d2bbce06426cc1224c5e2c1bfb" Ozzie Isaacs 2023-04-12 18:24:33 +0200
  • 599de54499 Added book randomization functionality next to sorting buttons maciej poplawski 2023-04-10 09:14:12 +0200
  • f4db0f04d2
    add table of contents and contributor recognition section Wladimir Kirianov 2023-04-09 13:07:33 +0200
  • b16e3a6e2c
    Update README.md for clarity, formatting, and improved readability Wladimir Kirianov 2023-04-09 12:36:19 +0200
  • c2155b82a0
    Merge branch 'janeczku:master' into master Kieran 2023-04-08 12:59:22 +0100
  • 13c0d30a8f Update login Removed not needed parameters for task status Ozzie Isaacs 2023-04-03 20:00:13 +0200
  • dcdcb712e4 Implement fetching metadata from mp3 files hennadii-demchenko 2023-04-01 21:33:50 +0300
  • 59323dd58f Wide Strip Scrolling fix. Kiera 2023-04-01 03:53:30 +0100
  • 094aac9f35 Merge branch 'master' of https://github.com/oh-ok/calibre-web-two-page-comic Kiera 2023-04-01 03:30:05 +0100
  • c0cb06884f Restoring some arbitary value changes. Kiera 2023-04-01 03:29:57 +0100