Commit Graph

2228 Commits

Author SHA1 Message Date
Makis Maropoulos
56f78567a2 New: OAuth2 support via gothic. Example: https://github.com/iris-contrib/gothic/blob/master/example/main.go
https://github.com/iris-contrib/gothic/blob/master/example/main.go
2016-06-22 12:45:57 +03:00
Makis Maropoulos
e6bc24b648 Fix https://github.com/kataras/iris/issues/207 2016-06-22 05:09:12 +03:00
Makis Maropoulos
70b5e3d090 New feature: Auth support for social networks, dropbox, amazon and so on. Untested
https://github.com/iris-contrib/goth/ is the main package which has been
converted to work with Iris from the ...
https://github.com/markbates/goth/ . Not yet tested on real application.
2016-06-22 04:22:12 +03:00
Makis Maropoulos
74bbc34d5b Update readme 2016-06-21 16:27:20 +03:00
Makis Maropoulos
20e323b31d #198 2016-06-21 16:20:22 +03:00
Makis Maropoulos
10e8b9c964 Update readme
Update first example giving more information with the first eye-view.

also on graph's image's click now it goes to the external benchmark
suite project.
2016-06-21 16:07:49 +03:00
Makis Maropoulos
f841bd4157 https://github.com/kataras/iris/issues/201 2016-06-21 14:18:22 +03:00
Makis Maropoulos
40c8c18792 add linux screenshot for hot reload 2016-06-21 02:05:58 +03:00
Makis Maropoulos
9beb96b3c8 iris tool - command 'run': prints relative path of the changed filename 2016-06-21 04:52:25 +03:00
Makis Maropoulos
f70ff3327e fix iris tool command 'run' for linux &osx users 2016-06-21 04:33:31 +03:00
Makis Maropoulos
c462517ca9 remove garbage (for you) println 2016-06-21 04:20:24 +03:00
Makis Maropoulos
16e32fb25a Update iris tool ' iris run main.go` 2016-06-21 04:19:39 +03:00
Makis Maropoulos
e9a4746000 Update to rc.2 | NEW: iris run main.go https://github.com/kataras/iris/issues/192
Not tested on linux yet,(I do not have a linux station now). Post an
issue if iris run main.go doesnt works as expected
2016-06-20 11:59:36 +03:00
Makis Maropoulos
39e1504ba3 Fix https://github.com/kataras/iris/issues/196 2016-06-19 10:32:20 +03:00
Makis Maropoulos
15139e33b7 Fix https://github.com/kataras/iris/issues/184
I forgot to use sort.Sort lawl
2016-06-18 20:26:35 +03:00
Makis Maropoulos
78aa4f7681 Websocket: Add OnError to be able to catch internal errors from the connection 2016-06-18 02:57:18 +03:00
Makis Maropoulos
a245a19d02 gofmt 2016-06-18 01:14:57 +03:00
Makis Maropoulos
5060cf4f5e linting 2016-06-18 01:11:03 +03:00
Makis Maropoulos
5d369b7c73 Fix https://github.com/kataras/iris/issues/175 2016-06-17 19:51:17 +03:00
Makis Maropoulos
6544863edc Add gif animation for iriscontrol plugin 2016-06-17 18:04:45 +03:00
Makis Maropoulos
80963cffe5 Add readme gif animation showcase for iriscontrol plugin 2016-06-17 18:02:00 +03:00
Makis Maropoulos
f21faa7cfd MustUse and MustUseFunc - registers middleware for all parties and subdomains - Subdomains don't care about registering order now
1st:
MustUse and MustUseFunc - registers middleware for all parties and
subdomains
2nd:
Subdomains don't care about registering order now
3rd:
iris control plugin realtime logger
2016-06-17 07:18:09 +03:00
Makis Maropoulos
dde7ce31d5 Introduce default hostname and default port for any case 2016-06-17 02:11:15 +03:00
Makis Maropoulos
2dac93104a Fix some plugins 2016-06-17 02:01:42 +03:00
Makis Maropoulos
648bd0d335 Update editor' plugin doc 2016-06-17 01:56:13 +03:00
Makis Maropoulos
2f6c083232 update iriscontrol - no new feature added but now listens to the parent host https://github.com/kataras/iris/issues/191 2016-06-17 01:51:42 +03:00
Makis Maropoulos
2942d384c4 Try third to solve https://github.com/kataras/iris/issues/175#issuecomment-226634061 2016-06-17 01:44:16 +03:00
Makis Maropoulos
0d482508fc Add ReadBufferSize and WriteBufferSize to the iris-ws, disable header copy also 2016-06-16 20:08:59 +03:00
Makis Maropoulos
647f0d704c Thanks goes to all of you you help building this (nice) framework - Update README and add errors on mux entry register 2016-06-16 05:24:01 +03:00
Makis Maropoulos
dcded4e400 Add FAQ link on readme 2016-06-16 00:17:23 +03:00
Makis Maropoulos
8cddc68993 Fix https://github.com/kataras/iris/issues/175#issuecomment-226290922 2016-06-16 00:13:56 +03:00
Makis Maropoulos
6a77c2ed22 Embrace the feature request for per-party layout https://github.com/kataras/iris/issues/180 2016-06-14 20:29:01 +03:00
Makis Maropoulos
d837381b16 Update to 3.0.0-rc.1 - Read the HISTORY.md. Relative: #183 #184 #166 #176 #181
Read https://github.com/kataras/iris/tree/master/HISTORY.md
2016-06-14 08:45:40 +03:00
Makis Maropoulos
2da67206c8 {{ url }} prepends with the listening address and not the real host 2016-06-07 20:54:34 +03:00
Makis Maropoulos
721e9ef66f add {{ urlpath }} - returns the path without scheme & domain , near to the {{ url }} 2016-06-07 20:29:12 +03:00
Makis Maropoulos
57c6452e31 Update readme 2016-06-07 13:11:34 +03:00
Makis Maropoulos
1654e44e6e Add screenshots for iris tool 2016-06-07 12:38:41 +03:00
Makis Maropoulos
6af451b800 only defer on finish download 2016-06-07 12:30:29 +03:00
Makis Maropoulos
0e05c68876 Update Iris tool to v.0.0.4 - Install dir now is based on $GOPATH/src 2016-06-07 12:21:40 +03:00
Makis Maropoulos
26f13cf5bf Final touches for Logger 2016-06-06 21:46:28 +03:00
Makis Maropoulos
c88f73acbe Update to v3.0.0-beta.4 - Logger changes book, examples updated 2016-06-06 21:04:38 +03:00
Makis Maropoulos
01b9e800d3 Nothing special: Remove test print for #172 2016-06-06 17:25:23 +03:00
Makis Maropoulos
690db2853f Fix https://github.com/kataras/iris/issues/172 2016-06-06 17:24:14 +03:00
Makis Maropoulos
86694df84e Add FromAlias to the Mail service and some iriscontrol fixes 2016-06-06 13:25:09 +03:00
Makis Maropoulos
48aaca5bc0 Fix mail send, complete jade support, fix iriscontrol index , replace iriscontrol session to basicauth 2016-06-06 01:37:32 +03:00
Makis Maropoulos
91b45ebfdb FIx https://github.com/kataras/iris/issues/170 2016-06-05 13:39:45 +03:00
Makis Maropoulos
e40fe0a9f3 Implement the custom {{ url }} to the PongoEngine also 2016-06-05 02:17:17 +03:00
Makis Maropoulos
7f5fd1904b Remove the golang.org/x/net/context 2016-06-04 23:33:34 +03:00
Makis Maropoulos
1a9102706b A small fix for offline server tests 2016-06-04 23:11:22 +03:00
Makis Maropoulos
26ef396959 Add history for v3.0.0.-beta.2. Some fixes to subdomains listening on local 127.0.0.1. Change GetURI to ParseURI
Examples and e-book updated also.
2016-06-04 23:07:19 +03:00