Gerasimos Maropoulos
c6f5406c3b
Better gzip managment, align with https://github.com/kataras/iris/issues/361 . OnError on Parties: https://github.com/kataras/iris/issues/35
2016-08-14 05:44:36 +03:00
Gerasimos Maropoulos
f8f6abd906
Add PostValuesAll, PostValues, PostValue shortcut for aio multipart, form data, raw post, query data
2016-07-28 12:13:54 +03:00
Gerasimos Maropoulos
3f13707428
Expose a standard Session interface on context/context.go | https://github.com/kataras/iris/issues/316
2016-07-26 19:36:31 +03:00
Makis Maropoulos
077984bd60
🌈 sessions were re-written, update to 4.0.0-alpha.2, read HISTORY.md
...
**Sessions were re-written **
- Developers can use more than one 'session database', at the same time,
to store the sessions
- Easy to develop a custom session database (only two functions are
required (Load & Update)), [learn
more](https://github.com/iris-contrib/sessiondb/blob/master/redis/database.go )
- Session databases are located
[here](https://github.com/iris-contrib/sessiondb ), contributions are
welcome
- The only frontend deleted 'thing' is the: **config.Sessions.Provider**
- No need to register a database, the sessions works out-of-the-box
- No frontend/API changes except the
`context.Session().Set/Delete/Clear`, they doesn't return errors
anymore, btw they (errors) were always nil :)
- Examples (master branch) were updated.
```sh
$ go get github.com/iris-contrib/sessiondb/$DATABASE
```
```go
db := $DATABASE.New(configurationHere{})
iris.UseSessionDB(db)
```
> Note: Book is not updated yet, examples are up-to-date as always.
2016-07-15 20:50:36 +03:00
Makis Maropoulos
f7a782b692
Remove deprecated functions
2016-07-13 14:05:32 +03:00
Makis Maropoulos
b99afb2875
Update to v4.0.0-alpha.1
2016-07-13 06:28:09 +03:00
Makis Maropoulos
0b8cb29e0c
Update to 3.0.0-pre.release, Read HISTORY.md for new features and changes
...
Yes new features, with Iris you always get them on each version or
revision or non-semantic version
2016-07-07 02:36:48 +02:00
Makis Maropoulos
f5f7f22245
Ok finish the context's tests
2016-07-07 01:26:05 +02:00
Makis Maropoulos
9100560e00
Embrace https://github.com/kataras/iris/issues/250 - Flash messages available inside request life
2016-07-02 15:02:33 +02:00
Makis Maropoulos
49c1a595ec
Remove unused context.Domain
...
it was added (and wrong idx) on previous commit for some of my internal
tests, this is not used anywhere so remove it.
2016-06-30 06:02:07 +03:00
Makis Maropoulos
66a66fdfa0
Fix https://github.com/kataras/iris/issues/231
2016-06-30 05:58:04 +03:00
Makis Maropoulos
abccf7fc06
Add ParamInt64 as requested on chat from the community
2016-06-26 08:46:04 +03:00
Makis Maropoulos
132021ec43
Add URLParamInt64 as requested by the community on chat
2016-06-26 08:44:10 +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
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
7f5fd1904b
Remove the golang.org/x/net/context
2016-06-04 23:33:34 +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
dc2b40283e
Iris cmd: download packages on every iris create command
2016-06-03 06:17:40 +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
8cd1cc2ac8
Iris is looking for a new website design and logo
2016-06-01 04:45:11 +03:00
Makis Maropoulos
c26668a489
Version 3.0.0-beta cleaned
2016-05-30 17:08:09 +03:00