Commit Graph

1295 Commits

Author SHA1 Message Date
Jeremiah Senkpiel b32f680d5b
Merge pull request #915 from DaraghD/clippy
fix: clippy warnings
2024-01-04 17:12:04 -08:00
daragh f6e3e03eec
fix: clippy warnings and cargo fmt 2024-01-04 20:51:03 +00:00
Jeremiah Senkpiel a752efc98e
Merge pull request #914 from DaraghD/patch-1
docs : grammar
2024-01-04 11:55:05 -08:00
daragh 6708dff2c5
fix: clippy warnings 2023-12-25 17:07:42 +00:00
Daragh 56fdb6e762
docs : grammar 2023-12-24 01:12:30 +00:00
Jacob Rothstein 7637a73e54
Merge pull request #913 from benharvie/main
Create SECURITY.md
2023-10-20 16:23:02 -07:00
Jacob Rothstein e25fb68a38
Update SECURITY.md 2023-10-20 16:22:32 -07:00
Ben Harvie 946b0fac80 Create SECURITY.md 2023-10-20 07:27:21 +01:00
Josh Triplett 3d504092d2
Merge pull request #904 from mmikulski/831-expose-http_types-method
Fix #831 Expose Method from http_types.
2023-05-21 01:30:40 +02:00
Josh Triplett b5b741f07a
Remove unneeded braces 2023-05-21 01:30:34 +02:00
Josh Triplett acb505edeb
Merge pull request #909 from joshtriplett/clippy-fixes
Fix clippy warnings
2023-05-21 01:27:37 +02:00
Josh Triplett 197a95c322 Work around clippy false positive
https://github.com/rust-lang/rust-clippy/issues/9810
2023-05-21 01:23:57 +02:00
Josh Triplett e9f47504ff Fix clippy warnings 2023-05-21 01:20:12 +02:00
Josh Triplett 2510b05ef1
Merge pull request #908 from joshtriplett/listener-weaken-requirements
Don't make Listener require Sync
2023-05-21 01:00:38 +02:00
Josh Triplett fa24669e57 Don't make Listener require Sync 2023-05-21 00:38:10 +02:00
Josh Triplett e77268092f
Merge pull request #901 from dennisschagt/remove-obsolete-nightly-mention
Remove obsolete mention of Nightly in the Endpoint examples
2023-05-20 22:15:49 +02:00
Josh Triplett 53042e08df
Merge pull request #887 from joshtriplett/update-version
Update version numbers in README and docs to 0.17
2023-05-20 22:15:28 +02:00
Josh Triplett 7647a89899
Merge pull request #902 from bluelief/fix-sse-log
Fix sse log change to femme and kv_log_macro
2023-05-20 22:14:40 +02:00
Maciej Mikulski 8206b63c4c Fix #831 Expose Method from http_types. 2023-04-12 22:28:14 +02:00
Bluelief 8c188792f1
Fix sse log change to femme and kv_log_macro 2023-01-02 15:54:18 +09:00
Dennis van der Schagt d4655b7a98 Remove obsolete mention of Nightly in the Endpoint examples 2022-09-25 21:02:19 +02:00
Jeremiah Senkpiel e79e4f6c0e
Merge pull request #898 from nyxtom/nonminimal-bool-test
Fix github ci clippy tests on nonminimal bool test
2022-07-31 14:50:57 -07:00
Jeremiah Senkpiel 495e177c34
Merge pull request #897 from nyxtom/patch-github-cargo
Fix github ci to include logger with tests
2022-07-31 14:50:36 -07:00
Josh Triplett 9f3cde60b1
Merge pull request #812 from murphysean/securesession
Session cookie secure attribute
2022-07-21 11:57:26 -07:00
Josh Triplett fb8f6d4716
Merge pull request #889 from joshtriplett/stop-exporting-logging
Stop re-exporting logging details from tide::log
2022-07-21 11:54:59 -07:00
Thomas Holloway 8a9282776e Fix warning on symetrical boolean nonminimal bool 2022-07-18 23:32:07 -05:00
Thomas Holloway 9ea54445a6 Update github ci to include logger feature for examples and some tests 2022-07-18 23:29:25 -05:00
Jacob Rothstein eae7e5614f
Merge pull request #894 from nyxtom/tide-flash
Add tide-flash message middleware to readme
2022-07-11 14:26:57 -07:00
Thomas Holloway 1b0caefc74 Add tide-flash message middleware 2022-07-11 11:36:09 -05:00
Jacob Rothstein 3d61dc784b
Merge pull request #892 from nyxtom/patch-1 2022-07-09 18:21:41 -07:00
Thomas Holloway e144775052
Add tide-jwt middleware implementation to readme
I've submitted a simple tide-jwt middleware for supporting jwt authorization bearer tokens. This supports validating, encoding and decoding claims as passed into the utility functions and when configuring the middleware.
2022-07-09 14:58:11 -05:00
Jeremiah Senkpiel 20fe435a95
Merge pull request #879 from marcoslopes/main
Allow cors origin to be dynamically matched
2022-05-10 11:52:28 -07:00
Josh Triplett 9cca13f602
Merge pull request #885 from joshtriplett/non-default-features
Make several features non-default
2022-05-09 19:03:21 -07:00
Josh Triplett 0960344825 Stop re-exporting logging details from tide::log
Continue using logging internally, but don't re-export log macros or
mechanisms to start logging.
2022-04-29 17:18:40 -07:00
Josh Triplett fa0659d4dc
Merge pull request #884 from joshtriplett/optional-sse
Upgrade async-sse to 5.1.0 and make it optional
2022-04-28 10:20:33 -07:00
Yosh 7a903d1540
Merge pull request #886 from joshtriplett/clippy
Fix clippy warning (and unbreak CI): use flat_map
2022-04-28 19:18:55 +02:00
Josh Triplett 47866dd875
Merge pull request #755 from jbr/remove-logger-from-default-middleware
remove the logger from the default middleware
2022-04-26 20:50:41 -07:00
Josh Triplett 81db3d972f Make several features non-default
Since we're in the 0.17 beta, we can make breaking API changes, such as
making previously default features non-default.

Leave `h1-server` on by default, since tide isn't an HTTP server without
it. Disable all other optional features by default, and let the user opt
into them as needed.
2022-04-26 20:48:59 -07:00
Josh Triplett 7baf574969
Merge pull request #883 from cuishuang/main
fix typo
2022-04-26 20:39:15 -07:00
Josh Triplett 64396299e4 Update version numbers in README and docs to 0.17 2022-04-26 20:36:36 -07:00
Josh Triplett b14ff62dce Fix clippy warning (and unbreak CI): use flat_map 2022-04-26 20:34:23 -07:00
Josh Triplett 900daf1c79 Make sse optional using new `async-sse` feature
Since we're in the 0.17 beta, we can safely make this feature
non-default.
2022-04-26 20:21:16 -07:00
Josh Triplett 8eb74802a0 Upgrade async-sse to 5.1.0 2022-04-26 20:17:08 -07:00
cuishuang fbd776a0fc fix typo
Signed-off-by: cuishuang <imcusg@gmail.com>
2022-04-26 20:51:25 +08:00
Marcos Antonio Lopes 9927041532 Allow cors origin to be dynamically matched 2022-03-16 16:48:18 +13:00
Sean Murphy 849df8f6dc Fixing clippy lint 2022-03-14 21:22:50 -07:00
Sean Murphy 89b20de3b6 Session cookie secure attribute 2022-03-14 21:22:50 -07:00
Yosh ea02080e00
Merge pull request #870 from crodjer/example-sample-output
Fix the sample output in the README example
2022-01-23 16:05:32 +01:00
Rohan Jain aa47c0070c
Fix the sample output in the README example
The code was fixed in https://github.com/http-rs/tide/pull/868/, but the
sample output is still incorrect.
2022-01-22 17:40:51 +05:30
Yosh 7587c177af
Merge pull request #868 from http-rs/fix-hello-world-example
Fix the "hello world" example
2022-01-21 17:52:07 +01:00