Commit Graph
343 Commits
Author SHA1 Message Date
Leonel Câmara 2a33c0faff Changed URL validation to use urlparse instead of regex for spliting the URL
Enabled test_is_url in Python 3 since it is now passing
This might be one of the last fixes to #1353
Fixes #1598
2017-06-07 04:59:03 +01:00
mdipierroandGitHub f1ef95e15f Merge pull request #1625 from Scimonster/master
Fix #1624 -- Unicode in XML sanitizing causes error
2017-06-05 11:39:52 -05:00
mdipierroandGitHub da6688360d Merge pull request #1623 from ilvalle/fix_tag_py3
fix TAG helper on PY3
2017-06-05 11:39:15 -05:00
Scimonster 49bf14e79a Fix #1624 -- Unicode in XML sanitizing causes error
Add unit test for it
2017-05-07 14:32:52 +03:00
ilvalle cf1ea98217 fix TAG helper on PY3, updated web2pyHTMLParser 2017-05-06 08:51:58 +02:00
mdipierroandGitHub 1f4a490a84 Merge pull request #1620 from ilvalle/issue_1618
fix cron with py3, added initial tests, close #1618
2017-05-03 23:57:12 -05:00
mdipierroandGitHub baa129f871 Merge pull request #1527 from leonelcamara/authapi2
Auth refactor
2017-05-01 09:13:18 -05:00
ilvalle 90e606dcfd fix cron with py3, added initial tests, close #1618 2017-05-01 15:31:37 +02:00
mdipierroandGitHub 496112c4fe Merge pull request #1604 from ilvalle/fix_1570
prevent is_empty from stripping whitespaces, close #1570
2017-04-28 08:07:20 -05:00
mdipierroandGitHub a186f5c51f Merge pull request #1603 from ilvalle/fix_1582_internazionalized_domain_names
fix IS_EMAIL for internationalized domain names
2017-04-28 08:05:30 -05:00
ilvalle 7a69e087f7 prevent is_empty from stripping whitespaces, close #1570 2017-04-06 20:48:12 +02:00
ilvalle 6da3a9d8fd fix is_email with internationalized Domain Names, close #1582 2017-04-05 22:16:21 +02:00
Leonel Câmara fe0f506efc Create a CookieJar on __init__ instead of creating a new one each post
Fixes #1505
2017-04-03 19:54:06 +01:00
mdipierro e5121876db Merge branch 'py36' of https://github.com/ilvalle/web2py into ilvalle-py36 2017-03-21 12:27:11 -05:00
mdipierro f31c9002f7 reverted pydal 16.11 2017-03-21 00:42:02 -05:00
mdipierro 6354fbedf8 commented a test 2017-03-21 00:24:17 -05:00
mdipierro cc11a14ce3 commented a test 2017-03-21 00:21:21 -05:00
mdipierro 2fa9597cd8 added debug info 2017-03-21 00:04:55 -05:00
mdipierro c9d656ea45 added logging, thanks gi0baro 2017-03-20 18:06:23 -05:00
ilvalle ad421e42c6 added tests for py36 2017-03-06 21:35:23 +01:00
abastardiandGitHub 7b3fe560ed Update test_router_functions to test extensions 2017-01-14 13:14:04 -05:00
ilvalle 637579f531 replaced ipaddr with ipaddress.py (backported from py3) 2016-12-03 08:42:35 +01:00
Leonel Câmara 02f0bdb8d3 Auth refactor, extracted many methods into a base class for more generic auth mechanisms.
Partially addresses #1526
Includes a solution for IS_LOWER and IS_UPPER validator problems I mentioned in #1353
2016-11-05 16:37:22 +00:00
Chris Garcia 4226b6d0e1 Corrected use of 'lowercase' and 'uppercase' to fix #1515 2016-10-28 15:23:18 -05:00
mdipierroandGitHub 77968b5034 Merge pull request #1502 from matclab/issue_1500
Allow cookie to contains several '='
2016-10-14 10:12:05 -05:00
mdipierroandGitHub bc7232456e Merge pull request #1498 from niphlod/fix/1491
fixes #1491
2016-10-14 10:10:16 -05:00
Mathieu Clabaut 3f96c521f3 Allow cookie to contains several '='
close #1500
2016-10-09 21:48:10 +02:00
niphlod 87489f3363 fixes #1491 2016-10-07 22:43:06 +02:00
Richard Vézina 77c0384f79 Make pass test_login_bare() and little other improvements 2016-10-05 12:41:47 -04:00
niphlod 3a6df38d62 fixes #1407 passing a properly escaped string 2016-09-29 00:12:59 +02:00
ilvalle 576aaf668d cache (and compile) parse_template in run_view_in, fix #1474 2016-09-25 10:08:26 +02:00
mdipierroandGitHub 0225b68d81 Merge pull request #1450 from ilvalle/getcfs_compiled
caching read_pyc
2016-09-21 09:52:32 -05:00
ilvalle 352c93bc86 added getcfs for run_view_in 2016-09-16 20:19:38 +02:00
ilvalle 2ec0c0b535 fix py3.5 xmlescape with bytes 2016-09-09 16:29:55 +02:00
niphlod a1e1bf3500 fix sys.path dance part #2 and scheduler tests for py3 2016-08-31 01:47:42 +02:00
niphlod 1bf499e3be first step towards dropping sys.path dance 2016-08-29 23:01:22 +02:00
mdipierroandGitHub 59315c874d Merge pull request #1431 from ShySec/fix_add_membership
fixed auth.add_membership succeeding with invalid group_id/user_id
2016-08-25 00:12:51 -05:00
kelson 3bed4eee8c fixed deprecated assertRaisesRegexp
added additional coverage tests
2016-08-17 18:27:44 -04:00
kelson 2b0166a8de add_membership unittests 2016-08-17 18:14:39 -04:00
kelson 4b925bf297 added PKCS #7 v1.5 padding
updated secure_dumps to use SHA256
fixed secure_dumps using truncated encryption_key hash
fixed pad ignoring blocksize argument
2016-08-17 16:08:05 -04:00
mdipierroandGitHub a2354addec Merge pull request #1423 from gi0baro/master
Updated pyDAL to 16.08
2016-08-16 18:49:10 -05:00
Giovanni Barillari 0528a347b3 Updated pyDAL to 16.08 2016-08-13 15:38:55 +02:00
ilvalle 461e290768 added unittest for sqlform represent 2016-08-08 20:57:43 +02:00
ilvalle 032ee427c6 enabled tests/test_sqlhtml.py 2016-08-07 10:46:07 +02:00
mdipierro 35eaba1096 removed duplicated code, using pydal's _compat.py 2016-08-01 03:39:22 -05:00
niphlod cae10a68c0 fixed most of py3 warnings, output is much cleaner this way 2016-07-18 23:45:28 +02:00
ilvalle 8aecaf4514 PY3 fixes and added tests for gluon/admin.py 2016-06-24 22:54:56 +02:00
ilvalle 61795bc65e enabled test_web.py in PY3 2016-06-22 19:07:58 +02:00
mdipierroandGitHub ce3f5fbff2 Merge pull request #1365 from niphlod/feature/scheduler_crontab
repeats via cronline expression
2016-06-18 07:49:08 -05:00
niphlod 6bb255286a repeats via cronline expression 2016-06-15 21:32:51 +02:00