Gerasimos Maropoulos
|
989cb3f045
|
update vendor
Former-commit-id: 8e7fca843e404d34fec071415191657ea554dd05
|
2018-04-03 13:07:23 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
e9e2998538
|
Merge pull request #950 from Zeno-Code/master
Examples README_ZH.md
Former-commit-id: 3e1db0582142a6240921cfb303d31e0a45e96b87
|
2018-04-02 02:59:57 +03:00 |
|
Zeno-Code
|
4a3e97a9bd
|
Update README_ZH.md
Former-commit-id: 8865a9b486dc56821f3505b25cc8764d641c21bf
|
2018-03-31 14:20:29 +08:00 |
|
Zeno-Code
|
b7bf311058
|
Update README_ZH.md
Former-commit-id: 41af389366ad45114473df779111a8f698e5cfda
|
2018-03-30 19:18:18 +08:00 |
|
Zeno-Code
|
515fd82873
|
Update README_ZH.md
Former-commit-id: a0c4b2d627621bbd060bd861debcafa21c223710
|
2018-03-30 00:15:58 +08:00 |
|
Zeno-Code
|
61406dcbae
|
Update README_ZH.md
Former-commit-id: b2392ff60de3fbf5d167cd2f16051ee6dd382948
|
2018-03-29 23:24:30 +08:00 |
|
Zeno-Code
|
37b5875ab0
|
Update README_ZH.md
Former-commit-id: 981f0266b25e92cb38d767288db3bed112d70399
|
2018-03-29 03:31:49 +08:00 |
|
Gerasimos (Makis) Maropoulos
|
502b4654d4
|
fix the bug of lost argument in log function caused by PR: #946
Former-commit-id: 80fc2b2ff2455c328bb49b9ddcee519cf8138be9
|
2018-03-28 17:16:29 +03:00 |
|
Chengyumeng
|
addf984ed3
|
fix the bug of lost argument in log function
Former-commit-id: 566a0c8bff8e77d5d12c1b4d10b3c69be0a962ba
|
2018-03-28 20:39:56 +08:00 |
|
Zeno-Code
|
2b0280b646
|
Update README.md
Former-commit-id: 86b6b483349c30211234626b91723a8f35d6a12f
|
2018-03-28 12:23:06 +08:00 |
|
Zeno-Code
|
58c9de3ab7
|
Update README_ZH.md
Former-commit-id: 61d8df659e22d518de09d4a35cdf93277b5bc3d6
|
2018-03-28 12:22:29 +08:00 |
|
Zeno-Code
|
a79496de6d
|
Create README_ZH.md
Former-commit-id: 35656f423a935b9fe4c0f639bdcac591b98c4667
|
2018-03-28 12:21:17 +08:00 |
|
Zeno-Code
|
fbb3bb89f0
|
Update README.md
Former-commit-id: ea1325f29246fa90219344434f5bc7e9317e62db
|
2018-03-28 11:45:05 +08:00 |
|
Gerasimos (Makis) Maropoulos
|
b579e89aaa
|
add more information for access log merge pull request #946 from Chengyumeng/feature/logger
Former-commit-id: 91fbc9420c52287231a284aa8092764c7273e987
|
2018-03-27 10:06:29 +03:00 |
|
Gerasimos Maropoulos
|
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
Former-commit-id: 033f7e96693b13f87b44b445ed166328fea6e0a0
|
2018-03-27 09:59:29 +03:00 |
|
Chengyumeng
|
edc24d529f
|
add more information for access log
Former-commit-id: 60517837c5bfdb2d879909c4b413e83cbd10321a
|
2018-03-26 15:50:33 +08:00 |
|
Gerasimos Maropoulos
|
66d367b255
|
Update to version 10.5.0 | Read HISTORY.md for more
Former-commit-id: 41b1947aafa258d342bbf9d22baeecc946d198a4
|
2018-03-24 10:39:44 +02:00 |
|
Stefan Pahlplatz
|
5aba0d0ff4
|
Fixed a typo
Former-commit-id: 4d3a281839fe2dc72d1cb67af0f6d3b04782968e
|
2018-03-22 12:02:22 +01:00 |
|
Gerasimos Maropoulos
|
89022c7051
|
add some tests for the content type for the embedding files and gziped embedded files
Former-commit-id: b7fe470f33efcdf70df3e41ad880bbd4704cbb4a
|
2018-03-15 23:09:07 +02:00 |
|
Gerasimos Maropoulos
|
56215eeb71
|
Release of version 10.4.0 - x8 faster embedded file server | Star and Read HISTORY.md
Former-commit-id: 4f8b8c95c1b107a9be3b1ef6835ece949a75ceb6
|
2018-03-14 07:17:35 +02:00 |
|
Gerasimos Maropoulos
|
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
Former-commit-id: 5576c44b64014fb00dd79e618b815b5f52b705e4
|
2018-03-10 14:22:56 +02:00 |
|
Gerasimos Maropoulos
|
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 .
Former-commit-id: 536b1780f12d0b9d9ce9aa976a0f95f18634ec2d
|
2018-03-08 05:21:16 +02:00 |
|
Gerasimos Maropoulos
|
1a4803307d
|
Add one more example for custom router macro functions, relative to https://github.com/kataras/iris/issues/918
Former-commit-id: 457c1a94dc8d93e614e9da70e1ec2482fe0c5765
|
2018-03-05 20:09:30 +02:00 |
|
Gerasimos Maropoulos
|
b20933e0bb
|
upgrade go-bindata link to the most maintainable one
Former-commit-id: 58d5253b3332acef480d36f0cf716f2ad6b1c09e
|
2018-02-25 12:14:49 +02:00 |
|
Gerasimos (Makis) Maropoulos
|
d7beb9a752
|
Add a missing call for fallbackHandler in _examples/routing/fallback-handlers/main.go by @ZaniaDeveloper via PR: #911
Former-commit-id: 94ae5849e16538a4bc7f906c52ed7603c7ae01f6
|
2018-02-23 15:20:53 +02:00 |
|
ZaniaDevelopper
|
abb10e9cbf
|
Add a missing call for fallbackHandler
Former-commit-id: a1ce94b39d326657cdbce34276477c34752f0000
|
2018-02-23 09:24:35 +03:00 |
|
Gerasimos Maropoulos
|
a1232c9a9a
|
_examples: replace DELETE string with iris.MethodDelete, for important changes see: https://github.com/kataras/iris/pull/909 and 6de64d517e [formerly 35dd2ab80b69a5bea6f35f58e636bc11229d9921]
Former-commit-id: d0f5785aff289b8c140e4f253eb555135e79603d
|
2018-02-23 04:25:12 +02:00 |
|
Gerasimos Maropoulos
|
6de64d517e
|
New: context#NextOr && context#NextOrNotFound and some performance improvements on the awesome https://github.com/kataras/iris/pull/909 pushed a while ago
Former-commit-id: 35dd2ab80b69a5bea6f35f58e636bc11229d9921
|
2018-02-23 04:06:05 +02:00 |
|
ZaniaDevelopper
|
1196680004
|
Add comment in example
Former-commit-id: 2b9d7a569ed4c5d78cd5dd49865df1cf381619fc
|
2018-02-21 15:19:09 +03:00 |
|
ZaniaDevelopper
|
7a29519c5a
|
Fixes bad copy/paste
Former-commit-id: 437b60bc6b37d8a755198fb97809c61b9c18004e
|
2018-02-21 14:48:09 +03:00 |
|
ZaniaDevelopper
|
643358d7cb
|
Modification
- Add configurator for Party
- Modification for CORS middleware example
Former-commit-id: f01c01d4eac41666a92890461851909a6ade018b
|
2018-02-21 14:22:17 +03:00 |
|
Frédéric Meyer
|
72b096e156
|
Add fallback handlers
Former-commit-id: f7e9bd17076a10e1ed1702780d7ce9e89f00b592
|
2018-02-21 12:27:01 +03:00 |
|
Frédéric Meyer
|
66209cae4f
|
Save
Former-commit-id: 592e9cddf3511fc08e87f19ad39fdaac479b453f
|
2018-02-21 08:18:53 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
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
Former-commit-id: 093f11d05fe9556c79de2cb2886e5d0569f27336
|
2018-02-12 04:04:46 +02:00 |
|
Gerasimos (Makis) Maropoulos
|
9cdae4ee67
|
Update to version 10.2.0. Read: https://github.com/kataras/iris/blob/master/HISTORY.md#th-08-february-2018--v1020
Former-commit-id: 2eb94ec0f565b80790784ac55af024429384b3d3
|
2018-02-08 14:04:39 +02:00 |
|
Gerasimos (Makis) Maropoulos
|
5d62b5d428
|
replace boltdb/bolt to coreos/bbolt for sessions/sessiondb/boltdb
Former-commit-id: 0451425be0550e6a6f0c430e036452b60e393789
|
2018-02-07 01:06:42 +02:00 |
|
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
|
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
|
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
|
742ad6db72
|
upstream update for crypto/acme relative to iris.AutoTLS
Former-commit-id: 20d22c163f8063673536127caec4eecfb3561226
|
2018-01-15 12:34:35 +02:00 |
|