1
0
mirror of https://github.com/labstack/echo.git synced 2026-05-02 21:14:49 +02:00

Commit Graph

  • ed51400a81 Enhanced default http error handler v4.1.7 Vishal Rana 2019-08-01 22:20:33 -07:00
  • 87da9a948b Add ReferrerPolicy to Secure middleware (#1363) Hylke Visser 2019-08-02 00:27:09 +02:00
  • 8cabd1e123 don't make router parse duplicated param when backtracing happens #1368 (#1369) Letian Zhang 2019-07-26 04:39:03 +08:00
  • 8cfaf50b8f fix #1260 change middleware.Logger's default output (#1336) nattawitc 2019-07-18 11:34:31 +07:00
  • 405b221ad4 Merge branch 'meehow-master' Vishal Rana 2019-07-17 21:19:09 -07:00
  • 207a141d5d Closed #1348 Vishal Rana 2019-07-17 21:18:56 -07:00
  • ae55310e59 Merge branch 'master' of https://github.com/meehow/echo into meehow-master Vishal Rana 2019-07-17 18:31:55 -07:00
  • 9bf857f14c Nil check for bind #988 Vishal Rana 2019-07-14 22:39:07 -07:00
  • da45981491 Fixed #988 Vishal Rana 2019-07-14 21:35:59 -07:00
  • 01229ec651 fix version string to 4.1.6 (#1358) Nipe Setiawan 2019-07-01 23:58:23 +07:00
  • 8fb7b5be27 Closes #1353 Vishal Rana 2019-06-27 10:52:17 -07:00
  • 858270f6f5 Added feature to map url params to a struct with the default binder (#1165) kolaente 2019-06-21 15:12:55 +02:00
  • 31361576e8 feat: Add a new ErrorHandlerWithContext (#1328) Tom Scholz 2019-06-13 22:21:03 +02:00
  • 6b9408d1d1 Added param:<name> lookup option to JWT Middleware (#1296) v4.1.6 ozburo 2019-06-09 11:49:52 -05:00
  • c824b8ddc3 Add support for encoding.TextUnmarshaler in bind. (#1314) Garrett D'Amore 2019-06-09 09:39:54 -07:00
  • 842fc8772f Fixed #1323 Vishal Rana 2019-06-09 09:37:21 -07:00
  • 610d67f17f Added support for the REPORT method (#1332) kolaente 2019-06-09 18:11:18 +02:00
  • 530f768a47 Update x/sys module to support Risc-V (#1344) Carlos Eduardo 2019-06-08 13:46:39 -03:00
  • fbb72869b3 Fix for #1334 (#1335) Noam Y. Tenne 2019-05-24 07:13:57 +02:00
  • e2671fe963 Provide possibility to use key ids (#1289) Das Jott 2019-05-17 16:45:49 +02:00
  • b1bc80528b Fixed indentation in code example. (#1338) Jonathan Bouchard 2019-05-14 13:17:08 -04:00
  • 5d2c33ad5d Bumped v4.1.5 v4.1.5 Vishal Rana 2019-04-29 22:54:49 -07:00
  • 64c6d92295 Fixed group middleware v4.1.4 Vishal Rana 2019-04-29 16:46:08 -07:00
  • f27e87f36e Fixed golint error Vishal Rana 2019-04-29 13:53:12 -07:00
  • 4de244c072 Fixed invalid json value for error in logger middleware v4.1.3 Vishal Rana 2019-04-29 13:21:11 -07:00
  • 8c13b9dae2 Fixed sub-group virtual hosts v4.1.2 Vishal Rana 2019-04-28 23:10:00 -07:00
  • 46ae04bef2 Added a method to return routers map v4.1.1 Vishal Rana 2019-04-28 22:49:18 -07:00
  • c8e923cf54 Bumped 4.1.0 v4.1.0 Vishal Rana 2019-04-28 22:25:45 -07:00
  • 6f0a227a5a Built-in capability to run multiple hosts Vishal Rana 2019-04-28 22:22:35 -07:00
  • e53d9c516f Updated deps and fixed a typo Vishal Rana 2019-04-27 22:32:29 -07:00
  • 69bd47b35f Fix flushing in Gzip middleware (#1317) Hylke Visser 2019-04-16 23:52:06 +03:00
  • e3717be4be ensure that the TLS conifg contains the ALPN protocol (#1305) Andrew Braunstein 2019-03-12 17:54:16 -07:00
  • 1f6cc362cc Set subdomains to AllowOrigins with wildcard (#1301) atsushi-ishibashi 2019-03-10 03:32:49 +09:00
  • 5434a5392f Enable adding preload tag to HSTS header (#1247) Helen Hood 2019-03-06 10:22:19 -08:00
  • 08db4bd39b simplify middleware chain creation (#1299) Hemachandar 2019-03-05 21:54:59 +05:30
  • 775b2eefec Refactor DefaultProxyConfig Skipper & WebSocket Check in Context (#1297) Hemachandar 2019-03-03 00:13:23 +05:30
  • e1d21a73cf tests and fix for findChildByKind executed on nil node Michał Adamski 2019-03-01 08:27:11 +01:00
  • 802fb5bba6 feat(secure): support Content-Security-Policy-Report-Only header (#1287) Kumar Harsh 2019-02-27 12:02:07 +05:30
  • 17b5044459 Add go 1.12 to TravisCI (#1294) Evgeniy Kulikov 2019-02-26 21:15:24 +03:00
  • be919e8f16 Increase Context tests coverage (#1279) Andrei Avram 2019-02-19 20:18:42 +02:00
  • 5aec1b234f www redirects are too broad (#1274) Ronald Bell 2019-02-15 09:56:58 -08:00
  • 8716acb0ab Echo.StartTLS: accept string or []byte as parameters. (#1277) Mohamed Bana 2019-02-15 17:51:54 +00:00
  • 3d73323154 Use concurrency safe context by default. (#1158) Andrei Avram 2019-02-12 20:56:26 +02:00
  • 88965757af Simplify code of Add/Remove trailing slash and fix bug (#1275) Evgeniy Kulikov 2019-02-07 20:49:51 +03:00
  • bc28fceaf3 Fix unhandled errors (#1271) Evgeniy Kulikov 2019-02-01 17:33:56 +03:00
  • 6d9e043284 Introduced Go module support as v4, removed obsolete CloseNotifier() mechanism v4.0.0 Alex Ungur 2019-01-30 12:56:56 +02:00
  • 282a44d4ad Remove unreachable code (#1254) Evgeniy Kulikov 2019-01-28 18:59:36 +03:00
  • 0b714f3482 Bumped up the version Alex Ungur 2019-01-28 17:43:48 +02:00
  • 38772c686c Removed go.mod and sum to help solve the issue with Go modules (#1244) v3.3.10 Alex Ungur 2019-01-28 16:12:53 +02:00
  • afe90e79d9 Bumped up version to include -dev Alex Ungur 2019-01-27 00:44:28 +02:00
  • 739700bf4e Bumped up version to 3.3.9 (related to #1244) v3.3.9 Alex Ungur 2019-01-27 00:39:45 +02:00
  • 7867fce6ce Changes related to #1199 Vishal Rana 2019-01-14 10:56:17 -08:00
  • 62145fad3e [extend #1191] Unnecessary alloc for XML, JSON, JSONP (#1199) Evgeniy Kulikov 2019-01-14 21:12:22 +03:00
  • e6ac0023d2 Add golint to ci (#1243) Shu Kutsuzawa 2019-01-10 08:19:48 +09:00
  • 2195bd3670 Updated comment. (#1245) Aimee LaPlant 2019-01-09 18:15:33 -05:00
  • 1481763035 comment typo fix (#1246) Charlie Bevis 2019-01-09 16:14:26 -07:00
  • 3f8b45c8d0 balance double-quotes in json (#1232) skrassiev 2018-12-05 08:13:48 -08:00
  • a8de73efbe Added probot-stale Vishal Rana 2018-11-29 16:28:21 -08:00
  • c7eb8da9ec Bumbed version v3.3.8 Vishal Rana 2018-11-22 22:37:03 -08:00
  • c54d9e8eed Added user-agent to logger middleware v3.3.8-retag Vishal Rana 2018-11-22 22:34:14 -08:00
  • b37628bfc5 Updated ci Vishal Rana 2018-11-10 11:01:00 -08:00
  • ba46ff80a4 Using tls-alpn for auto tls Vishal Rana 2018-11-08 19:17:59 -08:00
  • 2e9f4ea4e0 Updated version v3.3.7 Vishal Rana 2018-11-05 18:02:25 -08:00
  • ba1891b3dc Add back exported HTTP method constants (#1209) v3.3.7-retag Alexandru Ungur 2018-10-15 10:31:26 +03:00
  • 82917fd848 Delete useless goto statements (#1208) Geon Kim 2018-10-15 12:42:43 +09:00
  • c8fd197fa8 Replace http constants with stdlib ones, i.e.: http.MethodGet instead of echo.GET (#1205) Emir Ribić 2018-10-14 17:16:58 +02:00
  • 059c099762 simplify tests (#1206) Emir Ribić 2018-10-14 09:18:44 +02:00
  • ac1f40118a Proxy rename descr to desc Vishal Rana 2018-10-13 11:43:05 +05:30
  • bc37a3a792 Proxy: Better errors + remote custom TLS (#1197) Gregor Noczinski 2018-10-13 08:10:19 +02:00
  • fcdf096c2c extend proxy middleware. closes #1202 (#1203) Artyom Turkin 2018-10-09 09:43:39 +06:00
  • af5c97715f Fix node's parameter names assignment problem. (#1201) Shogo Nagasaka 2018-10-07 12:04:30 +09:00
  • 0d93bdd2b5 Add common error variable (#1200) Sukma Setyaji 2018-10-07 09:08:24 +07:00
  • 036e6961ae the logging interface add SetHeader method (#1092) Rsy 2018-09-29 01:47:23 +08:00
  • f7470482fe Support internal error when Bind() data #888 (#1164) Thuc Le 2018-09-29 00:41:13 +07:00
  • eb84122d4e Add error variable for too many request (#1181) Sukma Setyaji 2018-09-29 00:28:03 +07:00
  • 1ae109c688 Expose stdLogger (#1196) Bertram Truong 2018-09-29 03:09:35 +10:00
  • a2d4cb9c7a Simplify REALIP method (#1193) Emir Ribić 2018-09-19 19:18:50 +02:00
  • c185ebd0de Update dependencies (#1194) v3.3.6-retag Evgeniy Kulikov 2018-09-14 17:46:40 +03:00
  • 1abaa30492 Updated deps v3.3.6 Vishal Rana 2018-09-10 21:42:37 -07:00
  • 7b51c717f3 Bumped version Vishal Rana 2018-09-10 21:19:51 -07:00
  • 688ab2bec6 Remove unecessery if-s and else-s (#1189) Emir Ribić 2018-09-07 16:58:04 +02:00
  • 54d5613aa2 Add go.mod for Go modules (#1187) Geon Kim 2018-09-05 00:07:41 +09:00
  • 90822319eb Fixed test Vishal Rana 2018-08-28 20:49:22 -07:00
  • 31e795315a change getting method point after overriding method in premiddleware (#1182) takaya kusanagi 2018-08-29 10:50:58 +09:00
  • b369096cac echo: use HTTP status codes constants where applicable (#1184) Geon Kim 2018-08-29 10:40:40 +09:00
  • 65f7897b7a Add go 1.11.x version (#1186) Bo-Yi Wu 2018-08-28 23:03:34 +08:00
  • 74f9806b34 Fix issue #1143 (#1176) Marcin Węglarz 2018-08-15 16:35:27 +02:00
  • 2017e5e541 logs the internal error message instead of returning it (#1173) Andrei Serban 2018-08-02 14:11:20 -07:00
  • 76d8adbf2d Fix typo Philipp Gillé 2018-07-29 20:43:06 +02:00
  • db8f5706fd Closed #1121 Vishal Rana 2018-07-17 23:21:54 -07:00
  • 09dcba1d39 rename proto to protocol Kesus Kim 2018-07-11 15:04:36 +09:00
  • 2a5460328f add test case for logger middleware Kesus Kim 2018-06-29 14:25:53 +09:00
  • 146100093e add proto field for middleware Kesus Kim 2018-06-29 14:11:02 +09:00
  • d8a6dad02d [JWT] use local error handler for missing token Vishal Rana 2018-07-09 11:34:53 -07:00
  • 6007218835 case sensitive matching prioritized Brandon Hansen 2018-05-30 15:09:39 -07:00
  • 01cfe83efe Enable case insensitive query param matching Brandon Hansen 2018-05-30 14:50:24 -07:00
  • ec7b497940 Fixed cors test Vishal Rana 2018-07-03 09:51:15 -07:00
  • 8203e48696 add a few tests Jean-Sébastien Ney 2018-06-19 15:49:23 +02:00
  • d63824fa41 handle using withcredentials and allow origin * together Jean-Sébastien Ney 2018-06-19 15:27:36 +02:00
  • 9b4cc60ce2 Added error to logger middleware Vishal Rana 2018-06-28 21:15:47 -07:00