70 Commits (master)

Author SHA1 Message Date
David Lord b573a86977
trap key errors in debug, not all 400 errors 6 years ago
David Lord 1ed756a523
add Response.max_cookie_size config 7 years ago
David Lord 82f0d120de
use subdomain arg in url_map.bind_to_environ 7 years ago
Armin Ronacher 8cec2010c0
Do not enable subdomain matching by default 7 years ago
David Lord 310fbfcf64
revert copyright year to project start 7 years ago
David Lord 382b13581e
clean up samesite docs 7 years ago
Fadhel_Chaabane a1d9ebe4ab New Feature: Added Support for cookie's SameSite attribute. 7 years ago
David Lord 0a33954555
improve documentation for session attributes 7 years ago
David Lord 66b1b752da
simplify logging configuration 7 years ago
William Horton 5909e26fba Remove unused import from test_basic (#2403) 7 years ago
David Lord 465922e5f1
clean up secret key docs 7 years ago
David Lord d63c2bc417
remove deprecated Flask.static_path 7 years ago
David Lord 5c12acefbb
failing test 7 years ago
David Lord fd8b95952c
add tests for flask.json.tag 7 years ago
David Lord 859d9a9d5c
show nice message when registering error handler for unknown code 7 years ago
David Lord 42905b8a55
set description for trap as well as debug 7 years ago
David Lord b8eba0a3fa
use existing response.vary property to set vary header 7 years ago
Nina Zakharenko e7cd68ba58 Don't overwrite Vary header when setting for cookie access #2317 7 years ago
Christian Stade-Schuldt 4ec1fbc9f5 More DRYing up the test suite (#2325) 7 years ago
Christian Stade-Schuldt 5b0b9717da DRYing up the test suite using pytest fixtures (#2306) 7 years ago
David Lord 5d9dd0b379
set session accessed for setdefault 7 years ago
David Lord f75ad9fca2
refactor session cookie domain logic 7 years ago
David Lord 697f7b9365
refactor make_response to be easier to follow 8 years ago
David Lord 97e2cd0a5a
update changelog 8 years ago
David Lord e50767cfca
add test for build error special values 8 years ago
jab 00d6e339ec Change Flask.__init__ to accept two new keyword arguments, host_matching and static_host. (#1560) 8 years ago
Markus Unterwaditzer c935eaceaf Revert "Handle BaseExceptions (#2222)" 8 years ago
Diggory Blake 6f7847e3c4 Make test more idiomatic 8 years ago
Diggory Blake d0e2e7b66c Add test and changes 8 years ago
Diggory Blake 1d4448abe3 Handle BaseExceptions (#2222) 8 years ago
Hsiaoming Yang a7f1a21c12 Don't rely on X-Requested-With for pretty print json response (#2193) 8 years ago
Josh Rowe 8a8a608152 Move object_hook outside loads method so class can be extend and reused 8 years ago
David Lord 42fbbb4cbb
add test and changelog for SERVER_NAME app.run default 8 years ago
Andrew Arendt 01b992b1a1 Added python3.6 support for tests 8 years ago
Armin Ronacher 9cd32cac32 Corrected after response for error handlers 8 years ago
Markus Unterwaditzer c4ec6954e5 Don't passthrough_errors unless instructed. (#2006) 8 years ago
Markus Unterwaditzer 098ea0c8ca Only passthrough_errors if PROPAGATE_EXCEPTIONS 8 years ago
dawran6 e048aa4e19 Add negative test for json.jsonify (#1876) 8 years ago
Markus Unterwaditzer 6c359e0f53 Eliminate some resource warnings 8 years ago
Markus Unterwaditzer d393597c50 Use recwarn everywhere 8 years ago
jphilipsen05 047efac537 Coverage for test_static_path_deprecated and test_static_url_path (#1860) 8 years ago
Steven Loria 2bf477cfea Add JSONIFY_MIMETYPE configuration variable (#1728) 9 years ago
Reuven 4dc2ef19ea Use pytest.raises() instead of try/catch with asser 0 9 years ago
Miguel Grinberg 952a6c8989 Werkzeug should not block propagated exceptions from Flask 9 years ago
Jimmy McCarthy 011b129b6b Add kwarg to disable auto OPTIONS on add_url_rule 9 years ago
Brandon Sandrowicz 20f62e828b Fix Possible Typo 10 years ago
Markus Unterwaditzer 1577e1386e Revert "Don't use threads in this test" 10 years ago
Markus Unterwaditzer 78cd4161f0 Don't use threads in this test 10 years ago
Chris Rebert 6d2c076a3b make test_request_preprocessing_early_return more thorough 10 years ago
Markus Unterwaditzer 1158e22958 Fix test under Python 3 10 years ago