1
0
mirror of https://github.com/kataras/iris.git synced 2026-06-09 23:23:35 +00:00
Commit Graph

822 Commits

Author SHA1 Message Date
Gerasimos (Makis) Maropoulos 872dd45359 auth: add an option to enforce the secure attr of the set-cookie 2022-04-02 18:17:47 +03:00
Gerasimos (Makis) Maropoulos 8652ee09f6 rename the sso to auth package 2022-04-02 17:30:55 +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 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 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 4ecc9e3831 add a new x/sqlx sub-package and example 2022-03-08 00:33:08 +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 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 43c85d0c85 statuses: sync with std package 2022-03-02 01:51:55 +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 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 37c766fef7 new x/errors package to handle HTTP wire errors 2022-02-24 23:49:46 +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 f633ab4b99 new party controllers example 2022-01-08 19:54:33 +02:00
Gerasimos (Makis) Maropoulos 48577b7ff1 minor 2022-01-06 18:49:11 +02:00
Gerasimos (Makis) Maropoulos d8dde0b958 add http timeout example 2022-01-04 23:06:39 +02:00
Gerasimos (Makis) Maropoulos 4aa93ae872 mysql example: security fix 2021-12-30 19:32:20 +02:00
Gerasimos (Makis) Maropoulos 226a4cb064 add one more project structure recommendation 2021-11-19 14:13:42 +02:00
Gerasimos (Makis) Maropoulos 485395190b update dependencies 2021-10-31 11:49:39 +02:00
Gerasimos (Makis) Maropoulos bf54d33a3e add new ':email' path parameter and revert the jsoniter removal 2021-10-13 16:22:22 +03:00
Nanik T 928ec984f8 fix: add go.mod and go.sum to allow bootstrapper compiled indepedently 2021-07-31 12:16:35 +10:00
Gerasimos (Makis) Maropoulos 6d3884b0ce add iris.IsErrEmptyJSON helper. See HISTORY.md 2021-06-16 13:52:39 +03:00
Gerasimos (Makis) Maropoulos ff58e0c049 minor fix on _examples/request-logger/accesslog-proxy 2021-06-15 00:49:42 +03:00
Gerasimos (Makis) Maropoulos 856f65be78 remove the 'retract' directive, as it's only available on the latest go release 2021-05-28 19:09:16 +03:00
Gerasimos (Makis) Maropoulos ce6c455601 add Party.RemoveRoute method as requested in the community chat 2021-04-04 20:24:21 +03:00
yale8848 8f3e6f7bbf add CustomPathWordFunc 2021-03-14 20:58:10 +08:00
Gerasimos (Makis) Maropoulos c1b31ab102 PartyConfigure: try to bind the struct's exported zero fields based on the registered dependencies (if any)
If the PartyConfigurator value accepts only static dependencies then we have zero performance penalty, exactly like a Controller (structure) works
2021-02-21 22:24:01 +02:00
Gerasimos (Makis) Maropoulos 6587b387b6 remove travis 2021-02-19 09:41:24 +02:00
Gerasimos (Makis) Maropoulos 0081171aa6 minor 2021-02-19 09:06:22 +02:00
Gerasimos (Makis) Maropoulos 1243150690 let's see 2021-02-19 08:49:15 +02:00
Gerasimos (Makis) Maropoulos b80bd10903 upgrade dependencies 2021-02-19 08:05:13 +02:00
Gerasimos (Makis) Maropoulos e901575ca8 Path type parameter error handler: add the parameter index in the input arguments
see previous commit
2021-02-15 11:30:29 +02:00
Gerasimos (Makis) Maropoulos 5990e7f432 NEW (HOT) FEATURE: Add custom error handlers on path type parameters error 2021-02-14 15:31:27 +02: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 d26b9bfbed Add Strict option to httptest as requested at: #1722 2021-02-13 21:21:19 +02:00
Gerasimos (Makis) Maropoulos 5fe233278a add a new 'uuid' path parameter type e.g. /{id:uuid} 2021-02-12 17:12:23 +02:00
Gerasimos (Makis) Maropoulos ed33a77019 upgrade jet parser to version 6 as requested
relative to: https://github.com/kataras/iris/issues/1723
2021-02-07 02:08:34 +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 61f04ee4ff examples: minor (see previous commits)
examples: 3rd-party sse (2):  add the same client-side as the original 3rd-party example
2021-01-27 04:51:53 +02:00
Gerasimos (Makis) Maropoulos bccd5eb388 examples: server-sent events: add a second 3rd-party pkg usage example 2021-01-27 04:32:52 +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