Commit Graph

913 Commits

Author SHA1 Message Date
Kieran
69cb17ed77 Core: fix ReDoS vulnerability in url2 (#2428) 2022-05-19 16:20:09 +01:00
Kieran Brahney
aa5bcdcc51 Chore: update issue templates 2022-05-12 15:21:49 +01:00
Artyom Skrobov
350f6aea8b Core: fix validation for input type="date" (#2360)
* Core: Fix code style to pacify jscs

* Core: Fix validation for input type="date" (#2359)

Test case contributed by @nenadvicentic

Co-authored-by: Kieran <kieran@supportpal.com>
2022-05-06 11:26:19 +01:00
Fabrice Fontaine
782856872a Gruntfile.js: add LICENSE.md to zip tarball (#2386)
Fix #2385

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2022-05-02 10:09:53 +01:00
Kieran
3688078ea5 Chore: switch to stale bot github action (#2425) 2022-04-13 11:03:06 +01:00
Kieran
f8b0b535ae README: update build status badge (#2424) 2022-04-12 16:57:59 +01:00
Kieran
25293ccf6b Test: Switch from Travis to GitHub workflows (#2423) 2022-04-12 16:24:11 +01:00
Kieran
900a90ba31 Core: fix code style (#2422) 2022-04-12 17:07:09 +02:00
Kieran
eb88df0e63 Core: wait for pendingRequests to finish before submitting form (#2369) 2022-04-04 14:29:44 +02:00
Vahid Mohammad Taheri
31ea8ffc4d Fixed bug for Html Editor(summernote) (#2154) 2021-11-29 15:34:52 +01:00
Markus Staab
df89cf0c7f Create SECURITY.md 2021-09-12 08:45:02 +02:00
Markus Staab
bda9a58ec0 Build: added CVE-2021-21252 reference 2021-01-13 20:23:35 +01:00
Markus Staab
322a575d86 Build: Updating the master version to 1.19.4-pre. 2021-01-09 16:52:26 +01:00
Markus Staab
5d8f29eef3 Core: fixed Regular Expression Denial of Service vulnerability (#2371)
ReDoS, or Regular Expression Denial of Service, is a vulnerability affecting
poorly constructed and potentially inefficient regular expressions which can
make them perform extremely badly given a creatively constructed input string.

GHSL-2020-294

credits to @erik-krogh for reporting the issue and providing a fix
2021-01-09 16:28:00 +01:00
Rob Johnston
b8d6646ec6 Localization: Add "pattern" translation for French (#2363) 2020-11-28 08:23:53 +01:00
Tim Gates
b9c793c90b docs: Fix simple typo, atteched -> attached (#2345)
There is a small typo in test/test.js.

Should read `attached` rather than `atteched`.
2020-09-05 08:19:38 +02:00
boraataseven
8319330845 Update messages_tr.js (#2343)
add phone validate translate
2020-08-26 19:52:57 +02:00
Joe Watkins
b0e3b11324 Add Accessibility section to Readme (#2149)
* Add accessibility section to readme - speaks to errorElement

* Add link to errorElement in doc

Co-authored-by: Joe Watkins <info@joe-watkins.io>
2020-08-18 10:10:33 +02:00
Kieran Brahney
79bed393e6 Core: Replaced deprecated jQuery functions
Replaced $.isArray and $.isFunction
2020-06-25 00:12:04 +01:00
Markus Staab
af445b30fc chore: added more release tasks 2020-05-23 10:36:03 +02:00
Markus Staab
cd1ce52f79 Build: Updating the master version to 1.19.3-pre. 2020-05-23 10:32:41 +02:00
Brighton Balfrey
d3748a2271 Core: Fixes deprecated calls to jQuery trim (#2328)
Fixes #2327

Co-authored-by: Brighton Balfrey <BBalfrey@fandango.com>
2020-05-13 20:47:44 +00:00
Markus Staab
25a0f146dc Create FUNDING.yml 2019-06-15 08:50:18 +02:00
Markus Staab
5426dcbd8c chore: updated build docs (#2288) 2019-06-15 08:40:07 +02:00
Markus Staab
05e35ea40d Build: Updating the master version to 1.19.2-pre. 2019-06-15 08:26:58 +02:00
Ahmed Gaber
01ca87912d Build: Set jQuery as a peer dependency (#2248) 2019-01-26 14:42:09 +00:00
Dusan Orlovic
824c9897b2 Localization: Adding Serbian translation for step method message (#2251) 2019-01-20 21:28:06 +00:00
Stephen Scott
a9c20ec280 Core: change focus() to trigger("focus") (#2243)
Change focus() to trigger("focus") so that jQuery Migrate 3.x doesn't flag it as deprecated.
2018-12-13 19:46:59 +00:00
Ryan Chang
d1c73fe289 Localization: Add zh_TW translation for step message (#2245) 2018-12-13 19:43:54 +00:00
Markus Staab
d9840a5e61 Build: Updating the master version to 1.19.1-pre. 2018-11-28 19:27:18 +01:00
Markus Staab
f242795bef chore: next version will be 1.19.0 2018-11-28 19:03:36 +01:00
Brahim Arkni
dd187b016a Core: Fix contenteditable detection's regression introduced in #2142 (#2235)
Fixes #2211
Fixes #2214
Fixes #2217
Fixes #2225
Fixes #2233
2018-11-18 11:48:55 +00:00
Julio Spader
2dfd33c810 Additional: Don't fail when field is optional in CNPJBR & CPFBR rules (#2236) 2018-11-18 11:45:39 +00:00
jehadja
3242f0f3e7 Additional: Add validation rule for mobile number of Russia Federation (#2207) 2018-11-06 19:53:31 +00:00
Julio Spader
743077cf29 Additional: Add Brazillian CNPJ validation rule (#2222) 2018-11-05 20:59:39 +00:00
João Issamu Francisco
fcf782e2c7 Additional: Add Brazillian CNH number (Carteira Nacional de Habilitacao) (#2234) 2018-11-05 20:27:34 +00:00
Saeed Prez
e83a240946 Localization: Add Swedish translation for pattern (#2227) 2018-10-18 11:44:26 +01:00
Zhiliang Xu
1e2a9ea682 Fix a typo: "the the" -> "the" (#2226) 2018-10-16 09:15:56 +02:00
Cory Silva
e1f99a76ac Additional: Add ABA Routing Number Validation (#2216) 2018-10-10 10:19:45 +01:00
Markus Staab
3a7e593654 Build: add more release docs 2018-09-09 20:37:37 +02:00
Markus Staab
061e5af852 Build: add more release docs 2018-09-09 20:31:37 +02:00
Markus Staab
e747a4fae1 Build: Updating the master version to 1.18.1-pre. 2018-09-09 20:22:29 +02:00
Markus Staab
7d0be01cf4 prepare 1.18.0 release 2018-09-09 19:28:09 +02:00
Cleiton da Silva Mendonça
01ce49cf36 Additional: Add Brazillian PIS/NIS number validation method (#2204) 2018-08-21 14:04:07 +01:00
Hookyns
5ad8de8948 Localization: Added Czech and Slovak translations for STEP method (#2197) 2018-08-19 13:31:08 +01:00
Marco Grossi
47e0d9272e Localization: Add localized methods for italian culture (it) (#2195) 2018-07-31 22:46:38 +01:00
Javier Lopez Casanello
7c22d68a4b Core: Use of element.isContentEditable instead of hasAttribute (#2142)
Fixes not supported method hasAttribute on IE7

Fixes #2141
2018-07-30 01:41:53 +01:00
Brahim Arkni
2037129e00 Core: Don't call submitHandler when in debug mode (#2193)
Fixes #2042
2018-07-29 15:58:24 +01:00
Brahim Arkni
e26547a01e All: Increase number of days of inactivity of stale issues to 60 days (#2186) 2018-06-28 08:33:36 +02:00
George Henne
349fc57055 Demo: Add sample code for Bootstrap 4 usage (#2173) 2018-06-20 15:46:55 +01:00