Commit Graph

413 Commits

Author SHA1 Message Date
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
7d540f580d
add Party.HandleServer and macro.IsMacro methods 2023-12-06 01:09:43 +02:00
Gerasimos (Makis) Maropoulos
ec69670edc
add Pool and Handlers method helpers on the new ContextWrapper 2023-11-02 15:24:45 +02:00
secsys-go
67f6df37be
add fuzz driver based on TestUseRouterParentDisallow (#2217) 2023-10-01 00:29:57 +03:00
Gerasimos (Makis) Maropoulos
28f49cd50d
improve cache handler, embracing #2210 too 2023-09-26 21:14:57 +03:00
Gerasimos (Makis) Maropoulos
f955489f3a
fix #2215 2023-09-25 19:30:48 +03:00
Gerasimos (Makis) Maropoulos
e7b40398aa
update Blocks module 2023-09-24 17:35:49 +03:00
Gerasimos (Makis) Maropoulos
b8d84b7767
minor 2023-08-31 13:05:08 +03:00
Gerasimos (Makis) Maropoulos
48f7b38d15
rename master branch to main 2023-08-20 03:12:46 +03:00
Gerasimos (Makis) Maropoulos
9d538eabb0
implement a dynamic router handler for #2167 2023-08-04 17:59:00 +03:00
Gerasimos (Makis) Maropoulos
ead6bba1bb
minor for #2175 2023-07-30 21:22:41 +03:00
Gerasimos (Makis) Maropoulos
353fd4dcba
implement #2175 2023-07-30 21:17:22 +03:00
Gerasimos (Makis) Maropoulos
d254d48f34
Add mvc.Application.EnableStructDependents() and app.ConfigureContainer().EnableStructDependents()
relative to: #2158
2023-07-17 18:30:45 +03:00
Gerasimos (Makis) Maropoulos
6add1ba49b
fix #2158 and more 2023-07-08 02:08:18 +03:00
Gerasimos (Makis) Maropoulos
b8b96474a0
fix #2147 2023-06-05 23:34:50 +03:00
Gerasimos (Makis) Maropoulos
bb3d5f21d6
README: add two links for the chinese documents, based on #2043 2023-01-27 19:20:14 +02:00
Gerasimos (Makis) Maropoulos
196063d4db
_examples: update modules 2022-12-26 23:26:47 +02:00
Gerasimos (Makis) Maropoulos
1ea5cd58be
builtin html template functions changes 2022-12-13 01:37:15 +02:00
Gerasimos (Makis) Maropoulos
d4122e9981 Merge branch 'master' of https://github.com/kataras/iris 2022-11-25 23:53:50 +02:00
Gerasimos (Makis) Maropoulos
2bd10b1a25
fix #2008 2022-11-25 23:53:39 +02:00
Muhammad Iqbal Alaydrus
5db7ea1732 - fixing incorrect IP comparison. unsafeCompare was comparing between converted IP address with IP string.
- `IPInRange` should be both inclusive to accommodate /32 private subnet additions
- added more tests
2022-11-22 17:31:22 +07:00
Gerasimos (Makis) Maropoulos
53dde1b15d
thanks @getsentry for the montlhy sponsor 2022-10-13 12:46:39 +03:00
Gerasimos (Makis) Maropoulos
758feb2e50
minor edits 2022-10-05 03:10:27 +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
fd1db640a0
use the global function of context.ResolveFS on APIBuilder.HandleDir (see prev commit) 2022-09-21 23:28:04 +03:00
Gerasimos (Makis) Maropoulos
80f5699d37
minor: HandleDir: godoc 2022-09-19 01:20:23 +03:00
Gerasimos (Makis) Maropoulos
414c1ad1ae
add support for embed.FS 2022-09-19 01:15:38 +03:00
Gerasimos (Makis) Maropoulos
23741e7209
fix prev commit 2022-09-18 21:11:41 +03:00
Gerasimos (Makis) Maropoulos
070a81d38f
router: minor improvement 2022-09-18 20:46:37 +03:00
Gerasimos (Makis) Maropoulos
3d99983d96
fix #1967 and #1968 2022-09-18 01:52:30 +03:00
Gerasimos (Makis) Maropoulos
0d86a9628d
go1.19: core/errgroup minor fix 2022-08-15 01:23:41 +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
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
9dc356c1d8
add example for simple http.Handler wrapper 2022-06-19 10:01:18 +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
67f5caacf1
fix #1882 2022-05-08 13:07:16 +03:00
kataras
e42cd43271
include iris version, build time & revision to the startuplog when enabled 2022-05-04 13:52:51 +03:00
Gerasimos (Makis) Maropoulos
90750d089d
add '{date}' dynamic path parameter type 2022-04-21 02:17:09 +03:00
Gerasimos (Makis) Maropoulos
1e5cbf9e24
minor 2022-04-18 10:52:47 +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
9cf6f9fa5e
add a new Party.EnsureStaticBindings method - read HISTORY.md 2022-03-12 12:32:27 +02:00
Gerasimos (Makis) Maropoulos
7ab0f6fff5
set min version on tls configuration even on the tests and examples 2022-03-10 21:48:05 +02:00
Gerasimos (Makis) Maropoulos
28af63fd84
minor 2022-03-06 21:15:11 +02:00
Gerasimos (Makis) Maropoulos
a5c43f1d9d
As the default value is TLS 1.0, which is considered insecure, it is recommended to explicitly set the MinVersion to a secure version of TLS 2022-03-06 19:43:09 +02:00
Gerasimos (Makis) Maropoulos
e2222a8066
fix #1852 2022-03-03 02:34:23 +02:00
Gerasimos (Makis) Maropoulos
f28203f1be
add Context.ReadMultipartRelated as requested at #1787 2022-03-02 03:49:15 +02:00