1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-23 20:03:43 +00:00

448 Commits

Author SHA1 Message Date
Fenny
a2f45a3559 Update example 2020-07-01 10:42:06 +02:00
Fenny
2fc60d97db Update examples 2020-07-01 10:34:53 +02:00
Fenny
86ed76148a Update media 2020-07-01 09:51:50 +02:00
Fenny
92d6da2fc0 Update benchmark.yml 2020-06-30 00:54:40 +02:00
Fenny
3398629680 Run benchmarks on middleware dir 2020-06-30 00:36:40 +02:00
Fenny
8ee41c00b5 Update linter.yml 2020-06-30 00:34:01 +02:00
Fenny
e978c6ccd9 Add linter workflow to middleware dir 2020-06-30 00:32:02 +02:00
Fenny
64916c82e2 Add middleware to tests 2020-06-30 00:29:04 +02:00
Festum Qin
5c40a4e620 Add zh-TW translation 2020-06-28 17:36:35 +02:00
fenny
b907e33d85
Update FUNDING.yml 2020-06-27 16:45:50 +02:00
Ender Bonnet
0abe10e3d7 Doc: Add media tutorial on spanish 2020-06-26 21:52:29 -04:00
Fenny
d4e2a6f3c3 Update supporters 2020-06-25 16:10:27 +02:00
Fenny
2614158921 Fix broken link 2020-06-25 15:56:22 +02:00
Fenny
b95c86237d Update middleware examples 2020-06-25 15:54:08 +02:00
kiyon
68314c408b add https://github.com/kiyonlin/fiber_limiter to third party middlewares 2020-06-20 08:32:43 +08:00
Vic Shóstak
e310d12c79
Update README_zh-CN.md 2020-06-19 13:27:10 +03:00
Vic Shóstak
6e74dfe71a
Update README_tr.md 2020-06-19 13:26:52 +03:00
Vic Shóstak
12c6eeefab
Update README_ru.md 2020-06-19 13:26:35 +03:00
Vic Shóstak
29f94e0e91
Update README_pt.md 2020-06-19 13:26:10 +03:00
Vic Shóstak
73aed4d042
Update README_nl.md 2020-06-19 13:25:52 +03:00
Vic Shóstak
27f5d1c24a
Update README_ko.md 2020-06-19 13:25:30 +03:00
Vic Shóstak
48f9bc1480
Update README_ja.md 2020-06-19 13:25:05 +03:00
Vic Shóstak
1ed6c20a8e
Update README_id.md 2020-06-19 13:24:45 +03:00
Vic Shóstak
ee6445f2ce
Update README_he.md 2020-06-19 13:24:15 +03:00
Vic Shóstak
576101da81
Update README_fr.md 2020-06-19 13:23:48 +03:00
Vic Shóstak
bf60b67602
Update README_es.md 2020-06-19 13:23:15 +03:00
Vic Shóstak
23b3012e4c
Update README_de.md 2020-06-19 13:22:50 +03:00
Vic Shóstak
2bbb4b2479
Update README_ar_SA.md 2020-06-19 13:22:29 +03:00
Vic Shóstak
5f1b711fd8
Update README.md 2020-06-19 13:17:37 +03:00
Vic Shóstak
dbdfdc5fbe
Add new Routing feature to README 2020-06-19 13:12:05 +03:00
nyaascii
4f4b862831
docs: Remove unnecessary badges
Removed stargazers and releases badges
2020-06-18 23:52:37 +02:00
fenny
e588d866d6
Merge pull request #468 from firebase007/update-readme
add Go-Fiber article to all read-me files
2020-06-15 08:32:08 +02:00
Alexander Nnakwue
328360766f add fiber article to all read-me files 2020-06-15 04:22:22 +01:00
Fenny
071746964a Update template examples 2020-06-12 12:46:23 +02:00
Fenny
d48583619a Add Render test 2020-06-07 22:23:10 +02:00
wernerr
832d952b5f swap out the test routes into a json file 2020-06-07 15:42:55 +02:00
nyaascii
9d5bc3c266
docs: Stargazers chart 2020-06-06 23:30:53 +02:00
Fenny
c121a91c3a 🎨 Update readme shields 2020-06-06 07:22:37 +02:00
Fenny
aaee387882 Update badges 2020-06-04 05:06:31 +02:00
fenny
d901d160b6
Delete question.md 2020-06-04 01:39:53 +02:00
fenny
c3c57024b7
Delete feature_request.md 2020-06-04 01:39:45 +02:00
fenny
5881eb6372
Delete bug_report.md 2020-06-04 01:39:36 +02:00
fenny
805797c004 Update issue templates 2020-06-04 01:38:45 +02:00
fenny
5625aa691d
Merge pull request #424 from renanbastos93/patch-1
Create CODEOWNERS
2020-05-30 18:04:50 -04:00
renanbastos93
e8092c923c chore: move codeowners file to .github 2020-05-30 13:11:44 -03:00
Fenny
bab2c38d92 Update Discord Badge 2020-05-30 13:22:49 +02:00
Fenny
dfb992dcdf Add static index test 2020-05-29 10:22:54 +02:00
Fenny
4ac4a53802 Remove auto assign 2020-05-28 23:17:09 +02:00
fenny
f2c027e715 Small changes (#415)
* Update template examples

* Update fasthttp to v1.13.1

Co-Authored-By: Thomas van Vugt <thomasvvugt@users.noreply.github.com>

* Cookie SameSite defaults to Lax

Co-Authored-By: Thomas van Vugt <thomasvvugt@users.noreply.github.com>
Co-Authored-By: Queru <pascal@queru.net>

* Fix router bug

Co-Authored-By: RW <renewerner87@googlemail.com>

* Remove unused code

Co-Authored-By: RW <renewerner87@googlemail.com>

Co-authored-by: Thomas van Vugt <thomasvvugt@users.noreply.github.com>
Co-authored-by: Queru <pascal@queru.net>
Co-authored-by: RW <renewerner87@googlemail.com>
2020-05-27 10:22:01 +02:00
fenny
e8b8fdfb35
Add Handler type (#410)
* Add new supporter
* Add new test condition
* Add Handler Type
2020-05-24 16:02:21 +02:00