Commit Graph

1737 Commits

Author SHA1 Message Date
Tim Condon 8a3448d7a6
Update README.md
Add note about GH issue template
2023-05-30 10:43:57 +02:00
Mattes Mohr 772f8161c9
Add the import declaration to the config snippet (#805) 2023-05-10 14:06:10 +01:00
Tim Condon 0d669a7e48
Remove all old references to the toolbox (#804) 2023-04-28 21:09:42 +00:00
Gwynne Raskind 22724ab17a
Remove outdated vapor run reference (#801)
Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2023-04-28 20:55:18 +00:00
Gwynne Raskind 160c32cd24
Remove outdated reference to vapor run (#800) 2023-04-28 21:50:20 +01:00
Mattes Mohr f2a8d9bde2
Revise some phrases (#798)
Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2023-04-28 00:03:26 +00:00
Tim 7087aa3d9d
Further doc updates for new template 2023-04-28 00:58:45 +01:00
Tim Condon fb66441b9f
Update docs for new template (#795) 2023-04-27 20:16:32 +01:00
Tasye 383d3c914f
Translation fr update (#794)
* Update french translation (fr)

* Error fix

* Apply suggestions from code review

---------

Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2023-04-27 19:05:41 +00:00
JIN c8abf8fea7
update cn doc (#792) 2023-04-18 21:16:21 +08:00
Saurabh Garg 922aa97e20
Update queues.md (#790)
* Update queues.md

- adds a warning about trying to scheduled jobs outside of boot up

* Update docs/advanced/queues.md

---------

Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2023-04-14 15:52:52 +00:00
JIN 9e261b452c
update cn doc (#789) 2023-04-12 14:13:47 +01:00
Eldar Sadykov ee90248d5f
FileMiddleware from Xcode Project docs (#768)
* Add FileMiddleware in an Xcode Project explanation.

* Delete extra space.

* Update docs/advanced/middleware.md

* Update docs/advanced/middleware.md

---------

Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2023-04-11 14:48:30 +00:00
Mattes Mohr f2987f339e
Add German translation for logging.md (#787)
* Start translation

* Revise some passages

* Fix dead link

---------

Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2023-04-11 13:13:38 +01:00
Mattes Mohr a0d564fc24
Add German translation for validation.md (#786)
* Start the translation

* Revise some passages

* Revise some passages
2023-03-20 14:39:13 +00:00
JIN 77aa8c2431
update cn deploy fly translation (#785) 2023-03-18 00:41:06 +08:00
Marcel Borsten 9c45a750e8
Add `minutely()` helper function description to advanced -> queues (#784)
* Add `minutely()` helper function description to advanced -> queues

* Update docs/advanced/queues.zh.md

---------

Co-authored-by: Marcel Borsten <Marcel Borsten>
Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2023-03-15 12:57:15 +00:00
Sayz Lim 8be099d0a3
Update Carbon placement (#782) 2023-03-13 16:46:49 +00:00
BennyDB 5af530683a
Translation/dutch759 766 767 (#779) 2023-03-08 17:15:58 +00:00
Mattes Mohr 9be24a7516
Add German translation for xcode.md (#777) 2023-03-02 18:02:19 +00:00
Mattes Mohr bde2c973a4
Add German translation for routing.md (#778) 2023-03-02 13:38:49 +00:00
Mattes Mohr e7158eae8a
Revise current German translation (#775)
* Revise controllers.de.md

* Revise environment.de.md

* Revise macos.de.md

* Translate the navigation items

---------

Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2023-03-01 00:17:01 +00:00
Mattes Mohr 7539bc06e4
Add German translation for async.md (#774) 2023-02-28 22:49:44 +00:00
Tim Condon ea0305cbca
Fix Dockerfile (#772) 2023-02-19 19:36:53 +00:00
JIN 598a10751e
update cn doc (#769)
Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2023-02-19 13:41:10 +00:00
Tim Condon 067ac31294
Fix Dead Links (#770)
* Fix Leaf links

* Fix NIO links

* Fix up more links

* Fix Redis links

* Update image links
2023-02-19 13:37:25 +00:00
Tyler Waitt ff7cadd323
Update Digital Ocean deploy (#765)
* Update Digital Ocean deploy

* Change HTTP port to 8080

---------

Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2023-02-05 23:26:47 +00:00
Henrik Christensen affde5fb5d
add note about session cookie (#760)
* add tip about session cookie

* change tip -> note

* add suggested change

---------

Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2023-02-05 20:42:05 +00:00
Zsolt Váradi 7bfdc35045
Make custom Leaf tag examples complete (#762)
* Make custom Leaf tag examples complete

As reported in [vapor/vapor#2942](https://github.com/vapor/vapor/issues/2942), UnsafeUnescapedLeafTag is going unnoticed.

To bring more attention to it, I moved the tip to the top section in all languages, updated the HelloTag to use the protocol (since it was rendering garbage since the LeafKit update).
Plus, all the code samples are now directly copiable, as they have a common structure and indentation.

* Hardcode RediStack 1.3.2 doc URLs to fix dead links
2023-01-24 13:44:43 +00:00
Tim Condon 7340101f18
Don't allow 403s as alive status codes 2023-01-24 13:42:59 +00:00
Tim 56fd60d774
Make swift script more lenient 2023-01-19 19:52:06 +00:00
Pop Flamingo c8e291d3f5
Add docs for deployment on Fly (#724)
* WIP: Add docs for deployment on Fly

* Fix typo

* Add Fly to mkdocs.yml

* Remove trailing  newlines

* Replace "We recommend" with "It is recommended"

* Remove "managed"

Fly doesn't describe the DBs as such and they aren't as much "managed" as other platforms currently

* Change config.swift to configure.swift

* Fix typos and improve wording

* Improve last section

* Explain how to find the name of the Postgres app

* Replace "This command" by a clearer reference

* Clarity: Change tense to present

* Improve the last sentence

* Improve last sentence again

* Various improvements

* Apply changes from feedback of @BennyDeBock and @0xTim

* Add details about the possibility of using other types of databases

* Converts quotes to special !!! syntax and mention fly secrets import

* Also mention how to create a template from GitHub templates based on @BennyDeBock suggestion

* Apply suggestions from code review

* Switch toolbox and templates

Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2023-01-19 19:47:42 +00:00
JHansen e955cc0035
Fix typo in Fluent -> Advanced (#757)
* Fix typo in Fluent -> Advanced (English)

* Fix typo in Fluent -> Advanced (Dutch)

* Fix typo in Fluent -> Advanced (Chinese)
2023-01-19 10:08:56 +00:00
Cristian Cardoso c5bc73f599
Fix typo in Documentation - Protecting Routes Section (#755) 2022-12-29 13:38:34 +00:00
Umar Haroon 8f6b8f6dd1
Update nginx.md to remove duplicate (#752)
* Update nginx.md to remove duplicate

Fixed where there's a duplicate  proxy_pass_header Server

* Update nginx.nl.md

* Update nginx.zh.md
2022-11-10 13:30:08 +01:00
Martin Lasek ff2748c6f1
Updated the migration documentation (#753) 2022-11-07 19:50:54 +00:00
JIN e8867eddb6
update cn fluent advanced (#749)
Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2022-10-12 08:49:42 +00:00
BennyDB a0b8e9bccb
Translate pr744 (#750) 2022-10-12 09:45:16 +01:00
julianiaccopucci 8e2f07d2ea
Use of regular expressions for MongoDB (#744)
* Use of regular expressions for MongoDB

The API allows to create a Document with a regular expression to query for items, but there's no documentation about it.

Ideally the key "name" is created using FieldKey.makeMongoKey(), but the extension is internal, so we must hardcode it for now.

* Apply suggestions from code review

Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2022-10-11 12:04:52 +00:00
Marko Tadic 0196f4792c
Update digital-ocean.md (#747)
* Update digital-ocean.md

* Update digital-ocean.zh.md

* Update digital-ocean.nl.md

* Update digital-ocean.md
2022-10-11 09:53:47 +00:00
BennyDB 813f67f1ee
Translate #741 to dutch 2022-09-30 14:05:42 +02:00
Jonas Sannewald e4573e4e13
Contributing section translated (#745) 2022-09-30 08:36:38 +01:00
JIN 9c8329929c
update cn fluent model translation (#743) 2022-09-27 10:33:26 +01:00
neilhamilton b7d6f6ff5b
Fix type declaration in AsyncMiddleware example (#741) 2022-09-26 15:07:05 +01:00
JIN 42d8eeee02
update cn advanced middleware translation (#740) 2022-09-21 20:56:02 +08:00
JIN 961d96b6c6
update cn basics translation part2 (#733) 2022-09-20 10:36:08 +08:00
JIN 7e8223c1f8
update cn fluent translation (#739) 2022-09-17 23:26:06 +08:00
JIN ec941f1010
update cn advanced sessions translation (#738) 2022-09-16 11:09:40 +08:00
BennyDB 1dd1e27550
Add dutch translations to sessions (#736) 2022-09-12 14:34:29 +02:00
BennyDB b7c24e3bc0
Add release notes page (#731)
* Add release notes

* Add bash instructions to insert into release-notes

* change package name

* Add all packages with releases to the release-notes file
2022-09-12 10:22:34 +02:00