891 Commits

Author SHA1 Message Date
wernerr
85591e8b45 Refresh dependabot configuration 2021-10-29 11:49:15 +02:00
Ali Baran Eser
cdbcfbec17
🔥 Feature: add IP ranges support to config.TrustedProxies (#1602)
* feat: add IP ranges support to config.TrustedProxies

* Added config example to README and moved IncrementIPRange to utils.
2021-10-28 00:46:39 +02:00
M. Efe Çetin
9eaa8b0c73
Change default json lib. (#1563)
* Change default json lib.

* Remove gopsutil test.

* Fix tests.

* Ignore linter for UnmarshalFieldError.

* update
2021-10-11 08:28:06 +02:00
Wendell Sun
fc782614be
docs: fix typo (#1569) 2021-10-08 08:19:05 +02:00
Iván Valdés
95a9e5091e
📒 Update Spanish documentation (#1554)
* 📒Update README_es.md

* Address PR request comments, and fix spelling
2021-10-01 21:54:34 -04:00
Nick
a7d5f2b225
Improve README_tr.md (#1552) 2021-10-01 08:07:48 +02:00
ppmasa8
89b85c2684
Translated some sentences for ja-version (#1551) 2021-09-30 20:24:26 +02:00
Aman Kumar Sinha
d2f5e3a430
update README with elastic/apmfiber middleware (#1540) 2021-09-28 10:02:17 +02:00
İsmail Emre Sırmalı
7a53521da8
fix translate issues and translate others (#1525) 2021-09-12 11:45:53 +02:00
ut-zero
5d1f89942c
Translate External Middleware of README to chinese. (#1523) 2021-09-07 14:55:27 +02:00
Zach
12c1bf91bc
Add Chinese translation for internal middleware (#1511) 2021-09-01 08:35:34 +02:00
Joe
29cafbd34b
Translate Limitations sections of README to Chinese (#1510) 2021-08-30 11:15:33 +02:00
Javad Rajabzade
d3aba01845
Translated limitation section (#1509)
* simplify `u <= (1<<7)-1` to `u < (1 << 7)`

* It's not recommended to use `len` for empty string, we can check with string with ""

* It's not recommended to use `len` for empty string, we can check with string with ""

* It's not recommended to use `len` for empty string, we can check with string with ""

* It's not recommended to use `len` for empty string, we can check with string with ""

* Instead Bool comparison can using simplified bool check if !var = false checking

* Unnecessary use of fmt.Sprintf for value without format

* For check condition two value not required ! method

* nil check may not be enough for slice, better check with len

* function parameters combined

* When the form returns error information, the text content should not start with a capital letter or end with a punctuation mark

* error var invalidPath should have name of the form errFoo, It is recommended that the error variables that are part of an API should be named

* change to condition len(x), it's faster https://github.com/gofiber/fiber/pull/1386#discussion_r652369520

* Update write.go

* Update write_bytes.go

* Update store.go

* Adapted paragraph fiber version compatible with go

* add translated paragraph net/http interfaces limitation

Co-authored-by: RW <rene@gofiber.io>
2021-08-30 07:57:37 +02:00
hi019
8925c96264
Add Limitations section to README (#1508) 2021-08-29 10:43:38 +02:00
RW
4b62cfbb61
Add test run for go1.17 (#1501)
* Add test run for go1.17

default type for yaml is changed to „application/x-yaml"
-> instead of the yaml´s we use the html and json files for the test
2021-08-22 09:48:07 +02:00
Pranay
f014d143ac
Update README.md (#1477) 2021-08-07 21:20:26 +02:00
wernerr
c8d0a0c2ae 📚 Correct order of the basic routing example 2021-07-14 08:00:33 +02:00
Jefferson Maia
b5cb8549e0
fix: Installation section translation correction (#1432) 2021-07-11 11:42:29 +02:00
alfuhigi
28ba42a6fd
✏️ fix [🔑gosec|passing] icon -> README_*.md (#1405)
* ✏️ fix [🔑 gosec|passing] icon -> README_*.md that not show correctly

* 🚩  drop .PNG, use SVG base64 for Flag
2021-06-25 08:25:38 +02:00
Tomás Warynyca
b72297ee66
fix readme zh-CN (#1400) 2021-06-22 12:10:04 -04:00
Sujit Baniya
cb5f2f7eab
🔥 Add Global ViewLayout (#1384)
* Add Global Layout for view render

* Add test case for Views Layout

* Update ctx_test.go
2021-06-14 11:10:49 +02:00
Javad Rajabzade
6da6678325
Fixed Grammar (#1373)
* Add README_fa.md for persian users

* Add flag IR for fix Error: URI Too Long

* Modfied flag image png to svg

* Modified IR flag url for src

* Fixed grammar
2021-06-09 08:29:44 +02:00
Javad Rajabzade
556df42956
Add README_fa.md for Persian users (#1370)
* Add README_fa.md for persian users

* Add flag IR for fix Error: URI Too Long

* Modfied flag image png to svg

* Modified IR flag url for src
2021-06-08 23:09:20 +02:00
Dio Rovelino
eaf35e9e55
Update Readme ID (#1372) 2021-06-08 23:05:10 +02:00
Costa
9bbadddbb2
add link to third party middlewares of all readmes (#1358) 2021-06-02 11:29:50 +02:00
Luis
641e7459f8
small comment fix (#1347)
Fix to a comment pointing to wrong endpoint
2021-05-27 20:14:14 +02:00
wernerr
51becc123b Remove stale workflow 2021-05-25 09:03:40 +02:00
Marvin Wendt
e1089fc1ae
✏️ Fix link (#1323) 2021-05-07 13:18:54 -04:00
sadfun
0c8b833f9c
Fix broken Rate Limiter link (#1301) 2021-04-28 12:17:08 +02:00
HAUDRAUFHAUN
ec42f3c0b9
✏️ update german translation (#1282) 2021-04-13 09:23:04 +02:00
wernerr
a3600f0ff9 Improve Release-Drafter 2021-04-12 08:20:41 +02:00
Owl
cdd5326047
fix broken links (#1278) 2021-04-11 10:58:29 +02:00
Sagar Sonwane
19c95cdc17
📝 Doc (#1256)
fixed broken link in readmes
2021-04-06 07:57:49 +02:00
wernerr
81c0ec8c0c Improve Release-Drafter 2021-03-29 10:35:25 +02:00
wernerr
09bf323ec1 Improve Release-Drafter 2021-03-29 09:47:54 +02:00
wernerr
f3b07df828 Improve Release-Drafter 2021-03-23 10:01:36 +01:00
wernerr
6415b015e1 Improve Release-Drafter 2021-03-21 16:12:37 +01:00
wernerr
00633f4fd9 Improve Release-Drafter 2021-03-21 16:08:00 +01:00
wernerr
7a3a87a0c4 Add Release-Drafter/Dependabot 2021-03-21 15:59:41 +01:00
Krist Menina
b7e260a69d ✏️ fix broken links 2021-03-12 12:30:52 +08:00
Kiyon
a36899c641 Merge branch 'master' of https://github.com/gofiber/fiber 2021-03-10 08:28:51 +08:00
Vic Shóstak
aa044d090b
Update code snippets 2021-03-07 22:20:14 +03:00
wowpoppy
8e47ccd9ed
✏️ Remove unused path parameter in README example (#1201)
* ✏️ Remove unused path parameter in example

* Update translations
2021-03-05 11:18:21 +01:00
Baran Demirbaş
bbd101d70d
✏️ Fix typos and translate some sentences English to Turkish (#1192) 2021-02-27 20:15:15 -05:00
Kiyon
866fc6f747 Merge branch 'master' of https://github.com/kiyonlin/fiber
# Conflicts:
#	.github/workflows/test.yml
2021-02-23 16:37:28 +08:00
kiyon
45d19cda25
Update test.yml 2021-02-23 16:36:59 +08:00
hi019
583131b84b
Add Golang 1.16 to testing matrix (#1176) 2021-02-18 11:06:35 -05:00
Bernard Bruno
3fc8c78388 Add repository to other readme languages + fix spaces 2021-02-09 14:55:31 +04:00
Bernard Joseph Jean Bruno
15d8ff332e
Add fiber-inertia to README.md 2021-02-04 20:38:51 +04:00
Sachintha Sandaruvan
9de10185ed
📝 README Updated- added new 3rd party middleware 2021-01-03 17:38:42 +08:00