Ecosyste.ms: OpenCollective

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

Iris

Support Iris today.
Collective - Host: opensource - https://opencollective.com/iris - Website: https://iris-go.com - Code: https://github.com/kataras/iris

thanks @getsentry for the montlhy sponsor

github.com/kataras/iris - 53dde1b15d25252896ace5a3e6641935c66461d1 authored over 2 years ago
Bump golang.org/x/text from 0.3.7 to 0.3.8 (#1984)

github.com/kataras/iris - 173de0f852cb79939df8af6c38e34ade61cd0451 authored over 2 years ago
minor edits

github.com/kataras/iris - 758feb2e50244cf3334595d8154c434badb36a3a authored over 2 years ago
Bump github.com/tdewolff/minify/v2 from 2.12.2 to 2.12.4 (#1981)

Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.12.2 to 2.12.4....

github.com/kataras/iris - 211834a0d7c12f765cc8dc2774556bff2bc35a18 authored over 2 years ago
Bump github.com/microcosm-cc/bluemonday from 1.0.20 to 1.0.21 (#1980)

Bumps [github.com/microcosm-cc/bluemonday](https://github.com/microcosm-cc/bluemonday) from 1.0....

github.com/kataras/iris - f2281a32fbe0c8d74688f4ff3afa2fc9a0039c81 authored over 2 years ago
Bump github.com/shirou/gopsutil/v3 from 3.22.8 to 3.22.9 (#1978)

Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.22.8 to 3.22.9....

github.com/kataras/iris - dba5cb116156214470f86ec2cfa500af431c4c68 authored over 2 years ago
minor fixes on jet and pug view engines

github.com/kataras/iris - 50d346de840af98723b63d5c2dd6e353fdba8354 authored over 2 years ago
minor: compatibility: context render

github.com/kataras/iris - 29010bfd7c8630114d92391eba5d2d1dd8557a2a authored over 2 years ago
Bump github.com/klauspost/compress from 1.15.10 to 1.15.11 (#1975)

Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.15.10 to 1.1...

github.com/kataras/iris - 028ad9f11e16c5474738a875dd8616b376ff4c71 authored over 2 years ago
Bump github.com/tdewolff/minify/v2 from 2.12.1 to 2.12.2 (#1974)

Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.12.1 to 2.12.2....

github.com/kataras/iris - 76d69a25dd40109f590b5a8a4b22fd0b47ed5e46 authored over 2 years ago
minor (see prev commit)

github.com/kataras/iris - 68daa8d51d6940a1c306cd36b9782126d3e33f67 authored over 2 years ago
add support for fs.FS, embed.FS (in addition of string and http.FileSystem) for i18n locales and view engine's templates

github.com/kataras/iris - 512ed6ffc077346636b9ce9d97c5188488ac2c6e authored over 2 years ago
add support for the go standard embed tag for locale files

github.com/kataras/iris - 4cd0621018347761f58758ca2a9b137beffe6e84 authored over 2 years ago
use the global function of context.ResolveFS on APIBuilder.HandleDir (see prev commit)

github.com/kataras/iris - fd1db640a0d830cf83c49204ba3480258bea7846 authored over 2 years ago
directly support embed.FS and fs.FS on view engines

github.com/kataras/iris - 95a8110f1eead5c79b458e37fdbd78d7f88cc2b5 authored over 2 years ago
add GetDomain and SetCookieKVExpiration patch functions to the iris.Patches

github.com/kataras/iris - 5bc07965482e57fcae5a8e506db592527b264102 authored over 2 years ago
add iris.Patches() to modify global behaviors

github.com/kataras/iris - 0a4927f6df85c87314bcbb1a1c69b7d37b918e03 authored over 2 years ago
Bump github.com/kataras/sitemap from 0.0.5 to 0.0.6 (#1970)

Bumps [github.com/kataras/sitemap](https://github.com/kataras/sitemap) from 0.0.5 to 0.0.6.
- [...

github.com/kataras/iris - ff81f370625a6938a5eb54d73fa039fa0a0c0471 authored over 2 years ago
Bump github.com/kataras/pio from 0.0.10 to 0.0.11 (#1969)

Bumps [github.com/kataras/pio](https://github.com/kataras/pio) from 0.0.10 to 0.0.11.
- [Releas...

github.com/kataras/iris - df4dd62231da7cbc7bda8cfe81b9f9598fee70e0 authored over 2 years ago
add remoteip and sitekey optional fields to hcaptcha middleware

as suggested on the kataras/hcaptcha package

github.com/kataras/iris - a559a2928e13089bb42c07d1043c57d5e26cc7f7 authored over 2 years ago
minor: HandleDir: godoc

github.com/kataras/iris - 80f5699d370cdfc62bd818fa7ba5a22babf6b521 authored over 2 years ago
add support for embed.FS

github.com/kataras/iris - 414c1ad1ae31470de66a1f4597d73b4f550c07d8 authored over 2 years ago
update dependencies

github.com/kataras/iris - 71e8a14615e909f57765c99e726d32b8cbaf04eb authored over 2 years ago
fix prev commit

github.com/kataras/iris - 23741e7209e3584b2a35da7b23577edc5cb12ad0 authored over 2 years ago
examples: minor improvements

github.com/kataras/iris - a431a1c7d27679a4c086eeb89e0800b260eb404b authored over 2 years ago
router: minor improvement

github.com/kataras/iris - 070a81d38fbe8e0397a46bb6e17781fb1e248564 authored over 2 years ago
fix #1967 and #1968

github.com/kataras/iris - 3d99983d96f79c3306428f75ab215b3e6b36d87b authored over 2 years ago
Optimize: map or slice initialize allocation size / cap (#1965)

github.com/kataras/iris - 9e8a58bf3bffb7499f42a94ef560ff5afb449fcb authored over 2 years ago
Bump github.com/microcosm-cc/bluemonday from 1.0.19 to 1.0.20 (#1963)

Bumps [github.com/microcosm-cc/bluemonday](https://github.com/microcosm-cc/bluemonday) from 1.0....

github.com/kataras/iris - b037d11c1886e9bfe90470b592e78365142ab40f authored over 2 years ago
Bump github.com/shirou/gopsutil/v3 from 3.22.7 to 3.22.8 (#1960)

Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.22.7 to 3.22.8....

github.com/kataras/iris - c12dc2a9dfeaa113d08974a1d5a0cdd795ed8709 authored over 2 years ago
Bump github.com/tdewolff/minify/v2 from 2.12.0 to 2.12.1 (#1958)

github.com/kataras/iris - 3154886e84b5ff045634bfa378a1b797706706a5 authored over 2 years ago
Merge pull request #1956 from trungdlp-wolffun/master

github.com/kataras/iris - 453b125155ea9403a57f6ce6044f1a8c5f17efa8 authored over 2 years ago
url param bool default

github.com/kataras/iris - 78c58689e5745f69b9bb88e7b943a0337683aa26 authored over 2 years ago
Merge pull request #1 from kataras/master

merge main

github.com/kataras/iris - d8d170b7753f246d10e4fdd5db4b1855c90643c4 authored over 2 years ago
https://github.com/kataras/iris/issues/1945#issuecomment-1226678256

github.com/kataras/iris - 3c474097c64df7bf91a1576c04e51603d8e6a4e9 authored over 2 years ago
Merge pull request #1948 from trungdlp-wolffun/feature/fire_notfound_strict_mode

Fires 404 HTTP Code when gRPC strict mode enabled

github.com/kataras/iris - 9821cbe6d881c728ddf0b8ecb83f328dde761da8 authored over 2 years ago
README: update donators :heart:

github.com/kataras/iris - 7bd47bf446c5c61aad806ee9c492264bb3854940 authored over 2 years ago
go1.19: core/errgroup minor fix

github.com/kataras/iris - 0d86a9628dc0464d0376208d4ca14d7e678f92b9 authored over 2 years ago
allow setting a custom go-redis client at Iris go redis sessions driver as request at https://chat.iris-go.com

github.com/kataras/iris - 057fa462f496303e3ad05355d6e9bacbc27c5f9e authored over 2 years ago
update deps, go 1.19

github.com/kataras/iris - 16af6d017fc885775cca156a2ee68a006454d49e authored over 2 years ago
accept feature request: #1941

github.com/kataras/iris - 0d63ef41b82cacd60778c337060d2d7be0963bed authored over 2 years ago
fix https://github.com/kataras/iris/issues/1841

github.com/kataras/iris - 5e0bea81122375b6467ad5b6e3635cec8c827feb authored over 2 years ago
add a more straightforward example for #1953

github.com/kataras/iris - f91269130ed30b72578334844d10c0d17dc42221 authored over 2 years ago
improvements on the x/jsonx/iso8601 time format

github.com/kataras/iris - dd4bc50f7842bb4baf6e565f6712028644c4d98a authored over 2 years ago
Fires 404 HTTP Code when use gRPC strict mode

github.com/kataras/iris - 30e31e546f88bf52786caca19d8b304f9ae1b249 authored over 2 years ago
Bump gopkg.in/ini.v1 from 1.66.6 to 1.67.0 (#1947)

Bumps [gopkg.in/ini.v1](https://github.com/go-ini/ini) from 1.66.6 to 1.67.0.
- [Release notes]...

github.com/kataras/iris - 028ee70d4afa0aedcadb3db7ab0d2bd72ae778cf authored over 2 years ago
Bump github.com/shirou/gopsutil/v3 from 3.22.6 to 3.22.7 (#1943)

Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.22.6 to 3.22.7....

github.com/kataras/iris - c026ab9241cea4e1b134786cfc4a7a6c497cf2d0 authored over 2 years ago
Bump google.golang.org/protobuf from 1.28.0 to 1.28.1 (#1940)

Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go) from 1.28.0 t...

github.com/kataras/iris - 14db41605933ba3df2e2083f5e14cfa7c1ea1c38 authored over 2 years ago
update sponsors, thanks you all :heart:

github.com/kataras/iris - d664ef32da32fd5c9a3402f45577feb51241d0f2 authored over 2 years ago
Update LICENSE

github.com/kataras/iris - 63468b1524b41d653211d7ef06a79616aeed7486 authored over 2 years ago
add more PostValueXXX methods as requested at: https://github.com/kataras/iris/discussions/1922

github.com/kataras/iris - cfb009bb4f000121cdcae305e52fee11bb9fedfa authored over 2 years ago
Bump github.com/klauspost/compress from 1.15.8 to 1.15.9 (#1935)

Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.15.8 to 1.15...

github.com/kataras/iris - 420c2e40f8d6003079389f9bf462e4f66a38416d authored over 2 years ago
_examples: minor

github.com/kataras/iris - 6e82b40c2e256de0729481cb71e4bbb54973a5aa authored over 2 years ago
Merge branch 'master' of ssh://github.com/kataras/iris

github.com/kataras/iris - 459ea39a83155db57a2aafb1420275bd4084ae04 authored over 2 years ago
release v12.2.0-beta4

github.com/kataras/iris - 3607d0f02aaba01e98b6f72bcc7b596df7eaada1 authored over 2 years ago
Bump github.com/BurntSushi/toml from 1.1.0 to 1.2.0 (#1934)

Bumps [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) from 1.1.0 to 1.2.0.
- [...

github.com/kataras/iris - 52217ef001b91179fbd1ce54a5ca86af4f5882c3 authored over 2 years ago
fix CVE-2020-5398

reported through security issue report by @motoyasu-saburi

github.com/kataras/iris - 04ef581c02bbe3cec8784a156798e9556121a14f authored over 2 years ago
_examples: minor

github.com/kataras/iris - 94540fa6642ed838ca19ac33993dee4637016042 authored over 2 years ago
_examples: minor

github.com/kataras/iris - 141862db377812076eb288ad9c095d8af0d1fa4b authored over 2 years ago
Bump github.com/kataras/blocks from 0.0.5 to 0.0.6 (#1933)

github.com/kataras/iris - 42b729732c41cb91dd4db88d5861d29dd9c83dd9 authored over 2 years ago
Bump github.com/kataras/neffos from 0.0.19 to 0.0.20 (#1930)

Bumps [github.com/kataras/neffos](https://github.com/kataras/neffos) from 0.0.19 to 0.0.20.
- [...

github.com/kataras/iris - fb82d7845e280646ebda7aa0f46e34d8da6d727e authored over 2 years ago
Merge pull request #1931 from eleven26/fix-comments

fix-comments

github.com/kataras/iris - d550b5da4126927b637fe3f4d2c142ecc7daacdc authored over 2 years ago
fix-comments

github.com/kataras/iris - a4ecc862e7a0a5d75db0491fb139406348eb5557 authored over 2 years ago
thanks @github :heart:

github.com/kataras/iris - fe4cb6883060c702bd312c6624af878c1636b53f authored over 2 years ago
Merge pull request #1927 from eleven26/fix-typo

Fix typo

github.com/kataras/iris - cf42f37169c43b5bc7b5911614ba51da403b38e9 authored over 2 years ago
Merge pull request #1926 from eleven26/fix-comment

fix comments

github.com/kataras/iris - d39fd47bd63652d57f964a6d3310196456e259d7 authored over 2 years ago
fix comments

github.com/kataras/iris - 4d5b43b9fb9e053fc0e81b53c45882f921aa91f5 authored over 2 years ago
Bump github.com/klauspost/compress from 1.15.7 to 1.15.8 (#1924)

Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.15.7 to 1.15...

github.com/kataras/iris - ab5398d213f3465f0a0f2eadb403c820b555a444 authored over 2 years ago
Bump github.com/tdewolff/minify/v2 from 2.11.12 to 2.12.0 (#1921)

Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.11.12 to 2.12.0...

github.com/kataras/iris - b8b2b775564b93a3fa5b9f92669429c2173ed2b2 authored over 2 years ago
Bump github.com/tdewolff/minify/v2 from 2.11.11 to 2.11.12 (#1920)

Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.11.11 to 2.11.1...

github.com/kataras/iris - 874266d23c321f4ed824ccf95203853b110b55a0 authored over 2 years ago
Bump github.com/microcosm-cc/bluemonday from 1.0.18 to 1.0.19 (#1919)

Bumps [github.com/microcosm-cc/bluemonday](https://github.com/microcosm-cc/bluemonday) from 1.0....

github.com/kataras/iris - 2266cccebf67870e3e064bb2d9a1bc332026c4ee authored over 2 years ago
Bump github.com/shirou/gopsutil/v3 from 3.22.5 to 3.22.6 (#1917)

Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.22.5 to 3.22.6....

github.com/kataras/iris - cc42c0b1951644ccfd412ac58c9019c8b2d4ddaa authored over 2 years ago
Bump github.com/klauspost/compress from 1.15.6 to 1.15.7 (#1916)

Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.15.6 to 1.15...

github.com/kataras/iris - ad9530147214ac7b8692245c558cb765d219c4f5 authored over 2 years ago
new {weekday} path parameter type

github.com/kataras/iris - 8bfea48cd652665fc73e718806704cd576454abe authored over 2 years ago
Bump github.com/tdewolff/minify/v2 from 2.11.10 to 2.11.11 (#1912)

Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.11.10 to 2.11.1...

github.com/kataras/iris - 999e83723bd1d9198442b4aba34bd1b909ecf95a authored over 2 years ago
README: update sponsors

github.com/kataras/iris - 0d3024b4861e526f062b1362ef7b3f978d27e5bd authored over 2 years ago
add example for simple http.Handler wrapper

github.com/kataras/iris - 9dc356c1d813821b3ce2970c51ba0707ae828e28 authored over 2 years ago
replace ioutil with io package and other minor improvements

github.com/kataras/iris - ef2643b04612ed3b1d8b8d208394c8eadc42bc23 authored over 2 years ago
Bump github.com/tdewolff/minify/v2 from 2.11.9 to 2.11.10 (#1909)

Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.11.9 to 2.11.10...

github.com/kataras/iris - 20d2855a666fb8c6cafaec6765a8ed1ccef91949 authored over 2 years ago
lestrrat-go -> iproj (#1908)

There're some bugs in lestrrat-go
Detail: https://github.com/iproj/file-rotatelogs/issues/1

github.com/kataras/iris - 1b22fb2ebabf67a3b699cab4a7c7458c003a85c1 authored over 2 years ago
minor: README

github.com/kataras/iris - a794ee0a7aa814bcf316a274248c0c36e699ffc9 authored over 2 years ago
minor: README

github.com/kataras/iris - 0372b95fb35aa0c3f80357495bc8c6e3c676d93c authored over 2 years ago
Bump github.com/klauspost/compress from 1.15.5 to 1.15.6 (#1906)

Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.15.5 to 1.15...

github.com/kataras/iris - 7e5469f3d1e961148c802eb7db3b4f8316611a91 authored over 2 years ago
Bump github.com/tdewolff/minify/v2 from 2.11.7 to 2.11.9 (#1905)

Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.11.7 to 2.11.9....

github.com/kataras/iris - 6ede8450966b592591b87ad91b3521a57410bb86 authored over 2 years ago
release v12.2.0-beta3

github.com/kataras/iris - 37097e0b3979965b3b9806153674e96b88a6edb8 authored over 2 years ago
introduce iris.NewGuide()

github.com/kataras/iris - 288a67bc58fd2b0c14c2b47f8b0241266dd849a1 authored over 2 years ago
context transactions removed and make Context.Domain customizable as requested

github.com/kataras/iris - d8af2a1e14682347dd5707283909898a2ecc73d6 authored over 2 years ago
add a new example

github.com/kataras/iris - c6911851f18a79a3e73e95e3bfeaf48385bb84c5 authored over 2 years ago
Bump github.com/kataras/tunnel from 0.0.3 to 0.0.4 (#1903)

Bumps [github.com/kataras/tunnel](https://github.com/kataras/tunnel) from 0.0.3 to 0.0.4.
- [Re...

github.com/kataras/iris - c201b6ccc8ec51576d8f6f22e886fecbe1abdf73 authored over 2 years ago
Bump github.com/shirou/gopsutil/v3 from 3.22.4 to 3.22.5 (#1902)

Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.22.4 to 3.22.5....

github.com/kataras/iris - 194380da3a24e53a505e7f523af5831e26064d11 authored over 2 years ago
chore: Set permissions for GitHub actions (#1901)

Restrict the GitHub token permissions only to the required ones; this way, even if the attackers...

github.com/kataras/iris - ef8799f98822ad2f831cd18a450373ac5684b594 authored over 2 years ago
Bump gopkg.in/ini.v1 from 1.66.5 to 1.66.6 (#1900)

Bumps [gopkg.in/ini.v1](https://github.com/go-ini/ini) from 1.66.5 to 1.66.6.
- [Release notes]...

github.com/kataras/iris - 2c492ea0f14dc36d31a8f82dab3554c35293f21b authored over 2 years ago
Bump github.com/tdewolff/minify/v2 from 2.11.5 to 2.11.7 (#1899)

Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.11.5 to 2.11.7....

github.com/kataras/iris - 8ff4813fb8b0c70db4f8eeac504d5dee11f20407 authored over 2 years ago
Bump gopkg.in/ini.v1 from 1.66.4 to 1.66.5 (#1898)

Bumps [gopkg.in/ini.v1](https://github.com/go-ini/ini) from 1.66.4 to 1.66.5.
- [Release notes]...

github.com/kataras/iris - 30a22b104297611d26057e3abc956d90ae1dade2 authored over 2 years ago
Bump github.com/klauspost/compress from 1.15.4 to 1.15.5 (#1897)

Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.15.4 to 1.15...

github.com/kataras/iris - 5647ebdb5b98eac125fabff2fe63da1e9fe9caf2 authored over 2 years ago