mdipierro
77968b5034
Merge pull request #1502 from matclab/issue_1500
...
Allow cookie to contains several '='
2016-10-14 10:12:05 -05:00
mdipierro
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
mdipierro
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
mdipierro
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
mdipierro
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
mdipierro
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
ilvalle
2aeb063890
enabled test_appadmin, fix markmin2html, fix main.py
2016-06-15 20:17:58 +02:00
ilvalle
48209f5bdf
fix compileapp
2016-06-13 20:20:49 +02:00
ilvalle
34f753be56
fix languages
2016-06-13 20:20:49 +02:00
ilvalle
a27f6f88ef
fix serializers, websocket_messaging
2016-06-13 20:20:49 +02:00
ilvalle
ab2cdd595b
fix utils
2016-06-13 20:20:49 +02:00
ilvalle
7259516627
fix tools
2016-06-13 20:20:44 +02:00
mdipierro
cadb130518
fixed expose tests
2016-06-12 20:27:20 -05:00
mdipierro
f4a353960b
merged conflicts
2016-06-12 19:59:58 -05:00
Chen Rotem Levy
9877ad5155
fix in_base for base='/'
...
If the base directory already ends with '/' the test failed.
It failed because we added an extra '/' to make sure that '/foobar' is
not under '/foo', so ask '/foobar/'.startswith('/foo/').
Whoever when we have the base already start with '/' we might test:
'/foo/bar/'.startwith('/foo//'), and give a false negative. We
shouldn't have this case, because we normalized the path, but in the
case of the root directory ('/') even a normalized path ends with '/',
and thus when base='/' this function failed.
Some re-factoring was needed to make this base testable.
2016-06-11 12:19:16 +03:00
Chen Rotem Levy
e020395bdc
apply pull request #1313
...
This should have resolved security issue#1261 -- gluon.tools.Expose
symlinks, however it does not deal well with the case where the base
exposed directory is '/'
2016-06-11 11:20:23 +03:00
ilvalle
fd850ab46f
fix validators, updated gluon/contrib/ipaddr
2016-06-07 19:50:49 +02:00
ilvalle
92374741ff
fix rewrite, enabled test_router & test_routes
2016-06-04 17:42:36 +02:00
ilvalle
71ba0e515f
updated portalocker, few py3 syntax/import fix
2016-06-04 14:07:42 +02:00
ilvalle
dcd24cf88c
Updated fpdf to the last version (py3 compatible), fix contrib/appconfig
2016-06-04 09:23:31 +02:00
ilvalle
97eb013831
fix test_html and test_template for py3
2016-06-03 11:46:32 +02:00
ilvalle
db8306b5c4
fix iteritems, enabled test_cache & test_dal for 3.5
2016-06-02 17:21:36 +02:00
ilvalle
707330accd
Enabled 3.5 on travis
2016-06-02 16:06:49 +02:00
ilvalle
a1fd92b7f8
updated imports in tests
2016-06-02 14:28:21 +02:00
ilvalle
01bab81432
manually adapt few imports
2016-06-01 20:16:30 +02:00
Michele Comitini
67f85fd631
allow token renewal with http authorization header.
2016-05-31 23:55:58 +02:00
ilvalle
48e10a3793
running libfuturize.fixes.fix_print_with_import
2016-05-30 21:23:40 +02:00
ilvalle
a5599f3eab
running lib2to3.fixes.fix_idioms
2016-05-29 08:31:20 +02:00
ilvalle
35900da19b
running lib2to3.fixes.fix_except
2016-05-29 08:31:19 +02:00
Leonel Câmara
180ebcd7f1
Removed unnecessary version checks
...
Fixed 2 memory leaks in restricted.py
2016-05-19 19:03:54 +01:00