Ecosyste.ms: OpenCollective

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

github.com/yiisoft/yii-captcha

Yii Framework Captcha widget Extension
https://github.com/yiisoft/yii-captcha

improved docs: link term "path alias" to the guide

19aa77e53fb1a1cae0d4f57949eff5212552ff4e authored over 7 years ago by Carsten Brandt <[email protected]>
Merged master into 2.1

f32c63e73d450367f29aec71772e7429a78efd3c authored over 7 years ago by Alexander Makarov <[email protected]>
Fixes #13845: `mt_rand()` is not used instead of `rand()` in `yii\captcha\CaptchaAction` + minor code improvements

09bbd5ba6951ce6fe7d8b4c0e228d7bb960291a7 authored over 7 years ago by Vladimir Reznichenko <[email protected]>
Merge branch 'master' into 2.1

# Conflicts:
# docs/guide/output-client-scripts.md
# docs/guide/runtime-routing.md
# framework/B...

2479e3fd6ab6465f71538a04bffc784b8fa9c600 authored almost 8 years ago by Alexander Makarov <[email protected]>
Make validator getClientOptions public

This allows implementing custom client-side validation
without extending every validator.

Fixes...

6d037b18d11835da6e9bb5bf5001d7e5ab90719a authored almost 8 years ago by Nikola Kovacs <[email protected]>
`yii\validators\Validator` - added separate methods for client-side validation options

Closes #11163

476c2999de0090e9a678db80f22675aaca38000e authored almost 8 years ago by Alexey Rogachev <[email protected]>
Merge branch 'master' into 2.1

Conflicts:
docs/guide-fr/concept-events.md
docs/guide-ja/concept-events.md
docs/guide-ru/con...

869c0f2e93ac6b45d0a8cd2528d41b106cb3fb58 authored almost 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Captcha:: have to start with /, otherwise it does not work in modules. (#13006)

* Captcha:: have to start with /, otherwise it does not work in modules.

fdcfa1296597bc4ce91925f816eca34cc03e1d04 authored almost 8 years ago by boehsermoe <[email protected]>
Fix errors reported by apidoc extension. (#12986)

fb30bc6260b7104b50eae2d0cdb962cddd45145f authored almost 8 years ago by Robert Korulczyk <[email protected]>
Merge branch 'master' into 2.1

Conflicts:
framework/UPGRADE.md
framework/base/Security.php
framework/caching/Cache.php
fra...

9a98e40ef1ebf390e710c7735b87dbb660d4e068 authored almost 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc

bcca13e024415a158ae1f9be2bc4dcabea6e78b2 authored almost 8 years ago by Robert Korulczyk <[email protected]>
Fix documentation grammar (#12728) [skip ci]

799988ed5df606ac864a28e9ac073a1afe6502b2 authored about 8 years ago by Luke Holder <[email protected]>
Merge branch 'master' into 2.1

# Conflicts:
# .travis.yml
# docs/guide-es/concept-events.md
# docs/guide-ja/concept-events.md
#...

6f99604571362a3e9ee10c2584a41ea7cf907a0e authored about 8 years ago by Alexander Makarov <[email protected]>
:book: Fixed `client-side` and `server-side` grammar in all files

4dc4df9fa2345d33bc7c4055d0973431d479ba16 authored about 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Merge branch 'master' into 2.1

# Conflicts:
# framework/UPGRADE.md
# framework/behaviors/SluggableBehavior.php

7807e4ddc9f38e21055b3babac0d041daf717959 authored over 8 years ago by Alexander Makarov <[email protected]>
coding style fixes

82dd313952314380300a989fee8c210ed0c534d7 authored over 8 years ago by Nikola Kovacs <[email protected]>
more changes

8cfac18b37d80aa1e8ff7c61ddedaaa9d5fc6f18 authored over 8 years ago by Angel Guevara <[email protected]>
Use ::class instead of ::className()

- shorter syntax
- native PHP feature, so it does not depend on yii\base\Object
- Does not trigg...

ac96720e3ec2c954775ec71190fbca08316c2ecd authored over 8 years ago by Carsten Brandt <[email protected]>
Fixes #11188: Fixed wrong index usage in `CaptchaAction` when calling `imagefilledrectangle`

47d1fdf3c7c32509df57e83511c0442a6b8651cf authored over 8 years ago by Alexey <[email protected]>
Fixed Captcha client side validation after image refresh, when controller is under module

Closes #10910

86bb1ed1f14c8cdf37b116d52efc13100b1a9458 authored over 8 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Fixed Imagick call in Captcha

d99bb8042221c04c7165fedb843078ca537ef4a3 authored over 8 years ago by Alexander Makarov <[email protected]>
Removed unnecessary parentheses

187d9dba1a2bc1c39c80a4223d383b54f99f827f authored over 8 years ago by Alexander Makarov <[email protected]>
Use static:: instead of $this for static method calls

53363ecc2b2a5e4deee1ce12e5447e4f25b94d9a authored over 8 years ago by Alexander Makarov <[email protected]>
Fixed `CaptchaValidator` to pass correct `hashKey`

Fixed `yii\validators\CaptchaValidator` passed incorrect hashKey to JS validator when `captchaAc...

7acadf599f3be68dad3d32fdd1efe33af61ccd81 authored almost 9 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Update CaptchaAction.php

added missing version annotation

cde6e80cbbd4f12edbf13f2324e75a0bd1bf8212 authored almost 9 years ago by Carsten Brandt <[email protected]>
Fixes #8284: Added `\yii\captcha\CaptchaAction::$imageLibrary` property allowing to set image rendering library

3bbdae5f600aae3df8e34c99a3f372627165b927 authored almost 9 years ago by AnatolyRugalev <[email protected]>
Fixes #9984: Fixed wrong captcha color in case Imagick is used

d45e912a8af8c90e59feffe2a4671515d6b22421 authored about 9 years ago by DrDeath72 <[email protected]>
Update yii\captcha\Captcha.php

phpDoc microfix

15ceb3b85624b7034e7af453a33e46e034903d4f authored over 9 years ago by Dmitry Chernikov <[email protected]>
Added `Json::htmlEncode()` to support safer JSON data encoding in HTML code

81578d6caa8e78debe502b02eb151182a61ff158 authored over 9 years ago by Qiang Xue <[email protected]>
Fixes #7218: `yii\captcha\CaptchaAction` should send response in JSON format

fc91ad616e92d4da99a0a7540a0381206ed3b1de authored over 9 years ago by Qiang Xue <[email protected]>
enhanced widget documentation

e3b0a0d0347ab055cfbe80074eba3866b0723a7e authored over 9 years ago by Carsten Brandt <[email protected]>
Fixes #5587: `json_encode` is now used with `JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE` where it makes sense, also it is now default for `Json::encode()`

0b73c2969dd354bf218539515e07316b22fb10bc authored about 10 years ago by Alexander Makarov <[email protected]>
Fixes #5598: added ImageMagick with PNG and GD with FreeType checks to requirements of basic and advanced applications, used better Captcha exception message

d9750fbc9ed96d923ca4df1c0356a72da21ba72a authored about 10 years ago by Alexander Makarov <[email protected]>
property codestyle framework

f32a9d76212331535df142da4a64fd285aab4849 authored about 10 years ago by Carsten Brandt <[email protected]>
Fixes #4127: `CaptchaValidator` clientside error message wasn't formed properly

e023ee3d515669303ccecd2f973e57af5876386c authored over 10 years ago by Alexander Makarov <[email protected]>
Imagick image can not be converted to string on HHVM

made it consistent with the GD function.

See also https://github.com/yiisoft/yii/pull/3406

5636560b70fc3ef77244b095cb864d3c40a1d4ae authored over 10 years ago by Carsten Brandt <[email protected]>
Fixes #3793: Changed inline autocomplete hints style to get more IDEs support

6cb36a1fa7f9a896e5d1030a2358a2dd1dca531b authored over 10 years ago by Alexander Makarov <[email protected]>
Fixed hashKey [skip ci]

f9d1d4d318e8aa70263214a2f5d81ccd7a6a8979 authored over 10 years ago by Qiang Xue <[email protected]>
Fixes #3601: Fixed the bug that the refresh URL was not generated correctly by `Captcha`

9dbbc00cbe40d49ece9464f8df5d99d3e1697a4e authored over 10 years ago by Qiang Xue <[email protected]>
Fixes #3458: Fixed the bug that the image rendered by `CaptchaAction` was using a wrong content type

26aebb4cfc9840b9683b74e91f21ae66fe8c21b6 authored over 10 years ago by Qiang Xue <[email protected]>
phpdoc formatting issues

fdea8b662218268c5253de70f177af07944906c1 authored over 10 years ago by Carsten Brandt <[email protected]>
Correction of many errors code inspection.

Adjustments code according to the standards.
Adding missing PHPDoc comment.

39a9d69e599118f38c5862da29f97b37dd0d021c authored over 10 years ago by Thiago Talma <[email protected]>
reverted breaking PHPdoc codestyle changes

issue #2852

6e5378a1919ffb0d55327c556efefbde0ffa0806 authored over 10 years ago by Carsten Brandt <[email protected]>
Fixes #2724: consistent use of absolute and relative routes.

70ce1e71d5394587c5bd6e38126858c994f75e3e authored over 10 years ago by Qiang Xue <[email protected]>
Reformat code te be PSR-2 compatible

20269a2b03f993c91ccac0dc0e2838cf327e3b0c authored over 10 years ago by SonicGD <[email protected]>
fixes #2740

d4efd918f75df9d06e3aec0df57f1943ce448e4c authored over 10 years ago by Antonio Ramirez <[email protected]>
better use @see for See in phpdoc

542243319f468d9dd16a4d3995e2c6d6838459f7 authored over 10 years ago by Carsten Brandt <[email protected]>
added a large amount of missing documentation

f1b7ab9a6e20e1b0c5e905421d04eea5aa4a3595 authored over 10 years ago by Carsten Brandt <[email protected]>
Adjusted URL helper, fixed usage

d685cbfb35a9380eb0170e28de3dda555e70b760 authored over 10 years ago by Alexander Makarov <[email protected]>
Adjusted Url helper methods

f429f23c98bfaba8ad26c613ad8d47abc141f4bd authored over 10 years ago by Alexander Makarov <[email protected]>
#2630: `yii\heplers\Html::url` moved to new `yii\helpers\Url::create`

5c864a677637c30ae2a642d953b4f281609d9351 authored over 10 years ago by Alexander Makarov <[email protected]>
Fixes #2426: Changed URL creation method signatures to be consistent

99894b5c5c580bfe10c167213df33a0b66dba831 authored over 10 years ago by Alexander Makarov <[email protected]>
fixed validation message translation [skip ci]

3a27097b9662440c9ae434b64cd412b8b22ed8e0 authored over 10 years ago by Qiang Xue <[email protected]>
huge amount of documentation link fixes

0ad21201953410b45ce24ba2f159a460ef65c3cc authored over 10 years ago by Carsten Brandt <[email protected]>
made post params consistend with body and query params in request

issue #2093

4977c480483b8d5805346ad2b9b15569895f4914 authored over 10 years ago by Carsten Brandt <[email protected]>
fixed #1992 the issue that use 'site/captcha' will get wrong refreshUrl in module scenario

90c73948239002a08415887643fe6f3b0ed39c40 authored almost 11 years ago by callmez <[email protected]>
fix #1992: when set yii\captcha\CaptchaValidator::$captchaAction = '/site/captcha'

yii\captcha\CaptchaValidator->createCaptchaAction() error

82333a00859e7d3ed358d7848773fa57d1a3f420 authored almost 11 years ago by callmez <[email protected]>
Removed unused imports

767adcf6574fc62b191487cbcfba9daa30148906 authored almost 11 years ago by Alexander Makarov <[email protected]>
psr-4 move

a06fe90faf5b1a911bea7ced28098581fe3cff88 authored almost 11 years ago by Qiang Xue <[email protected]>