Commit Graph

191 Commits

Author SHA1 Message Date
chiu a105d824b4 fix expires time 2023-08-03 07:08:28 +00:00
BoHung Chiu cd437b485b Fix vulnerable. 2022-10-25 12:02:54 +08:00
BoHung Chiu 79dbca5d86 Fix vulnerable. 2022-10-25 11:48:15 +08:00
BoHung Chiu 76646d0b43 Fix bug. 2022-10-25 10:58:32 +08:00
rulingcom b7d7b6e9ae Add alt title for audio button. 2022-10-13 14:25:58 +08:00
rulingcom aefc02d8a2 Add espeak feature. 2022-10-13 13:06:24 +08:00
chiu 87b0035bd6 change expires_in from 2 minutes to 60 minutes 2021-11-15 09:19:40 +00:00
chiu aac564005c fix error 2020-05-28 21:27:20 +08:00
chiu 1e7d5c52c9 add method to replace gotcha 2020-05-28 21:24:55 +08:00
chiu fb2d53d513 Update rucaptcha.gemspec 2020-05-28 19:55:36 +08:00
chiu 21a90d6592 Update Gemfile 2020-05-28 19:54:42 +08:00
Jason Lee b481000888 version 2.5.3 2020-04-01 19:17:05 +08:00
Jason Lee 40c9c61a82 Fix session invalid warning, only for development env 2020-04-01 19:17:05 +08:00
Jason Lee 3670f0dd22
Merge pull request #85 from huacnlee/dependabot/bundler/nokogiri-1.10.8
Bump nokogiri from 1.10.7 to 1.10.8
2020-02-26 13:18:48 +08:00
dependabot[bot] 845daf29d0
Bump nokogiri from 1.10.7 to 1.10.8
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.7 to 1.10.8.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.7...v1.10.8)

Signed-off-by: dependabot[bot] <support@github.com>
2020-02-25 00:43:11 +00:00
Jason Lee 2b51c6e13f Fix tests 2019-12-20 15:36:24 +08:00
Jason Lee 3a022da360 version 2.5.2 2019-12-20 15:24:25 +08:00
Jason Lee 1b68715542 Fix #84 session.id error with upgrade Rails 6.0.2.1 or Rack 2.0.8
7fecaee81f
2019-12-20 15:23:09 +08:00
Jason Lee 43a221ff82 Upgrade Rails and Fix tests warning 2019-12-20 15:00:23 +08:00
Jason Lee 622da75d5d version 2.5.1 2019-07-01 09:48:26 +08:00
Jason Lee 07b86d42d8
Merge pull request #78 from renyijiu/fix/module-name
Fix module name error
2019-07-01 09:45:45 +08:00
renyijiu d4d25c84f0 Fix module name error 2019-06-30 17:23:08 +08:00
Jason Lee b7074ed9fd Update README: 2019-04-25 12:59:37 +08:00
Jason Lee 8d718d8377 Improve valication error message 2019-04-02 11:29:56 +08:00
Jason Lee 4e327b5c0a
Merge pull request #74 from huacnlee/fix/view-helper-url-path-bug
Fix view helper url path bug
2019-03-07 10:33:56 +08:00
Jason Lee bf517202c0 version 2.5.0 2019-03-07 10:30:51 +08:00
Jason Lee 63b40be6f2 Use tag helper generate captcha img for avoid CDN prefix on image_tag. #73
Add onclick event for captcha img, to click refresh #61
2019-03-07 10:29:08 +08:00
Jason Lee 3d4198fd48 version 0.4.0 2019-01-22 17:22:29 +08:00
Jason Lee 1d1742e2ed
Merge pull request #58 from netqyq/master
fix: ru_captcha.root_url -> ru_captcha.root_path, to avoid generate a http url in  https application.
2019-01-22 17:21:29 +08:00
Jason Lee 2a78655fec
Merge pull request #63 from wayne5540/add-skip_cache_store_check-config
Add skip_cache_store_check configuration
2019-01-22 17:19:38 +08:00
Wayne 66dbac9639 Add skip_cache_store_check configuration 2018-12-22 14:43:42 +08:00
Jason Lee d0066b4b55 Update README 2018-12-14 13:49:55 +08:00
Geremia Taglialatela d44e64e496 Exclude colors that do not pass WCAG 2.0 AA level (#70)
Green and Yellow are too light and impact on user’s ability to read
the Captcha. Deep Purple and Pink are better choices

Ref: https://www.w3.org/TR/WCAG/#contrast-minimum
2018-12-14 13:19:53 +08:00
Jason Lee 1b3b38b93c Bundle update 2018-11-13 11:42:55 +08:00
wewin11235 90484ceb34 Fix `maxlength` option of rucaptcha_input_tag method (#68) 2018-10-10 15:10:48 +08:00
Jason Lee 738cdfd00d version 2.3.1 2018-09-17 19:20:08 +08:00
Jason Lee 0e1a0f88e5 Fix #67 a y chars will invalid error 2018-09-17 19:18:37 +08:00
Jason Lee 583bb1f3a9 Fix test 2018-09-06 19:41:16 +08:00
Jason Lee 748f17a429
Update README.md 2018-09-06 19:39:28 +08:00
Jason Lee 6514495821 version 2.3.0 2018-09-06 19:33:50 +08:00
Jason Lee 682aa39ec0 Add for use outline style, and reduce colors down to 5 (red, blue, green, yellow and black). 2018-09-06 19:33:18 +08:00
EarlyZhao b6c3d3735d Add warning when session is invalid (#66) 2018-07-19 13:54:36 +08:00
Jason Lee 7aa691d1eb
bundle update 2018-03-28 (#62) 2018-03-28 14:55:02 +08:00
Yongqiang Qu fe33c73692 fix: ru_captcha.root_url -> ru_captcha.root_path, to avoid generate a http url in a https application. 2017-12-29 10:04:01 +08:00
Jason Lee 7071fb02ae
Update CHANGELOG.md 2017-12-07 17:05:11 +08:00
Jason Lee 0561e88a22 config.line -> config.strikethrough and release version 2.2.0 2017-12-07 17:04:25 +08:00
Rina 3939d1bb02 Allow change chars length and disable strikethrough (#57) 2017-12-07 16:49:42 +08:00
Jason Lee 2ec5e9e8a6
Fix CI 2017-11-06 16:05:47 +08:00
Allen 4c27244d13 Update README.md (#52)
corrected syntax, outdated url and added translation
2017-08-03 17:32:30 +08:00
万昭祎 2317eb2bda Update warning message (#50) 2017-06-08 09:36:23 +08:00