Commit Graph

64 Commits

Author SHA1 Message Date
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
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
b4612dcfe0 Custom func {{ url }} accepts array of strings as parameters also , example updated 2016-06-03 19:53:00 +03:00
Makis Maropoulos
d99c15592e utils.file replace os.Remove with os.RemoveAll 2016-06-03 16:17:15 +03:00
Makis Maropoulos
8fd5830e2c Iris cmd version 0.0.3 2016-06-03 16:09:25 +03:00
Makis Maropoulos
69409ea25c iris cmd: some untested changes in order the samples' import paths works better 2016-06-03 16:02:41 +03:00
Makis Maropoulos
04159fbb43 Update version of the iris command line tool and readme explanations 2016-06-03 15:08:11 +03:00
Makis Maropoulos
dc2b40283e Iris cmd: download packages on every iris create command 2016-06-03 06:17:40 +03:00
Makis Maropoulos
a3f3e7ebd2 Nothing special(2): remaining linting 2016-06-03 05:20:27 +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
b58c16113a Try #1 Sending mails though linux mail command - Untested: https://github.com/kataras/iris/issues/166 2016-06-02 23:22:48 +03:00
Makis Maropoulos
126a2b2f7c Fix redirect when POST method 2016-06-02 22:42:39 +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