Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All current fixes by me #75

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Commits on Sep 8, 2020

  1. Telebot: Fix deprecated RegexHandler and change order of handlers.

    [*] Fix the "RegexHandler is deprecated. See https://git.io/fxJuV
        for more info" in Telebot.
    [*] Change order of handlers to cats the regexp (download command)
        before the common text (book search) in Telebot.
    	modified:   management/commands/sopds_telebot.py
    PeterVoronov committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    05899c5 View commit details
    Browse the repository at this point in the history
  2. Telebot: Fix of the extension for mobi and epub.

    [*] Fix extension of downloaded files in mobi and epub format:
        will be some_name.epub instead some_name.fb2.epub, and
        some_name.mobi instead some_name.fb2.mobi.
    
    	modified:   opds_catalog/management/commands/sopds_telebot.py
    PeterVoronov committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    4efc140 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    858ddd6 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2021

  1. Configuration menu
    Copy the full SHA
    c370071 View commit details
    Browse the repository at this point in the history
  2. Align telebot with python-telegram-bot v. 13.5 and fix rare empty pag…

    …e in book list, due to duplicates consolidation
    PeterVoronov committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    e380607 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    920dc4d View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2021

  1. Fix authentication when books downoaded via OPDS (not from browser), …

    …if configured. It will authomatically put downloaded books on bookshelfs for authenticated users
    PeterVoronov committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    e4d9da0 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. Configuration menu
    Copy the full SHA
    7cfe0d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Fix mistyping

    PeterVoronov committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    0977830 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    9529cb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a90487e View commit details
    Browse the repository at this point in the history
  3. Use len(books) instead of books.count().

    Somehow it is speedup processing the result of the query ...
    PeterVoronov committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    1523347 View commit details
    Browse the repository at this point in the history
  4. Delete unused code

    PeterVoronov committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    4a3ea56 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    a7bd08b View commit details
    Browse the repository at this point in the history
  2. some cosmetics

    PeterVoronov committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    319f4b3 View commit details
    Browse the repository at this point in the history
  3. Several improvements and fixes:

    - logic of finding doubles moved to the database query level.
    - fixed exception on sending the same message;
    - some code cosmetic fixes.
    PeterVoronov committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    a3452ad View commit details
    Browse the repository at this point in the history