Ecosyste.ms: OpenCollective

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

github.com/yiisoft/yii-web

Yii web components
https://github.com/yiisoft/yii-web

Remove old constants from bootstrap

a62b3cd4a413c7ad4c125a2de5f71de149b2ad06 authored about 4 years ago
Cleanup

751b7d4f1c466b3650b03fa3a861539a8908872d authored about 4 years ago
Add ability to provide solution description to exceptions

a73ff58299db0015920c7d9a09f35749ddf135f7 authored about 4 years ago
Update phpunit/phpunit requirement from ^8.4 to ^9.0 (#214)

2cce76537b79d2646c3562e1f1b457f62e18e110 authored about 4 years ago
Clean up package dependencies

31f74af4da8ecfd15ec53f43ce9080fc8505de5e authored about 4 years ago
Adjust WebActionsCaller to new router syntax

See https://github.com/yiisoft/router/pull/20

cd690694f1a7adf5d582b35315cdf5638a52d84f authored about 4 years ago
Fix action caller next middleware handling (#210)

e4b5ea3ed0d437ccbc83d37c732b9a1ecf04cfc6 authored about 4 years ago
Add private method MiddlewareDispatcher::isLastMiddlewareCalled (#107)

8afe4c5788bbdd2297380db7df9baa438a03ba56 authored about 4 years ago
Update PHP version in README (#209)

001047df07b3c5197426e1090686fc30bb264432 authored about 4 years ago
Implemented GCRA-based rate limiter (#204)

Co-authored-by: Alexander Makarov <[email protected]>

cec70f389735616239306e548f6a07506db522d7 authored about 4 years ago
Fixes #161: Fix unit tests running in separate process (#207)

* Remove check for whether $this exists. Fixes #161
* Adjust template header to be equal to all...

54f5594fc0dd73ffa3774f94fdb126c0591adbea authored about 4 years ago
Fix #85: Rename Controller middleware to ActionCaller

bd5d99841ea233f9e83d494e834643b8ab7651a9 authored about 4 years ago
Fix #184: Additional test cases and fixes for HeaderHelper::getParameters

Co-authored-by: roxblnfk <[email protected]>

75793a48b7e2975918b57c69d1578974e9ef711e authored about 4 years ago
Use yiisoft/http

8111d84b1e78610421e065a47cdd22b307b9de7d authored about 4 years ago
Remove PHP 7.3 specific code from Session (#200)

10c1830947ba0666a44f96543a0411bf45f5062a authored about 4 years ago
Fixes #197: Unable to display home page if no trailing slash in URL with subfolder middleware

d92451b9801630c350a2a90ab6a1ce01c2121efd authored about 4 years ago
SapiEmitter now throws Exception when HTTP headers have been sent before emitter (#195)

b4dcd606ee099c50643d5561eb0427286f0e4d92 authored about 4 years ago
Add SubfolderMiddleware (#194)

b1d07e89d641975192537a7c7446760be5e23203 authored about 4 years ago
Remove __set_state()

e7e7cd09194aa9a225f6bd2fcfc56436694e5e0e authored about 4 years ago
Fix uppercase folder (#82)

76358c653308ccd1762571bc372e1ae1231359d7 authored about 4 years ago
Fix tests

efc036d370a708ff9055a170c968dbdd76d40a0b authored about 4 years ago
IpFilterTest::setUp() return type fix (#187)

* IpFilterTest::setUp() return type fix
* more ::setUp() return type fix

f5cf9a49203aefdb0379d2e6b81884d882624ade authored about 4 years ago
Update PHP, PHPUnit and Travis config

03e267c1e4eed7ff1bad3dbe4affd842a8c2c0c7 authored about 4 years ago
Add editorconfig, add github as a way to contribute financially

d290ffe2691395b2d238c1bcb0eb83cba4584457 authored about 4 years ago
Add Slack notifications config

e0c3a32af8461466d7704398c6bed7cccd83d2c5 authored about 4 years ago
Add sort-packages to composer.json

20ae27a20eb0707f8970ccbc4bab07521a907d3a authored about 4 years ago
HeaderHelper: add getParameters(), fix getValuesAndParameters() (#183)

fad94faa3f95f89918a9b0b02c4414d44e2a99fd authored about 4 years ago
Update meta-confgs from template

45f39e88b92f93d2ef7a166c495d7d5931c0ad81 authored about 4 years ago
Remove CodeClimate [skip ci]

4418695d95e8d93afa8900399e7131d05c356775 authored about 4 years ago
SapiEmitter::emitBody() duplocated code fix (#169)

4eaf4bdee83c3a853e24c25db667afc8a0b7a1f1 authored about 4 years ago
HtmlRendererTest #158 (#160)

824cb5ee179825bd411570baeeff255f3b7370f7 authored about 4 years ago
Session adjustments (#164)

- Use custom result printer from Yii 2 not to interfere with output breaking session
- Remove t...

63cea553c8407031d0aeb58a802390e3347f74b4 authored about 4 years ago
HeaderHelper:getValueAndParameters() quote fix #149 (#153)

10dfc822bc56a01338d8e7bb917b8c0feb06e2c3 authored about 4 years ago
Move `auth` to separate package (#154)

e87e8b1040a5258c5a2744c1ab3d2cc4e233d5fc authored about 4 years ago
Fix #84: Add WebActionsCaller

d085fa9d73d65ad8f80e815b7ca6727945f2912a authored about 4 years ago
Fix #87: implement session

2bdf9561345683b5dd650e28f20366ddb118a4c2 authored about 4 years ago
Fix #142: SapiEmitter should add whitespace before `Reason-Phrase` if its empty

According to https://tools.ietf.org/html/rfc2616#section-6.1

f4ec9fc8a4a0d599c57f3db438fabb13138eced1 authored about 4 years ago
Fix #136: Remove unnecessary dependency

f0f5cc8962814ca020d7c921f41b4accbbe17153 authored about 4 years ago
Do not use static property in Flash

f29a20b1a5f04807bbaa7769e1f6839eb43ff2f1 authored about 4 years ago
Adjusted public API of Flash (#120)

7a625c0ff09969b995c269f0c65cae4d0d3cebcc authored about 4 years ago
Add tests for Callback middleware (#113)

74091f0f40b8450a6e50ab35c91cc1bc4bc844da authored about 4 years ago
Implement user (#101)

* Implement user

* Apply fixes from StyleCI

* Fix interface types

* Fix getting user id...

619abe16c1ca325a3d347bbaaf3f88f46d752df1 authored about 4 years ago
Import from yii2

ea62b362e3431e8ffcd816e4329c5e954997a7f5 authored about 4 years ago