Commit Graph

43 Commits

Author SHA1 Message Date
Makis Maropoulos
93dc7c7e48 Add some tests 2016-07-05 13:37:10 +02:00
Makis Maropoulos
126e170371 Add a Test framework to make it easier to test Iris app
I will commit the tests , mostly to see how this is working,  when I
finish with the front-end tests
2016-07-03 16:26:53 +02:00
Makis Maropoulos
c443dc9808 Fix semantic typo for Redirection via Route name 2016-07-03 10:38:03 +02:00
Makis Maropoulos
04cffe5750 Add an Available channel for special usage like testing different Listen methods 2016-07-01 19:06:11 +03:00
Makis Maropoulos
386201f73a Make iris easier for glide users
I am not pushing the /vendor package to this repository because of
possibility to break the framework. See here:
https://github.com/mattfarina/golang-broken-vendor
2016-06-30 17:33:08 +03:00
Makis Maropoulos
66a66fdfa0 Fix https://github.com/kataras/iris/issues/231 2016-06-30 05:58:04 +03:00
Makis Maropoulos
f57d457d39 Finish the feature request https://github.com/kataras/iris/issues/235#issuecomment-229383650 2016-06-29 18:49:09 +03:00
Makis Maropoulos
65184ddaca Second try for https://github.com/kataras/iris/issues/235#issuecomment-229350945
change the ListenToServer
to SecondaryListen which comes before the main listen, they are
non-blocking funcs now
2016-06-29 16:48:44 +03:00
Makis Maropoulos
20cd75139a Remove debug println 2016-06-29 16:27:48 +03:00
Makis Maropoulos
5b8f4dc1b0 Multiserver listening - Try first for https://github.com/kataras/iris/issues/235 - example added 2016-06-29 16:25:17 +03:00
Makis Maropoulos
aa319fd8e4 Handlebars support - Embrace the feature request https://github.com/kataras/iris/issues/239 2016-06-28 12:50:26 +03:00
Makis Maropoulos
f83b532835 Embrace the weekend- Update to rc.3 | Read the HISTORY.md 2016-06-24 01:34:49 +03:00
Makis Maropoulos
4a446ac1e2 Complete the OAuth/OAuth2 'high level' support 2016-06-22 16:01:31 +03:00
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
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
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
5060cf4f5e linting 2016-06-18 01:11:03 +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
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
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
721e9ef66f add {{ urlpath }} - returns the path without scheme & domain , near to the {{ url }} 2016-06-07 20:29:12 +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
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
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
Makis Maropoulos
1a433e34d5 Wildcard subdomain full support | v3.0.0-beta.2
Update to v3.0.0-beta.2.
Wildcard subdomain e-book section:
https://kataras.gitbooks.io/iris/content/subdomains.html
2016-06-04 16:20:32 +03:00
Makis Maropoulos
a337b4768d Nothing special: Linting 2016-06-03 05:11:50 +03:00
Makis Maropoulos
679b707751 E-mail through linux command with UseCommand configuration field 2016-06-02 23:29:29 +03:00
Makis Maropoulos
c2e4949b5f Banner at routine and faster animation 2016-06-02 19:45:13 +03:00
Makis Maropoulos
e5efa6c5d8 Print the banner at PreListen state with a smaller animation 2016-06-02 19:39:32 +03:00
Makis Maropoulos
05b6723b19 Implement a GetURI to get the full uri of a (named) route 2016-06-02 19:22:36 +03:00
Makis Maropoulos
79e984146e make Route's parse public 2016-06-02 18:32:20 +03:00
Makis Maropoulos
56a9fba34d https://github.com/kataras/iris/issues/167 2016-06-02 18:27:35 +03:00
Makis Maropoulos
bd13342149 continue at any case on print banner 2016-06-02 05:11:51 +03:00
Makis Maropoulos
28fff6cea9 Fix banner sometimes error because conc 2016-06-02 04:51:17 +03:00
Makis Maropoulos
9e03a529d6 One of the best requests https://github.com/kataras/iris/issues/165 2016-06-02 04:45:03 +03:00
Makis Maropoulos
7f56cdea8c E-mail sender 2016-06-01 15:29:38 +03:00
Makis Maropoulos
31cbd50fb0 Linting 2016-05-31 11:05:42 +03:00
Makis Maropoulos
c26668a489 Version 3.0.0-beta cleaned 2016-05-30 17:08:09 +03:00