mdipierro
dfd6d52192
fixed missing helper.get(attribute)
2015-12-04 11:28:39 -06:00
mdipierro
7dd8a3c853
fixed Reference to http://..../[app]/default/user/manage_users in welcome's default controller #1102
2015-12-04 11:24:00 -06:00
mdipierro
71ae754fcd
fixed #1110 , allow passing unicode to template render
2015-12-04 11:16:15 -06:00
mdipierro
0520770a7e
fixed #1111 , Validator IS_IPV4: options is_private=False not working, thanks Nbushkov
2015-12-04 11:12:44 -06:00
mdipierro
6b880fb455
fixed class concatenation
2015-12-04 10:46:20 -06:00
mdipierro
dd180019a1
Merge pull request #1118 from matclab/readonly-label
...
Add readonly class to labels of readonly fields and set padding to 0
2015-12-04 10:43:17 -06:00
mdipierro
638f1f902a
Merge pull request #1116 from timnyborg/patch-7
...
Fix IS_NOT_IN_DB to work with custom primarykey
2015-12-04 10:42:25 -06:00
mdipierro
73061e3bf5
Merge pull request #1114 from BuhtigithuB/Improve/ldap-contrib-self-signed-certificate
...
Improve/ldap contrib self signed certificate
2015-12-04 10:42:05 -06:00
mdipierro
5a18e29c2e
Merge pull request #1113 from timnyborg/patch-6
...
Fix grid count when using groupby on MSSQL
2015-12-04 10:41:36 -06:00
mdipierro
721af77c90
Merge pull request #1108 from dokime7/patch-9
...
Send client_secret when get oauth2 refresh_token
2015-12-04 10:38:04 -06:00
mdipierro
2cf6797b43
Merge pull request #1106 from erilyth/master
...
Added XML to retrieve pickled XML data #1067
2015-12-04 10:37:50 -06:00
mdipierro
5c4145743f
Merge pull request #1103 from ilvalle/w2p_target
...
added w2p_target attribute in form to control the output destination
2015-12-04 10:37:14 -06:00
mdipierro
b4733e4617
added gluon/contrib/web2py_jwt.py, thanks Niphlod
2015-12-04 10:30:56 -06:00
mdipierro
b51d217d9b
french pluralizaiton rules, thanks Mathieu Clabaut
2015-12-04 10:07:38 -06:00
Mathieu Clabaut
864dbe73f2
Add readonly class to labels of readonly fields and set padding to 0
...
This allow for readonly fields content to be vertical aligned with their label
2015-12-04 15:29:45 +01:00
Tim Nyborg
b942fc8f7a
Fix IS_NOT_IN_DB to work with custom primarykey
...
Validator currently selects custom id properly, but then explicitly checks .id
2015-12-03 15:02:21 +00:00
Hardirc
b2a65dbba4
Support for self-signed certificate LDAPS implementation
2015-12-02 14:18:09 -05:00
Hardirc
d36d4d77f7
replace .has_key() by in, .has_key() is deprecated
2015-12-02 14:04:51 -05:00
Hardirc
c8db6d5fb7
Improve PEP8 and readability
2015-12-02 14:02:27 -05:00
Tim Nyborg
1b77c2294a
Fix grid count when using groupby on MSSQL
...
Any query like SELECT COUNT(*) from (SELECT COUNT(*) FROM ...) will fail with 'No column name was specified for column 1 of '_tmp'', so I'm providing an alias for the subquery's field
2015-11-30 16:09:53 +00:00
Jeremie Dokime
98a81c9fbd
Send client_secret when get oauth2 refresh_token
...
With some oauth2 providers, the oauth client_secret is required when getting a refresh_token.
2015-11-23 10:10:00 +01:00
Batchu Venkat Vishal
4bf5a70dc0
Added XML to retrieve pickled XML data #1067
2015-11-19 15:01:23 +05:30
ilvalle
d883e3d84e
added w2p_target attribute in form to control the output destination
2015-11-14 12:03:20 +01:00
mdipierro
db37cf6a58
Revert "Labels should get their information from the render function of the records."
...
This reverts commit 65c87386c1 .
2015-11-12 18:25:48 -06:00
mdipierro
dba5c97d51
fixed check for form tampering
2015-11-11 18:38:48 -06:00
mdipierro
948bd0c671
fixed check for form tampering
2015-11-11 18:20:37 -06:00
mdipierro
5d8ff8ba2c
removed login_once_after_registration
2015-11-11 09:14:05 -06:00
mdipierro
503cd59adc
auth.settings.login_once_after_registration
2015-11-11 09:03:54 -06:00
mdipierro
a0bcd2287b
Merge branch 'josedesoto-issue/1095'
2015-10-30 23:10:35 -05:00
mdipierro
430163f70b
fixed conflict
2015-10-30 23:10:25 -05:00
mdipierro
52b59e9b71
Merge pull request #1092 from niphlod/fix/1090
...
fixes #1090
2015-10-30 23:08:47 -05:00
mdipierro
e8f87ea274
Merge pull request #1091 from dokime7/patch-8
...
Add renew token by using refresh_token
2015-10-30 23:08:37 -05:00
mdipierro
fb6fa0c448
Merge pull request #1088 from niphlod/fix/1083
...
fixes #1083
2015-10-30 23:07:58 -05:00
mdipierro
935c95ccfc
Merge pull request #1086 from gi0baro/pydal-tests
...
Run pydal's tests inside web2py using contrib adapters
2015-10-30 23:07:37 -05:00
mdipierro
e180e69467
fixed a typo, thanks James Burke
2015-10-30 23:06:00 -05:00
engeens
5c9d197f93
issue #1095 . Added two-factor authentication methods and onvalidation. Fixed last attempt two-factor retry login
...
issue #1095 . Added return user for two_factor_onvalidation
2015-10-30 15:09:51 +01:00
mdipierro
e417d311e5
added link to http://www.web2pyref.com/
2015-10-29 20:59:15 -05:00
mdipierro
199f93f262
fixed typo in tools.py, thanks James Burke
2015-10-29 20:56:40 -05:00
niphlod
64a8880c80
fixes #1090
...
removed timezone for IS_DATE* validators
2015-10-26 09:50:09 +01:00
Jeremie Dokime
257c514bd4
Add renew token by using refresh_token
...
Handle the refresh_token mechanism to renew the access_token when expire.
2015-10-25 20:48:04 +01:00
niphlod
12f848c899
fixes #1083
2015-10-19 21:50:34 +02:00
mdipierro
4de007a946
fixed possible problem with cache.action
2015-10-16 21:39:30 -05:00
gi0baro
b59a93e24e
Run pydal's tests inside web2py using contrib adapters
2015-10-16 14:44:41 +02:00
mdipierro
bbed326c20
fixed commit error
2015-10-07 13:15:39 -05:00
mdipierro
874398c38c
Merge pull request #1080 from BuhtigithuB/improve/ldap-auth-more-dry
...
Make ldap_auth a bit more DRY
2015-10-07 13:12:30 -05:00
mdipierro
a9f8fbadae
Merge pull request #1077 from leonelcamara/fix_wiki_extra
...
Fixes #721
2015-10-07 13:08:16 -05:00
mdipierro
e62320ff9f
Merge pull request #1076 from gi0baro/master
...
Tracking pydal 15.09
2015-10-07 13:07:54 -05:00
mdipierro
b3e606295e
committed changelog and removed unwanted file
2015-10-07 13:04:12 -05:00
mdipierro
b8c2bd7303
fixed LazyCrypt and fixed git problem
2015-10-07 13:02:30 -05:00
mdipierro
1387b26606
fixed LazyCrypt, thanks Denes
2015-10-07 12:57:20 -05:00