Commit Graph

  • d76f812310 Fixed empty return on getcomic Python 3 compability (the easy way) OzzieIsaacs 2017-11-20 07:53:52 +0100
  • e7b6963afd Small improvements for comic reader calls OzzieIsaacs 2017-11-19 20:37:43 +0100
  • 6ab4ff9a3b
    Merge branch 'comic_server' into comic_server #394 Andriy Zasypkin 2017-11-19 14:09:17 -0500
  • 5756785073 Error handling rarfiles OzzieIsaacs 2017-11-19 18:08:55 +0100
  • ec12181803
    added python3 compatibility for comic reader Andriy Zasypkin 2017-11-19 08:49:40 -0500
  • 9f8cbe8c1f Merge enhanced UI from ytilis repro OzzieIsaacs 2017-11-19 13:20:59 +0100
  • 8c573ff6d8 Unrar/tar and unzip on server side OzzieIsaacs 2017-11-18 10:34:21 +0100
  • 6e714f3f16 Fix #391 OzzieIsaacs 2017-11-17 18:29:29 +0100
  • 211c3b16dd Fix fror #388 OzzieIsaacs 2017-11-15 07:40:17 +0100
  • f045c16c4e Fix #386 OzzieIsaacs 2017-11-13 21:33:36 +0100
  • 01d0083fe6 Fix for #376 OzzieIsaacs 2017-11-12 19:08:20 +0100
  • b8d45b664a Typeahead working again Fix for replacing characters in filenames OzzieIsaacs 2017-11-12 18:48:44 +0100
  • ad16194798 Error on deleting non existing book fixed (#382) OzzieIsaacs 2017-11-12 18:08:13 +0100
  • 09f86ee8d4 Fix #385 OzzieIsaacs 2017-11-12 14:56:49 +0100
  • 8388df202f Merge remote-tracking branch 'dutch/dutchupdate' OzzieIsaacs 2017-11-12 14:52:31 +0100
  • 798cbc7505 Merge remote-tracking branch 'opds/master' OzzieIsaacs 2017-11-12 14:46:19 +0100
  • 78744b19d8 Fix #377 OzzieIsaacs 2017-11-12 14:10:08 +0100
  • ba54b9a357 Fix #365 OzzieIsaacs 2017-11-12 14:06:33 +0100
  • fd39cbaa6f Fix #363 OzzieIsaacs 2017-11-12 13:40:56 +0100
  • 5b13171060 Updated Dutch translation #383 Thijs van Ulden 2017-11-05 10:24:35 +0100
  • af8d908bba Fix #371, #372 OzzieIsaacs 2017-11-01 16:55:51 +0100
  • ae1e7c57d5 Update french translation OzzieIsaacs 2017-11-01 16:10:05 +0100
  • 282e79f4d8
    Merge pull request #16 from janeczku/master Ethan Lin 2017-10-30 11:26:05 +0800
  • f5e1b38e63 French translation correction #375 Yamakuni 2017-10-26 22:44:16 +0200
  • b4bd7507b6 Merge branch 'master' of git://github.com/janeczku/calibre-web #373 unknown 2017-10-22 14:41:23 +0200
  • 674baad49e lowercasing the input unknown 2017-10-21 22:07:39 +0200
  • 3d251bc0b4 accidentally committed changed optional-requirements.txt -> changing back unknown 2017-10-21 21:54:15 +0200
  • 4a04ec898e case-insensitive search for non-ASCII - improved unknown 2017-10-21 21:50:47 +0200
  • d2ea3a6c19 case-insensitive search for non-ASCII unknown 2017-10-20 23:23:16 +0200
  • 9182d89128 # Fix 361 OzzieIsaacs 2017-10-13 19:31:03 +0200
  • 5e4c8c6c65 fixed is_authenticated check #364 Cory Sitko 2017-10-10 20:48:50 -0400
  • 8fd67fb1fc UserBase methods should be properties not classmethods Cory Sitko 2017-10-10 18:14:19 -0400
  • 0b8e079619 Merge cc758517e7 into 366bf9739b #362 Cory C. Sitko 2017-10-10 18:18:39 +0000
  • cc758517e7 updated login_required_if_no_ano to correct switch anonymous on/off when changed in admin #362 Cory Sitko 2017-10-10 14:13:28 -0400
  • 7ade2ecd35 make is_active, is_authenticated, and is_anonymous properties on the Anonymous class so that the login_required decorator will work correctly and disable anonymous browsing Cory Sitko 2017-10-10 10:18:28 -0400
  • 54d8240dc0 Merge pull request #14 from janeczku/master Ethan Lin 2017-10-10 14:19:40 +0800
  • 366bf9739b Fix for #360 and guest accounts OzzieIsaacs 2017-10-09 22:36:47 +0200
  • 1eb10be253 Code cosmetics comic reader OzzieIsaacs 2017-10-08 10:41:43 +0200
  • 90729de87f Fix #354 Fix #355 Fix #353 Fix #352 Fix #351 OzzieIsaacs 2017-10-06 08:51:34 +0200
  • 6855deceef added corresponding content-type for a downloaded book, otherwise default text/html is used unknown 2017-10-01 20:48:01 +0200
  • 0f0c6dde09 changed application/xml to application/atom+xml unknown 2017-10-01 20:24:24 +0200
  • 1ada1704b0 excluded read/unread when exposing the catalog to an anonymous user unknown 2017-10-01 18:42:35 +0200
  • 3c9f8b151d added check for anonymous session in read_books, otherwise current_user.id is not defined unknown 2017-10-01 18:41:19 +0200
  • d336f9faa6 fixed OPDS templates unknown 2017-10-01 17:16:57 +0200
  • 7ddfa1881b added FB2 mime type unknown 2017-10-01 17:15:44 +0200
  • 70d093b193 unicode gave an NameError with python3 unknown 2017-10-01 17:14:20 +0200
  • f498fec4e1 added metadata.db in case one uses a local copy for debugging unknown 2017-10-01 17:13:00 +0200
  • 56c71dd4bf Disable bookmarking when anonymous users are reading #350 Jonathan Rehm 2017-09-30 10:51:20 -0700
  • 0512e5a940 Fix #342 OzzieIsaacs 2017-09-30 16:25:29 +0200
  • c56a02bab6 Fix #339 OzzieIsaacs 2017-09-30 15:24:18 +0200
  • 031a175474 Fix Comic reader OzzieIsaacs 2017-09-24 19:38:15 +0200
  • 442fb23b18
    python3 compatibility #346 Andriy Zasypkin 2017-09-24 07:52:59 -0400
  • 2302db4e06 Merge remote-tracking branch 'adv/fix-douban-rating' OzzieIsaacs 2017-09-22 20:57:24 +0200
  • 299cf82921 Merge remote-tracking branch 'translation/master' OzzieIsaacs 2017-09-22 20:56:36 +0200
  • 85ec9cba1f New correction of translation #343 Yamakuni 2017-09-21 12:34:06 +0200
  • a6dfcedfdb Code cosmetics OzzieIsaacs 2017-09-20 21:13:32 +0200
  • 0405cec4ac Code cosmetics Bugfix "Error load settings" OzzieIsaacs 2017-09-18 18:59:08 +0200
  • 378a0ca662 Merge remote-tracking branch 'adv/bookmarks' OzzieIsaacs 2017-09-17 20:26:58 +0200
  • 2a78a02e0b Code cosmetics OzzieIsaacs 2017-09-17 19:16:29 +0200
  • 34e9ef35f5 Code cosmetics OzzieIsaacs 2017-09-17 15:33:22 +0200
  • a159bb0b97 Code Csmetics kthoom integration OzzieIsaacs 2017-09-17 15:06:01 +0200
  • 5b9b36f997 Code cosmetics OzzieIsaacs 2017-09-17 14:51:17 +0200
  • 85068d75bf Update comic reader OzzieIsaacs 2017-09-17 13:37:21 +0200
  • fe4d11fea8 Basi comic reader implementation for cbr, cbz, cbt files based on kthoom (#63, #126) OzzieIsaacs 2017-09-17 12:36:32 +0200
  • 4582aebec1 Bugfix gdriveutils OzzieIsaacs 2017-09-17 10:54:23 +0200
  • b6b73d39c2 Fix #329 Code cosmetics OzzieIsaacs 2017-09-17 07:15:08 +0200
  • b6f06658a2 Merge remote-tracking branch 'ipv6/ipv4only' OzzieIsaacs 2017-09-16 20:18:34 +0200
  • dfd3b40865 Fix #325 OzzieIsaacs 2017-09-16 19:57:00 +0200
  • bde92113d4 Bugfix Datepicker OzzieIsaacs 2017-09-16 19:30:49 +0200
  • f87800d11c Merge remote-tracking branch 'meta/upload_new_format_of_existing_book' OzzieIsaacs 2017-09-16 18:55:34 +0200
  • 7acf4d40a4 Merge remote-tracking branch 'adv/escape-filename' OzzieIsaacs 2017-09-16 18:53:33 +0200
  • 2ef6dc30bd Added italian translation OzzieIsaacs 2017-09-16 16:58:42 +0200
  • abadaa3f1d Merge remote-tracking branch 'l/master' OzzieIsaacs 2017-09-16 08:06:35 +0200
  • b30a73c505 Merge remote-tracking branch 'adv/def-variables' OzzieIsaacs 2017-09-16 07:55:44 +0200
  • af0cefa4ac Update translations OzzieIsaacs 2017-09-16 07:52:53 +0200
  • e26c8a1e46 Merge remote-tracking branch 'd/patch-1' OzzieIsaacs 2017-09-16 07:40:29 +0200
  • 5e370fb4b3 Merge remote-tracking branch 'y/master' OzzieIsaacs 2017-09-16 07:38:50 +0200
  • f147c072c6 French translation #326 Yamakuni 2017-09-14 12:03:36 +0200
  • c048a96e07 Updated Dutch translations #324 Wouter Dijk 2017-09-14 10:36:39 +0200
  • 993c56d021 Fix syntax error #321 Ainsley Pereira 2017-09-12 21:11:52 +0100
  • 1ce6893fa8 Exception isn't thrown until we call serve_forever, so that must be in the try block Ainsley Pereira 2017-09-12 21:06:58 +0100
  • b8b88183c3 Use IPv4-only WSGI start up as a fallback only when the IPv6/IPv4 one didn't work Ainsley Pereira 2017-09-12 20:49:38 +0100
  • a75c393922 Merge remote-tracking branch 'upstream/master' Ainsley Pereira 2017-09-12 20:34:11 +0100
  • 29f21b148b Translate 10-based rating to 5-based #335 Jonathan Rehm 2017-09-11 09:58:39 -0700
  • e806494b54 Ensure variables exist before they're used #319 Jonathan Rehm 2017-09-11 09:22:36 -0700
  • 8937599ba7 Fixed codacy code control #272 kyos 2017-09-11 17:18:11 +0200
  • cbf2bb450d Fixed issue calculating filesize of the uploaded book kyos 2017-09-11 11:47:39 +0200
  • be15f3781f Fixed issue reported by Jkrehm to prevent filesize to fail kyos 2017-09-11 11:17:29 +0200
  • 3366aae6c7 Merge remote-tracking branch 'origin/upload_new_format_of_existing_book' into upload_new_format_of_existing_book kyos 2017-09-11 10:48:57 +0200
  • e5b4bed01c Fixed codacy requirements kyos 2017-08-10 12:34:54 +0200
  • 9086f4e0e7 Added option to upload a new format to a given book kyos 2017-08-09 19:56:46 +0200
  • a4f81dd812 Do not include empty strings in list of bookmarks #292 Jonathan Rehm 2017-09-10 15:38:24 -0700
  • c9f36a4d1a Merge remote-tracking branch 'adv/bookmarks' OzzieIsaacs 2017-09-10 15:00:27 +0200
  • 94f8cc247c Reflect title in the logo #317 Torben Mohrfeldt 2017-09-09 23:59:06 +0200
  • b6b5313f2d Fix for #315 OzzieIsaacs 2017-09-09 14:23:25 +0200
  • 4527693fe3 Move "Show mature content" Checkbox #313 teflontoni 2017-09-08 15:47:22 +0200
  • d94a099eab Show images if JavaScript is disabled #282 Jonathan Rehm 2017-08-21 09:09:32 -0700
  • 6e62edf3c1 Use lazy loading to show images Jonathan Rehm 2017-08-14 09:28:53 -0700
  • b3217496d1 Add progress bar to upload form #308 Louis Jencka 2017-09-02 11:51:11 -0600
  • 81219663fe Update translation OzzieIsaacs 2017-09-01 20:39:56 +0200