424 Commits (master)

Author SHA1 Message Date
ThiefMaster 50227f0954 Add option to not overwrite debug flag in cli 6 years ago
Grey Li 4025e27b57 Add test for routes command when no routes registered 6 years ago
Dilan Coss 8fa3ed13bf details fixed 6 years ago
Dilan Coss 8cdd01ea5d Test added for _AppCtxGlobals __repr__ method 6 years ago
David Lord b51ab3ff2c
encode filenames as ascii instead of latin-1 6 years ago
Briehan Lombaard a913b4dafd
SSLContext was added in Python 2.7.9 6 years ago
David Lord b21b4d1608
add more merge cases 6 years ago
Hsiaoming Yang f7a3bdc6db
Fix blueprint route for "" 6 years ago
David Lord 5965cb7e1c
rename to FLASK_SKIP_DOTENV, add docs, test 6 years ago
David Lord b573a86977
trap key errors in debug, not all 400 errors 6 years ago
David Lord 4d0cdf95e6
merge slashes between blueprint prefix and rule 6 years ago
ThiefMaster 6663bf1f7d Fix registering partials as view functions 6 years ago
Nick Pope fc6a1d9354 Fix default index for TaggedJSONSerializer.register() 7 years ago
David Lord 0e1e9a04aa
detect UTF encodings when loading json 7 years ago
David Lord 1ed756a523
add Response.max_cookie_size config 7 years ago
David Lord ab4142215d
detect UTF encodings when loading json 7 years ago
fphonor 171eb28c95
get_json separate cache depending on silent arg 7 years ago
David Lord 5f42989ce3
don't use Flask(__name__) in conftest 7 years ago
David Lord 401423df06
only strip one slash when registering blueprint 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 cf5525f98a
add test_cli_runner for testing app.cli commands 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
David Lord 2beedabaaf
add HTTPS support for flask run command 7 years ago
Fadhel_Chaabane a1d9ebe4ab New Feature: Added Support for cookie's SameSite attribute. 7 years ago
David Lord 8bdf820e9b
reset standard os env after each test 7 years ago
Armin Ronacher 2433522d29
Add Support for FLASK_ENV (#2570) 7 years ago
David Lord 0a33954555
improve documentation for session attributes 7 years ago
David Lord 604cc758fb
use config fixture, get plugin via unregister 7 years ago
Camilo 33fa580947 restore the logging plugin only if it was active to begin with 7 years ago
Camilo e30c39fe78 fix non-passing tests for logging on pytest > 3.3.0 7 years ago
Adrian Moennich 777cc17de3 Fix broken test 7 years ago
ThiefMaster c52e1b7388 Fix ValueError for some invalid Range requests 7 years ago
Armin Ronacher c23a63a185 Improved bad factory error handling 7 years ago
David Lord 5436dddf64
rewrite cli errors 7 years ago
Caratpine 2f57a0b917
Blueprint view function name should not contain dots 7 years ago
Chuan Ma 5888d76342 pytest.yield_fixture deprecated in pytest 3.0+. 7 years ago
David Lord 66b1b752da
simplify logging configuration 7 years ago
David Lord a89bdb3395
prefer the url's scheme over the kwarg 7 years ago
David Lord 491d331e6e
load env vars using python-dotenv 7 years ago
David Lord fb845b9032
allow local packages in FLASK_APP 7 years ago
David Lord 59f7966e31 support passing environ to test client (#2412) 7 years ago
David Lord 9560f22bb6
clean up 7 years ago
Bijan Vakili a417e41d27 Update documentation and regression tests to clarify that Flask.teardown_appcontext() only receives unhandled exceptions 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 5bc0d15359
un-deprecate request.json 7 years ago
David Lord 715a9a3e7b
remove deprecated flask.ext 7 years ago
David Lord 723e665004
remove deprecated Request.module 7 years ago