1111 Commits (master)

Author SHA1 Message Date
Armin Ronacher 1f0ca894a2 Killed now dead code 8 years ago
Armin Ronacher a30951ec28 Do not error for unknown files if send_file sends an actual file 8 years ago
Akbar Ibrahim c687ffb192 Fixed error in errorhandler doc string. (#2014) 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
Afonso Queirós ccd02bfe8c Correcting Custom Test Client class docs (#2004) 8 years ago
Roman 92ce20eeac Fix error in send_file helper (#2003) 8 years ago
Josh Soref 6e6c3a4636 Spelling (#1998) 8 years ago
Markus Unterwaditzer 098ea0c8ca Only passthrough_errors if PROPAGATE_EXCEPTIONS 8 years ago
Markus Unterwaditzer 71e10be286 Properly remove f.name usage in send_file (#1988) 8 years ago
Armin Ronacher e00e2c22aa Disable logger propagation by default 8 years ago
Markus Unterwaditzer 136a833a8d Bugfix: EnvironBuilder doesn't take `json` 8 years ago
Markus Unterwaditzer 5c4fa7e91c Remove already defined method 8 years ago
Markus Unterwaditzer 62b0b6652a testing: Make json a keyword arg 8 years ago
Adam Byrtek 866118302e Remove _missing sentinel and update docs 8 years ago
Adam Byrtek 5ebdd5dd74 Documentation updates 8 years ago
Adam Byrtek 1df2788a8f Use app_ctx instead of request_ctx to access the app 8 years ago
Adam Byrtek f0d3b71a94 Updates after code review 8 years ago
Adam Byrtek f0f458e0c5 Alternative solution for lack of response caching 8 years ago
Adam Byrtek 23de58682c Remove redundant `cache` flag 8 years ago
Adam Byrtek c9ef500c5c Mixin for JSON decoding code shared between request/response 8 years ago
Adam Byrtek ca547f0ec3 JSON response tests and first draft of code that passes 8 years ago
Adam Byrtek b099999c6c Use proper exception type and update changelog 8 years ago
Adam Byrtek 6c5ef2bc5c Use `content_type` kwarg instead of manipulating headers 8 years ago
Adam Byrtek c4139e0e5d JSON support for the Flask test client 8 years ago
Nate Prewitt 0f1cf50f97 adding in try around __import__ to catch invalid files/paths (#1950) 8 years ago
Antoine Catton 516ce59f95 Add the ability to combine MethodViews 9 years ago
georgschoelly 67e391921c fix docs: name of url_value_preprocessor method (#1932) 9 years ago
David Lord 1928f28a68 clean up code formatting in some docs 9 years ago
Kiss György b8e826c16b Added tests, fixed some minor alignment problems. 9 years ago
Kiss György 1647179511 Added routes command, which shows all the endpoints registered for the app. 9 years ago
David Lord 0e4607000d re-add passthrough_errors to cli runner (#1928) 9 years ago
Archie Roller b8aca21a39 Fix #1911 (#1913) 9 years ago
Markus Unterwaditzer 5c12721730 Revert "Addressing Issue 1809" 9 years ago
Dave Barker 0514ba2de1 Enable template auto-reloading in app.run() 9 years ago
Markus Unterwaditzer 6e46d0cd39 Fix PyPy3 support and add bug references 9 years ago
RamiC 4305ebdf66 Check for a request ctx before using the request. 9 years ago
RamiC 501b8590dd Allow per blueprint json encoder decoder 9 years ago
Markus Unterwaditzer 724f04d305 This is 0.11.2-dev 9 years ago
Markus Unterwaditzer d1d82ca8ce Bump version to 0.11.1 9 years ago
David Lord 7c271401b2 pass value directly to last_modified 9 years ago
Prachi Shirish Khadke af515cc7ea Add last_modified arg for send_file 9 years ago
Giampaolo Eusebi 03ea11fe76 Make safe_join able to safely join multiple paths 9 years ago
Josiah Philipsen 41e08f4ccd fixed unmatched elif 9 years ago
jphilipsen05 fe5f714026 fixed unmatched elif (#1872) 9 years ago
Dan Sully 8458cc5cd1 Remove deprecation warnings for add_etags & mimetype guessing for send_file() 9 years ago
Jason Brazeal d88c08e56f improved documentation for config.from_object (#1870) 9 years ago
RamiC 6b28ceba83 Use the whole sys.version string 9 years ago
RamiC 6bee3e4995 Add a --version switch to flask cli 9 years ago
Yoav Ram a725836523 Update help to > set FLASK_APP=hello.py (#1830) 9 years ago