Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: grahamgilbert/Crypt-Server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.2.0
Choose a base ref
...
head repository: grahamgilbert/Crypt-Server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.3.0
Choose a head ref
  • 13 commits
  • 19 files changed
  • 3 contributors

Commits on Sep 14, 2021

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

Commits on Feb 10, 2022

  1. Bump django from 2.2.24 to 2.2.27 in /setup

    Bumps [django](https://github.com/django/django) from 2.2.24 to 2.2.27.
    - [Release notes](https://github.com/django/django/releases)
    - [Commits](django/django@2.2.24...2.2.27)
    
    ---
    updated-dependencies:
    - dependency-name: django
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 10, 2022
    Configuration menu
    Copy the full SHA
    e11e951 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. Add missing tz import for timezone support to work

    Without this import, pytz.timezone will fail every time.
    fortiko authored Mar 5, 2022
    Configuration menu
    Copy the full SHA
    d345ab6 View commit details
    Browse the repository at this point in the history
  2. Update views.py

    fortiko authored Mar 5, 2022
    Configuration menu
    Copy the full SHA
    8027ba6 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Configuration menu
    Copy the full SHA
    afe9631 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #109 from grahamgilbert/fix_xss

    Fixes a potential XSS vulnerability in the index view
    grahamgilbert authored Mar 28, 2022
    Configuration menu
    Copy the full SHA
    4b7ba66 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #106 from grahamgilbert/dependabot/pip/setup/djang…

    …o-2.2.27
    
    Bump django from 2.2.24 to 2.2.27 in /setup
    grahamgilbert authored Mar 28, 2022
    Configuration menu
    Copy the full SHA
    3b3425d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #107 from fortiko/patch-1

    Add missing pytz import for timezone support to work
    grahamgilbert authored Mar 28, 2022
    Configuration menu
    Copy the full SHA
    d1d2ed2 View commit details
    Browse the repository at this point in the history
  5. UTC please

    grahamgilbert committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    13611b2 View commit details
    Browse the repository at this point in the history
  6. fix

    grahamgilbert committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    4a97452 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d5748bd View commit details
    Browse the repository at this point in the history
  8. black

    grahamgilbert committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    34d1d2d View commit details
    Browse the repository at this point in the history
  9. Merge pull request #110 from grahamgilbert/base_image

    Update base image and squash migrations
    grahamgilbert authored Mar 28, 2022
    Configuration menu
    Copy the full SHA
    3e4b53f View commit details
    Browse the repository at this point in the history
Loading