Commit Graph

402 Commits

Author SHA1 Message Date
LeanDeR
e05582b8e0
fix(context.CookieAllowReclaim): Fix the issue with the context.CookieAllowReclaim method not working as expected when deleting cookies ()
When deleting cookies, if the cookie is the first element and there
is
no semicolon before the string, it prevents the matching of this
cookie.

Closes 
2023-05-12 02:01:57 +03:00
Gerasimos (Makis) Maropoulos
3a00e785ea
fix 2023-03-20 18:16:35 +02:00
Gerasimos (Makis) Maropoulos
946ea6787d
v12.2.0 2023-03-11 22:37:55 +02:00
Gerasimos (Makis) Maropoulos
29c8f44c93
add iris.TrimParamFilePart
read more at: 
2022-12-24 05:04:16 +02:00
Gerasimos (Makis) Maropoulos
516348e354
minor 2022-11-29 10:57:03 +02:00
Gerasimos (Makis) Maropoulos
8cf891ff25
add Configuration.URLParamSeparator 2022-11-29 10:49:49 +02:00
Gerasimos (Makis) Maropoulos
9bb7b8b2a9
minor 2022-11-10 00:32:21 +02:00
Gerasimos (Makis) Maropoulos
53dde1b15d
thanks @getsentry for the montlhy sponsor 2022-10-13 12:46:39 +03:00
Gerasimos (Makis) Maropoulos
29010bfd7c
minor: compatibility: context render 2022-09-27 20:43:01 +03:00
Gerasimos (Makis) Maropoulos
512ed6ffc0
add support for fs.FS, embed.FS (in addition of string and http.FileSystem) for i18n locales and view engine's templates 2022-09-25 20:40:56 +03:00
Gerasimos (Makis) Maropoulos
4cd0621018
add support for the go standard embed tag for locale files 2022-09-23 01:28:47 +03:00
Gerasimos (Makis) Maropoulos
95a8110f1e
directly support embed.FS and fs.FS on view engines 2022-09-21 23:26:12 +03:00
jesse.tang
9e8a58bf3b
Optimize: map or slice initialize allocation size / cap () 2022-09-09 15:56:23 +03:00
Phước Trung
78c58689e5 url param bool default 2022-08-29 17:12:36 +07:00
Gerasimos (Makis) Maropoulos
3c474097c6
https://github.com/kataras/iris/issues/1945#issuecomment-1226678256 2022-08-27 00:22:42 +03:00
Gerasimos (Makis) Maropoulos
0d63ef41b8
accept feature request: 2022-08-15 00:37:26 +03:00
Gerasimos (Makis) Maropoulos
3715a66ef0
fix 2022-08-12 21:07:39 +03:00
kataras
8c7399229e
fix 2022-07-26 11:32:56 +03:00
Gerasimos (Makis) Maropoulos
cfb009bb4f
add more PostValueXXX methods as requested at: https://github.com/kataras/iris/discussions/1922 2022-07-22 17:11:17 +03:00
Gerasimos (Makis) Maropoulos
04ef581c02
fix CVE-2020-5398
reported through security issue report by @motoyasu-saburi
2022-07-21 13:28:44 +03:00
Gerasimos (Makis) Maropoulos
cf42f37169
Merge pull request from eleven26/fix-typo
Fix typo
2022-07-15 20:37:58 +03:00
eleven26
6f6bcab533 fix typo 2022-07-15 16:16:18 +08:00
eleven26
1ac3db82ac fix typo 2022-07-15 13:59:00 +08:00
eleven26
4d5b43b9fb fix comments 2022-07-15 10:56:16 +08:00
kataras
8bfea48cd6
new {weekday} path parameter type 2022-06-23 23:01:52 +03:00
Gerasimos (Makis) Maropoulos
0d3024b486
README: update sponsors 2022-06-21 00:25:43 +03:00
kataras
d1a1dacaff
minor 2022-06-20 15:31:17 +03:00
Gerasimos (Makis) Maropoulos
ef2643b046
replace ioutil with io package and other minor improvements 2022-06-17 22:03:18 +03:00
Gerasimos (Makis) Maropoulos
d8af2a1e14
context transactions removed and make Context.Domain customizable as requested 2022-06-05 06:15:10 +03:00
Gerasimos (Makis) Maropoulos
e7f5efa058
minor 2022-05-24 01:44:36 +03:00
Gerasimos (Makis) Maropoulos
02077a01fa
Release version 12.2.0-beta2 2022-05-09 03:01:34 +03:00
Gerasimos (Makis) Maropoulos
3b95c85d3d
fix 2022-04-23 23:26:25 +03:00
Gerasimos (Makis) Maropoulos
677ddd7539
fix 2022-04-23 13:18:54 +03:00
Gerasimos (Makis) Maropoulos
90750d089d
add '{date}' dynamic path parameter type 2022-04-21 02:17:09 +03:00
Gerasimos (Makis) Maropoulos
2eb56ab525
add OmitErrorHandler on rest Options 2022-04-19 16:16:44 +03:00
Gerasimos (Makis) Maropoulos
18b85f14dd
minor: ci 2022-04-18 11:01:47 +03:00
Gerasimos (Makis) Maropoulos
1e5cbf9e24
minor 2022-04-18 10:52:47 +03:00
Gerasimos (Makis) Maropoulos
3582427df6
add an example of SetContextErrorHandler 2022-04-13 01:11:31 +03:00
Gerasimos (Makis) Maropoulos
ae828d8db9
new Application.SetContextErrorHandler method 2022-04-13 01:00:53 +03:00
Gerasimos (Makis) Maropoulos
73dfabf412
modrevision:minor 2022-04-10 01:25:19 +03:00
Gerasimos (Makis) Maropoulos
193de00426
minor 2022-04-10 01:11:11 +03:00
Gerasimos (Makis) Maropoulos
b0ccd579af
add a new _proposals folder and a silly idea 2022-04-10 01:08:11 +03:00
Gerasimos (Makis) Maropoulos
4dfd4c53d3
new minor features 2022-04-09 14:51:34 +03:00
Gerasimos (Makis) Maropoulos
f17a325df6
minor improvements 2022-04-07 01:56:42 +03:00
Gerasimos (Makis) Maropoulos
60e19de9e2
minor 2022-03-31 20:58:40 +03:00
Gerasimos (Makis) Maropoulos
4f81478ad6
Context.JSONOptions: add usage godoc example 2022-03-31 20:57:05 +03:00
Gerasimos (Makis) Maropoulos
84d1a60334
add Context.SetJSONOptions 2022-03-31 20:47:01 +03:00
Gerasimos (Makis) Maropoulos
cf36063adf
first release of SSO package and more examples 2022-03-28 14:00:26 +03:00
Gerasimos (Makis) Maropoulos
45d693850b
apply update for as requested 2022-03-18 22:25:22 +02:00
Gerasimos (Makis) Maropoulos
af2d017e1b
Merge pull request from lrita/master
fix the invalid format of Context.RequestParams.Get() when the value is not string type
2022-03-17 22:46:37 +02:00