Commit Graph

  • 8dac416a48
    Feature for turning off template path requirement Dan Dumont 2024-02-06 15:49:40 -0500
  • 53c5166b6c Fix '#[async_bound]' for fns with no return type. Sergio Benitez 2024-01-30 20:35:21 -0800
  • fde9cde8d7 Update "Getting Help" guide subsection. Sergio Benitez 2024-01-30 20:07:54 -0800
  • 38dbab8dd3 Bump MSRV to 1.75 for `async fn` in traits. Sergio Benitez 2024-01-30 09:18:40 -0800
  • fd294049c7 Update to hyper 1. Enable custom + unix listeners. Sergio Benitez 2023-12-19 14:32:11 -0800
  • e9b568d9b2 Fixup docs for 'proxy_proto_header'. Sergio Benitez 2024-01-22 18:18:06 -0800
  • 5c85ea3db5 Support configurable 'X-Forwarded-Proto'. Arjen 2023-04-11 23:43:12 +0200
  • 1ea9421371 Fixup docs for 'proxy_proto_header'. Sergio Benitez 2024-01-22 18:18:06 -0800
  • 8ae4623824 Support configurable 'X-Forwarded-Proto'. Arjen 2023-04-11 23:43:12 +0200
  • b0b8443cf5
    updates MSRV to 1.66 for dyn_templates Alessandro Campeis 2024-01-20 15:08:23 +0100
  • d7b2a85fa9 Update handlebars version in dyn_templates docs. Sergio Benitez 2024-01-17 21:37:20 -0800
  • b812799f7e Update 'handlebars' to v5.1. Alessandro Campeis 2024-01-13 05:23:24 +0100
  • e493be8d3c Forward whole-form errors in 'FromForm' derive. Sergio Benitez 2024-01-17 12:15:01 -0800
  • 9d56249d86 Clarify route ranking in requests guide. Sergio Benitez 2024-01-17 10:52:00 -0800
  • 82362b1350 Upgrade 'smallvec' to simplify 'Accept' impl. Sergio Benitez 2023-12-23 22:08:40 -0800
  • b10702bf20 Remove custom 'docify!' macro: use '#[doc]`. Sergio Benitez 2023-12-22 23:42:55 -0800
  • 52de9a1fa6 Ensure 'TempFile' flushes when persisted. Paul Lietar 2023-12-08 15:31:59 +0000
  • 61e77c5e13 Document "reconnect ad-infinitum" SSE pitfall. Martyn 2023-12-06 21:57:06 +0000
  • 10b5da7035 Fix fairing naming in database MySQL example. Failpark 2023-11-30 12:29:20 +0100
  • fa79610bcd Fix git repository URLs in contrib crates. Mathew Horner 2023-11-18 11:57:25 -0600
  • 3bcdd076c3 Update 'deadpool' to 0.10. Sergio Benitez 2023-12-15 17:23:24 -0800
  • 9544715103 Update 'tungstenite' to '0.21'. Sergio Benitez 2023-12-15 16:58:00 -0800
  • f2730fb509 Fix min dependency versions. Update MSRV to 1.64. Sergio Benitez 2023-12-13 17:49:05 -0800
  • 5034ff0d1a Update handlebars version in dyn_templates docs. Sergio Benitez 2024-01-17 21:37:20 -0800
  • dca3afcd77 Update 'handlebars' to v5.1. Alessandro Campeis 2024-01-13 05:23:24 +0100
  • 105f058e9d Update project sponsors. Sergio Benitez 2023-12-12 18:10:49 -0800
  • bc732f6bf7
    adapt templating example to handlebars v5 Alessandro Campeis 2024-01-18 00:48:18 +0100
  • 915c1181da Forward whole-form errors in 'FromForm' derive. Sergio Benitez 2024-01-17 12:15:01 -0800
  • d5cd27954f
    update handlebars to v5.1 Alessandro Campeis 2024-01-17 20:36:40 +0100
  • de6a4c50ec Clarify route ranking in requests guide. Sergio Benitez 2024-01-17 10:52:00 -0800
  • d5a40fc72b
    add missing 'tls' field in doctest Edwin Svensson 2024-01-14 00:57:20 +0100
  • b6fd0bb14e
    format long lines Edwin Svensson 2024-01-14 00:17:51 +0100
  • 8d7866f9cd
    add postgres_pool_tls feature to tests Edwin Svensson 2024-01-14 00:17:34 +0100
  • bc981ea333
    (sync_db_pools) postgres tls Edwin Svensson 2024-01-13 23:27:52 +0100
  • c8d8d31c95
    Update handlebars to v5 Alessandro Campeis 2024-01-13 05:23:24 +0100
  • 70eb5367c2 Link to GitHub discussion from the web site Siddharth1605 2024-01-05 17:24:47 +0530
  • f6497eb20c Adds support for changing tls certificate via managed state Martyn 2024-01-01 18:22:47 +0000
  • ce55b38c8a File change monitoring Martyn 2023-12-31 08:07:28 +0000
  • fb61d6afbe Experiments with user interface for certificate loading via code Martyn 2023-12-31 06:19:34 +0000
  • c93fb6140d
    Merge pull request #1 from ELD/fix/diesel_async_examples Luuk Wester 2023-12-30 01:07:36 +0100
  • ae51dc37e7 Use rwlock for thread safe certificate access Martyn 2023-12-29 11:16:12 +0000
  • a9843797d6
    Run postgres on CI Eric Dattore 2023-11-25 19:37:27 -0500
  • b8c0ef7b41 [WIP] Use backgound task to continuously reload TLS certs and key Martyn 2023-12-28 19:58:47 +0000
  • f033028a10 Non-breaking change to use rustles cert resolver Martyn 2023-12-28 15:26:03 +0000
  • 79c37c7c74 Basic tls server test Martyn 2023-12-28 15:24:20 +0000
  • b3abc760ae Introduce chainable data transformers. Sergio Benitez 2023-12-12 13:08:49 -0800
  • a285625f80 Upgrade 'smallvec' to simplify 'Accept' impl. Sergio Benitez 2023-12-23 22:08:40 -0800
  • 3e33cfe37c Remove custom 'docify!' macro: use '#[doc]`. Sergio Benitez 2023-12-22 23:42:55 -0800
  • 67ad8316dc Ensure 'TempFile' flushes when persisted. Paul Lietar 2023-12-08 15:31:59 +0000
  • ae7e0040e8 Document "reconnect ad-infinitum" SSE pitfall. Martyn 2023-12-06 21:57:06 +0000
  • 3690412aba Fix fairing naming in database MySQL example. Failpark 2023-11-30 12:29:20 +0100
  • dcc03a5594 Fix fairing naming in databases MySQL example. Failpark 2023-11-30 12:29:20 +0100
  • 7cf8b1368f Doc, fix, and test 'cli_colors' deserialization. Sergio Benitez 2023-12-18 16:33:04 -0800
  • f4e8987a46 Make 'cli_colors' an enum, add "always" option. Lev Kokotov 2023-11-29 13:33:25 -0800
  • 1b089bdb63 Fix git repository URLs in contrib crates. Mathew Horner 2023-11-18 11:57:25 -0600
  • ddd152a4a6 Fix git repository URLs in contrib crates. Mathew Horner 2023-11-18 11:57:25 -0600
  • 485c490b1f Fix typos: 'preceeding', 'occured'. cui fliter 2023-11-02 09:01:58 +0800
  • b5278de795 Update 'deadpool' to 0.10. Sergio Benitez 2023-12-15 17:23:24 -0800
  • 634ba40d38 Update 'tungstenite' to '0.21'. Sergio Benitez 2023-12-15 16:58:00 -0800
  • 9c2b74b23c Upgrade 'rustls' to '0.22'. Sergio Benitez 2023-12-14 18:42:02 -0800
  • f112a59e4c
    Fixed diesel_mysql.rs describe mingnake 2023-12-14 17:25:44 +0400
  • a59f3c4c1f Fix min dependency versions. Update MSRV to 1.64. Sergio Benitez 2023-12-13 17:49:05 -0800
  • b23740f2a2 Update project sponsors. Sergio Benitez 2023-12-12 18:10:49 -0800
  • 97992b69b4 Set 'img' width, height to decrease layout jitter. Sergio Benitez 2023-12-08 13:59:21 -0800
  • 599d824940 Enable templateless issue creation. Sergio Benitez 2023-12-06 16:49:39 -0800
  • f5dbcde484 Upgrade to GitHub issue forms. Sergio Benitez 2023-12-06 16:47:10 -0800
  • 92a2559a9a Set 'img' width, height to decrease layout jitter. Sergio Benitez 2023-12-08 13:59:21 -0800
  • e2cd3e447c Correctly flush when persisting temporary files. Paul Lietar 2023-12-08 15:31:59 +0000
  • bae8216cd4 Enable templateless issue creation. Sergio Benitez 2023-12-06 16:49:39 -0800
  • 93591a87a3 Upgrade to GitHub issue forms. Sergio Benitez 2023-12-06 16:47:10 -0800
  • 91a3ca7aed Add note to documentation on client closing SSE connections Martyn 2023-12-06 21:57:06 +0000
  • 8d9dfcecad Silence more warnings in generated code. Sergio Benitez 2023-12-05 17:29:30 -0800
  • 2ce7545f7e Silence more warnings in generated code. Sergio Benitez 2023-12-05 17:29:30 -0800
  • 0c78040ade Touchup of field length validation error messagtes; add special case for fixed length fields and change the phrasing when a length has a lower bound only. Jan Danielsson 2023-12-01 16:26:40 +0100
  • a153be7b20
    Merge c73bc939c1 into 7f7d352e45 azewierzejew 2023-11-30 11:32:31 -0500
  • 7787b309da missed a spot Lev Kokotov 2023-11-29 14:06:11 -0800
  • 1fef21424e default Lev Kokotov 2023-11-29 13:43:21 -0800
  • 07fc51e114 Cli colors complete Lev Kokotov 2023-11-29 13:40:20 -0800
  • a30a80e1f5 Add cli_colors enum Lev Kokotov 2023-11-29 13:33:25 -0800
  • 5d08294667 Add '.rustfmt.toml' disabling formatting. Sergio Benitez 2023-11-28 10:22:22 +0100
  • b70fcc415d Add GitHub FUNDING file. Sergio Benitez 2023-11-21 07:21:19 -0800
  • 7f7d352e45 Add '.rustfmt.toml' disabling formatting. Sergio Benitez 2023-11-28 10:22:22 +0100
  • 2b8d6d3f06 Update data for site refresh. Sergio Benitez 2023-11-22 21:38:53 +0100
  • a24df46148 Update data for site refresh. Sergio Benitez 2023-11-22 21:38:53 +0100
  • f0ad585b3e Make CLI colors an enum Lev 2023-11-26 17:15:07 -0800
  • ab82064354 Update 'SergioBenitez/Rocket' to 'rwf2/Rocket'. Sergio Benitez 2023-11-21 16:29:44 +0100
  • e526fa04d4 Update 'SergioBenitez/Rocket' to 'rwf2/Rocket'. Sergio Benitez 2023-11-21 16:29:44 +0100
  • e81f6c8323 Set prelease config setting to true. Sergio Benitez 2023-11-18 21:13:54 +0100
  • 9a04cff9c0
    Add GitHub FUNDING file. Sergio Benitez 2023-11-21 07:21:19 -0800
  • 6a6b53c466 Modify todo example to use postgres and diesel_async ThouCheese 2023-11-21 15:44:31 +0100
  • 89a2af179b Use versioned URIs in news articles. Sergio Benitez 2023-11-18 11:43:11 +0100
  • 99849bd563 Add placeholder v0.5 to v0.6 upgrade guide. Sergio Benitez 2023-11-18 11:43:30 +0100
  • c7d903d128 Use versioned URIs in news articles. Sergio Benitez 2023-11-18 11:43:11 +0100
  • 44ac3f1eb6 Move to 0.6.0-dev on master. Sergio Benitez 2023-11-18 11:30:50 +0100
  • aabf856de4 Fix various typos in v0.5 news and guide. Sergio Benitez 2023-11-18 10:44:17 +0100
  • c6d7016146 New version: 0.5.0. Sergio Benitez 2023-11-17 17:49:58 +0100
  • 0ada4b048f Fix various typos in v0.5 news and guide. Sergio Benitez 2023-11-18 10:44:17 +0100
  • c20efb9a26 New version: 0.5.0. v0.5.0 Sergio Benitez 2023-11-17 17:49:58 +0100
  • 64cf1ee79e Polish news for v0.5. Add RWF2 announcement. Sergio Benitez 2023-11-12 17:21:46 -0800
  • b70c237461 Polish news for v0.5. Add RWF2 announcement. Sergio Benitez 2023-11-12 17:21:46 -0800