mdipierro
|
d6af8279bc
|
Merge pull request #68 from mictee/any_of_validator
Added an ANY_OF validator
|
2013-03-31 16:17:48 -07:00 |
|
Kurt Grutzmacher
|
721cb2b90a
|
Adds IS_IPV6() validator using Google ipaddr.py library
ipaddr.py library rev/3144 has been approved as a standard python
library for python3. IS_IPV4() was not modified to use the library.
|
2013-03-29 08:55:06 -07:00 |
|
mictee
|
f98548827a
|
Added an ANY_OF validator that allows a value to be valid according to any of a list of validators.
|
2013-03-26 17:24:19 +01:00 |
|
mdipierro
|
3494fa2d0d
|
changed the logic behind tz
|
2013-03-18 22:48:52 -05:00 |
|
Massimo
|
3f7d085f73
|
fixed timezone and textarea default width
|
2013-03-18 17:34:06 -05:00 |
|
mdipierro
|
8857e3d521
|
IS_DATE/DATETIME/etc. (timezone=user_timezone in hrs)
|
2013-03-17 18:53:19 -05:00 |
|
mdipierro
|
f92d97f36e
|
fixed bug in encode/decode, thanks Jonathan
|
2013-03-10 11:06:20 -05:00 |
|
mdipierro
|
72dade793a
|
attempt to support unicode in IT_MATCH
|
2013-03-10 10:45:29 -05:00 |
|
Massimo
|
5d9fc2e9af
|
fixed issue VirtualFields in select options
|
2013-02-21 10:21:31 -06:00 |
|
mdipierro
|
4334ae38ed
|
fixed issue 1339, faster IS_NOT_IN_DB
|
2013-02-17 01:00:01 -06:00 |
|
Massimo
|
564f07e354
|
IS_EXPR(lambda value: None(=)
|
2013-02-15 10:51:30 -06:00 |
|
Massimo
|
50193471d6
|
better IS_NOT_IN_DB, new scheduler API, after_connection dal callback, thanks Niphlod
|
2013-02-14 14:15:27 -06:00 |
|
mdipierro
|
a443631f11
|
fixed IS_JSON, thanks Alan
|
2013-01-21 16:42:42 -06:00 |
|
mdipierro
|
ec21e81f19
|
json field in DAL, thanks Alan
|
2013-01-08 09:23:18 -06:00 |
|
mdipierro
|
c5a7c8d8f9
|
fixed problem CRYPT password comparsion, issue 1203, thanks Alan
|
2012-12-06 23:04:29 -06:00 |
|
mdipierro
|
c86a4467d3
|
fixed IS_STRONG **** issue, issue 1098
|
2012-12-05 15:24:15 -06:00 |
|
mdipierro
|
d16ad52a56
|
fixed issue 1132, unicode in IS_IN_DB validator
|
2012-11-01 21:07:47 -05:00 |
|
Massimo
|
5713ec1365
|
fixed validator recent typo
|
2012-10-30 09:42:03 -05:00 |
|
mdipierro
|
094646d5ba
|
validator.formatter checks None
|
2012-10-29 10:09:07 -05:00 |
|
mdipierro
|
5d439bdc30
|
fixed issue 1100, thanks sherdim
|
2012-10-20 10:08:58 -05:00 |
|
mdipierro
|
6aa5edc7ff
|
many pep8 improvements
|
2012-10-19 12:33:53 -05:00 |
|
mdipierro
|
71ec15190b
|
some pep8 changes (fixed spacing at end)
|
2012-10-19 10:37:07 -05:00 |
|
mdipierro
|
3a66f5e330
|
fixed some pep8 stuff
|
2012-10-19 09:40:17 -05:00 |
|
mdipierro
|
c9fc88e8de
|
fixed typo in validators
|
2012-09-22 11:19:14 -05:00 |
|
mdipierro
|
58cff21ced
|
moved entropy JS in PasswordWidget but the source should be moved in separate file
|
2012-09-21 22:12:17 -05:00 |
|
mdipierro
|
cac6633bf7
|
entropy computation in IS_STRONG, thanks Jonathan
|
2012-09-20 09:14:51 -05:00 |
|
mdipierro
|
b1d3e8faaa
|
IS_IN_DB cacheable=True
|
2012-09-17 16:22:30 -05:00 |
|
mdipierro
|
233f0cfd0d
|
fixed issue 1005, thanks howesc
|
2012-09-17 09:36:13 -05:00 |
|
mdipierro
|
68e8cd64f1
|
fixed exception on missin stored_password
|
2012-09-17 07:10:51 -05:00 |
|
mdipierro
|
05d351cd68
|
fixed issue 1010, error reporting on list:string
|
2012-09-16 11:43:03 -05:00 |
|
mdipierro
|
ae8bf7b60d
|
faster re.compile in validators
|
2012-09-02 12:26:16 -05:00 |
|
mdipierro
|
dcce7fc39a
|
fixed @//// in wiki and pep8 spacing
|
2012-08-25 11:29:11 -05:00 |
|
mdipierro
|
9f2c0d52f1
|
IS_EXPR_environment.patch, fixed issue 938, thanks Anthony
|
2012-08-19 10:02:29 -05:00 |
|
mdipierro
|
e76bcf0ea9
|
removed unwanted whitespaces
|
2012-08-16 11:56:07 -05:00 |
|
mdipierro
|
f25e92d443
|
\w_ replaced with \w, thanks Osman
|
2012-08-15 09:12:55 -05:00 |
|
mdipierro
|
ac04b183a6
|
fixed issue 923, thanks Martin
|
2012-08-07 19:53:42 -05:00 |
|
mdipierro
|
e22f45c878
|
fixed issue 569, translation of date-time error messages, thanks iceberg
|
2012-08-07 14:30:31 -05:00 |
|
mdipierro
|
228387bf4f
|
make CRYPT with salt but not key compatible with third party systems
|
2012-08-07 12:26:33 -05:00 |
|
mdipierro
|
2fbec9ab8f
|
possibly fixed issue 647
|
2012-08-02 21:51:05 -05:00 |
|
mdipierro
|
eea0fc4b26
|
fixed IS_LENGTH for value==None again
|
2012-07-28 21:33:00 -05:00 |
|
mdipierro
|
be93995a3b
|
fixed IS_LENGTH
|
2012-07-28 02:24:09 -05:00 |
|
mdipierro
|
b16b8b6f7f
|
oops sh512
|
2012-07-20 13:51:26 -05:00 |
|
mdipierro
|
8ba850fc3f
|
changed CRYPT, Auth, welcome digest_alg default
|
2012-07-20 10:31:07 -05:00 |
|
mdipierro
|
6072fa2962
|
added more CRYPT examples and doctests, fixed other doctests
|
2012-07-20 10:17:55 -05:00 |
|
mdipierro
|
f905a6e9dc
|
fixed CRYPT
|
2012-07-20 08:58:13 -05:00 |
|
mdipierro
|
ff05f5d121
|
smarted CRYPT, thanks Jonathan
|
2012-07-19 16:56:44 -05:00 |
|
mdipierro
|
11b5d7d9d0
|
added a comment about md5, thanks Osman
|
2012-07-18 18:32:46 -05:00 |
|
mdipierro
|
bafdf36bf3
|
new syntax pbkdf2(1000,20,sha1)
|
2012-07-18 13:46:24 -05:00 |
|
mdipierro
|
a1aebca4d3
|
fixed an issue with latest CRYPT
|
2012-07-18 12:34:26 -05:00 |
|
mdipierro
|
1e657f0121
|
added pbkdf2 support, simplified logic
|
2012-07-18 12:24:28 -05:00 |
|