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: corydolphin/flask-cors
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.10
Choose a base ref
...
head repository: corydolphin/flask-cors
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.0.1
Choose a head ref
  • 19 commits
  • 21 files changed
  • 15 contributors

Commits on Jun 5, 2021

  1. Configuration menu
    Copy the full SHA
    dae2eba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24c45ce View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

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

Commits on May 26, 2022

  1. FIX: typo CSRF (#315)

    typo correction
    sattamjh authored May 26, 2022
    Configuration menu
    Copy the full SHA
    41a2afd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c2a162 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Adding 'Access-Control-Allow-Private-Network = true' header for new g…

    …oogle chrome specification
    Marcelo Serrano committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    24070be View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Correct spelling mistakes (#311)

    * Correct spelling mistakes
    
    * Update docs/configuration.rst
    
    Co-authored-by: Rafał <[email protected]>
    EdwardBetts and rafrafek authored Nov 25, 2022
    Configuration menu
    Copy the full SHA
    cad70b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Merge pull request #318 from chelo-kjml/master

    'Access-Control-Allow-Private-Network = true' header for http response
    corydolphin authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    b2c4da1 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. docs: Fix a few typos (#323)

    There are small typos in:
    - docs/configuration.rst
    - tests/decorator/test_exception_interception.py
    
    Fixes:
    - Should read `enabled` rather than `enbaled`.
    - Should read `matching` rather than `maching`.
    
    Signed-off-by: Tim Gates <[email protected]>
    timgates42 authored May 16, 2023
    Configuration menu
    Copy the full SHA
    035f28f View commit details
    Browse the repository at this point in the history
  2. Fix typo (#316)

    sachit-shroff-ai authored May 16, 2023
    Configuration menu
    Copy the full SHA
    98aca1a View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

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

Commits on Jun 20, 2023

  1. Remove support for old python versions (#330)

    * remove deprecated python versions and removal of six, plus alternative option for nosetests
    
    * minor formatting reset
    WAKayser authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    637595d View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Convert CI to use GHA (#331)

    Adds initial Github Actions based test and release tooling.
    corydolphin authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    0b74401 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

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

Commits on Aug 27, 2023

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

Commits on Mar 26, 2024

  1. Fix Read the Docs builds (#345)

    * Thoroughly lock doc build requirements
    
    This ensures doc builds are reproducible on Read the Docs
    
    * Resolve two warnings emitted by Sphinx when building docs
    kurtmckee authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    cadade9 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Update extension.py to clean request.path before logging it (#351)

    * Update extension.py to use string format specifier for cleaning request.path
    aneshujevic authored May 4, 2024
    Configuration menu
    Copy the full SHA
    6172c20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5090b4a View commit details
    Browse the repository at this point in the history
  3. Release 0.4.1 (#353)

    corydolphin authored May 4, 2024
    1 Configuration menu
    Copy the full SHA
    1df178c View commit details
    Browse the repository at this point in the history
Loading