1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-13 15:05:57 +00:00

Commit Graph

  • 502b4654d4 fix the bug of lost argument in log function caused by PR: #946 Gerasimos (Makis) Maropoulos 2018-03-28 17:16:29 +03:00
  • addf984ed3 fix the bug of lost argument in log function Chengyumeng 2018-03-28 20:39:56 +08:00
  • 2b0280b646 Update README.md Zeno-Code 2018-03-28 12:23:06 +08:00
  • 58c9de3ab7 Update README_ZH.md Zeno-Code 2018-03-28 12:22:29 +08:00
  • a79496de6d Create README_ZH.md Zeno-Code 2018-03-28 12:21:17 +08:00
  • fbb3bb89f0 Update README.md Zeno-Code 2018-03-28 11:45:05 +08:00
  • bdd9948111 Merge pull request #13 from kataras/master Zeno-Code 2018-03-28 11:23:32 +08:00
  • cba023c51f Chinese Translation updates | merge pull request #945 from Zeno-Code/master Gerasimos (Makis) Maropoulos 2018-03-27 10:08:13 +03:00
  • b579e89aaa add more information for access log merge pull request #946 from Chengyumeng/feature/logger Gerasimos (Makis) Maropoulos 2018-03-27 10:06:29 +03:00
  • fc0f27c4fc Do not create the global configuration in homedir by-default, as, correctly, requested on chat. Use iris.WithGlobalConfiguration with a pre-defined iris.yml file on your home directory, existing users will not have any issues, new one will have to create the file before Gerasimos Maropoulos 2018-03-27 09:59:29 +03:00
  • edc24d529f add more information for access log Chengyumeng 2018-03-26 15:50:33 +08:00
  • dfe6b3fa1e Update HISTORY_ZH.md Zeno-Code 2018-03-24 18:24:06 +08:00
  • 042a82a4aa Merge pull request #12 from kataras/master Zeno-Code 2018-03-24 18:02:26 +08:00
  • 66d367b255 Update to version 10.5.0 | Read HISTORY.md for more Gerasimos Maropoulos 2018-03-24 10:39:44 +02:00
  • 2955edd81c Merge pull request #939 from StefanPahlplatz/patch-1 Gerasimos (Makis) Maropoulos 2018-03-24 03:10:49 +02:00
  • 5aba0d0ff4 Fixed a typo Stefan Pahlplatz 2018-03-22 12:02:22 +01:00
  • 1a2af3ccac Update Chinese translation, merge pull request #936 from @Zeno-Code Gerasimos (Makis) Maropoulos 2018-03-21 09:01:13 +02:00
  • 9bd70d7c91 Merge pull request #938 from kataras/dev Gerasimos (Makis) Maropoulos 2018-03-21 09:00:23 +02:00
  • ff41c672ce misspell fixes Gerasimos Maropoulos 2018-03-21 08:59:37 +02:00
  • 194b7c8ad9 Update HISTORY_ZH.md Zeno-Code 2018-03-19 10:19:41 +08:00
  • 8973565acb Merge pull request #11 from kataras/master Zeno-Code 2018-03-19 09:58:25 +08:00
  • 7b2409fc7f New middlewares for various client cache methods that can speed your pages even more Gerasimos (Makis) Maropoulos 2018-03-18 14:33:15 +02:00
  • 8e9deec4ab Add one more browser (and 304 server) cache method using ETag and If-None-Match headers Gerasimos Maropoulos 2018-03-18 11:55:05 +02:00
  • fae3906587 Add some useful middlewares for browser caching Gerasimos (Makis) Maropoulos 2018-03-17 17:12:48 +02:00
  • 46453ff522 fix import path order, guidelines of iris speedwheel 2018-03-17 06:19:49 +02:00
  • 50164f082c new handlers for client (i.e browser) catching: cache.NoCache and cache.StaticCache including tests speedwheel 2018-03-17 06:15:13 +02:00
  • bc45e6444c Cleanup of some old code Gerasimos Maropoulos 2018-03-17 02:27:25 +02:00
  • 7689e48132 Merge branch 'master' of https://github.com/kataras/iris Gerasimos Maropoulos 2018-03-16 12:39:36 +02:00
  • 8cec6a6f9b remove any trailing slash that may passed on StaticEmbeddedHandler (although all examples shows the correct way but you never know) Gerasimos Maropoulos 2018-03-16 12:38:13 +02:00
  • 75601979c5 Merge pull request #931 from hyhkjiy/patch-1 Gerasimos (Makis) Maropoulos 2018-03-16 12:33:24 +02:00
  • 87036fdb6c add the new StaticEmbeddedGzip on the Party interface, it works within multiple levels like the StaticEmbedded, so why not Gerasimos Maropoulos 2018-03-15 23:15:10 +02:00
  • 89022c7051 add some tests for the content type for the embedding files and gziped embedded files Gerasimos Maropoulos 2018-03-15 23:09:07 +02:00
  • 2d8652d7fb fix miss content type occurred by commenting this on the previous commit Gerasimos Maropoulos 2018-03-15 22:46:23 +02:00
  • 0df0bb8052 Update gzip_response_writer.go hyhkjiy 2018-03-14 19:46:55 +08:00
  • 56215eeb71 Release of version 10.4.0 - x8 faster embedded file server | Star and Read HISTORY.md Gerasimos Maropoulos 2018-03-14 07:17:35 +02:00
  • 1e0c707366 Update Chinese Translation for version 10.3.0 via PR #928 Gerasimos (Makis) Maropoulos 2018-03-14 06:30:57 +02:00
  • fbc811ad76 Update Zeno-Code 2018-03-14 01:31:45 +08:00
  • 06f75795bb Merge pull request #10 from kataras/master Zeno-Code 2018-03-14 00:55:51 +08:00
  • 5e5e91e4bb fix https://github.com/kataras/iris/issues/927 Gerasimos Maropoulos 2018-03-13 15:57:52 +02:00
  • 05b1e80e7f add protobuf on sessions/sessiondb/badger/vendor and columnize at middleware/logger/vendor Gerasimos Maropoulos 2018-03-13 00:02:45 +02:00
  • d61d509bc8 update Gopkg.lock and Gopkg.toml Gerasimos Maropoulos 2018-03-12 23:43:23 +02:00
  • ee37850acd Merge branch 'dev' Gerasimos Maropoulos 2018-03-12 23:39:42 +02:00
  • d07391df78 Update the golang.org/x/sys vendor Gerasimos Maropoulos 2018-03-12 23:36:53 +02:00
  • 4985d5a58b Merge pull request #925 from mcsakoff/websocket Gerasimos (Makis) Maropoulos 2018-03-10 19:52:41 +02:00
  • 6c9e3c69ff Handle non-WS connections in WS handler with no panic Alexey McSakoff 2018-03-10 19:31:40 +04:00
  • c746d631d7 Update to version 10.3.0 | Read HISTORY.md Gerasimos Maropoulos 2018-03-10 15:13:07 +02:00
  • 4993918a12 remove the complicated fallback handlers, that didn't work and not approve the coblexity addition of the https://github.com/kataras/iris/pull/919, RouteExists accepts first argument the Context, add new AllowMethods per party and fix cors by 048e2be034 https://github.com/kataras/iris/issues/922, rel: https://github.com/iris-contrib/middleware/issues/36, https://github.com/iris-contrib/middleware/issues/34, https://github.com/iris-contrib/middleware/issues/32, https://github.com/iris-contrib/middleware/issues/30, https://github.com/kataras/iris/pull/909 Gerasimos Maropoulos 2018-03-10 14:22:56 +02:00
  • 1165b4527a fix https://github.com/kataras/iris/issues/921 Gerasimos Maropoulos 2018-03-08 20:55:58 +02:00
  • 83c4b7f52d add examples for read using custom decoder per type, read using custom decoder via iris#UnmarshalerFunc and to complete it add an example for the context#ReadXML. Gerasimos Maropoulos 2018-03-08 05:21:16 +02:00
  • 1a4803307d Add one more example for custom router macro functions, relative to https://github.com/kataras/iris/issues/918 Gerasimos Maropoulos 2018-03-05 20:09:30 +02:00
  • 5c2edeebec add go 1.10 in travis (Tip for other project managers: note the quotes, otherwise travis will act like go1.1 instead of go1.10) Gerasimos Maropoulos 2018-02-25 12:59:09 +02:00
  • bcd9a1bb17 Add wrappers for Pongo's AsValue() and AsSaveValue() by @neenar via PR: https://github.com/kataras/iris/pull/913 Gerasimos (Makis) Maropoulos 2018-02-25 12:15:47 +02:00
  • b20933e0bb upgrade go-bindata link to the most maintainable one Gerasimos Maropoulos 2018-02-25 12:14:49 +02:00
  • a1aa1b66c6 Add wrappers for Pongo's AsValue() and AsSaveValue() Alexey McSakoff 2018-02-25 12:28:17 +04:00
  • d7beb9a752 Add a missing call for fallbackHandler in _examples/routing/fallback-handlers/main.go by @ZaniaDeveloper via PR: #911 Gerasimos (Makis) Maropoulos 2018-02-23 15:20:53 +02:00
  • abb10e9cbf Add a missing call for fallbackHandler ZaniaDevelopper 2018-02-23 09:24:35 +03:00
  • a1232c9a9a _examples: replace DELETE string with iris.MethodDelete, for important changes see: https://github.com/kataras/iris/pull/909 and 6de64d517e [formerly 35dd2ab80b69a5bea6f35f58e636bc11229d9921] Gerasimos Maropoulos 2018-02-23 04:25:12 +02:00
  • 6de64d517e New: context#NextOr && context#NextOrNotFound and some performance improvements on the awesome https://github.com/kataras/iris/pull/909 pushed a while ago Gerasimos Maropoulos 2018-02-23 04:06:05 +02:00
  • eeac8ccdbd NEW Feature: Fallback handlers by @ZaniaDeveloper via PR: #909 Gerasimos (Makis) Maropoulos 2018-02-23 02:24:14 +02:00
  • 9bfa0fb52b fix a typo by @aermolaev via PR: #910 Gerasimos (Makis) Maropoulos 2018-02-23 02:16:25 +02:00
  • 86bb29ed14 remove unnecessary reflection usage on context#UnmarshalBody Gerasimos Maropoulos 2018-02-23 02:15:38 +02:00
  • 8517904bcf fix a typo Alexander Ermolaev 2018-02-22 18:25:56 +03:00
  • 1196680004 Add comment in example ZaniaDevelopper 2018-02-21 15:19:09 +03:00
  • 7a29519c5a Fixes bad copy/paste ZaniaDevelopper 2018-02-21 14:48:09 +03:00
  • 643358d7cb Modification ZaniaDevelopper 2018-02-21 14:22:17 +03:00
  • 72b096e156 Add fallback handlers Frédéric Meyer 2018-02-21 12:27:01 +03:00
  • 66209cae4f Save Frédéric Meyer 2018-02-21 08:18:53 +03:00
  • c0e0886cb9 Update Chinese translation for HISTORY_ZH.md by @Zeno-Code via PR: #907 Gerasimos (Makis) Maropoulos 2018-02-15 19:18:32 +02:00
  • 9b780eb0fd Update HISTORY_ZH.md Zeno-Code 2018-02-15 21:37:47 +08:00
  • e0b5a6f820 Merge pull request #9 from kataras/master Zeno-Code 2018-02-15 21:33:13 +08:00
  • d4993e6a3f Update to version 10.2.1 - fix StaticEmbedded & StaticWeb when served from a subdomain. Read https://github.com/kataras/iris/blob/master/HISTORY.md#th-15-february-2018--v1021 Gerasimos (Makis) Maropoulos 2018-02-15 13:01:13 +02:00
  • ffc3ec86ae README.md: change the link of 'learn by examples' to the https://iris-go.com/v10/recipe, the page there is always up-to-date with the _examples folder of the repository, automated. Gerasimos (Makis) Maropoulos 2018-02-12 06:10:57 +02:00
  • fce7959424 remove old deprecated code from previous version, no need to keep backward compatibility, it was two months ago v10.0.0 released so we should be ok now Gerasimos (Makis) Maropoulos 2018-02-12 06:03:15 +02:00
  • 7fd8baea75 README.md: make backers visible on the top of the page, replaced the prev api to the https://iris-go.com/backers.svg in order this to happens Gerasimos (Makis) Maropoulos 2018-02-12 04:04:46 +02:00
  • 64b26e1211 Update Chinese translation on HISTORY_ZH.md by @Zeno-Code via PR #904 Gerasimos (Makis) Maropoulos 2018-02-11 22:24:52 +02:00
  • 4ac37ea2b7 Update HISTORY_ZH.md Zeno-Code 2018-02-11 14:21:13 +08:00
  • a4e9a97ddf Merge pull request #8 from kataras/master Zeno-Code 2018-02-11 12:49:58 +08:00
  • 9cdae4ee67 Update to version 10.2.0. Read: https://github.com/kataras/iris/blob/master/HISTORY.md#th-08-february-2018--v1020 Gerasimos (Makis) Maropoulos 2018-02-08 14:04:39 +02:00
  • 5d62b5d428 replace boltdb/bolt to coreos/bbolt for sessions/sessiondb/boltdb Gerasimos (Makis) Maropoulos 2018-02-07 01:06:42 +02:00
  • 1675203e5f Translate the latest HISTORY_ZH entry by @Zeno-Code via PR #900 Gerasimos (Makis) Maropoulos 2018-02-07 01:05:22 +02:00
  • 3f529f51a1 Update HISTORY_ZH.md Zeno-Code 2018-02-06 21:27:05 +08:00
  • 592a48139f Update HISTORY_ZH.md Zeno-Code 2018-02-06 21:25:59 +08:00
  • 19606c3d6e Update HISTORY_ZH.md Zeno-Code 2018-02-06 21:23:39 +08:00
  • ce7304fc37 Merge pull request #7 from kataras/master Zeno-Code 2018-02-06 21:05:03 +08:00
  • 5fa306d69d Update to version 10.1.0. Happy February to Everyone!! Gerasimos (Makis) Maropoulos 2018-02-06 12:38:02 +02:00
  • 431e339ccc don't force-set content type on gzip response writer's WriteString and Writef if already there Gerasimos (Makis) Maropoulos 2018-02-06 11:55:56 +02:00
  • e523d08cb1 add websocket/Connection#IsJoined as requested at https://github.com/kataras/iris/issues/895 Gerasimos (Makis) Maropoulos 2018-02-03 18:53:39 +02:00
  • 711e48d9ab fix https://github.com/kataras/iris/issues/897 Gerasimos (Makis) Maropoulos 2018-02-03 18:31:01 +02:00
  • 019911237c add context#StatusCodeNotSuccessful for customize even the most customized clients that are not compatible with the standards and fix the SPA if static file serve handlers are passed as its AssetHandler as reported at the chat.iris-go.com Gerasimos (Makis) Maropoulos 2018-01-31 02:35:22 +02:00
  • e38ea65dc7 fix example comment on routing/dynamic-path/main.go#L101 Gerasimos (Makis) Maropoulos 2018-01-30 21:16:54 +02:00
  • 999fefd649 Merge pull request #890 from kataras/dev Gerasimos (Makis) Maropoulos 2018-01-28 15:45:44 +02:00
  • 687477f210 fix comment on csrf example Gerasimos (Makis) Maropoulos 2018-01-28 15:43:25 +02:00
  • 969c2e87d4 add Cache304 as an alternative to the server-side kataras/iris/cache middleware - it can perform better with less server overheat but it comes with a cost of 304 instead of 200 so custom clients must make that check Gerasimos (Makis) Maropoulos 2018-01-25 16:19:45 +02:00
  • befb1f0c08 some major improvements to the (server-side) cache middleware and an example of a client-side responsibility cache Gerasimos (Makis) Maropoulos 2018-01-25 15:09:24 +02:00
  • 981322cfd2 no need to default the Configuration.RemoteAddrHeaders to a list of 'dissalowed' header names, the ctx.RemoteAddr() made unnecessary checks if no X-header was passed, even if they defaulted to false, this will not give a crazy improvement but it's a good practise Gerasimos (Makis) Maropoulos 2018-01-25 06:31:05 +02:00
  • bf13f7648a add vscode extension link and badge | Some internal improvements (not completed yet) Gerasimos (Makis) Maropoulos 2018-01-25 03:16:49 +02:00
  • 243439af9d Corrected spelling from simmilate to simulate by @HintikkaKimmo via PR #883 Gerasimos (Makis) Maropoulos 2018-01-22 19:09:04 +02:00
  • 4b4dbb04af add an app.View example for parsing and writing templates outside of the HTTP scope(context.View) Gerasimos (Makis) Maropoulos 2018-01-22 15:42:19 +02:00
  • d4b09987c4 corrected spelling for example docs Kimmo Hintikka 2018-01-22 11:04:33 +00:00
  • 68acbf3f31 fix https://github.com/kataras/iris/issues/879 by @martinnagelberg Gerasimos (Makis) Maropoulos 2018-01-21 07:14:51 +02:00