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

2660 Commits

Author SHA1 Message Date
Fenny
418d82e4d1 🩹 fix test 2020-11-26 16:36:26 +01:00
Fenny
2b76fd6648 🩹 fix test 2020-11-26 15:27:05 +01:00
Fenny
3107a59469 💡 try rwlock 2020-11-26 13:54:55 +01:00
Fenny
52292babba 🩹 fix race condition 2020-11-26 12:19:05 +01:00
Fenny
e1078f8716 🩹 fix #1030 2020-11-26 12:05:43 +01:00
Fenny
711911aeea 🩹 fix #1033 2020-11-25 13:10:01 +01:00
Fenny
92eb9f5d39 📦 update version 2020-11-24 16:59:10 +01:00
Fenny
a3ecbbee3c 🩹 fix missing variables 2020-11-24 16:35:09 +01:00
Fenny
f6d1689155 🩹 fix #1012 2020-11-24 16:31:13 +01:00
Fenny
367fed6ebe 🩹 fix session mw 2020-11-23 08:44:34 +01:00
Fenny
a468af7762 🩹 fix mutex lock 2020-11-23 07:44:06 +01:00
Fenny
323d9d89cc 🩹 fix manager logic 2020-11-23 07:38:42 +01:00
Fenny
8fe458011d 📦 add mapstore 2020-11-20 11:43:07 +01:00
Fenny
6ded637712 🩹 update store logic 2020-11-18 09:02:42 +01:00
Fenny
a98fb7a5f8 🩹 allow to disable BodySize
Co-Authored-By: Kirill Danshin <9026581+kirillDanshin@users.noreply.github.com>
2020-11-18 08:57:27 +01:00
Fenny
f714660ca9 🩹 update mutex logic
Co-Authored-By: RW <7063188+ReneWerner87@users.noreply.github.com>
2020-11-17 13:15:32 +01:00
Fenny
cf4f60e965 🩹 update lock
Co-Authored-By: RW <7063188+ReneWerner87@users.noreply.github.com>
2020-11-17 13:12:42 +01:00
Fenny
9d5b58d210 🩹 remove mutex
Co-Authored-By: RW <7063188+ReneWerner87@users.noreply.github.com>
2020-11-17 13:06:59 +01:00
Fenny
a2f54222bb 🩹 remove return nil
Co-Authored-By: RW <7063188+ReneWerner87@users.noreply.github.com>
2020-11-17 13:05:17 +01:00
Fenny
9be8eedcc6 🩹 fix cache mw
Co-Authored-By: RW <7063188+ReneWerner87@users.noreply.github.com>
2020-11-17 13:03:18 +01:00
Fenny
56cf415a0a simplify storage handler
Co-Authored-By: RW <7063188+ReneWerner87@users.noreply.github.com>
2020-11-17 10:40:11 +01:00
Fenny
bb3a7fe5da 🩹 fix cache
Co-Authored-By: RW <7063188+ReneWerner87@users.noreply.github.com>
2020-11-17 08:33:07 +01:00
Fenny
0cc60e3e39 ✏ update utils
Co-Authored-By: RW <7063188+ReneWerner87@users.noreply.github.com>
2020-11-17 08:24:28 +01:00
Fenny
e44da45bff 🩹 fix session test
Co-Authored-By: RW <7063188+ReneWerner87@users.noreply.github.com>
2020-11-17 08:15:22 +01:00
Fenny
cdba739a40 📦 add EqualFold & EqualFoldBytes
Co-Authored-By: RW <7063188+ReneWerner87@users.noreply.github.com>
2020-11-17 08:04:42 +01:00
Fenny
de912755f7 📦 update session 2020-11-16 14:22:44 +01:00
Fenny
0d2eb334d6 🧪 update test cmd 2020-11-14 03:31:46 +01:00
Fenny
51d4712b33 ✏ update spacing in code examples 2020-11-14 03:30:33 +01:00
Fenny
581cac04bc ✏ update session readme 2020-11-14 03:14:06 +01:00
Fenny
6338ce855c 🩹 fix csrf test 2020-11-14 03:09:53 +01:00
Fenny
9a0551049c 📝 update readme 2020-11-14 00:47:31 +01:00
Fenny
6b48509ce9 update cookie config fields 2020-11-14 00:45:55 +01:00
Fenny
362b9de868 🩹 fix duration check 2020-11-13 18:35:17 +01:00
Fenny
558d802cdd 🩹 Fix expiration check 2020-11-13 18:34:01 +01:00
Fenny
27baab0ea0 🧨 introduce destroy 2020-11-13 18:30:14 +01:00
Joey
e5cffc9bc9
Merge pull request #2 from hi019/session-tests
Add session tests
2020-11-13 15:20:45 +01:00
hi019
37dd02e4cb Comment out TODO test 2020-11-13 00:06:27 -05:00
hi019
edd9890518 Add session tests 2020-11-12 23:59:56 -05:00
Joey
d1098d7057
Merge branch 'master' into master 2020-11-12 20:31:28 +01:00
João Vitor
df78ede567
Update the readme, since Duration is deprecated (#1015)
* Update the readme, since Duration is deprecated

Chance to Expiration

* Update README.md

* Update README.md
2020-11-12 19:30:02 +00:00
Fenny
573853d440 🔍 add len check 2020-11-12 20:14:10 +01:00
Joey
5b08aa1dea
Merge pull request #1014 from SuperHuangXu/patch-1
Update README_zh-CN.md
2020-11-12 19:13:09 +01:00
Fenny
e25206458d 🧪 add session test 2020-11-12 19:11:50 +01:00
bUBBLE
5af5459db8
Update README_zh-CN.md 2020-11-12 17:25:52 +08:00
Fenny
ef35d00a79 🦺 simplify session config 2020-11-11 23:51:32 +01:00
Fenny
ec8fdb32de 🧽 clean code structure 2020-11-11 21:44:37 +01:00
Fenny
b29d500fc0 🩹 verify csrf on state changing methods 2020-11-11 21:39:22 +01:00
Fenny
2864657c76 ✏ update readme 2020-11-11 19:24:43 +01:00
Fenny
2cafd486ef ✒ update session logic 2020-11-11 19:22:40 +01:00
Fenny
75e3f13de1 ✏ update config 2020-11-11 18:49:07 +01:00