Commit Graph
554 Commits
Author SHA1 Message Date
Massimo 409495cc70 removed pypyodbc test 2013-02-05 10:44:16 -06:00
mdipierro cbb9a1fdbe added pypyodbc.py, thanks Derek 2013-02-05 08:46:32 -06:00
mdipierro 14bd35e348 fixed issue 1306 rendering of width in markmin, thanks dickschrauwen 2013-01-30 09:41:41 -06:00
Michele Comitini 2eeb1e74b2 gluon/tools.py: correct error codes for Jsonrpc-2.0 exceptions.
gluon/contrib/login_methods/oauth20_account.py: removed dead code.
2013-01-25 21:41:14 +01:00
Michele Comitini d97ef82bb7 removed need for globals 2013-01-24 02:06:19 +01:00
Michele Comitini a751c0e03a Compliance with rfc6749. Added backward compatibility with Facebook custom implementation. Simpler and faster flow. 2013-01-24 02:04:01 +01:00
Michele Comitini 2db2737e86 Updated to rfc6749. Added backward compatibility to match facebook implementation. Simpler flow. 2013-01-23 12:43:27 +01:00
TierraDelFuego e363ee0994 Change the call to python from /usr/bin/python to /usr/bin/env python so the correct python is called when using virtualenv. Remove the the call if not needed. 2013-01-12 23:34:35 -08:00
mdipierro 30e32c07b9 fixed issue 1252, thanks Mark Weissen 2013-01-08 08:58:30 -06:00
mdipierro 91be7eb3dc fixed opener in oauth2, thanks Ignacio Ocampo 2013-01-01 21:09:09 -06:00
mdipierro e8a7c0257e fixed issue with lack of charset in driver, thanks Felipe Meirelles 2012-12-27 14:27:18 -06:00
mdipierro 64d6691e61 added improved scripts/setup-web2py-nginx-uwsgi-ubuntu.sh, thanks Niphlod 2012-12-20 09:22:24 -06:00
mdipierro c03a7e2f90 added oneall login support, issue 1124, thanks Nathan 2012-12-16 12:34:08 -06:00
mdipierro 5ddd7f0a6f removed debug print statement, thanks Niphlod 2012-12-13 08:22:10 -06:00
mdipierro f5368f988e better paymenttech support, BSD license 2012-12-05 15:31:38 -06:00
mdipierro a058a39976 experimental support for MSSQL pagination 2012-12-04 18:30:36 -06:00
mdipierro c75eab9e73 paymentech.py 2012-12-04 10:56:30 -06:00
mdipierro 1a2d11560f do not redirect after auth.logout() if next is None 2012-11-29 09:52:48 -06:00
mdipierro b41e89586c fixed ldap security issue, thanks demetrio 2012-11-23 08:02:01 -06:00
mdipierro db02948e08 added heroku support 2012-11-17 21:38:28 -06:00
mdipierro 2b05b92de8 fixed issue 1152, gae sql varchar limit, and fixed typo in fpdf 2012-11-17 11:46:46 -06:00
mdipierro 80ba8c2992 fixed image_map in gluon/contrib/fpdf/html.py 2012-11-17 09:16:07 -06:00
mdipierro 0f2df1b46c fixed issue 1160, show button for linked tables even if referenced column is not readable 2012-11-14 15:00:04 -06:00
mdipierro 7115c44cb8 fixed rss serializer again, thanks Charles Winebrinner 2012-11-04 19:55:15 -06:00
mdipierro d33871db98 fixed rss2 again 2012-11-04 19:29:18 -06:00
mdipierro 9ced73cf1d fixed problem in rss2.py 2012-11-04 18:12:41 -06:00
mdipierro dec6afa0f1 better google wallet, checks parameters 2012-11-01 22:01:57 -05:00
mdipierro 30ffb3492a gluon/contrib/login_methods/dropbox_account.py, get client 2012-10-29 22:22:36 -05:00
mdipierro b87d3fb481 fixed commit mistake, thanks Nico 2012-10-25 17:23:05 -05:00
mdipierro 88e554fb7e fixed issue 1113, thanks Nico 2012-10-25 10:07:39 -05:00
mdipierro 1b15818ab6 better pep8 in ldap_auth.py, thanks Gyuris 2012-10-25 08:47:36 -05:00
mdipierro 36518ecbeb reverted changs to utils 2012-10-23 10:13:17 -05:00
mdipierro 5247981fa8 aes python 3 compiles (but does work well?) 2012-10-23 09:54:07 -05:00
mdipierro ea6714e89b aes new raise compliant 2012-10-23 09:44:34 -05:00
mdipierro 32a9d36934 populate fix and pep8 2012-10-19 14:59:30 -05:00
mdipierro c7943b8977 upgraded feedparer and PyRSS2Gen 2012-10-19 12:59: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 efcc2cf249 sessions in secure cookies, session.connect(cookie_key='mypassword') 2012-10-16 06:15:45 -05:00
mdipierro 4e4f515ef1 better markmin with links in links, thanks Vladyslav 2012-10-15 07:43:23 -05:00
mdipierro d8d85815ad redis session patch, thanks Niphlod 2012-10-13 09:26:53 -05:00
mdipierro 85edef0802 faster init on gae and better gae_memcache 2012-10-11 08:27:58 -05:00
mdipierro 66aeff12fc fixed gae_memcache increment bug, issue 1079, thanks in4tunio 2012-10-10 11:21:01 -05:00
Massimo 45dd57e49e redis_sessions.py, thanks Niphlod 2012-10-09 14:36:34 -05:00
mdipierro 72f5d51ca4 fixed time_expire typo in mamcache, thanks Bruno 2012-10-08 12:09:00 -05:00
mdipierro ec82c6b8af cleaner code in dal 2012-09-30 13:40:41 -05:00
mdipierro fd1495effe MemcacheClient(time_expire=3600) 2012-09-29 20:20:03 -05:00
Massimo 3ea23a97ed closed issue 995, thanks Peter 2012-09-28 12:38:03 -05:00
Massimo b30c1af78a test 2012-09-25 14:50:32 -05:00