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
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
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
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
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
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
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
Richard Vézina
c6a7732d32
Don't update record when values are the same
2015-10-06 14:36:45 -04:00
Richard Vézina
0036d9c45b
Make ldap_auth a bit more DRY
2015-10-06 14:30:50 -04:00
Leonel Câmara
b99fb7dedf
Fixes #721
...
Fixes a bug where auth.wiki was not respecting the extra keyword argument
2015-09-29 00:21:01 +01:00
gi0baro
344590470b
Tracking pydal 15.09
2015-09-28 15:50:42 +02:00
mdipierro
2c57dc084e
Merge pull request #1073 from niphlod/fix/1043
...
fixes #1043 , thanks @bobstjon
2015-09-27 14:40:27 -05:00
mdipierro
c17ba0a020
Merge pull request #1072 from niphlod/fix/1039
...
fixes #1039
2015-09-27 14:40:14 -05:00
mdipierro
6680ea8ab7
Merge pull request #1061 from nklever/master
...
small changes in sqlhtml.py, validator.py, contrib/spreadsheet.py
2015-09-27 14:39:47 -05:00
niphlod
353db90a64
fixes #1043 , thanks @bobstjon
2015-09-21 22:24:59 +02:00
niphlod
de399691ce
fixes #1039
...
It was a REEEAALLY good catch :-)
2015-09-21 22:09:17 +02:00
mdipierro
0fa0dbaeea
Merge branch 'master' of github.com:web2py/web2py
2015-09-20 14:07:06 -05:00
mdipierro
b47511c896
token default = web2py_uuid
2015-09-20 14:07:01 -05:00
mdipierro
e31318eaa8
Merge pull request #1066 from lraphael/master
...
fix unindented lines
2015-09-18 00:41:34 -05:00
mdipierro
b6ddc6098e
Merge pull request #1060 from viniciusban/1059-response-render-uses-original-response-view
...
Closes #1059 : get `response.view` from the environment
2015-09-18 00:40:04 -05:00
mdipierro
90854eae44
Merge pull request #1058 from niphlod/fix/735
...
fixes issue #735
2015-09-18 00:39:08 -05:00
Raphael Lechner
39ba9dc1a9
fix unindent lines
2015-09-16 17:12:45 +02:00
Nik Klever
bc267ce17b
Added Column- and Row-Headers to be more flexible with the headers of the
...
spreadsheet.
Added also a boolean "select" parameter for the sheet.cell function which
allows to use a HTML select tag instead of an input tag for this cell.
2015-09-05 15:01:02 +02:00
Nik Klever
65c87386c1
Labels should get their information from the render function of the records.
2015-09-05 14:57:55 +02:00
Nik Klever
2a245d36f4
If in any of the form fields are unicode strings entered as input, the
...
unicode characters in these strings are lost in self.vars.
This conditions sets it back to the original input.
Might be, that this should be done at another place, but it works.
2015-09-05 14:38:32 +02:00
viniciusban
dcf64a661d
Closes #1059 : get response.view from the environment
2015-09-03 20:39:37 -03:00
niphlod
1c74afc01b
fixes issue #735
2015-09-03 18:33:54 +02:00
niphlod
ac02d52f05
fixes typo in wiki. As usual, lack of unittests made this possible.
...
We should really make each developer "adopt" a piece of web2py to test
and care if we don't want to write unittests.
2015-09-03 17:56:45 +02:00
mdipierro
d4270373e1
fixed bug in redirect to cas service, thanks Fernando González
2015-09-01 23:07:18 -05:00
mdipierro
e4b27080ca
Merge pull request #1051 from ShySec/master
...
added HttpOnly cookies (default)
2015-08-30 20:41:23 -05:00
mdipierro
692791a518
Merge pull request #1053 from BuhtigithuB/feature/redirect-next-var-when-logged-on-page-reload
...
No credentials request if logged in and URL contains user/login?_next=
2015-08-30 00:58:27 -05:00
mdipierro
7bd8f6a1a9
Merge pull request #1054 from BuhtigithuB/Improve/PEP8-gluon-tools-py
...
Improve PEP8 gluon/tools.py
2015-08-21 00:07:06 -05:00
mdipierro
64e115f442
Merge pull request #1050 from timnyborg/patch-5
...
Update simplejsonrpc.py - move default to method signature
2015-08-21 00:03:24 -05:00
Richard Vézina
61f685d225
Improve PEP8 gluon/tools.py
2015-08-20 17:16:13 -04:00