Commit Graph

1079 Commits

Author SHA1 Message Date
Gerasimos (Makis) Maropoulos
711e48d9ab fix https://github.com/kataras/iris/issues/897
Former-commit-id: 6f94a79d9ce3ac9b2b05d1e2637059996a02df1d
2018-02-03 18:31:01 +02:00
Gerasimos (Makis) Maropoulos
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
Former-commit-id: ccd0815a09b9305bfbeaad7b46559dd86f34f20b
2018-01-31 02:35:22 +02:00
Gerasimos (Makis) Maropoulos
e38ea65dc7 fix example comment on routing/dynamic-path/main.go#L101
Former-commit-id: affb9b646e83ab9087d4c84aac8c12e11468257b
2018-01-30 21:16:54 +02:00
Gerasimos (Makis) Maropoulos
999fefd649 Merge pull request #890 from kataras/dev
New Cache Middleware: iris.Cache304

Former-commit-id: 927ab75400aa43c3594c598b1e588defb019be2d
2018-01-28 15:45:44 +02:00
Gerasimos (Makis) Maropoulos
687477f210 fix comment on csrf example
Former-commit-id: c5c001cbc5381fb169429f132ea18c4fc7c76a42
2018-01-28 15:43:25 +02:00
Gerasimos (Makis) Maropoulos
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
Former-commit-id: b0ba68c528c870fe060e2825c35689771a1d3680
2018-01-25 16:19:45 +02:00
Gerasimos (Makis) Maropoulos
befb1f0c08 some major improvements to the (server-side) cache middleware and an example of a client-side responsibility cache
Former-commit-id: 93d3a7a6f163c6d49f315f86d10e63f7b1b1d93a
2018-01-25 15:09:24 +02:00
Gerasimos (Makis) Maropoulos
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
Former-commit-id: ba9ed1475a76489df16cac0ed87275b5604f2ad0
2018-01-25 06:31:05 +02:00
Gerasimos (Makis) Maropoulos
bf13f7648a add vscode extension link and badge | Some internal improvements (not completed yet)
Former-commit-id: 9bc94e90a2780ee81f8188509d98063fb3f2924b
2018-01-25 03:16:49 +02:00
Gerasimos (Makis) Maropoulos
243439af9d Corrected spelling from simmilate to simulate by @HintikkaKimmo via PR #883
corrected spelling for example docs

Former-commit-id: 79c2cd4f7f0c6b5396920bf13bd7da27fd51d457
2018-01-22 19:09:04 +02:00
Gerasimos (Makis) Maropoulos
4b4dbb04af add an app.View example for parsing and writing templates outside of the HTTP scope(context.View)
Former-commit-id: e65d8ece521c778dedf45cf2f522383c26b9901b
2018-01-22 15:42:19 +02: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
Gerasimos (Makis) Maropoulos
68acbf3f31 fix https://github.com/kataras/iris/issues/879 by @martinnagelberg
Former-commit-id: 171480e3cb0b172d8f28eb95a36c97f926836810
2018-01-21 07:14:51 +02:00
Gerasimos (Makis) Maropoulos
25918427bc support multi-level subdomains redirect, see previous commit for the SubdomainRedirect fast solution
Former-commit-id: bc5749e46d1ae65f9d17063f3d8f2ea72510a9d8
2018-01-20 14:54:04 +02:00
Gerasimos (Makis) Maropoulos
e176ff7b0c NEW: Application#SubdomainRedirect. Example: https://github.com/kataras/iris/blob/master/_examples/subdomains/redirect/main.go
Former-commit-id: d8dd7c426dc9f14c870f103fef703595a2915612
2018-01-20 05:17:31 +02:00
Gerasimos (Makis) Maropoulos
a4ff39df65 Chinese Translation Updates for HISTORY_ZH.md v10.0.2 from @Zeno-Code
Update chinese translation on HISTORY_ZH.md

Former-commit-id: 0e31f9d04b50a27e46553795856ce6fadd89f8cb
2018-01-17 12:50:20 +02:00
Gerasimos (Makis) Maropoulos
c16e878648 Merge pull request #877 from mainnika/fix-dep-dependency
Fix dep dependency

Former-commit-id: a6bc22118bb56608bafae16bab0cda8dfd84ae8b
2018-01-17 12:48:11 +02:00
Zeno-Code
9ddbf5bef6 Update HISTORY_ZH.md
Former-commit-id: 089d9417eba02c0fe53c9237145a291a885282ac
2018-01-17 07:47:19 +08:00
Zeno-Code
b90d696e61 Merge pull request #6 from kataras/master
Update

Former-commit-id: 4b1cb12e22aaa10991b78c157100a9a1aa3ec9c6
2018-01-17 07:34:03 +08:00
Nikita Tokarchuk
fa1b3cfc0b Fix dep dependency
Former-commit-id: 0f1695ceb30c114d1487bc712a36b577d7d3c062
2018-01-16 12:27:47 +01:00
Gerasimos (Makis) Maropoulos
58f8b3c347 Security fix for TLS-enabled servers, please read https://github.com/kataras/iris/blob/master/HISTORY.md#tu-16-jenuary-2018--v1002
Former-commit-id: 861f7a30cbb2309a1f16c5196ceb10b02a92b933
2018-01-16 12:51:28 +02:00
Gerasimos (Makis) Maropoulos
de597efbc8 Chinese translation update, merge pull request #876 from @Zeno-Code
Update Chinese translation

Former-commit-id: 8e983b9616a8015ffd437ca3bccadd9c65fd7881
2018-01-16 00:26:42 +02:00
Zeno-Code
5419f5a00f Update HISTORY_ZH.md
Former-commit-id: 8f05740aa5488f1894d19be7d8bf0d14903084c5
2018-01-15 20:06:32 +08:00
Zeno-Code
d3e41a1247 Merge pull request #5 from kataras/master
Update

Former-commit-id: a3f647f024d4cfeafd25c1d1cff528f0aa8df84d
2018-01-15 19:56:09 +08:00
Gerasimos (Makis) Maropoulos
742ad6db72 upstream update for crypto/acme relative to iris.AutoTLS
Former-commit-id: 20d22c163f8063673536127caec4eecfb3561226
2018-01-15 12:34:35 +02:00
Gerasimos (Makis) Maropoulos
e840115873 Translate the Chinese changelog entry for the new v10.0.1 by @Zeno-Code
Update Chinese translation for the latest changelog entry (v10.0.1)

Former-commit-id: 9e3824572221bac0b9bb11227292da6e9dd7a4dd
2018-01-15 11:19:28 +02:00
Zeno-Code
5de0443321 Update HISTORY_ZH.md
Former-commit-id: 4d1b8e61ffc761518f146a97c8f3c524b3a2e6af
2018-01-15 09:18:51 +08:00
Zeno-Code
d6421e766e Update HISTORY_ZH.md
Former-commit-id: 43573a57b7f0fe139ab21d80877741bf15246215
2018-01-15 09:18:00 +08:00
Zeno-Code
a48d7f2577 Merge pull request #4 from kataras/master
Update

Former-commit-id: 41b81853b5235b30e801662441959b325b492803
2018-01-15 08:57:15 +08:00
Gerasimos (Makis) Maropoulos
a19e570c8a Update to version 10.0.1 - read more at: https://github.com/kataras/iris/blob/master/HISTORY.md#mo-15-jenuary-2018--v1001
Former-commit-id: 292d155c877ba3f9d1210db54c3df3fedd1d0c1c
2018-01-15 00:54:01 +02:00
Gerasimos (Makis) Maropoulos
ad9c76adb3 nothing tremendous here
Former-commit-id: 34e7c423d0b777b2d8c60e74c8aad0efc13bd7fc
2018-01-09 04:37:23 +02:00
Gerasimos (Makis) Maropoulos
4b04430f5c add a greek flag link to the HISTORY.md for the HISTORY_GR.md translated document
Former-commit-id: cf0453d7fd1fe865807bc971263800681ea76767
2018-01-08 10:00:01 +02:00
Gerasimos (Makis) Maropoulos
6ba34a95be translate HISTORY/CHANGELOG to the Greek Language
Former-commit-id: f29a586b91bf4205818c42182c1914d5ccb4cd2b
2018-01-08 09:58:40 +02:00
Zeno-Code
4d6292efe5 Merge pull request #2 from kataras/master
Update

Former-commit-id: 659bb73e985694885f8ce71a736802bfbb439a55
2018-01-05 21:30:15 +08:00
Gerasimos (Makis) Maropoulos
ade6809fc1 a simple simplify came from the previous PR that merged
Former-commit-id: 509d0ac8164562b655eebf0fe1fc8e166d8f0464
2018-01-05 08:22:18 +02:00
Gerasimos (Makis) Maropoulos
c541657d44 use websocket#Server##leave inside the websocket#Server##LeaveAll - fixes delete room when LeaveAll and room is totally empty by @akirahofrom akiraho/master
Former-commit-id: 1e5e1707ae39bf82353ebe13f9b7897b067a087f
2018-01-05 08:20:07 +02:00
Gerasimos (Makis) Maropoulos
1690cc9334 add Greek language side by side with Chinese and Russian
Former-commit-id: 4a44ae6f27d94deddd89afda6b1d83218a0ae309
2018-01-05 07:57:04 +02:00
Zeno-Code
fcd390878e Merge pull request #1 from kataras/master
Update

Former-commit-id: e2a997a5528a69a2d532c36acc8a433094d4fbbe
2018-01-05 13:14:01 +08:00
Akira Ho
5157ed17a6 websocket disconnect/leave-all-rooms should delete empty rooms as well otherwise rooms hash goes ever growing
Former-commit-id: 7f228be67cab79fc34f4a5a6a8b41b6ba8330186
2018-01-05 09:30:21 +08:00
Gerasimos (Makis) Maropoulos
10714273e9 fix https://github.com/kataras/iris/issues/861
Former-commit-id: 1557b773eef80f7a4a5a6dc47ea101aa0cc5286b
2018-01-05 01:54:08 +02:00
Gerasimos (Makis) Maropoulos
d18520407d add flag links for Chinese and Russian community translations near to the main titles(README.md) and the (HISTORY.md) titles
Former-commit-id: 2725027f7468cd6bfcae71eb5a893dfe0ee03311
2018-01-04 21:50:49 +02:00
Gerasimos (Makis) Maropoulos
2e9cf2def7 linting, 99% is not fine let's do it 100%
Former-commit-id: 45d246e8d14deb7c238e01e6a2b1648a9ddf39c0
2018-01-04 16:34:04 +02:00
Gerasimos (Makis) Maropoulos
d946d11dff Merge branch 'dev'
Former-commit-id: fbd1eb06590d4aa065e84108ba13237e118ebd53
2018-01-04 15:39:40 +02:00
Gerasimos (Makis) Maropoulos
6b14cb0009 fix #859
Former-commit-id: bcd483d42ac0d7c58c863ac54b55dc8069bd81ce
2018-01-04 15:36:50 +02:00
Gerasimos (Makis) Maropoulos
bcc3e9920a fix https://github.com/kataras/iris/issues/859
Former-commit-id: 55ce0b2f911a3088d28d4393b68ba9af97f79f94
2018-01-04 15:35:24 +02:00
Gerasimos (Makis) Maropoulos
11d3f42a3e Chinese translation updates for README_ZH.md and HISTORY_ZH.md by @Zeno-Code
Update README_ZH.md & HISTORY_ZH.md

Former-commit-id: f0b56012960f27311a1199b2d4464cdc814303be
2018-01-04 15:28:37 +02:00
Zeno-Code
ac407caedb Update HISTORY_ZH.md
Former-commit-id: d1a5291fe8003a47d8565ad95a85a47e4c19663d
2018-01-04 09:41:12 +08:00
Zeno-Code
e542b5f214 Update HISTORY_ZH.md
Former-commit-id: 88ed710683695a2f0520b4fc0ad405891905b505
2018-01-04 03:11:08 +08:00
Zeno-Code
ef51c7307d Update README_ZH.md
Former-commit-id: 9a0ac25e9809a62b6d45973b252e2e40420d2d20
2018-01-03 12:09:44 +08:00
Zeno-Code
6d41a7bfc9 Update README_ZH.md
Former-commit-id: d5ee9fcee384893e8ed6168bd8861c196b461fae
2018-01-03 12:07:12 +08:00