Gerasimos (Makis) Maropoulos
c80c5903ab
handle #2309
2023-12-30 13:03:01 +02:00
Gerasimos (Makis) Maropoulos
fb8d8d0881
fix #2309
2023-12-25 23:55:31 +02:00
Gerasimos (Makis) Maropoulos
9279ca5a27
Add example of the powerful 'templ' generated templates
2023-12-13 02:18:16 +02:00
Gerasimos (Makis) Maropoulos
b1f2c24b64
minor improvement
2023-11-15 11:57:52 +02:00
Gerasimos (Makis) Maropoulos
b12965b050
minor
2023-11-04 00:48:09 +02:00
Gerasimos (Makis) Maropoulos
ec69670edc
add Pool and Handlers method helpers on the new ContextWrapper
2023-11-02 15:24:45 +02:00
Gerasimos (Makis) Maropoulos
8b46dafb76
CI and Context
2023-10-24 15:52:13 +03:00
Gerasimos (Makis) Maropoulos
1d0ad5bf8e
UploadFormFiles: CWE-99
2023-10-24 15:32:06 +03:00
Gerasimos (Makis) Maropoulos
28f49cd50d
improve cache handler, embracing #2210 too
2023-09-26 21:14:57 +03:00
Eng Zer Jun
6a449876e9
Remove redundant nil check ( #2194 )
...
From the Go docs:
"If the map is nil, the number of iterations is 0." [1]
Therefore, an additional nil check for before the loop is unnecessary.
[1]: https://go.dev/ref/spec#For_range
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2023-08-21 20:12:22 +03:00
Gerasimos (Makis) Maropoulos
9f53d15133
minor changes to MVC, see HISTORY.md#Next for more
2023-08-21 20:11:14 +03:00
Gerasimos (Makis) Maropoulos
48f7b38d15
rename master branch to main
2023-08-20 03:12:46 +03:00
Gerasimos (Makis) Maropoulos
2f85ad1cfd
update kataras/jwt module
2023-08-17 12:06:51 +03:00
Gerasimos (Makis) Maropoulos
9d538eabb0
implement a dynamic router handler for #2167
2023-08-04 17:59:00 +03:00
LeanDeR
e05582b8e0
fix(context.CookieAllowReclaim): Fix the issue with the context.CookieAllowReclaim method not working as expected when deleting cookies ( #2136 )
...
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 #2134
2023-05-12 02:01:57 +03:00
Gerasimos (Makis) Maropoulos
3a00e785ea
fix #2098
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: #2024
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 ( #1965 )
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: #1941
2022-08-15 00:37:26 +03:00
Gerasimos (Makis) Maropoulos
3715a66ef0
fix #1949
2022-08-12 21:07:39 +03:00
kataras
8c7399229e
fix #1938
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 #1927 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 #1877
2022-04-23 23:26:25 +03:00
Gerasimos (Makis) Maropoulos
677ddd7539
fix #1876
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