1096 Commits (1a9caedb49ada290b00d0db0ec61e66d95807413)

Author SHA1 Message Date
ThiefMaster 50227f0954 Add option to not overwrite debug flag in cli 7 years ago
David Lord b51ab3ff2c
encode filenames as ascii instead of latin-1 7 years ago
Briehan Lombaard a913b4dafd
SSLContext was added in Python 2.7.9 7 years ago
David Lord 939c77a39a
Bump version number to 1.0.3.dev 7 years ago
David Lord dfd3619d6f
Bump version number to 1.0.2 7 years ago
Grey Li b4e092600d
Check whether exist registered routes 7 years ago
David Lord b21b4d1608
add more merge cases 7 years ago
Hsiaoming Yang f7a3bdc6db
Fix blueprint route for "" 7 years ago
David Lord c9ab9ef5db
Bump version number to 1.0.2.dev 7 years ago
David Lord a15795c99e
Bump version number to 1.0.1 7 years ago
David Lord 6e1e3e03ca
check FLASK_SKIP_DOTENV in app.run 7 years ago
David Lord e8fd06a0a7
Bump version number to 0.12.5.dev 7 years ago
David Lord 5beb3be536
Bump version number to 0.12.4 7 years ago
David Lord f13870731c
allow empty prefix and no lead slash in bp route 7 years ago
David Lord 5965cb7e1c
rename to FLASK_SKIP_DOTENV, add docs, test 7 years ago
Hsiaoming Yang bac5d6b9f4
Use FLASK_DONT_LOAD_ENV flag to disable load .env 7 years ago
David Lord b573a86977
trap key errors in debug, not all 400 errors 7 years ago
David Lord 4d0cdf95e6
merge slashes between blueprint prefix and rule 7 years ago
Jesse Roberts 3666a584fd
fix #2736 - allow lists to be passed through to response_class init 7 years ago
ThiefMaster 6663bf1f7d Fix registering partials as view functions 7 years ago
David Lord d60f213fdb
Bump version number to 1.0.1.dev 7 years ago
David Lord 291f3c338c
Bump version number to 1.0 7 years ago
David Lord 23047a71fd
Bump version number to 0.12.4.dev 7 years ago
David Lord 1a9e58e8c9
Bump version number to 0.12.3 7 years ago
Nick Pope eaedb9320c Fix index example for TaggedJSONSerializer.register() 7 years ago
Nick Pope fc6a1d9354 Fix default index for TaggedJSONSerializer.register() 7 years ago
David Lord 80a9e0edf6
app.run is not lazy 7 years ago
David Lord be46acb871
add changelog for docs theme and tutorial 7 years ago
David Lord 49a38ed999
use theme provided by pallets-sphinx-themes 7 years ago
Bruno Rocha 8f5168cb31 Add explicit `(lazy loading)` message to `flask run` related to #2706 7 years ago
David Lord 0e1e9a04aa
detect UTF encodings when loading json 7 years ago
David Lord 18c9db4794
be smarter about adding ".cli" to reloader command 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 2411707492
rework context docs 7 years ago
Hsiaoming Yang 08e61ea200
Add tip for dotenv 7 years ago
David Lord 401423df06
only strip one slash when registering blueprint 7 years ago
zcchen 0887245bfd
Add re.sub for blueprint add_url_rule handler, prevent '/a//b/'(blueprint.url_prefix='/a/' and the route is '/b/') happened. 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
Josh Holland 575021c07b
Fix docs for test_request_context 7 years ago
David Lord 310fbfcf64
revert copyright year to project start 7 years ago
David Lord af32ea0b94
bump dependency versions 7 years ago
David Lord 2cba0d77ee
use traceback to detect call more reliably 7 years ago
Grey Li 0570393bc4
Update cli help for FLASK_ENV 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