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

2645 Commits

Author SHA1 Message Date
renanbastos93
1b4c0432c0 🔪 change signature method 2020-10-28 01:25:08 -03:00
renanbastos93
e41bf7f08f 🚀 start poc 2020-10-28 01:11:49 -03:00
Joey
58cd7a9245
Merge pull request #976 from Fenny/master
💼 implement Storage in cache
v2.1.2
2020-10-27 19:59:03 -07:00
Fenny
67eed4c721 🚀 restore benchmark
Co-Authored-By: Rafael Cossovan <navossoc@gmail.com>
2020-10-28 03:56:54 +01:00
Fenny
17b6597ec8 💼 add locals to logger
Co-Authored-By: Rafael Cossovan <navossoc@gmail.com>
2020-10-28 03:54:40 +01:00
Fenny
a90ebb7098 ✏ add msgp tags
Co-Authored-By: Tom <tom@tdpain.net>
2020-10-28 02:35:49 +01:00
Fenny
c863519f54 ✏ refactor unit test
Co-Authored-By: Tom <tom@tdpain.net>
2020-10-28 02:31:30 +01:00
Fenny
ecdda95e15 💼 implement Storage 2020-10-28 02:29:47 +01:00
Joey
0d53f94385
Merge pull request #973 from Fenny/master
🧽 update limiter & filesystem
2020-10-27 03:01:50 -07:00
Fenny
32fdbf0ddf ✏ rename variable 2020-10-27 10:58:51 +01:00
Fenny
d5dbad6476 🧹 remove unused key 2020-10-27 08:14:58 +01:00
Joey
8b392e8a19
Merge pull request #972 from kiyonlin/csrf-mw
🩹 Keep csrf token per session
2020-10-27 00:13:47 -07:00
Fenny
8334eb1f9e 🏬 clean storage in limiter 2020-10-27 08:12:53 +01:00
Fenny
726600f577 🧳 add maxAge to filesystem mw 2020-10-27 08:12:37 +01:00
Fenny
e32cad80c8 🧹 remove dependency 2020-10-27 08:12:09 +01:00
kiyon
d8e763e366 🩹 Keep csrf token per session 2020-10-27 12:15:51 +08:00
Fenny
d006a033b8 Merge remote-tracking branch 'upstream/master' 2020-10-27 03:39:13 +01:00
Fenny
0369dd419f Merge remote-tracking branch 'upstream/master' 2020-10-27 03:33:07 +01:00
Joey B
0c721db068
Merge pull request #900 from codemicro/limiter-custom-store
Add custom store to limiter middleware
2020-10-26 19:30:47 -07:00
Joey B
3dd3a0e6c1
Merge pull request #966 from G2G2G2G/patch-1
Update README.md
2020-10-26 19:16:51 -07:00
Joey B
5259f3a40b
Merge pull request #971 from Fenny/master
📦 bump v2.1.2
2020-10-26 19:15:47 -07:00
Fenny
67dfa17903 📦 vendor fwd 2020-10-27 00:33:58 +01:00
Tom
c4dfe9a500
📦 Remove unused imports 2020-10-26 21:28:51 +00:00
Tom
847a7b5518
Merge remote-tracking branch 'origin/limiter-custom-store' into limiter-custom-store 2020-10-26 21:26:33 +00:00
Tom
66d2e7deda
📦 Switch to fiber.Storage and msgp 2020-10-26 21:25:30 +00:00
Tom
43e100f36c
📦 Make expiry of set keys cfg.Duration 2020-10-26 11:11:55 +00:00
Tom
3308a32a3a
📦 Change default configuration and add test for custom store 2020-10-26 11:11:55 +00:00
Tom
23bddfd23f
I promise this is the last commit like this 2020-10-26 11:11:55 +00:00
Tom
59f2497b48
I am stupid 2020-10-26 11:11:55 +00:00
Tom
bc3b69ccca
Fix gosec and tests 2020-10-26 11:11:54 +00:00
Tom
9269513917
📝 Update docs/comments for limiter middleware 2020-10-26 11:11:54 +00:00
Tom
5c9f8a52fd
📦 Implement storage method switching 2020-10-26 11:11:54 +00:00
Tom
87419a26d7
Update limiter middleware tests 2020-10-26 11:11:53 +00:00
Tom
e8e706c2b8
📦 Add storage interface to limiter middleware 2020-10-26 11:11:40 +00:00
Tom
8745ad7fc2
Merge pull request #4 from gofiber/master
merge in changes
2020-10-26 11:10:08 +00:00
Fenny
ba08653c92 📦 bump v2.1.2 2020-10-26 07:15:29 +01:00
Joey B
14a7db0928
Merge pull request #968 from ckcks12/master
queryparser: query args count based condition removed
2020-10-25 23:00:37 -07:00
ckcks12
e0122f261c 🐛 queryparser: query args count based condition removed 2020-10-26 14:48:21 +09:00
G2G2G2G
8c0bd56ef3
Update README.md 2020-10-25 21:51:11 -05:00
Joey B
93cd0c5cc7
Merge pull request #965 from Fenny/master
🎫 add msgp
2020-10-25 17:14:48 -07:00
Joey B
3ab6ce73d1
Merge pull request #964 from codemicro/add-storage-interface
Add storage interface
2020-10-25 17:14:33 -07:00
Fenny
4b779ceee1 🎫 add msgp 2020-10-26 01:13:07 +01:00
Fenny
ea6cca7a05 🎫 add msgp 2020-10-26 01:12:04 +01:00
Tom
4868e4dd50
📦 Add Storage interface 2020-10-26 00:10:35 +00:00
Tom
f9fac80492
Merge pull request #3 from gofiber/master
merge in changes
2020-10-26 00:03:58 +00:00
Joey B
4dd33f158e
Merge pull request #962 from sbielenica/adjust-compression-test
🚨 Add missing header and compression result assertion in different compression levels test
2020-10-25 16:26:55 -07:00
Joey B
e619451d9e
Merge pull request #959 from kiyonlin/improve-csrf
👷 Improve csrf middleware
2020-10-25 16:26:40 -07:00
Joey B
e79a36cb4c
Merge pull request #963 from sbielenica/comment-adjustments
🎨 Adjust multiple comments to comply with the linter
2020-10-25 16:26:28 -07:00
Szymon Bielenica
56283b8afd 🎨 Adjust multiple comments to comply with the linter 2020-10-25 12:23:10 +01:00
Szymon Bielenica
552f5a99cc 🚨 Add missing header and compression result assertion in different compression levels test 2020-10-25 12:04:53 +01:00