Gerasimos (Makis) Maropoulos
|
eafa63da50
|
add hCaptcha middleware and example and memstore json struct tags
Former-commit-id: 31e4f68429e354c9130ebcf3829683a6d52e4492
|
2020-04-14 02:22:57 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
6432e34151
|
typo fix on recaptcha middleware...
Former-commit-id: 214c56fcd84c86742175e37185e130eeae85f07f
|
2020-04-11 20:23:02 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
0d26f24eb7
|
examples: replace all app.Run(iris.Addr(...)) with app.Listen just for the shake of simplicity, both are doing the same exact thing as it's described on the http listening first example.
Former-commit-id: d20afb2e899aee658a8e0ed1693357798df93462
|
2020-03-05 22:41:27 +02:00 |
|
Gerasimos (Makis) Maropoulos
|
04477c3e41
|
fixes, i18n, sitemap generator and new examples
Former-commit-id: 54801dc705ee0fa66232f65063f8a68c9cc31921
|
2019-12-13 23:06:18 +02:00 |
|
Gerasimos (Makis) Maropoulos
|
4e9a6be9aa
|
i18n several improvements
trigger #1369
Former-commit-id: af16dd8de1a0096d33c4e4c97f29ec12a73302f4
|
2019-11-22 02:57:26 +02:00 |
|
Gerasimos (Makis) Maropoulos
|
2c229234f1
|
add subdomain support for i18n and a custom language Indentifier - rel to: #1369
Former-commit-id: b4d31978f6ddcdcebd18505eaa0db297db462d8e
|
2019-11-20 16:40:28 +02:00 |
|
Gerasimos (Makis) Maropoulos
|
eb3328dbe9
|
add tests for #1369 and various improvements
Former-commit-id: 2fe1f077cf5b6a0fb32a27cf86462fea776a7d58
|
2019-11-20 02:35:41 +02:00 |
|
Gerasimos (Makis) Maropoulos
|
0844c109d9
|
implement path prefx for i18n middleware, as requested at: #1369
Former-commit-id: b0d6b6e7f368e710b01faad9b70dfa4cebdd8c4d
|
2019-11-19 23:36:18 +02:00 |
|
Gerasimos (Makis) Maropoulos
|
3945fa68d1
|
obey the vote of @1370 (77-111 at this point) - add import suffix on iris repository
We have to do the same on iris-contrib/examples, iris-contrib/middleware and e.t.c.
Former-commit-id: 0860688158f374bc137bc934b81b26dcd0e10964
|
2019-10-25 01:27:02 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
07046ab978
|
formatting
Former-commit-id: 037081db5d6d4434e873ca8b75334ee43e046b6a
|
2019-08-17 10:06:20 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
700dcc8005
|
new feature: handle different param types in the exact same path pattern
implements https://github.com/kataras/iris/issues/1315
Former-commit-id: 3e9276f2a95d6fc7c10fbf91186d041dcba72611
|
2019-07-29 23:09:22 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
736709aa75
|
resolve conflicts with current master v11.1.1
Former-commit-id: 659ff392e889f3a8552d7da3d44848f1a364f7b2
|
2019-07-23 19:20:07 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
7af5f139e0
|
fix typo
Former-commit-id: 7b5d5530279789a3118190feb57776948b305662
|
2019-06-07 21:07:08 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
680b5a0923
|
websocket: replace sync.Map with custom map[string]*connection. Add translate template function example. Fix ctx.HandlerName() does not return the end-dev-defined current route's name, this will give better warnings when using MVC in a wrong way
Former-commit-id: 38fda8a20da9bc7665cdd209b7b367c1337dbd94
|
2019-01-25 23:47:31 +02:00 |
|
Gerasimos (Makis) Maropoulos
|
247a558394
|
Add example for struct validation(3rd-party) through json request body binding
Former-commit-id: 78bbbe068f219e5a264951c900b77cb9b70f2079
|
2018-07-24 04:33:53 +03:00 |
|
Kimmo Hintikka
|
d4b09987c4
|
corrected spelling for example docs
Corrected spelling from simmilate to simulate
Former-commit-id: f672aa340fd53119defa89da0d93757dc0b0152b
|
2018-01-22 11:04:33 +00:00 |
|
kataras
|
56871ce4d7
|
update test to cover the multi files per language new feature - requested at: https://github.com/kataras/iris/issues/815
Former-commit-id: 6516e648a30a0886ad55146d463bfa696972d1c6
|
2017-11-22 01:08:26 +02:00 |
|
kataras
|
53ed4f3a4e
|
add support for multi languages, without change the API, separated by commas as requested at: https://github.com/kataras/iris/issues/815
Former-commit-id: ae3dcabb543c017f0661f2b2a1af8250d73773cf
|
2017-11-22 00:57:29 +02:00 |
|
kataras
|
8d659d3589
|
move csrf middleware example
Former-commit-id: 5dbe3affead73a97b5313b9f7c00e88470aba24d
|
2017-11-21 11:38:55 +02:00 |
|
kataras
|
3b572eb23b
|
Add an example for CSRF Protection
Former-commit-id: c38fd425b00210f730e274385cb2156b423f7fbc
|
2017-11-14 10:48:57 +02:00 |
|
kataras
|
ef41e07d4e
|
Add a better example for the recaptcha middleware as requested at: https://github.com/kataras/iris/issues/799
Former-commit-id: 85c3286a9d6be5cf47631e7608f70f3790934e64
|
2017-11-04 02:59:21 +02:00 |
|
kataras
|
42b123975c
|
8.4.0 | New MVC Features | Refactor examples and godoc for go 1.9 use. Read HISTORY.md.
Former-commit-id: 90c05e743052bc3722e7fefaa0cbb0ed5153a1fb
|
2017-08-27 20:35:23 +03:00 |
|
kataras
|
0e260897fb
|
Add example for Google reCAPTCAA middleware. Prev Commit: Update to 8.2.2. Read HISTORY.md
Former-commit-id: 04f8d4b96336506f49c9b4285112d638f1e8dd97
|
2017-08-10 15:41:59 +03:00 |
|
kataras
|
345e7280a1
|
Update to 8.1.0 - a new logger implemented as a solution for https://github.com/kataras/iris/issues/680
Former-commit-id: 765b43602655fad7f525ca7a5f7f297a6167d075
|
2017-07-26 15:30:20 +03:00 |
|
kataras
|
9f85b74fc9
|
Add notes for the new lead maintainer of the open-source iris project and align with @get-ion/ion by @hiveminded
Former-commit-id: da4f38eb9034daa49446df3ee529423b98f9b331
|
2017-07-10 18:32:42 +03:00 |
|