David Lord
fbb6f0bc4c
all teardown callbacks are called despite errors
2026-02-19 19:41:50 -08:00
David Lord
e82db2ca3a
fix provide_automatic_options override
2026-02-12 13:03:03 -08:00
David Lord
d3b78fd18a
Merge remote-tracking branch 'origin/stable'
2026-02-06 13:22:54 -08:00
Markus Heidelberg
3d03098a97
Abort if the instance folder cannot be created
...
According to the comment, the instance folder should exist in any case.
But a PermissionError was ignored silently.
Since Python 3.9 is the minimum required version, it is safe to use
"exist_ok" added in Python 3.2 and avoid exception handling.
2026-01-27 09:18:37 +01:00
David Lord
798e006f43
Merge branch 'stable'
2026-01-25 10:38:42 -08:00
David Lord
ac5664d228
document using gevent for async
2026-01-25 10:33:13 -08:00
David Lord
9b74a90dd3
fix codespell findings
2026-01-24 19:11:02 -08:00
David Lord
5880befcd2
Merge branch 'stable'
2026-01-24 19:05:26 -08:00
ADITYA SAH
30da640ffe
clarify 415 vs 400 errors for request.json ( #5827 )
2026-01-24 18:46:56 -08:00
David Lord
eca5fd1dfd
redirect defaults to 303
2026-01-24 17:16:38 -08:00
Hynek Schlawack
88a65bb374
Docs typo/markup fixes ( #5829 )
2025-10-14 13:26:26 -07:00
David Lord
c2705ffd9c
merge app and request context
2025-09-19 16:43:53 -07:00
David Lord
330123258e
Merge branch 'stable'
2025-08-19 14:09:56 -07:00
David Lord
edebd37044
rewrite docs, clean up typing for template decorators
2025-08-19 12:33:21 -07:00
kadai0308
daf1510a4b
use template_filter without parens
2025-08-19 12:33:21 -07:00
David Lord
d8259eb119
use Jinja name consistently
2025-08-19 10:43:16 -07:00
David Lord
b228ca3d87
security docs for TRUSTED_HOSTS
2025-08-18 11:42:48 -07:00
David Lord
ff64079a51
update flask-talisman link
2025-08-18 10:51:12 -07:00
Badhreesh
0f83958247
demonstrate escaping with query string
...
slash in value would be interpreted as a path separator in the URL
2025-08-18 10:19:18 -07:00
David Lord
7fea7cf156
Update macOS UI reference to “System Settings” ( #5723 )
2025-08-18 10:08:07 -07:00
David Lord
85c5d93cbd
Merge branch 'stable'
2025-06-12 13:48:07 -07:00
David Lord
85cc710464
svg logo
2025-06-12 13:46:49 -07:00
David Lord
284273e3c5
Merge branch 'stable'
2025-06-10 13:18:26 -07:00
David Lord
f17d986948
cleanup svg
2025-06-10 13:18:15 -07:00
David Lord
d6009c0aeb
Merge branch 'stable'
2025-06-09 21:20:46 -07:00
David Lord
2b42a803a2
cleanup svg
2025-06-09 21:20:36 -07:00
David Lord
211cce038a
Merge branch 'stable'
2025-06-09 14:33:44 -07:00
David Lord
a758915893
svg logo
2025-06-09 14:31:31 -07:00
David Lord
e974128863
Merge branch 'stable'
2025-06-08 09:54:32 -07:00
abhiram kamini
7bf3be8dfa
Update server.rst
...
made changes to rename system preferences to system settings according to new mac os name change
2025-06-04 17:24:45 -07:00
AJ Jordan
184ec3c545
Fix global CONTRIBUTING link
2025-05-20 12:26:17 -04:00
David Lord
52df9eed45
drop end of life python versions
2025-05-13 08:31:54 -07:00
David Lord
cbb6c36692
update docs about fallback order
2025-05-12 18:30:27 -07:00
David Lord
bfffe87d4c
add ghsa links
2025-03-29 15:57:16 -07:00
David Lord
c94d2a77db
add endpoint name in favicon example
2025-03-29 15:30:56 -07:00
black
2ae36c8dd5
Remove HTTP Public Key Pinning from docs
...
The header is considered obsolete and no longer supported by any major
browser. MDN link is dead.
2025-03-29 15:16:24 -07:00
kotvkvante
f51a23839a
fix bash cli syntax error and app name
2025-03-29 15:09:26 -07:00
zhuangzhuang
75a8327cfd
Update mongoengine.rst
2025-03-29 14:47:41 -07:00
David Lord
959052fb8d
use global contributing guide
...
Remove the per-project files so we don't have to
keep them in sync. GitHub's UI links to everything
except the contributing guide, so add a section
about that to the readme.
(cherry picked from commit 60a11a730e )
2025-01-05 09:09:33 -08:00
David Lord
18ffe1eaf6
add gettext config for docs
2024-11-20 19:37:06 -08:00
David Lord
22c48a738b
Merge remote-tracking branch 'origin/stable'
2024-11-13 08:43:48 -08:00
David Lord
4f7156f2c3
configure and check trusted_hosts
2024-11-12 21:01:55 -08:00
David Lord
4995a775df
fix subdomain_matching=False behavior
2024-11-12 08:58:08 -08:00
David Lord
e13373f838
enable secret key rotation
2024-11-08 08:09:01 -08:00
David Lord
8aa161a437
add sqlite datetime converter
2024-11-01 17:18:52 -07:00
David Lord
9efc1ebeeb
add SESSION_COOKIE_PARTITIONED config
...
co-authored-by: Jose Cespedes <josecespedes@ibm.com>
2024-11-01 16:24:15 -07:00
David Lord
c7a53888a1
add config and docs for limits
2024-11-01 13:17:53 -07:00
David Lord
1d610e44b3
drop support for Python 3.8
2024-10-31 12:30:53 -07:00
David Lord
4e6384da32
Merge branch '3.0.x'
2024-08-23 16:34:57 -07:00
Amirreza A
321bd74b95
Update waitress.rst
...
fixed a small typo
2024-07-10 18:06:15 -07:00