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

Fixing scenario where a JPG/GIF thumbnail is created with padding, re… #1931

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

Commits on Jul 2, 2019

  1. Fixing scenario where a JPG/GIF thumbnail is created with padding, re…

    …sulting thumbnail needs to be saved as a PNG. For stephenmcd#1925
    molokov committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    9b43cc4 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

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

Commits on Dec 22, 2023

  1. In utils/html, convert ALLOWED_PROTOCOLS to list before appending ["t…

    …el"]; Fixes stephenmcd#2054 due to Bleach version change
    molokov committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    e7f7491 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a89ef45 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2023

  1. Username and email checking is now case insensitive for signup, login…

    … and password reset forms. More unit test cases added for accounts to cover these cases. Fixes stephenmcd#2066
    molokov committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    4015354 View commit details
    Browse the repository at this point in the history
  2. Fixing test case: assertFormError has changed in Django 4.1 and so ol…

    …der versions of Django won't support the form I'm using in the tests.
    molokov committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    f10dc82 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from molokov/accounts-2066

    Accounts 2066
    molokov authored Dec 24, 2023
    Configuration menu
    Copy the full SHA
    67cf3d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Adding support for Python 3.11, 3.12 and Django 4.2, 5.0; Dropping su…

    …pport for Python 3.7 and Django 2.2-3.9
    molokov committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    43cf626 View commit details
    Browse the repository at this point in the history
  2. dding support for Python 3.11, 3.12 and Django 4.2, 5.0; Dropping sup…

    …port for Python 3.7 and Django 2.2-3.9
    molokov committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    d7ea2e5 View commit details
    Browse the repository at this point in the history
  3. Removing Python 3.12 from test environments: We hit issues due to pkg…

    …_resources(via setuputils) no longer being available by default in Python 3.12, and trying to add setuputils as a dependency doesn't work due to some pip install problems.
    molokov committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    b8133cc View commit details
    Browse the repository at this point in the history
  4. Django 5 only supports Python 3.10 or later, removing tox envs for ea…

    …rlier python versions
    molokov committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    8f4ed9a View commit details
    Browse the repository at this point in the history