1
0
mirror of https://github.com/actix/actix-website synced 2024-11-23 16:31:08 +01:00
Commit Graph

566 Commits

Author SHA1 Message Date
Iver Karlsbakk Småge
879444fc80
Respect prefers color scheme (#324) 2023-05-09 18:23:21 +09:00
Iver Karlsbakk Småge
89bc0cdcb0
Specify size of logo to remove layout shift (#323) 2023-05-09 18:22:55 +09:00
noam stein
a2fefa5bea
Update middleware.md (#321) 2023-04-24 19:42:03 +01:00
Hussein Srour
58e2345c21
[docs] Update welcome.md (#320) 2023-04-01 16:15:51 +01:00
dependabot[bot]
e7215a7f9c
Bump webpack from 5.75.0 to 5.76.1 (#319)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-15 20:05:04 +09:00
Olof Kasselstrand
77920d65fe
Update virtual hosting example to use guard::Host instead of guard::Header (#318) 2023-03-14 13:45:18 +00:00
Rob Ede
5fa564fd4e
clippy 2023-03-13 17:59:23 +00:00
Rob Ede
1a3fedc78f
update database examples 2023-03-13 17:58:08 +00:00
Rob Ede
8ea575194e
remove v2 note from readme 2023-03-13 17:19:19 +00:00
Jonas Fassbender
9827030543
Added warning message for using regex tail matching with PathBuf and NamedFile (#317)
* warning message for using regex tail matching with PathBuf and NamedFile

* updated links and enhanced their formatting

* small grammar fix
2023-03-04 00:56:14 +00:00
Jonas Fassbender
04f6f0bd02
Fixed keep-alive on response example (#316)
* fixed keep-alive on response example

* fixed dead code and unused variable errors
2023-03-03 15:07:26 +00:00
Ahmed Radwan
030046e4af
bump MSRV (#313) 2023-02-14 11:29:50 +00:00
dependabot[bot]
00880c4087
Bump @sideway/formula from 3.0.0 to 3.0.1 (#311) 2023-02-09 07:17:58 +00:00
Rob Ede
28b6c28381
fix lint error 2023-02-03 14:12:21 -05:00
Rob Ede
ac29615601
fix some broken links
closes #269
2023-02-03 14:11:14 -05:00
Rob Ede
7d15d13901
fix CI job labels 2023-02-03 14:00:55 -05:00
Rob Ede
a6d6844fe5
fix CI 2023-02-03 13:59:16 -05:00
dependabot[bot]
d54881bc69
Bump http-cache-semantics from 4.1.0 to 4.1.1 (#310)
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-03 18:56:49 +00:00
Rob Ede
14874df7e1
update CI branch targets 2023-02-03 13:55:15 -05:00
behkod
e873500721
Add CodeBlock support (#309)
Close https://github.com/actix/actix-website/issues/308
2023-02-03 00:28:14 +09:00
dependabot[bot]
f3cefa9723
Bump ua-parser-js from 0.7.32 to 0.7.33 (#307) 2023-01-27 18:12:25 +00:00
Rob Ede
527a4890aa
re-word form handling paragraph on homepage 2023-01-09 09:55:30 +00:00
Rob Ede
5ee42c0ac2
capitalize actix on homepage 2023-01-09 09:53:37 +00:00
Ibraheem Ahmed
034a6f1890
Improve home page (#305)
* improve landing page

* revert navbar
2023-01-09 09:52:42 +00:00
dependabot[bot]
77ef3b62d1
Bump json5 from 2.2.1 to 2.2.3 (#306)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-09 14:00:42 +09:00
Peihao Yang
3ba8592c0f
Update middleware.md (#304)
correct a misaligned title
2023-01-05 13:46:24 +00:00
Kevin
faee3e8bdd
fix(welcome): broken links (#303)
* docs(welcome): provide full url to prevent 404

`welcome` could be accessed through ./docs and ./docs/welcome. When trying to navigate from ./docs, `getting-started` lead to ./getting-started instead of ./docs/getting-started

* docs(welcome): fix link name mismatch
2022-12-20 15:03:40 +00:00
Jonas Fassbender
28cb016092
Documentation: extractor page navigation bar is missing sections (#302) 2022-12-10 17:48:57 +00:00
Ritvik
f6b43d5efc
Replaced Invalid Link with the valid one (#301) 2022-11-21 21:02:04 +00:00
dependabot[bot]
b9186e5100
Bump loader-utils from 2.0.3 to 2.0.4 (#299)
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.3...v2.0.4)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-16 11:08:26 +00:00
Yuki Okushi
1da84fca06
Port actix book (#297)
* Tweak GHA

Signed-off-by: Yuki Okushi <jtitor@2k36.org>

* Port actix book

Signed-off-by: Yuki Okushi <jtitor@2k36.org>

* Fix links

Signed-off-by: Yuki Okushi <jtitor@2k36.org>

Signed-off-by: Yuki Okushi <jtitor@2k36.org>
2022-11-10 13:09:51 +00:00
Yuki Okushi
02aba0903b
Run npm audit fix (#298) 2022-11-10 12:27:02 +00:00
Ege
ea12a77d6e
mentioning required feature on the example code (#295)
Co-authored-by: Yuki Okushi <huyuumi.dev+love@gmail.com>
2022-11-10 10:02:31 +09:00
dependabot[bot]
17a08f94fb
Bump loader-utils from 2.0.0 to 2.0.3 (#294)
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.0 to 2.0.3.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.3/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.0...v2.0.3)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-08 16:53:06 +00:00
Takahiro, NAKAMURA
f6d103da57
update user_session sample (#292) 2022-10-26 11:14:06 +01:00
Raphael C
2bc48c18c8
fix(ex-database): place pool get in web::block (#290) 2022-10-07 18:12:51 +01:00
philpill
52ba8ea777
Clarify main.rs in Getting Started (#232) (#287)
Co-authored-by: philpill <philpill@gmail.com>
2022-09-24 13:24:35 +01:00
Rob Ede
af14bf7493
add v2 netlify link 2022-09-11 19:15:46 +01:00
Rob Ede
d0df9ae503
apply changes from #286 2022-09-11 19:12:27 +01:00
Rob Ede
b230608545
update diesel docs to reference v2 as well 2022-09-11 19:00:38 +01:00
Spencer Bartholomew
c28854427e
add correct link to actix metrics (#285) 2022-08-09 22:07:29 +02:00
Ovidiu Gheorghies
779f8ea83e
Change method from GET to POST (#277)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-07-30 18:19:42 +01:00
dependabot[bot]
50d9694c81
Bump ansi-regex from 5.0.0 to 5.0.1 (#281)
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](https://github.com/chalk/ansi-regex/compare/v5.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: ansi-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-30 18:17:47 +01:00
dependabot[bot]
7c24300106
Bump terser from 5.13.1 to 5.14.2 (#282)
Bumps [terser](https://github.com/terser/terser) from 5.13.1 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.13.1...v5.14.2)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-30 18:17:26 +01:00
dependabot[bot]
b5ebcbb073
Bump normalize-url from 4.5.0 to 4.5.1 (#284)
Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/sindresorhus/normalize-url/releases)
- [Commits](https://github.com/sindresorhus/normalize-url/commits)

---
updated-dependencies:
- dependency-name: normalize-url
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-30 18:17:11 +01:00
dependabot[bot]
69f2005d61
Bump minimist from 1.2.5 to 1.2.6 (#283)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-30 18:16:54 +01:00
dependabot[bot]
7e2e17e01e
Bump path-parse from 1.0.6 to 1.0.7 (#280)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-30 18:16:41 +01:00
Rob Ede
1d338f74de
Fix outdated info in Server->Multi-Threading section of docs
taken from ##276
2022-07-30 18:12:15 +01:00
Rob Ede
f33180bf8a
Simplify cargo watch command
taken from #278
2022-07-30 18:10:39 +01:00
Kenneth Allen
bb42ca002c
Update information on Compress middleware (#279) 2022-07-19 11:11:45 +01:00