11 Commits (3a0ea726bd45280de3eb3042784613a676f68200)

Author SHA1 Message Date
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 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 9bf5c3b3a3
update project metadata 7 years ago
David Lord af32ea0b94
bump dependency versions 7 years ago
David Lord 8a1f3626c5
fix changelog list formatting 7 years ago
David Lord 213afec771
add rst extension for changelog 7 years ago
David Lord 2beedabaaf
add HTTPS support for flask run command 7 years ago
David Lord 06f96df67e
silence ENOTDIR when loading config file 7 years ago
David Lord 28d0f66c1f
remove tests and docs for python 2.6 and 3.3 7 years ago
ThiefMaster c52e1b7388 Fix ValueError for some invalid Range requests 7 years ago
Armin Ronacher 2ef2000a39
Enable threads by default for the dev server (#2529) 7 years ago
Caratpine 2f57a0b917
Blueprint view function name should not contain dots 7 years ago
David Lord ed1f604727 Update CHANGES 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 5bc0d15359
un-deprecate request.json 7 years ago
David Lord 715a9a3e7b
remove deprecated flask.ext 7 years ago
David Lord 89c87240b6
changelog for deprecations 7 years ago
Eugene M. Kim d41e2e6a5d Correctly encode aware, non-UTC datetime objects 7 years ago
David Lord 4fc48200a5
reconfigure the app from run command and method 7 years ago
David Lord b5f4c52150
don't cache error handlers for exception mro 7 years ago
David Lord e97253e4c1
clean up JSON code and docs 7 years ago
David Lord 6637e20174
only open session if request hasn't been pushed yet 7 years ago
David Lord 5e1ced3c05
make session serializer extensible 7 years ago
David Lord 045dccaefb
make debugging bad key errors easier 7 years ago
David Lord 4a53840df0
APPLICATION_ROOT defaults to '/' 7 years ago
David Lord 399ac3c54f
update changelog 7 years ago
Kenneth Reitz cf926b8e73 Update CHANGES 7 years ago
David Lord 964c5c5aca
add changelog 7 years ago
David Lord 01ddf54b87
adjust for loop style 7 years ago
David Lord 7ecdbcfa2b
show error if multiple Flask instances are detected 7 years ago
Markus Unterwaditzer bb83ae9843 Release 0.12.2 7 years ago
David Lord f7c35bf0d5 safe_join on Windows uses posixpath 7 years ago
David Lord f75ad9fca2
refactor session cookie domain logic 7 years ago
David Lord 7ad79583b9
add sort by match order 8 years ago
David Lord 697f7b9365
refactor make_response to be easier to follow 8 years ago
David Lord 46f83665ef
clean up blueprint json support 8 years ago
David Lord 13754b6d11
ensure error while opening session pops context 8 years ago
David Lord 648344d4e8
use mro to collect methods 8 years ago
David Lord 97e2cd0a5a
update changelog 8 years ago
rocambolesque 19fbe3a18f
Add scheme to url_build error handler parameters 8 years ago
David Lord aafb80c527
add changelog for #2223 8 years ago