Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/kataras/iris

The fastest HTTP/2 Go Web Framework. New, modern and easy to learn. Fast development with Code you control. Unbeatable cost-performance ratio :rocket:
https://github.com/kataras/iris

Typo

Former-commit-id: d4e73cb72e83b4462be3ca0ef8ae1263c2c2125a

e0eb5d8f6e33320d42db5c807ad941fbceb119df authored over 6 years ago
`context#ReadForm`: do not return an error if request data are not there, instead return nil without touching the ptr value. Requested at: https://github.com/kataras/iris/issues/1095

Former-commit-id: 9662854b3242b91ccb74d6adca72cdcb61689bd8

29a4354e1de5d1c28acba0e0b262d87d291fb409 authored over 6 years ago
context#ErrEmptyForm

Former-commit-id: c623e7ac433f11c9d89376bee0cd100aa26f35c5

0f2c5da7df519d240a6c0b2f569d0f2266e5322b authored over 6 years ago
Merge branch 'master' of https://github.com/kataras/iris

Former-commit-id: 91cc725ac4e8260dabeca0bd6e58717fd6d4287e

5de3fc579090c9bc920d0c959ff486878e26e85a authored over 6 years ago
context#ErrEmptyForm

Former-commit-id: 92db200ae1dc08dbdb7b345d4299941d248747f0

dd8f06d950aa82942aa01a0f3442286e7fa9c5dd authored over 6 years ago
example: write our own customized router using the high-level API which gives access to the correct context and routes

Former-commit-id: d2369c20490619cad0dd6f7b6ed01cdbef51a853

120b5fb63543054e09054c98c8c3e23d436b11b4 authored over 6 years ago
init go modules but keep the dep files and vendor folder and update badger sessionsdb's dependency to 1.5.4 from 1.5.3

Former-commit-id: 4f58a9bd0e7eb5f9535953125c27b9c5316ffc0f

97e96ed6ca6c4a64909731cd35ba11221fc7ff93 authored over 6 years ago
add some more helpers for the parameters and the memstore for num types

Former-commit-id: b96380fa8c8dc9abeaea248f87ea5d70f6bdf650

2a1f3d4e43b9eca9d744bf77244bdd0d3a086b8d authored over 6 years ago
fix macro registration issue and match by kind for MVC and hero instead of its kind, so custom types like structs can be used without any issues. Add an example on how to register a custom macro it is just few lines and all in one place in this version.

Former-commit-id: 93c439560fcfad820f9f3e39c1d9557c83cef0ee

a675e8191a2ea31c67e6f3619365526370cd3ab1 authored over 6 years ago
fix https://github.com/kataras/iris/issues/1087

Former-commit-id: 5f55201d9f494efd3f2f4d92231ad8f271ce94e6

21ab51bde7a32d179101254a61302333abc02c2d authored over 6 years ago
make the macro#Parse to return a value of a Template instead of its ptr and debug logs for handlers length ignores the internal generated macro evaluator handler if it is there, so end-dev cannot be confused about the debug logs at that point

Former-commit-id: c23a3d10b43f145de575f1ea11e3dbf9bbd33a6b

b08df3a7856e733b52c99e65678b1691dc83eeab authored over 6 years ago
add a test and fix a small issue on the macro/handler#MakeHandler

Former-commit-id: 0bb24999fbd3f54e582fb9a86f55333facfbc338

4431a65a56660b5138bfc984f114e61312246cee authored over 6 years ago
add tests for the new types (int8, int16, int32, uint, uint8, uint16, uint32, uint64)

Former-commit-id: 812b3fdcc47abdeac271473bfdbdd15f0afd0bc0

7568da3283aa19fbc6a269a9326f224f2fad2510 authored over 6 years ago
partial cleanup of the macro pkg and move it from /core/router to the root because it may be used by the end-developers now to ammend the available macros per application

Former-commit-id: 951a5e7a401af25ecaa904ff6463b0def2c87afb

6d9a35ddbafd59f35fff96ed80a3148c3fd3cba6 authored over 6 years ago
make macros even faster and smart catch common :string and do not execute anything at all if not really needed, more clean code as well

Former-commit-id: 589c23d1f92cf36b7677dfe78b60d51252c979fb

bf880033cd57af5fcefac7acd32761a4018f7855 authored over 6 years ago
easy fix of macro handler caused tests to fail by before prev commit

Former-commit-id: 32f67072f604935a8efecc90151715f27ba7c2c1

972dff872924d3baa632856e04fc8920ae473b38 authored over 6 years ago
see previous commit for more details

Former-commit-id: e88246203ffc492ffa39e8d20ed19cac7abd52c2

39b180b14cbbd197569deb1f45496ed85f952843 authored over 6 years ago
add int8, int16, int32, uint, uint16 and uint32 default-builtn parameter types and macros - no doc update - no live tests yet - time for sleep

Former-commit-id: 4a27265a9f1368c4bbecd852691155e56c875673

f05ee872d0a40b71a3e045ba5b366305841ee8aa authored over 6 years ago
Conversion once at macros and their functions, internal changes required

Former-commit-id: 7b778cccfb7c0e30ca5e8106017ada065993aba5

d6d27b26050ad5dba0f6ec25c09fdfdd0709fa07 authored over 6 years ago
add the ability to add custom parameter types to the interpreter and mapped macros with any number of macro functions - example added - although it's working it is not ready yet - I have to do some cleanup, doc comments and a TODO

Former-commit-id: 8ac751b649a3b8e59948fd4c89ad53d25f49d0d5

dc3c38b189e4e7720908d6e1dd8520e532f79443 authored over 6 years ago
Merge pull request #1088 from yushuailiu/master

fix README

Former-commit-id: c28db41672057a1a932a9e87522b1dd52bb6302c

732149800037011004c0943d368fd4d5a5ee94a6 authored over 6 years ago
update README.md example (#1084)

* update README.md example

* update README.md example

Former-commit-id: 5eb484d2204e839e54...

f4e2742dc7ad3f4fd3322f8b83b02e8ba1af3fc2 authored over 6 years ago
fix README

Former-commit-id: a7c3c6555d4a378d1c4e2647bd1f08566b5a2b37

8b4167c2ab73e0da7421e5a8cb79a6125f5c7a46 authored over 6 years ago
upstream fixes

Former-commit-id: 574060e41ace86cd86588795eadb1ad4083ec630

52a07df0f4a9534b9f085f4bcc39d988050778a2 authored over 6 years ago
Merge pull request #1079 from morihaya/patch-1

Fixed typo in comment

Former-commit-id: 008cf1c9f77c67867c0cfc2c938b92f4be1b12e2

6fc7fc632ae5c02bdc4c07a43f2b9cf768ab88bc authored over 6 years ago
resolve https://github.com/kataras/iris/issues/1085 and https://github.com/kataras/iris/issues/1086

Former-commit-id: 17ff6dfcc6ae7ba5d2a771925327fe4cea14befd

689f814035a034036c5ec91b83df714dd25065a1 authored over 6 years ago
Fixed typo in comment

'iris.YAML("myconfig.tml")' -> 'iris.TOML("myconfig.tml")'

Former-commit-id: 6fe53f74352074444...

057ea27f995680e615e497f2c210c5d1fe2b0f25 authored over 6 years ago
add the param types on README.md (on v11 we have support for more and in my TODO list is to add support for custom param types as well, we have already support for custom macro param types funcs)

Former-commit-id: 613d397826addc4cedcca07aee2ceb3cd2f139ee

36d6820f9a9fd292439e9a26ffee09b8ba926b95 authored over 6 years ago
add vendor for go-version (the auto-updater will probably be removed on the next major release due to go modules)

Former-commit-id: 3d0bb6e3a440852f0d0e8b9ed2f78609e69ed263

f2bac496b9094ac21272fecdb7f80e2e60e1e8da authored over 6 years ago
dynamic param types part 1

Former-commit-id: 5829d53de848c0ea4491b53e4798f6c9cdf8d9a7

efa17e889922d847297ba3af4c59fcc376bb5a3a authored over 6 years ago
more details

Signed-off-by: Gerasimos (Makis) Maropoulos <[email protected]>

Former-commit-id: 4ed5911...

91fe161e905f360a9814a5012406ca9fd896c1ca authored over 6 years ago
go modules and vendoring section explain why not yet, in my opinion let's stick with the current system until gophers get acquainted with the new go modules and how it works - I putted a link to the TOC in order to help them

Former-commit-id: 572527152de5808c834546ca1373de716046770e

4fd9886a10db5bfb73cc072c17bd2058f535944b authored over 6 years ago
remove unnecessary deps

Former-commit-id: 634283a9b227064b703c3c45ce893dfa08345bb7

e6bd3c1f0c9cda203df275e8e9a35e5a29fcb11f authored over 6 years ago
remove 'WithoutVersionChecker', update and test the new versions of some of the dependencies, add a history entry with unknown release date

Former-commit-id: 399db6aac44d3b336648d6d61842f4d7a0266842

f365be3c62c1f04d8362af2babb6aa8c22b3a74d authored over 6 years ago
add the StatusMisdirectedRequest (421) added in go 1.11 net/http package as well

Former-commit-id: 75820b859905cab2a5b62aad1577f704a66082b2

6cf48df5c0e8293593709d9b6b8252b904637195 authored over 6 years ago
add the di section after the parameters in path section

Former-commit-id: 423060f77629a7d955e80258b681d62a791b7411

8d33c7a267951857a93eeaa614d3d98b39cede0f authored over 6 years ago
format the prev

Former-commit-id: 4d203295b1daa1091a45de8ce683af0e6b47365b

7b94a4666ce1f704fcdf59e3452345a261ab673a authored over 6 years ago
add a table on the README for the param types, macro funcs and do it yourself section

Former-commit-id: eca9418779371c014d3bf3bca88430055841da4f

b3bc30c5aff0053f2229fb37839756a8383f65b1 authored over 6 years ago
add uint8 parameter type, and mvc and hero - this commit may be a point of tutorial on how to add a completely new type from scratch to the hero for future contributors

Former-commit-id: dc7a7e6c97ef0c644a22e92072e4bdb98ae10582

cbd8fe95ac03d552878219f052f15509e08fa80f authored over 6 years ago
support more than string and int at macro functions route path input arguments: int,uint8,uint16,uint32,int8,int32,int64,slice of strings and string

Former-commit-id: d29c4fbe5926bac590151322a585f68b394ff72d

ef5f383227b45fc7c3a9ae1400ad5d242250b444 authored over 6 years ago
hero support for the new uint64

Former-commit-id: 0cd72427302afd50a18c88443f871db393429bfa

18c23e7d1ed33db1edce6a84142bb66c51d8b79f authored over 6 years ago
New ':int64' and ':uint64' route path parameters - and - support the new uint64 for MVC (int64 was already supported there) - and - add ctx.Params().GetUint64 (GetInt64 was already there) - and - make the ':int or :number' to accept negative numbers with no digit limit (at low level) and rename the 'app.Macros().Int.RegisterFunc' to 'Number.RegisterFunc' because number can be any type of number not only standard go type limited - and - add alias for ':boolean' -> ':bool'. Finally, Update the examples but not the version yet, I have to provide a good README table to explain the end-developers how they can benefit by those changes and why the breaking change (which is to accept negative numbers via ':int') is for their own good and how they can make their own macro functions so they do not depend on the Iris builtn macro funcs only. More to come tomorrow, stay tuned

Former-commit-id: 3601abfc89478185afec3594375080778214283e

b019a281eb2748273df600446d3d8d7c9cdb2afb authored over 6 years ago
add Context.Params#GetUint64

Former-commit-id: bf6b2dcc0a1078f072c35f4affe375a2eb3f0b82

01b5f6089d6855bde86e8dff773bf215de2bde91 authored over 6 years ago
sessions database: boltdb: add support for ShiftExpiration -> OnUpdateExpiration like redis

badger sessiondb still in progress.

Former-commit-id: 1f89a0efb753c0e02b774e0d9e48d879e987c939

b4a30f5af5d556cd3ff6e46e748125207899c86d authored over 6 years ago
Merge pull request #1064 from akiraho/master

various fixes on redis as sessions db

Former-commit-id: 0fb804f095c37d340eeaf595806329a67c5b43ac

197fb5d113ec26980c3dd9bc249fbc2e8ca6ceae authored over 6 years ago
Merge pull request #1062 from mattc41190/patch-2

Fixed some minor grammar issues

Former-commit-id: b1d5bd6b667871c534cc62572f491974d106b7f6

6db7a2a7a7fc8f3d1bbe505b886bb1966d5f1c12 authored over 6 years ago
fix / redis.getKeysConn() returns keys without Config.Prefix otherwise such keys passed into updateTTLConn() would get duplicate prefixes failing the ttl reset

Former-commit-id: bfcc02e5db16216d221c533fc28919fe292d6532

45c1f6427f51e8cacc0e6359c441af239999e327 authored over 6 years ago
fix / redis service.TTL() returns seconds, hasExpiration, found

Former-commit-id: 25743848458f2a6cf3e78d5ae119d2ba2a822f79

4e7ca254d90049339a1193087655c7d2ac876d8b authored over 6 years ago
fix / lifetime.Time not updated on expiration shift

Former-commit-id: 03cd1e8dcf20d6e68b70667d1f808860cb027d32

768dd76b629f1b1092ae20e60d361743ef7863ed authored over 6 years ago
Fixed some minor grammar issues

Former-commit-id: 190016fd2bd2f779a3602ed7bacda526677a2c8a

334c4151df96f99e0e6e6c187d9a41c3904fd363 authored over 6 years ago
https://github.com/kataras/iris/issues/1061

Former-commit-id: 4324e81ea94ef917ce39005b6038a6819bb63258

f6436f2af491b2e8bdcd7a4de93679e7c66e587d authored over 6 years ago
Release stable version 10.7 - HISTORY.md#sat-11-august-2018--v1070

I want to thank you once again for the unwavering support and trust you have shown me

Former-c...

20c0bbe9ba9df266d7e4c1d6a2b201c0391becbc authored over 6 years ago
Merge pull request #1059 from mattc41190/patch-1

Fixed Some Typos

Former-commit-id: 3d0166cc114dc3fb6782c721fc13bc2a224cbfa3

54c87be7037c88860f1a4c4f7ea8082f44aa02ea authored over 6 years ago
Fixed Some Typos

Not sure if this sentence is right

`// iris provides some basic middleware, most for your le...

5dafdecc546a27c2d150800ded30590e4c814fa9 authored over 6 years ago
Add one more example for dependency injection (HTTP Request-based) using our hero

Former-commit-id: ff18371d254caf2d1932d6522b1ebc1f8032708f

9f464310e3854da74a72c48e873b54d0fc43e5e8 authored over 6 years ago
add some more examples and screenshots about hero funcs on README.md

Former-commit-id: 2703036228ec896edcffe322964e85680be09d23

0491aa68b5f7fa439d88189aa9e7a1741f1948ff authored over 6 years ago
add websocket example on README.md

Former-commit-id: 18f44e0c682e189859f437d7c179bb8d3b4882da

01d5578c7f8faa8e80b4dc7ac3687e33f09737e3 authored over 6 years ago
fast-fix from prev commit

Former-commit-id: 3e1160018eb25cd844785fb951af0d31776df04c

cc679280ff44d3e527b26c5d3f7f0630f727dd3d authored over 6 years ago
websocket: use of sync.Map

Former-commit-id: 8ecb1e6f70380195ce916d4dfc3fe8d41c851995

51e1b44c7203c8ace3a33fbf82de8cf77e7a25ff authored over 6 years ago
internals: core/router/api_builder_benchmark_test.go: replace the strings.Builder(go 1.10+) with the bytes.Buffer, it is a test so we are ok let it build and run for go1.10- as well

Former-commit-id: a531db90fe02fd327e12ecc20128090e18b3dbcb

43fd73eab9c69085250cab8c6709fd8fd9ce79d6 authored over 6 years ago
add example for hero *sessions.Session dependency which is used on an index route outside of the main package, it is as easy as it shown. Added mostly after the issue: https://github.com/kataras/iris/issues/1057 -- have fun

Former-commit-id: 93338d0e03d6be885edf783c09a2c181568e9ec5

55e4cf038e315a793984a323ba800a5f56f8877d authored over 6 years ago
preparing for the Iris control panel -- stay tuned when you hear my new project name 'cornea'

Former-commit-id: 8c0ada865ee17801efe90b197bf49bdbd55f636b

293c29d6e7965fd158b7f5b99c7acde0cc9fb41a authored over 6 years ago
examples: writing an API for the Apache Kafka: add a root handler for routes documentation to make navigation easier and add some other methods that may find them useful for request state and routes description

Former-commit-id: 3775aab2386051b23e127ccc9e3a6accdfdee6d0

e5f6bce86fe7ad61939986c538d7a70b63236b82 authored over 6 years ago
Add a simple 'Context#GetReferrer', as requested by the People: adapt the goreferrer external package

Former-commit-id: 8f1dce93dd5a2449d806f0b28baf5a8c860193b5

2b2492abfa4b08cbfa16fcf5bdadc4d83956ee90 authored over 6 years ago
simplify readme

Former-commit-id: 95158c51fc01195b60f9ee873ab416c314568198

1ec8452208b1cd30a48d09e36cad31b68ca5c703 authored over 6 years ago
NEW TUTORIAL: Writing an API for Apache Kafka with Iris: _examples/tutorial/api-for-apache-kafka. Hope you will enjoy it as I did the whole night:)

Former-commit-id: c88f5bbbe171e386c855b91be265b972caa3c1a8

8b5c106d1c6b846da25853480cb0c77719b0e79d authored over 6 years ago
add some of the _examples to the README, nothing crazy here

Former-commit-id: ec6e4dc3e986e476da99f840bc897324d03ba0d0

f6160c61bd47b95a157259c2ca32b00f0f2a17ea authored over 6 years ago
examples: improve the server-sent events example with a table and javascript use...

Former-commit-id: 20a6dd0e62679b20fefb2f0a7819c158247a3ca1

21e90ac4c574c2fe4d53aa61f23601af3f8b7170 authored over 6 years ago
Add 'context.OnConnectionClose(callbackFn) bool' and 'context.OnClose(callbackFn)' and give a use case example. More on this path later on, stay tuned.

Former-commit-id: dc6580f072d076b8cb204a681e45905210981153

5d9ded37c4135f4f6e53dce66446b2fa9dc3dd36 authored over 6 years ago
add a README note about the known issues for Go inside code editors/IDEs

Former-commit-id: a4be78e746f5675291bab5a1b3e62eaf42cbd98c

d98da25ffb308368b64ee1a49206f1981f440731 authored over 6 years ago
add server side events via broker example (based on external resource but it is fairly good for a simple SSE showcase)

Former-commit-id: 926c2a88bf1c44354a99654bc85e267b940723b8

2b72aadb154e86385f7b4b342560547d246e55ee authored over 6 years ago
Merge pull request #1053 from dibyendu/iris-ws.js

Minified the client.js using UglifyJs

Former-commit-id: 7026de0467d986b959f61d85b23b8f50137abaff

badea8b9c52807116a39c7f3ebd17ce1b72156b6 authored over 6 years ago
Minified the client.js using UglifyJs

$ npm install uglify-js -g
$ uglifyjs --compress --mangle -o client.min.js client.js

Former-co...

f4dd07ad0078d009d172bcfadda9f8e81fe78d46 authored over 6 years ago
grammar

Former-commit-id: 1c715e3477595c7704450d96f721f88e2b7696a1

774a2142a430b6675441f600295dfb00c3a0ea1a authored over 6 years ago
give more life to the README like the old times

Former-commit-id: ed0cdd621ab6f6cb89f622e2d978d2e2ae8a6b8a

6bd50dda526a23bdb179e6c521a3dc900acf92ba authored over 6 years ago
websocket: dupl the client js lib for cdns as requested by: https://github.com/kataras/iris/issues/1047

Former-commit-id: c76a6cf70ce11ac1beeafb9b80559f2bf0274b9f

bc4ca99cf9e75eb3038dfd46bce5b72c6810f931 authored over 6 years ago
Add example for struct validation(3rd-party) through json request body binding

Former-commit-id: 78bbbe068f219e5a264951c900b77cb9b70f2079

247a558394f988e7019b0a9bc1ea2bfa62cc8d75 authored over 6 years ago
README.md: example change

Former-commit-id: 4a66a689f86e5cd93ec9001e5ca18b4f5d3923be

7337396e3c812b89a85de8986c19b554baf6b396 authored over 6 years ago
update deps and move one vendor to our organisation for making a new branch in order to solve this: https://github.com/kataras/iris/issues/1040, although it's not ours problem...

Former-commit-id: 6013525d2aabc35461bf24871e3b36ca91004fb9

f7c0cbe5cd1f1f204910d07fea9dc0fe86abf400 authored over 6 years ago
Iris + WebAssemply = = πŸ’“

Former-commit-id: 44f08f112cfba8006d2a6fe34e32b24e5c246856

cd5109ae0ede58674f9a2950b8db21da6e70fbc5 authored over 6 years ago
nothing crazy here, add the 'Transcoder' type explicitly to the sessions#DefaultTranscoder, relative to https://github.com/kataras/iris/issues/1033

Former-commit-id: 3a907d20eaf2be4b0ee21aa2be3fcc2558b7fb4e

0297afdc6b7a603b3a0dccf9d2e8b01faef07d34 authored over 6 years ago
add kataras/survey to the Gopkg.toml although I do NOT recommend using 'dep' or 'gp' or any other third-party tool for your dependencies -- Go is not ready for that, at least yet. Iris is fully vendored you don't need those here. Rel: https://github.com/kataras/iris/issues/1029\#issuecomment-400272324

Former-commit-id: b2f3c766ae9fb250f1f8c76cf7f47ff640169929

16a37dbfac61468f230112a89f201fec3488785d authored over 6 years ago
session examples: add the 'AllowReclaim: true' session.Config field to true, help users like https://github.com/kataras/iris/issues/1031\#issuecomment-399894693

Former-commit-id: 2ab7e56a4fda380fb52a8912a328797ba332f2c8

2acb6e9385e7f4877142a72fe3e9c14dae96ac53 authored over 6 years ago
update protobuf vendor for badger session database

Former-commit-id: de02f8fcd7fa45a18285b687b5f3452c580b1339

d216b910745ad69611bd820bba0664f8055a5965 authored over 6 years ago
Update to version 10.6.6. Read https://github.com/kataras/iris/blob/master/HISTORY.md#tu-05-june-2018--v1066 for more

Former-commit-id: 9f73b831dcd6bda160ddd3f70ace59a5cc63c31c

cc4409e77a9c593fe386e2dd20095cf57805c942 authored over 6 years ago
fix https://github.com/kataras/iris/issues/1020, redis database stores the int as float64, so make that type assertion on GetInt as well

Former-commit-id: d29abdfe3a39fa1e046acbc5d118421a153d9c04

f83e125d7f4d697a5dc3c890c78db8a72072268b authored over 6 years ago
Cookies: Ability to set custom cookie encoders to encode the cookie's value before sent by `ctx.SetCookie` and `ctx.SetCookieKV` and cookie decoders to decode the cookie's value when retrieving from `ctx.GetCookie`. That was the second and final part relative to a community's question at: https://github.com/kataras/iris/issues/1018

Former-commit-id: 53b6810076c8db8646df335d57a30c78b23cd9b8

b4856d542d2d7de4095a7509ecaa5e0d1e9d825e authored over 6 years ago
Some minor but helpful additions, like `CookieOption`. Relative: https://github.com/kataras/iris/issues/1018. Simple cookies example added too. Cookie encoding (side by side with the already session's cookie id encoding) and version upgrade will come tomorrow with a new HISTORY.md entry as well, stay tuned!

Former-commit-id: d14181fac998d32d77690b1b3e42b6c7c72f1ace

fcff62d5b4fca1c083655ced2a06287670d4959e authored over 6 years ago
middleware/logger: new configuration field, defaults to false: `Query bool`, if true prints the full path, including the URL query as requested at https://github.com/kataras/iris/issues/1017

Former-commit-id: 03c8fc523a8ba955dae43e4c7e9498fc3d86a1c8

f84248cb4e0e173f472919316cd86018181c9b40 authored over 6 years ago
Merge pull request #1015 from tkhkokd/tkhkokd-readmeJPN

README_JPN added

Former-commit-id: 196a9cedbc4287ac8a5099b6ca46207563a58070

5de17a08f9b7f2de7ea39fdf6883ed4495db8630 authored over 6 years ago
Merge pull request #1008 from gschri/adding_readme_pt_br

Create README_PT_BR.md

Former-commit-id: 085749f0d4bcf724a9cd1b459f83ab6037309280

f9bfe4a70a727c66f8fa54d123bde37dcd737118 authored over 6 years ago
Merge pull request #1009 from Schatzman/patch-1

Fix Typo in CSRF Example signup.html

Former-commit-id: 2fe1c222e46843d8c2a8432429bd941bb9012332

5884d87bfa2f0ea46a8188d7544565eb583dce05 authored over 6 years ago
fixed typos and wording

fixed typos and wording

Former-commit-id: 39b95630c1d1c8935a4f8e60e179ec946b22f3d1

0b24e173a8616a8f19596f43ffe0c592bde70d55 authored over 6 years ago
README Japanese Version Created

README Japanese Version Created

Former-commit-id: 2c90894380f691ffb49ef16b5c572fbbfe3cc8d3

1fe1ee17e03ed80bd1eb977858788ae327d90fa3 authored over 6 years ago
Fix typo

"Procceed" -> "Proceed"

Former-commit-id: 7f9b983d4281bf3d8492e2722e327e551ed7e716

008dfe869c3ca3dc0ce801fb8fedb98be8ecf182 authored over 6 years ago
Update vendor for Pug (Jade) Parser and add Iris + Pug examples in the _examples/view folder, relative to https://github.com/kataras/iris/issues/1003

Former-commit-id: e26a5701e00ec055f3bcf693c1980c7d22147310

beef97fd5da80d6d01227a2cab2d52c6650c75cf authored over 6 years ago
Create README_PT.md

Translated README.md to Brazilian Portuguese and created README_PT_BR.md file with the translati...

4441da3d8e341ea644b96755a2e50bf1ca9035fa authored over 6 years ago
Update to version 10.6.5: 1 New Feature And Indonesia Translation | Read HISTORY.md

Former-commit-id: 4788e36e52f6b40c7e15120e0675c097eabf0f0d

94b93484b5415d67550bb109ca48a20985d3eac3 authored over 6 years ago
Merge pull request #1000 from haritsfahreza/master

Add README_ID.md

Former-commit-id: 13a3b5d7b63f4e0d8a849694112ecb599291c12a

8c419689054121a2b11bcaee2c84c437646d8aad authored over 6 years ago
Merge pull request #1005 from chengyumeng/fix/cookie-subdomain

fix cookie bug when domain is such as 'subsubdomain.subdomain.localho…

Former-commit-id: cd0743...

cf001880082dac3d95bfdf78098ca9211b6540d7 authored over 6 years ago