Commit Graph

2129 Commits

Author SHA1 Message Date
Gerasimos (Makis) Maropoulos
83462d2999
minor: godoc: remove invalid comment 2020-10-18 19:39:31 +03:00
Gerasimos (Makis) Maropoulos
d0add202d9
minor 2020-10-18 19:38:23 +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
b335ab9c78
Thank you @KevinZhouRafael for your kind donation ❤️ 2020-10-18 18:26:01 +03:00
Gerasimos (Makis) Maropoulos
0d73b63b28
jwt: add the (last) helper: VerifyRefreshToken 2020-10-18 17:15:29 +03:00
Gerasimos (Makis) Maropoulos
09923183e8
add an extra security layer on JWT and able to separate access from refresh tokens without any end-developer action on the claims payload (e.g. set a different issuer) 2020-10-18 14:42:19 +03:00
Gerasimos (Makis) Maropoulos
a412ee55ae
jwt: add VerifyJSON and ReadJSON helpers 2020-10-17 15:22:42 +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
b816156e77
accesslog: new HumanTime option as requested at #1661 2020-10-16 09:53:22 +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
dfe27567ae
Add an example for urlpath template func for Django engine
relative to #1656
2020-10-12 13:08:42 +03:00
Gerasimos (Makis) Maropoulos
546c7bf465
add RemoveHandler to Party too, as requested at #1658 2020-10-12 12:56:54 +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
Gerasimos (Makis) Maropoulos
2d62d49fdb
fix redis sessions database prefix 2020-10-10 13:18:33 +03:00
Gerasimos (Makis) Maropoulos
0dd03c0e92
Thank you @jazar17 for your kind donation ❤️ 2020-10-10 12:52:06 +03:00
Gerasimos (Makis) Maropoulos
06b20c56e5
Thank you @goten002 for your kind donation ❤️ 2020-10-10 12:48:45 +03:00
Gerasimos (Makis) Maropoulos
1b151db08c
Thanks for your kind donation @TonyZhu ❤️ 2020-10-10 12:30:37 +03:00
Gerasimos (Makis) Maropoulos
1cf3474199
Thanks @wiener01mu @theantichris @L-M-Sherlock and @tsailiting ❤️ 2020-10-10 12:25:54 +03:00
Gerasimos (Makis) Maropoulos
ff7417badd
Add Route.RemoveHandler (a fast change to the previous commit) 2020-10-09 18:53:00 +03:00
Gerasimos (Makis) Maropoulos
ae8190eb97
add Route.RemoveMiddleware method
Useful when all routes under a Party accept a middleware with some exceptions.

For Party-level use its Reset method instead, unless otherwise requested
2020-10-09 18:31:38 +03:00
Gerasimos (Makis) Maropoulos
1be327f6b4
Thank you @nguyentamvinhlong and @vguhesan for your kind donation ❤️ 2020-10-04 19:48:49 +03:00
Gerasimos (Makis) Maropoulos
0069bccd75
add example for https://github.com/kataras/iris/issues/1653 2020-10-04 19:04:10 +03:00
Gerasimos (Makis) Maropoulos
cc7e3860f2
fix #1610 #1651 - read HISTORY.md 2020-10-04 16:50:21 +03:00
Gerasimos (Makis) Maropoulos
5fc50a0049
Thanks @Cesar ❤️ 2020-10-02 15:13:44 +03:00
Gerasimos (Makis) Maropoulos
46710fc972
README: add a small gif 2020-10-02 00:59:32 +03:00
Gerasimos (Makis) Maropoulos
2f971c365a
Thanks @ky2s and @unixedia ❤️ ❤️ 2020-10-01 17:32:09 +03:00
Gerasimos (Makis) Maropoulos
552539bed1
Add View Engine Benchmarks: https://github.com/kataras/iris/tree/master/_benchmarks/view 2020-10-01 16:06:16 +03:00
Gerasimos (Makis) Maropoulos
5017e3c986
i18n: respect fallback language when Strict is false and no DefaultMessageFunc was provided 2020-09-30 10:36:25 +03:00
Gerasimos (Makis) Maropoulos
5b983800ec
update dependencies (see previous commit for more interesting stuff) 2020-09-29 20:34:47 +03:00
Gerasimos (Makis) Maropoulos
4065819688
New: i18n pluralization and variables support and more...
fixes: #1649, #1648, #1641, #1650

relative to: #1597
2020-09-29 19:19:19 +03:00
Gerasimos (Makis) Maropoulos
f224ded740
Thanks @maxbertinetti ❤️ @CSRaghunandan ❤️ and @HieuLsw ❤️ 2020-09-28 12:48:45 +03:00
Gerasimos (Makis) Maropoulos
7cfcf9f9ba
Update README.md 2020-09-25 20:21:41 +03:00
Gerasimos (Makis) Maropoulos
6509a3d0c3
Merge pull request #1643 from aa1143/master
#1642: add check the values array length, avoid panic: index out of range
2020-09-23 19:18:47 +03:00
aa1143
7c1502bf04 add check the values array length, avoid panic: index out of range 2020-09-23 21:52:29 +08:00
Gerasimos (Makis) Maropoulos
a8e263c9e4
Thank you @jingtianfeng ❤️ 2020-09-23 03:42:53 +03:00
Gerasimos (Makis) Maropoulos
39c373bd36
Thank you @leki75 ❤️ 2020-09-21 18:44:52 +03:00
Gerasimos (Makis) Maropoulos
c2f9e57b84
Merge pull request #1636 from kataras/pongo2-v4
Update pongo2 to version 4
2020-09-20 01:10:30 +03:00
Gerasimos (Makis) Maropoulos
31c616c886
update pongo2 to version 4 2020-09-20 01:09:16 +03:00
Gerasimos (Makis) Maropoulos
a04a6b5011
add accesslog+proxy example 2020-09-19 17:47:44 +03:00
Gerasimos (Makis) Maropoulos
fc2aada3c7
Thank you lihaotian0607 ❤️ ❤️ 2020-09-18 21:04:35 +03:00
Gerasimos (Makis) Maropoulos
d1f32e723a
minor improvements to the kafka-api example 2020-09-18 13:58:31 +03:00
Gerasimos (Makis) Maropoulos
d5a179cc45
fix UseRouter not respected by iris-cli live reload 2020-09-18 02:08:27 +03:00
Gerasimos (Makis) Maropoulos
7fa2666f58
add accesslog+MVC example 2020-09-17 18:01:35 +03:00
Gerasimos (Makis) Maropoulos
0c125baf2a
thank you @Little-YangYang ❤️ 2020-09-17 13:44:13 +03:00
Gerasimos (Makis) Maropoulos
d6380813ea
Update README.md 2020-09-16 20:27:01 +03:00
Gerasimos (Makis) Maropoulos
5d95c22fdb
thank you @tuhao1020 ❤️ ❤️ 2020-09-16 19:41:48 +03:00
Gerasimos (Makis) Maropoulos
ab7ee4a331
update pongo2 to version 4 2020-09-16 17:11:46 +03:00
Gerasimos (Makis) Maropoulos
85b5453ae1
add auth/jwt/refresh-token example as requested at #1635 2020-09-16 13:57:11 +03:00
Gerasimos (Makis) Maropoulos
64f95a59b4
fix ip_test (see prev commit) 2020-09-16 13:21:34 +03:00