934 Commits (0ea972723c41ad82b037902b65700f732e9ee9f3)

Author SHA1 Message Date
Hendrik Makait 0ea972723c Auto-detect create_app() function in find_best_app() and call if it exists. 8 years ago
David Lord 5d9dd0b379
set session accessed for setdefault 8 years ago
David Lord ae133aa173
reorder session cookie checks to deleted, accessed, modified 8 years ago
Markus Unterwaditzer f347d3c59e Bump to dev version 8 years ago
Markus Unterwaditzer 571334df8e Bump version number to 0.12.2 8 years ago
David Lord f7c35bf0d5 safe_join on Windows uses posixpath 8 years ago
David Lord 2a65794306
safe_join on Windows uses posixpath 8 years ago
David Lord f75ad9fca2
refactor session cookie domain logic 8 years ago
José Oliveira c3d49e29ea
show warning if session cookie domain is ip 8 years ago
wangbing 160999e882 Removed unused import 8 years ago
David Lord 7ad79583b9
add sort by match order 8 years ago
David Lord 501f043125
clean up preprocess_request docs 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
Sobolev Nikita 7481844c98 Fix typo in app.py (#2248) 8 years ago
David Lord 09b49104f3
filename can be latin-1, not just ascii 8 years ago
David Lord c1973016ea
style cleanup 8 years ago
Antonio Larrosa d50a5db5ed Keep using only filename if it's valid ascii 8 years ago
jab 00d6e339ec Change Flask.__init__ to accept two new keyword arguments, host_matching and static_host. (#1560) 8 years ago
asilversempirical d76d68cd38 Update out of date jsonify documentation 8 years ago
Markus Unterwaditzer c935eaceaf Revert "Handle BaseExceptions (#2222)" 8 years ago
Markus Unterwaditzer 07a705888c Bump to dev version 8 years ago
Markus Unterwaditzer a34d0e6878 Bump version number to 0.12.1 8 years ago
Diggory Blake 12c49c75fb Handle BaseExceptions 8 years ago
Diggory Blake 1d4448abe3 Handle BaseExceptions (#2222) 8 years ago
Antonio Larrosa bf023e7dc0 Remove unidecode dependency and use unicodedata instead 8 years ago
Antonio Larrosa 6ef45f30ab Fix previous commits to work with python 2 and python 3 8 years ago
Antonio Larrosa 0049922f2e Fix send_file to work with non-ascii filenames 8 years ago
Ed Brannin 7a7a163ff1 shorten output when ImportError due to app bug. 8 years ago
Sven-Hendrik Haase ad42d88fb2 Remove useless pass 8 years ago
Sven-Hendrik Haase 5b7fd9ad88 Print a stacktrace on CLI error (closes #2208) 8 years ago
John Bodley 46e8427d81 Document run() host defaulting to SERVER_NAME 8 years ago
Hsiaoming Yang a7f1a21c12 Don't rely on X-Requested-With for pretty print json response (#2193) 8 years ago
Static f5adb61b28 Fix typos/grammar in docs (#2201) 8 years ago
Nick Ficano eaba4a73aa Fix typo in file header (jsonimpl => json) 8 years ago
Armin Ronacher c9b33d0e86 Convert Flask.run into a noop when run from the CLI 8 years ago
Raphael Deem 1636a4c410 use SERVER_NAME to set host and port in app.run() (#2152) 8 years ago
Kim Blomqvist 3fc8be5a4e Disable debug when FLASK_DEBUG=False (#2155) 8 years ago
Paul Brown 0832e77b14 prevent NoAppException when ImportError occurs within imported module 8 years ago
Markus Unterwaditzer 789715adb9 Fix config.from_pyfile on Python 3 (#2123) 8 years ago
Markus Unterwaditzer 8cd0b03bee Bump to dev 0.12.1 8 years ago
Markus Unterwaditzer b2e0886f48 Bump to dev version 8 years ago
Markus Unterwaditzer 1042d9d23f Bump version number to 0.12 8 years ago
Jiri Kuncar 36425d5f91 Ignore cache on request.get_json(cache=False) call (#2089) 8 years ago
Raphael Deem 0e79aba40d use dict instead of if/else logic (#2093) 8 years ago
Clenimar Filemon 77af942b98 Capitalize occurrences of 'flask' (#2067) 8 years ago