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
096349bb56
view: minor
2022-03-10 20:41:34 +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
f28203f1be
add Context.ReadMultipartRelated as requested at #1787
2022-03-02 03:49:15 +02:00
Gerasimos (Makis) Maropoulos
03ca38544e
fix #1849
2022-03-01 14:08:34 +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
70a73ef80b
publish v12.2.0-alpha7 version
2022-02-25 20:17:02 +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
611e981f3a
fix #1829
2021-12-31 14:55:20 +02:00
Gerasimos (Makis) Maropoulos
e213dba0d3
security fix
2021-12-23 22:05:26 +02:00
Gerasimos (Makis) Maropoulos
25ad31be50
Context.IsCanceled() minor improvement
2021-12-18 03:16:36 +02:00
Gerasimos (Makis) Maropoulos
2a048df5c7
minor improvement on URLParamSlice
2021-12-16 18:57:14 +02:00
Gerasimos (Makis) Maropoulos
d6cfe3fe5b
new Timeout, TimeoutMessage configuration fields and apps.OnApplicationRegistered listener
2021-12-09 14:44:03 +02:00
Gerasimos (Makis) Maropoulos
48bb9c9c11
minor improvements
2021-11-15 15:29:30 +02:00
Gerasimos (Makis) Maropoulos
bf54d33a3e
add new ':email' path parameter and revert the jsoniter removal
2021-10-13 16:22:22 +03:00
Hugh
84ce2c0c4d
fix: supper grpc and grpc web
...
fix: supper grpc and grpc web
2021-07-02 13:05:34 +08:00
Gerasimos (Makis) Maropoulos
6d3884b0ce
add iris.IsErrEmptyJSON helper. See HISTORY.md
2021-06-16 13:52:39 +03:00
Gerasimos (Makis) Maropoulos
574db973d0
improve Context.Proceed
...
Now this is possible: ok := (Handler1) && ctx.Proceed(Handler2)) || ctx.Proceed(Handler3)
2021-06-15 00:36:28 +03:00
Gerasimos (Makis) Maropoulos
8f9140b705
New Context.FormFiles method
2021-06-07 15:33:19 +03:00
Gerasimos (Makis) Maropoulos
32291fa59e
replace snappy dependency
2021-05-28 19:13:51 +03:00
Alex
a72348b348
fix bug: RWMutex not unlocked
2021-04-13 09:15:59 +08:00
Gerasimos (Makis) Maropoulos
567c06702f
respect the iris.WithEmptyFormError option on Context.ReadQuery too
...
as requested at: #1727
2021-02-14 13:40:56 +02:00
Gerasimos (Makis) Maropoulos
5994fd5d4e
New iris.WithKeepAlive(time.Duration) Configurator is added as a helper to enable TCP listener featured with keep-alive
2021-01-31 21:24:15 +02:00
Gerasimos (Makis) Maropoulos
ce25e698f8
minor
2021-01-27 04:09:46 +02:00
Gerasimos (Makis) Maropoulos
f7757c0793
fix https://github.com/kataras/iris/issues/1713 and add a simple usage example of the 'RemoveHandler'
2021-01-27 01:22:20 +02:00
Gerasimos (Makis) Maropoulos
197df1ef64
minor (see previous commit)
2021-01-24 23:49:37 +02:00
Gerasimos (Makis) Maropoulos
53b3ade7e0
New feature: Context.ReadJSONStream
2021-01-24 23:34:01 +02:00
Gerasimos (Makis) Maropoulos
435f284815
New feature: Fallback views. Read HISTORY.md
2021-01-24 14:08:37 +02:00
Gerasimos (Makis) Maropoulos
8aedf6bc32
:)
2021-01-09 05:41:20 +02:00
Gerasimos (Makis) Maropoulos
387eac8672
Merge branch 'master' into master
2021-01-09 03:37:54 +02:00
Shubhendra Singh Chauhan
8ab500bd6c
fixed code quality issues using DeepSource
...
* Combine multiple `append`s into a single call
* Remove unnecessary use of slice
* Replace `strings.Index` with `strings.Contains`
* Added .deepsource.toml config file for DeepSource integration
2021-01-06 16:36:10 +05:30
Gerasimos (Makis) Maropoulos
b409f7807e
New feature: versioning.Aliases
...
Thanks @mulyawansentosa and @remopavithran for your donates ❤️
2021-01-06 01:52:39 +02:00
Gerasimos (Makis) Maropoulos
8fef8fd04c
context.UploadFormFiles: security fix
2020-12-27 13:23:14 +02:00
Jyny C.Y. Chen
8ec1c14a1a
fix: index of ReadJSONProtobuf options
2020-12-08 22:59:33 +08:00
Gerasimos (Makis) Maropoulos
82c5dfea50
fix #1681
2020-11-25 16:59:01 +02:00
Gerasimos (Makis) Maropoulos
11e21150d0
more features and fix database/mysql:jwt example
2020-11-24 14:58:02 +02:00
Gerasimos (Makis) Maropoulos
4d857ac53f
New basic auth middleware and GetRaw on User (godocs missing)
2020-11-21 12:04:37 +02:00
Gerasimos (Makis) Maropoulos
3d59d19de6
add context partial user helper and accept a generic interface on SetUser - the same method now returns an error if the given value does not complete at least one method of the User interface
2020-10-31 15:47:28 +02:00
Gerasimos (Makis) Maropoulos
d517f36a29
minor commit. But I am not happy with the jwt implementations for Go...they seem to produce enough performance cost, will try to make a jwt parser by myself and see the difference
2020-10-19 10:05:48 +03:00
Gerasimos (Makis) Maropoulos
83462d2999
minor: godoc: remove invalid comment
2020-10-18 19:39:31 +03:00
Gerasimos (Makis) Maropoulos
7ab51805ba
add an example for #1659
2020-10-18 19:37:33 +03:00
Gerasimos (Makis) Maropoulos
637f7aeea7
add context.ReadURL - relative to #1659
2020-10-18 19:26:43 +03:00
Gerasimos (Makis) Maropoulos
0d73b63b28
jwt: add the (last) helper: VerifyRefreshToken
2020-10-18 17:15:29 +03:00
Gerasimos (Makis) Maropoulos
1864f99145
New JWT features and changes (examples updated). Improvements on the Context User and Private Error features
...
TODO: Write the new e-book JWT section and the HISTORY entry of the chnages and add a simple example on site docs
2020-10-17 06:40:17 +03:00
Gerasimos (Makis) Maropoulos
8e51a296b9
Add Context.SetUser and Context.User methods
...
relative to: https://github.com/iris-contrib/middleware/issues/63
2020-10-12 15:52:53 +03:00
Gerasimos (Makis) Maropoulos
f6905a3f79
New Context.SetLogoutFunc/Logout and SetFunc/CallFunc methods
...
Read HISTORY.md
2020-10-12 02:07:04 +03:00