kataras
056f9a9415
Update to 8.2.1 | LevelDB-based session database implemented, Read HISTORY.md
...
Former-commit-id: 4e341b185aedaaa9a04fdebe43b4364dec59e3c8
2017-08-08 16:00:34 +03:00
kataras
92d0b146df
remove MaxAgeSeconds from redis sessiondb - now it derives from the sessions configuration automatically. Add option to use an existing BoltDB connection on boltdb sessiondb.
...
TODO: leveldb sessiondb
Former-commit-id: 8cb781bf089ab7b9a09dccc633454db9c6077610
2017-08-08 12:31:42 +03:00
kataras
48e352e1df
Update to 8.2.0 | BoltDB session database, fix file sessiondb, faster, simpler and improvement Session Database API
...
Former-commit-id: 4034737a65b78a77277e4283fd9289c17f4a452e
2017-08-07 06:04:35 +03:00
kataras
36e6fb37b8
remove second "and" from sessions/sessiondb/file#SerializeBytes comment.
...
Former-commit-id: b648f43eb2827dbb682ef3aac7f99643a15619a5
2017-08-03 00:43:43 +03:00
kataras
94043bc117
Session DB File Storage: Catch and Log any error (i.e if access denied) as requested https://github.com/kataras/iris/issues/704#issuecomment-319804704
...
Former-commit-id: 6a96da0bde5ae8d999fc9c1e6af49db2a893a6d5
2017-08-03 00:38:17 +03:00
kataras
8a7e718bb1
Session DB file storage: https://github.com/kataras/iris/issues/702 example added
...
Tested on Windows and worked, waiting for more testers.
Former-commit-id: 2b5be0202c1124f424d2276948c3203677f26a56
2017-08-02 21:52:53 +03:00
kataras
d08c8aa1d6
Session database for file-storage https://github.com/kataras/iris/issues/702 using the latest API (Not tested on every OS, yet)
...
Former-commit-id: fb98f86f2a602d543ca1abb5281a30af96462c11
2017-08-02 21:18:37 +03:00
kataras
6fb90cfdb4
Implement a file-storage session database for https://github.com/kataras/iris/issues/702 (UNTESTED)
...
Former-commit-id: 7ca4183ee0602936d8270d6e7dac6bec3d3fa2b5
2017-08-02 20:53:17 +03:00
kataras
2b6af256fa
Fix https://github.com/kataras/iris/issues/703
...
Former-commit-id: 54afc90ad3f04f7164916e34f692d68118bfa675
2017-08-02 20:37:13 +03:00
kataras
41bc0f40ba
Add a link to help new gophers to learn how to convert their apps to Iris
...
Former-commit-id: 9117632d38b53bb67bd2a24d3f11938c14effa91
2017-08-02 15:36:56 +03:00
kataras
f143d506a0
Add support for fatal leveled logs via iris' logger
...
Former-commit-id: 99f6d55201a3f6f774be7f2b89c8244f82f846d8
2017-08-02 15:10:02 +03:00
kataras
6231f96d5f
Add a note for the latest history entry written by @hiveminded , only go1.9 users can use reference to iris.Party
...
Former-commit-id: 8821d33c40e7e5fda80895703b2131db4ed7c83e
2017-08-02 14:31:34 +03:00
Gerasimos (Makis) Maropoulos
b848e2ebdc
Merge pull request #699 from corebreaker/session-cookie-decoder-error
...
Sessions: Test decoded cookie for empty strings
Former-commit-id: 776e478b75d87b22723f6539ba15604eb0abee28
2017-08-02 13:43:58 +03:00
corebreaker
8fded5f86d
Test decoded cookie for empty strings
...
Fixes up issue #698 .
The input of `decodeCookieValue` is tested in case of there is an empty string, so then its output really reflect the validity of the input.
It takes in consideration that underlying decoder can unvalidate the cookie.
Former-commit-id: a82cccfe1c252c68ceeb4126ea43495fa2cdf96d
2017-08-02 09:40:54 +03:00
kataras
d664f3f0d6
Better documentation for the Application#Logger()
...
Former-commit-id: 7d70c7ffba9ae6a94b600b85b078714dd943a7da
2017-08-02 04:22:15 +03:00
hiveminded
516dc14b1a
add vendor/CHANGES 📓
...
Former-commit-id: 2ec2acab408e6557c1cb9720f879a8b4bb60ac4a
2017-08-02 03:38:51 +03:00
Bill Q
1da255bfc9
Merge pull request #697 from j-lenoch/i18n-accept-language-header
...
Update i18n middleware and toolkit methods to support IETF and RFC2616.
Former-commit-id: 9926dafa40c422b4a6f8f859ca43cebebab3cd24
2017-08-02 03:32:42 +03:00
Jörn Lenoch
3a3d1f24a1
Update i18n middleware and toolkit methods to support IETF and RFC2616.
...
Add IETF matching method to vendor unkwon/i18n.
Update i18n middleware to support RFC2616.
Former-commit-id: 186f08dec3eb98df13bf2a0da61f0a31fe135358
2017-08-02 00:49:21 +02:00
hiveminded
4533be64b4
push version 8.1.3 👍
...
Former-commit-id: 88d9e73e291dd871f995f6362ef73032fc0c92d2
2017-08-01 22:32:53 +03:00
hiveminded
9143ccec6e
add PartyFunc and gofmt -s -w . 🔷
...
Former-commit-id: a3809498a45140d691f3f235ad9cb25239d495a2
2017-08-01 22:25:08 +03:00
Gerasimos (Makis) Maropoulos
351f099ad6
Merge pull request #693 from corebreaker/session-expiration
...
Fix up for sessions
Former-commit-id: 12b18902b4776335053b4d971ec564a9659a4c2d
2017-08-01 13:13:09 +03:00
corebreaker
9b61ce2531
Add IsNew
flag on sessions
...
Former-commit-id: 94ac010a156bbe124033da2cbaac05fc4726d189
2017-08-01 11:00:30 +03:00
corebreaker
ef979cf541
Little change of session API + Update examples
...
Former-commit-id: e8c58b186acf1c8932af6e886dae7035f4d581c1
2017-08-01 08:34:18 +03:00
kataras
e3cf2f592a
Add text and html/template Option
func to the view engine as requested https://github.com/kataras/iris/issues/694
...
Former-commit-id: 4633a62addf6a25ee99d1e7f4c00f6e3555cee76
2017-08-01 07:22:30 +03:00
kataras
f9c56c72e0
Thank you for your reactions and to dev.to for sharing my latest article: https://twitter.com/ThePracticalDev/status/892022594031017988
...
Former-commit-id: b179718962e4f79735028c4d260d31c5ca553e8d
2017-08-01 05:12:58 +03:00
corebreaker
0f1a265e5a
Fix up for sessions
...
- Restore expiration state of the sessions
- Add APIs to modify expire date
- Free the timer for the session destroy task
Former-commit-id: 4d796a9efba2c37cd3750275ac62c068ceb82be8
2017-07-31 21:49:30 +03:00
kataras
8dc4779ef5
Add iris#ConfigureHost
as an alternative way to interact with the app's hosts.
...
Former-commit-id: 5f36f44b86b70818c4c0c6ef7c178b550cc4ac46
2017-07-31 19:11:58 +03:00
kataras
4f2985cb4e
Nothing serious yet, thinking new features with the team, post some to help us!
...
Former-commit-id: 5741c47230bd2f3b88bf9e943742418be664cfdd
2017-07-30 19:47:50 +03:00
kataras
eb087e5ba6
Add a list of Job offers for iris developers
...
Former-commit-id: 5d752a85446ffc63f93fe3d6e1f548ff208fea01
2017-07-29 05:17:12 +03:00
kataras
8d2e7fc071
Notify on shutdown
...
Former-commit-id: 28d9475665e29aa34f7fe0fad31c2388c8fc9ea2
2017-07-29 04:39:30 +03:00
kataras
6432759dbf
Give an easier and more permant solution for https://github.com/kataras/iris/pull/689
...
Former-commit-id: 8dc16d15f7bd14cb98b91b16d7d6b1bd756132bd
2017-07-29 04:27:58 +03:00
hiveminded
6176888e68
alignation ⭐
...
Former-commit-id: 5b3c95793091cf38ed5151d0d5e7122ea2f5e464
2017-07-28 14:01:14 +03:00
hiveminded
5855568794
grammar and readme additions 📕
...
Former-commit-id: f63083ed6924b4ed13ea9585501b0c032c1194c1
2017-07-28 13:58:02 +03:00
kataras
345e7280a1
Update to 8.1.0 - a new logger implemented as a solution for https://github.com/kataras/iris/issues/680
...
Former-commit-id: 765b43602655fad7f525ca7a5f7f297a6167d075
2017-07-26 15:30:20 +03:00
kataras
726d89fd1b
fix https://github.com/kataras/iris/issues/683#issuecomment-317229068
...
Former-commit-id: a42c54708297e6fed78d6fdc2b7cd5ee91c9574b
2017-07-23 12:10:51 +03:00
hiveminded
11f2f296ba
push version 8.0.6 🎬
...
Former-commit-id: 0024f1b9acc1621b1672d5b7484a26dff2f9992e
2017-07-22 23:32:14 +03:00
hiveminded
6f8b802551
fix the listen-addr test fails on unix 1️⃣
...
Former-commit-id: a953a0bf2f843f6da5d062dc0bd6cd561b7b10b2
2017-07-22 23:10:20 +03:00
hiveminded
e1953fe91e
update sessions, websockets and cache examples' links 📇
...
Former-commit-id: 503b10dcb097e4263254e01a61dd5e420af60e56
2017-07-22 23:01:54 +03:00
hiveminded
9a0b18acbf
move sessions and websocket examples, gofmt, fix misspells and experimental optimizations 🍐
...
Former-commit-id: cae4f94bbd404d26ab13dade02b52f81feaddf24
2017-07-22 22:57:20 +03:00
hiveminded
90b8c1af44
update to 8.0.5 fix django binary loader and remove logrus from vendor
...
Fix django binary loading was maden by @corebreaker, look the history file for more information.
Former-commit-id: 707d359ea7357baf7bd60208def813dbd9260ddb
2017-07-22 02:20:47 +03:00
Bill Q
197cb0e9b0
Merge pull request #682 from corebreaker/django-include-problem
...
Resolve Django `include` and `extends` tags problem
Former-commit-id: 4d6a7f45292f8e49abe45f91891c852b0eebb5f8
2017-07-22 01:48:42 +03:00
corebreaker
d379e753b6
Stash cancel
...
Former-commit-id: 6ad957ee4c34ad2f4df065a84d127bef5c87da99
2017-07-21 17:15:04 +03:00
corebreaker
9777490822
Apply new template loader
...
Former-commit-id: f28eab261ea1ac93774e04240c7e6da663e0da7c
2017-07-21 17:00:36 +03:00
corebreaker
8b0c381808
Resolve {%extends%} & {%include%} tags problem
...
Former-commit-id: 2f52b831993832cc8c7dd4e7aff55848b3266e0a
2017-07-21 16:46:51 +03:00
Gerasimos (Makis) Maropoulos
a2af84336f
Merge pull request #679 from corebreaker/get-reporter
...
Add GetReporter method for getting the Reporter. Fixes #678
Former-commit-id: c4aea6edbd657dec9c76e01b91fe1570f2b198f8
2017-07-18 23:22:14 +03:00
corebreaker
0e3b29c551
Gofmt
...
Former-commit-id: a665e3f1253feb0d520c79ea499cba1f205c9c4f
2017-07-18 23:13:05 +03:00
hiveminded
feb1d264c0
add quicktemplate example. Iris + Quicktemplate made easy 👍
...
Former-commit-id: b17fb21d8c1d5a73f9f9170f49ae0527870377a1
2017-07-18 21:17:23 +03:00
corebreaker
6b747affad
Tests failed, maybe net port problem
...
Former-commit-id: c02333acba09575a655cde67d41e11223ec9d1c0
2017-07-18 16:27:12 +03:00
corebreaker
68a28b3a5d
Add GetReporter method for getting the Reporter
...
Former-commit-id: 4c3f6144c2303b2f8f740251335454a80f51d457
2017-07-18 15:37:39 +03:00
kataras
093d087a68
Update to 8.0.4 | New: transfer a message to the request logger
...
Former-commit-id: 2bab3c9f28f7e9edd5d85e579349f70388af871d
2017-07-17 17:42:51 +03:00