Commit Graph

2468 Commits

Author SHA1 Message Date
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 #1861 as requested 2022-03-18 22:25:22 +02:00
Gerasimos (Makis) Maropoulos
0381d6f2b6
Merge pull request #1863 from lrita/master
fix the issue of accesslog closing the default writer os.Stdout by SetOutput() method
2022-03-18 22:14:50 +02:00
lrita
d058d999b8 fix the issue of accesslog closing the default writer os.Stdout by SetOutput() method 2022-03-18 18:11:19 +08:00
Gerasimos (Makis) Maropoulos
af2d017e1b
Merge pull request #1860 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
Gerasimos (Makis) Maropoulos
1128a973af
fix #1856 2022-03-17 22:43:04 +02:00
lrita
5394885871 fix the invalid format of Context.RequestParams.Get() when the value is not string type 2022-03-17 20:42:56 +08: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
096349bb56
view: minor 2022-03-10 20:41:34 +02:00
Gerasimos (Makis) Maropoulos
52485480d8
upgrade jwt dependency 2022-03-09 11:49:57 +02:00
Gerasimos (Makis) Maropoulos
5a7485124c
add a query helper on x/sqlx sub-package and fix the example for basicauth 2022-03-08 19:45:25 +02:00
Gerasimos (Makis) Maropoulos
ad80a14b8f
minor 2022-03-08 00:43:40 +02:00
Gerasimos (Makis) Maropoulos
4ecc9e3831
add a new x/sqlx sub-package and example 2022-03-08 00:33:08 +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
410e5eae83
add a new x/reflex sub-package for reflection common functions - may be improved in the near future 2022-03-06 17:11:56 +02:00
Gerasimos (Makis) Maropoulos
fc2f8f4776
improvements to the x/errors pkg 2022-03-03 20:55:28 +02:00
Gerasimos (Makis) Maropoulos
b8e84ec576
mvc grpc compatible example, showcase dev 2022-03-03 13:30:51 +02:00
Gerasimos (Makis) Maropoulos
e2222a8066
fix #1852 2022-03-03 02:34:23 +02:00
Gerasimos (Makis) Maropoulos
f397c30caf
cors: add vary header
looking for a CORS middleware with more options? Take a look at iris-contrib/middleware/cors instead
2022-03-03 02:31:01 +02:00
Gerasimos (Makis) Maropoulos
da50af4ffd
example for statsviz real-time monitor + ui 2022-03-02 06:29:56 +02:00
Gerasimos (Makis) Maropoulos
c7f90f7e65
add serve http/2 without tls example 2022-03-02 05:26:25 +02:00
Gerasimos (Makis) Maropoulos
f28203f1be
add Context.ReadMultipartRelated as requested at #1787 2022-03-02 03:49:15 +02:00
Gerasimos (Makis) Maropoulos
43c85d0c85
statuses: sync with std package 2022-03-02 01:51:55 +02:00
Gerasimos (Makis) Maropoulos
17260d8d5d
version v12.2.0-alpha9 2022-03-01 21:59:12 +02:00
Gerasimos (Makis) Maropoulos
bedde51654
minor improvements on x/client.Debug option 2022-03-01 21:57:11 +02:00
Gerasimos (Makis) Maropoulos
a6f2bc7f24
update kataras/blocks dependency 2022-03-01 21:44:56 +02:00
Gerasimos (Makis) Maropoulos
61872a1612
Add Party.Container.SetDependencyMatcher, hero.Container.DependencyMatcher and hero.Dependency.Match to fullfil the feature request asked at: #1842 2022-03-01 21:26:02 +02:00
Gerasimos (Makis) Maropoulos
5ce8475f35
update deps 2022-03-01 20:30:32 +02:00
Gerasimos (Makis) Maropoulos
03ca38544e
fix #1849 2022-03-01 14:08:34 +02:00
Gerasimos (Makis) Maropoulos
5eb49a8861
minor: docs: indentation 2022-03-01 14:02:07 +02:00
Gerasimos (Makis) Maropoulos
481332090e
register cors middleware on iris.Default() function 2022-03-01 14:00:54 +02:00
Gerasimos (Makis) Maropoulos
b15d75753c
minor improvements to the cors simple builtin middleware 2022-03-01 13:53:46 +02:00
Gerasimos (Makis) Maropoulos
61a3190644
minor improvements to the builtin, simple cors middleware 2022-02-28 21:58:23 +02:00
Gerasimos (Makis) Maropoulos
3218294968
add x/cors#AllowOrigin, AllowOriginMatcherFunc, AllowOriginRegex and AllowOrigins method helpers for the new, simple and fast builtin middleware 2022-02-28 21:28:51 +02:00
Gerasimos (Makis) Maropoulos
5844eaef24
add x/jsonx.DayTime type 2022-02-27 22:38:09 +02:00
Gerasimos (Makis) Maropoulos
b4b1f73df6
publish version v12.2.0-alpha8 2022-02-26 21:27:04 +02:00
Gerasimos (Makis) Maropoulos
20fa672097
fix 2 minor issues 2022-02-26 21:16:08 +02:00
Gerasimos (Makis) Maropoulos
09f494e406
minor improvements 2022-02-26 20:03:35 +02:00
Gerasimos (Makis) Maropoulos
70a73ef80b
publish v12.2.0-alpha7 version 2022-02-25 20:17:02 +02:00
Gerasimos (Makis) Maropoulos
37c766fef7
new x/errors package to handle HTTP wire errors 2022-02-24 23:49:46 +02:00
Gerasimos (Makis) Maropoulos
8ded69fd7e
add new x/timex sub-package 2022-02-21 22:50:27 +02:00
Gerasimos (Makis) Maropoulos
980c889f8d
minor fix 2022-02-19 14:26:34 +02:00
Gerasimos (Makis) Maropoulos
41026c9209
publish v12.2.0-alpha6 2022-02-18 22:19:33 +02:00
Gerasimos (Makis) Maropoulos
4899fe95f4
more improvements to the x/client new sub-package 2022-01-23 01:21:31 +02:00
Gerasimos (Makis) Maropoulos
4a1f0b6e9e
improvements to the x/client package 2022-01-23 00:47:26 +02:00