Commit Graph

  • 76b0505bd9 Change all "conn = engine.connect()" statements to "with engine.connect() as conn:" in ub.py Marvel Renju 2020-08-10 03:42:36 +0100
  • b309c1fc91 Fix filenames (Escape "\") for searching calibre excecutable on windows OzzieIsaacs 2020-08-09 15:11:54 +0200
  • b9a802a19c Merge remote-tracking branch 'cover_path/patch-1' OzzieIsaacs 2020-08-09 14:54:36 +0200
  • a882ad3e65 Merge remote-tracking branch 'contrib/patch-1' OzzieIsaacs 2020-08-09 14:52:01 +0200
  • 969105b205
    Trim whitespace from filename Ryan Holmes 2020-08-09 01:08:00 -0400
  • 28bfb06c67
    Revert the deletion of another line Ryan Holmes 2020-08-09 00:57:30 -0400
  • 704dcb3e58
    Move assignment of new_coverpath Ryan Holmes 2020-08-09 00:55:56 -0400
  • a7e723d8d4
    Spelling/grammar in CONTRIBUTING.md Efreak 2020-08-08 01:06:19 +0000
  • 4c6f5096be get metadata, typo, if no result from google, it will display the noresult msg, regardless of the others results. Ren Wei 2020-08-01 15:12:20 +0800
  • 1a1d105fae Fix #1538 (Floating point numbers showing 2 decimals on details page Ozzie Isaacs 2020-07-23 19:31:48 +0200
  • 42a0639bb5 Fix #1533 (Invalid LDAP Cert Path no longer crashes app) Ozzie Isaacs 2020-07-23 19:23:57 +0200
  • e27b08203d Fix #1531 (white background on transparent cover instead of black one) Ozzie Isaacs 2020-07-23 18:41:38 +0200
  • 1ca4583896 feat(ldap): add a field that allows to override LDAP User Object Filter when a user is imported Clément Poissonnier 2020-07-23 12:12:00 +0200
  • 25fc6f1937 Further fixes for #1530 (Handle improper migrated database with config_mature_content_tags, allowed_tags, denied_tags, denied_column_value, allowed_column_value NULL instead of "") Ozzie Isaacs 2020-07-22 18:44:03 +0200
  • 0ccc3f7252 Fixes for windows (moving files not allowed -> Close pdf after metadata extracting, add os.path.normcase to path while renaming folders, as thi caused also trouble Added hint for missing ghostcript on cover extraction Ozzie Isaacs 2020-07-21 20:14:08 +0200
  • 66acd1821d Update Gdrive integration (Error Handling on Callback and wording) Ozzie Isaacs 2020-07-21 18:01:38 +0200
  • 93a0217d5f Fix for #1530 (Handle improper migrated database with config_mature_content_tags NULL instead of "") Ozzie Isaacs 2020-07-20 20:28:10 +0200
  • 711a697570
    Merge remote-tracking branch 'upstream/master' into jef/download-kobo Jef LeCompte 2020-07-13 01:50:38 -0400
  • f8139f3198 Store last selected view for sidebar (not for categories, series, publishers, ..) Started making search paged Ozzieisaacs 2020-07-11 12:09:34 +0200
  • df01022f49 Added save user view settings Ozzieisaacs 2020-07-08 21:18:38 +0200
  • 450411a732 #1344 (Support Multiple authors, but not showing up on Kobo reader) Fix for #1439 (reading progress was not stored, as user login was wrong) Ozzieisaacs 2020-07-05 20:54:36 +0200
  • f80c67828b Fix #1500 (Custom ratings of increment 0.5 are allowed) Ozzieisaacs 2020-07-05 14:35:57 +0200
  • d1889a5e06 Fix #1502 (program info only visible in about section if user is admin) Ozzieisaacs 2020-07-05 14:00:40 +0200
  • 12263ff02f Fix #1423 (OverflowError thrown during sync on some Linux Systems if one of the timestamps is outside range 1970 to 2038) Ozzieisaacs 2020-07-05 13:55:59 +0200
  • 76f914cbc2 Fixed logging in SyncToken Ozzieisaacs 2020-07-05 13:52:29 +0200
  • c1f5252b3f Fix #1509 (OSError thrown during sync on Windows if one of the timestamps is outside range 1970 to 2038) Ozzieisaacs 2020-07-05 13:40:33 +0200
  • 20c6f79a44 Changed behavior delete books with subfolders (additional warning message, but book is deleted) Ozzieisaacs 2020-07-05 10:44:49 +0200
  • ee6f1405d4 Fix #1456 (Added route to robots.txt) Ozzieisaacs 2020-07-04 21:22:19 +0200
  • ee3541d74e Fix kobo links for reverse proxies with subdomains (and docker?) #1470 Ozzieisaacs 2020-07-04 13:35:08 +0200
  • e048388213
    feat(api): include external port option Jef LeCompte 2020-07-03 12:19:11 -0400
  • 3ff3431b17 Merge branch 'master' into Develop Ozzieisaacs 2020-06-30 19:59:38 +0200
  • 8608ff11f7 Fix #1507 (Password generation on python2 working again) Ozzieisaacs 2020-06-30 19:58:07 +0200
  • 7e0d9fbace series_index filter to show x.0 as x Michael Knepher 2020-06-29 23:34:26 -0700
  • c6c9cfea22 Merging books basically working Ozzieisaacs 2020-06-29 20:14:48 +0200
  • a758976c69 Merge branch 'master' into Develop Ozzieisaacs 2020-06-29 18:47:16 +0200
  • a14192b7e0 Updated testresults OzzieIsaacs 2020-06-28 22:31:18 +0200
  • 601464083b Fix for task wrap around OzzieIsaacs 2020-06-28 13:44:21 +0200
  • ccca5d4d1c Merge branch 'master' into Develop Ozzieisaacs 2020-06-28 12:11:46 +0200
  • ba10657829 Add fix for read only gdrive file Ozzieisaacs 2020-06-28 12:06:27 +0200
  • 6315655f93 Re-add missing po files Ozzieisaacs 2020-06-28 12:05:16 +0200
  • 533cb23b73 Merge remote-tracking branch 'next/bug/login-next-get-param' Ozzieisaacs 2020-06-28 10:01:41 +0200
  • 0b95424a0d Merge remote-tracking branch 'issue_template/patch-1' Ozzieisaacs 2020-06-28 09:50:58 +0200
  • 852f252d13 Prevent invalid variable Make text in kobo_auth_screen consistent Ozzieisaacs 2020-06-28 09:48:05 +0200
  • 080042882f Merge remote-tracking branch 'cz/master' Ozzieisaacs 2020-06-28 09:33:18 +0200
  • dde5b08c47 Re enabled gevent as dependency Fix #1399 (Calibre-web starting with installed and not activated gdrive denpendencies without internet connection again) Ozzieisaacs 2020-06-27 13:36:33 +0200
  • 88d2c60ee8 Catch some errors related to non writable settings db Ozzieisaacs 2020-06-27 12:31:26 +0200
  • eeff5a5d43 fix for hidden input 'next' on login form Ghighi Eftimie 2020-06-27 12:00:08 +0300
  • 67dd4a72b0 Add series info to all book "meta" displays Michael Knepher 2020-06-26 12:26:36 -0700
  • a0b8cc21cc Fix #1503 (js error on login screen) Ozzieisaacs 2020-06-23 15:07:14 +0200
  • 329a7a03a5 Fix for errors editing/uploading books with duplicate tags/authors/language names Additional parsing of epubs for cover files Fix for change of database with linked read_column and read column isn't present any more Ozzieisaacs 2020-06-22 19:11:03 +0200
  • d0a3503d74 Fix #1493 (stay logged in with enabled remember token, use remember token) Ozzieisaacs 2020-06-20 19:02:23 +0200
  • 59b78f9984 enable disabling of remember_me function Ozzieisaacs 2020-06-20 15:41:26 +0200
  • bf75f16169 Updated Chinese translation Ozzieisaacs 2020-06-20 13:55:34 +0200
  • 2f833dc457 Fix login with remember me token Ozzieisaacs 2020-06-20 13:46:12 +0200
  • 22344a3971 Improvements for delete book Ozzieisaacs 2020-06-18 20:39:45 +0200
  • 8dde6ba60f UI improvements table buttons Ozzieisaacs 2020-06-12 21:40:09 +0200
  • d44f283a05 View status in books table is stored Ozzieisaacs 2020-06-12 16:15:54 +0200
  • c18d5786dd Improved validation check Ozzieisaacs 2020-06-12 13:45:07 +0200
  • f26ccfe16c Table edit: validator routine to prevent empty fields working Ozzieisaacs 2020-06-11 21:36:12 +0200
  • 1c681ee378 Improvements for books table editor Ozzieisaacs 2020-06-11 21:19:09 +0200
  • 4c1ae44bbe
    Fixed inconsistencies in bug report template, improved examples flying-sausages 2020-06-11 14:59:51 +0100
  • 94b5ec91cc Title in table translatable Edit some elements in table possible Checkbox state is kept over page change in book table Fix missing div in layout Ozzieisaacs 2020-06-11 08:48:23 +0200
  • 6bfbf3ee41 Update layout Ozzieisaacs 2020-06-11 08:35:23 +0200
  • fc24fa337e
    Updated CZ translation Lukáš Heroudek 2020-06-09 21:15:09 +0100
  • 7b4306b1d6 UI improvements (same colors of buttons, etc.) Changed Editable default value Ozzieisaacs 2020-06-09 20:46:02 +0200
  • 4516cc0d65 Listen button only visible if user has read permissions Audioformat fix Table edit functions only available if user has edit rights Ozzieisaacs 2020-06-08 21:57:52 +0200
  • 308784c601 Hide listen button if user has no read/listen permissions Ozzieisaacs 2020-06-08 21:56:40 +0200
  • 9145c9a52c Fix #1397 (Reenabled m4a, m4b audio playback) Ozzieisaacs 2020-06-08 21:50:11 +0200
  • 4038cb5b85 Internal paged Search prepared Search for table list is working Ozzieisaacs 2020-06-08 17:34:03 +0200
  • 628658972c Merge branch 'master' into Develop Ozzieisaacs 2020-06-07 19:39:17 +0200
  • db0fe9a755 Fix for #1474 (old comicapi with installed unrar, but missing unrar-lib) Ozzieisaacs 2020-06-07 15:41:53 +0200
  • fdf10e3d2e Fix #1473 (reconnect not working via web-route access) Ozzieisaacs 2020-06-07 14:11:41 +0200
  • ded3e06a9b Updated french translation Ozzieisaacs 2020-06-07 06:48:51 +0200
  • 0dd0605a1f Book list for merging Ozzieisaacs 2020-06-06 21:21:10 +0200
  • 827b0c6e50 Changed pubdate to timestamp Ozzieisaacs 2020-06-06 09:52:35 +0200
  • d1b533848d Changed pubdate to timestamp Ozzieisaacs 2020-06-05 20:13:39 +0200
  • 13ae28edab Fix #1449 (Shelf download menu wasn't working for books with more than one format) Ozzieisaacs 2020-06-04 20:34:31 +0200
  • 82253219e8 Fix #1449 (Shelf download menu wasn't working for books with more than one format) Ozzieisaacs 2020-06-04 20:33:14 +0200
  • 94592b74a6 Merge branch 'master' into Develop Ozzieisaacs 2020-06-03 20:15:55 +0200
  • eef2112e1e #1430 (changed color of rating stars) Ozzieisaacs 2020-06-03 20:14:07 +0200
  • b83d56eff2 Version bump Ozzieisaacs 2020-06-03 19:10:36 +0200
  • 4c539b6db4 Fix #1448 (Public shelfs are accessible even if not logged in) Ozzieisaacs 2020-06-03 19:10:07 +0200
  • 2ad329e64c Preparation for release OzzieIsaacs 2020-06-02 22:12:36 +0200
  • 4de89ec6ce Merge remote-tracking branch 'it/patch-14' Ozzieisaacs 2020-06-02 20:58:17 +0200
  • fc885c8fa2 Merge remote-tracking branch 'cz/patch-1' Ozzieisaacs 2020-06-02 20:51:31 +0200
  • ef2c98ba39 Fix #1453 (error unrar binary not found) Ozzieisaacs 2020-06-01 10:53:48 +0200
  • 41d922867e
    updated italian version of message.po ElQuimm 2020-06-02 09:02:44 +0200
  • 89223760e6 Merge branch 'master' into Develop Ozzieisaacs 2020-06-01 10:58:49 +0200
  • 9a8a1f75ca For for error unrar binary not found Ozzieisaacs 2020-06-01 10:53:48 +0200
  • 52e8e7e4b0
    Some czech translations flying-sausages 2020-05-31 22:51:41 +0100
  • 93f65484de Update Teststatus OzzieIsaacs 2020-05-29 09:11:52 +0200
  • 7d08cde8b8 Update error handling cover upload Ozzieisaacs 2020-05-29 06:59:40 +0200
  • d3c2bf7dd4 Merge remote-tracking branch 'es/patch-1' Ozzieisaacs 2020-05-28 18:50:16 +0200
  • 54cf3652b0 Add series name and index to book cover info Michael Knepher 2020-05-27 21:57:59 -0700
  • 5607d2086d Added error handling for cover upload Ozzieisaacs 2020-05-27 20:41:16 +0200
  • 27ed918896 Enabled search for archived books Ozzieisaacs 2020-05-27 19:19:17 +0200
  • 9b2df9cfd9 Fix #1441 (list copy function not available on python2, crashes edit metadata) Ozzieisaacs 2020-05-27 18:38:50 +0200
  • 5dd08e438c Merge remote-tracking branch 'upstream/master' Michael Knepher 2020-05-27 09:06:43 -0700
  • 2f8c8c3a28 Merge remote-tracking branch '/wolviex' Ozzieisaacs 2020-05-27 10:50:13 +0200
  • dde7cf18f7 removed extra reference to calibre_db (calibre_db.calibre_db..) typo? Wolviex 2020-05-27 01:41:15 -0700