811 Commits

Author SHA1 Message Date
Fenny
9d10f0e5b6 📦 set csrf same-site to strict 2020-09-25 00:42:51 +02:00
Fenny
0078bf5b01 📦 cache mw 2020-09-24 23:15:16 +02:00
Fenny
06abdef01d
Merge pull request #819 from Fenny/master
🩹 ignore trailing slash with static directories
2020-09-24 21:20:21 +02:00
Fenny
b94f238b83 🍪 default cookie name 2020-09-24 21:12:52 +02:00
Fenny
c2554d7969 🍪 allow SameSite option 2020-09-24 21:08:10 +02:00
Ari V
c407e38fbf
Update README.md
fix: Updated line 32 `AllowHeader` to `AllowHeaders` as it appears to be a typo.
2020-09-23 23:21:23 +10:00
Fenny
c6c56de296
Merge pull request #815 from itsparser/patch-1
🎨 : Updated navigation for the examples
2020-09-19 09:19:59 +02:00
Fenny
cb7f084615
Merge pull request #812 from ReneWerner87/improveErrorHandling
☠️ Improve error handling flow
2020-09-19 09:19:31 +02:00
Vasanth Kumar
0f85d566a0
🎨 : Updated navigation for the examples 2020-09-19 09:53:30 +05:30
ReneWerner87
c822a17c72 ☠️ Improve error handling flow
Co-authored-by: Fenny <fenny@gofiber.io>
Co-authored-by: Kiyon <kiyon@gofiber.io>
2020-09-18 20:44:00 +02:00
kiyon
616ff8f532 👷 remove unnecessary fiber app config 2020-09-17 13:41:06 +08:00
kiyon
b007a87e4a 👷 add logger test cases 2020-09-17 13:34:23 +08:00
kiyon
30783dd25d 👷 add filesystem test cases 2020-09-17 12:56:11 +08:00
Fenny
b31f6b2ba4 ✏ better readability 2020-09-16 22:16:41 +02:00
Fenny
d0c541ee2b 📘 add pkger example 2020-09-16 15:38:11 +02:00
Fenny
ebe107d54f 📘 add csrf readme 2020-09-16 15:36:33 +02:00
Fenny
5421781b4d 🦺 remove invalid file
Co-Authored-By: kiyon <kiyon@gofiber.io>
Co-Authored-By: RW <7063188+ReneWerner87@users.noreply.github.com>
2020-09-16 12:53:43 +02:00
Fenny
2985b3b004 Merge remote-tracking branch 'upstream/master' 2020-09-16 12:52:16 +02:00
Fenny
c993d8db2e 🩹 csrf expires should be time.Duration
Co-Authored-By: kiyon <kiyon@gofiber.io>
2020-09-16 12:48:29 +02:00
Fenny
c8bb389ba6 🎈 fix csrf expiration type 2020-09-16 12:47:29 +02:00
Fenny
643a88fd85 Merge branch 'fix-logger' of https://github.com/kiyonlin/fiber into kiyonlin-fix-logger 2020-09-16 12:41:30 +02:00
kiyon
531d06094f 👷 add compress different level test case 2020-09-16 16:50:13 +08:00
kiyon
fc38f5d380 👷 add cors empty config test case 2020-09-16 16:03:19 +08:00
kiyon
db10fd233e 👷 set cors's default values 2020-09-16 15:45:59 +08:00
kiyon
d9d0118881 👷 increase Test_Compress_Brotli request timeout 2020-09-16 15:22:04 +08:00
kiyon
0ad36c7526 👷 improve csrf mw test cases
Co-authored-by: Rene rene@gofiber.io
2020-09-16 15:17:17 +08:00
kiyon
0088a6900a 🍱 improve logger performance 2020-09-16 14:07:40 +08:00
kiyon
f62391ef71 🍱 fix bytes send bug 2020-09-16 13:21:43 +08:00
kiyon
3cedf2dc3e 👷 improve csrf mw test cases 2020-09-16 11:15:10 +08:00
kiyon
4f808a0aa4 👷 improve cors mw test cases 2020-09-16 10:11:48 +08:00
kiyon
3ab65a3dbf 👷 improve compress mw test cases 2020-09-16 09:48:59 +08:00
kiyon
e13411e184 👷 improve mw test cases
add Next test case
2020-09-16 09:44:05 +08:00
Fenny
9eba12c334
Merge pull request #789 from Fenny/master
🩹 fix limiter racce condition
2020-09-15 20:57:16 +02:00
Fenny
a06d072e43 🧹 remove comment 2020-09-15 20:55:44 +02:00
Fenny
2bf748c91a 🍌 use uint64 instead 2020-09-15 20:53:29 +02:00
Fenny
9bc4f6298d 🧪 update limiter test case 2020-09-15 20:43:22 +02:00
Fenny
9fa54e4d69 🩹 fix limiter racce condition 2020-09-15 20:39:39 +02:00
Fenny
f5c7092c17
Merge pull request #787 from Fenny/master
📦 fix limiter
2020-09-15 20:32:37 +02:00
Fenny
d908716132 📦 fix limiter 2020-09-15 20:28:15 +02:00
kiyon
d2727f1fe8 👷 improve pprof test cases 2020-09-15 09:51:05 +08:00
Stephan Deumier
58d657cb0a
Update filesystem.go 2020-09-14 16:12:46 +02:00
Fenny
7576f806c9 📖 update readme 2020-09-14 14:21:13 +02:00
Fenny
1a3bd53e1c 🔨 fix proxy test 2020-09-14 12:34:31 +02:00
Fenny
2768ea2a77 🙌 make utils public
Co-Authored-By: RW <7063188+ReneWerner87@users.noreply.github.com>
2020-09-14 12:12:29 +02:00
Fenny
6683daa5da 🏃‍♂️ move utils to internal
Co-Authored-By: RW <7063188+ReneWerner87@users.noreply.github.com>
2020-09-14 09:30:34 +02:00
Fenny
a3cac71ae8 🔦 move utils to internal 2020-09-14 09:09:06 +02:00
Fenny
b8cb100e28 v2 2020-09-14 05:47:17 +02:00
Fenny
ec5d66e7a8 v2 2020-09-13 11:20:11 +02:00
marigonzes
ba67152cea
Update LoggerConfig documentation
- Update the default values, as they have changed
- Update a comment regarding the update of date/time
2020-09-01 19:55:55 +01:00
Fenny
37158a1e15 ♥ fix typo 2020-08-24 10:56:14 +02:00