This website requires JavaScript.
78cf55bf9a
R-2.13.2
mdipierro
2015-12-18 04:28:16 -06:00
931daaff89
fixed security issue in reset password when registration_requires_authorization, thanks Giovanni Verde
mdipierro
2015-12-18 04:11:26 -06:00
c6550f0adc
fixed a condition that allows reset_password if a reset link is sent before a user is blocked
mdipierro
2015-12-18 03:40:12 -06:00
22c89d8dcc
version 2.13.1
R-2.13.1
mdipierro
2015-12-17 21:19:08 -06:00
1636528a0f
Merge pull request #1132 from gi0baro/master
mdipierro
2015-12-17 21:08:30 -06:00
c02229d79c
Tracking pyDAL v15.12
gi0baro
2015-12-16 21:55:23 +01:00
acb05dbfe1
added retrieve to fabfile and fixed minor bug
mdipierro
2015-12-15 23:13:46 -06:00
fda1117dd7
fixed import
mdipierro
2015-12-14 15:44:34 -06:00
d1fde23182
create_user spelling fixed
mdipierro
2015-12-14 15:43:50 -06:00
adf4c93860
Merge pull request #1124 from matclab/issue1123
mdipierro
2015-12-14 15:32:07 -06:00
02f1903c3d
Merge pull request #1127 from gi0baro/appveyor-skip
mdipierro
2015-12-14 15:31:23 -06:00
1137027ecc
Merge pull request #1126 from nextghost/master
mdipierro
2015-12-14 15:31:10 -06:00
229616b9fc
added fabfile form deployment and maintenance tasks
mdipierro
2015-12-14 15:16:00 -06:00
a75a8cbf46
Avoid to run pyDAL adapters tests on appveyor
gi0baro
2015-12-13 12:34:54 +01:00
9650ff7516
Parse GET vars from rewritten query string, not the original. Fixes #730
Martin Doucha
2015-12-12 23:59:15 +01:00
5b90f3f532
Convert attachments to a list if necessary.
Mathieu Clabaut
2015-12-09 14:44:42 +01:00
483092787b
Merge pull request #1120 from dokime7/patch-10
mdipierro
2015-12-07 19:58:24 -06:00
9b17048882
Fix oauth2 renew token
Jeremie Dokime
2015-12-07 11:18:59 +01:00
30fe7400f9
syncing latest mydal
mdipierro
2015-12-04 15:14:02 -06:00
ada9353a7e
removed unwanted referene to jwt in tools
mdipierro
2015-12-04 15:10:25 -06:00
b0373297e0
Browser auto-fill can corrupt data while using admin database interface #1045 , thanks dkleissa
mdipierro
2015-12-04 12:31:35 -06:00
2dbbef724c
DIV.elements fails when searching for an attribute with an integer value #1074
mdipierro
2015-12-04 12:21:05 -06:00
eb7017fd9a
fixed auth.settings.register_onaccept is not firing when signing up through third-party #1081
mdipierro
2015-12-04 12:14:39 -06:00
4c039574df
skip failed views, thanks Anthony
mdipierro
2015-12-04 12:06:46 -06:00
ab900957fe
fixed Cookie parsing stopped after first invalid cookie #1084 , thanks paultuckey
mdipierro
2015-12-04 11:44:51 -06:00
f960c8f6df
fixed add_membership, del_membership, add_membership = IntegrityError (when auth.enable_record_versioning) #1087
mdipierro
2015-12-04 11:42:06 -06:00
d2910327c0
temp fix for IS_DATETIME with timezone info & record versioning causes TypeError: can't compare offset-naive and offset-aware datetimes #1094
mdipierro
2015-12-04 11:31:55 -06:00
dfd6d52192
fixed missing helper.get(attribute)
mdipierro
2015-12-04 11:28:39 -06:00
7dd8a3c853
fixed Reference to http://..../[app]/default/user/manage_users in welcome's default controller #1102
mdipierro
2015-12-04 11:24:00 -06:00
71ae754fcd
fixed #1110 , allow passing unicode to template render
mdipierro
2015-12-04 11:16:15 -06:00
0520770a7e
fixed #1111 , Validator IS_IPV4: options is_private=False not working, thanks Nbushkov
mdipierro
2015-12-04 11:12:44 -06:00
6b880fb455
fixed class concatenation
mdipierro
2015-12-04 10:46:20 -06:00
dd180019a1
Merge pull request #1118 from matclab/readonly-label
mdipierro
2015-12-04 10:43:17 -06:00
638f1f902a
Merge pull request #1116 from timnyborg/patch-7
mdipierro
2015-12-04 10:42:25 -06:00
73061e3bf5
Merge pull request #1114 from BuhtigithuB/Improve/ldap-contrib-self-signed-certificate
mdipierro
2015-12-04 10:42:05 -06:00
5a18e29c2e
Merge pull request #1113 from timnyborg/patch-6
mdipierro
2015-12-04 10:41:36 -06:00
721af77c90
Merge pull request #1108 from dokime7/patch-9
mdipierro
2015-12-04 10:38:04 -06:00
2cf6797b43
Merge pull request #1106 from erilyth/master
mdipierro
2015-12-04 10:37:50 -06:00
5c4145743f
Merge pull request #1103 from ilvalle/w2p_target
mdipierro
2015-12-04 10:37:14 -06:00
b4733e4617
added gluon/contrib/web2py_jwt.py, thanks Niphlod
mdipierro
2015-12-04 10:30:56 -06:00
b51d217d9b
french pluralizaiton rules, thanks Mathieu Clabaut
mdipierro
2015-12-04 10:07:38 -06:00
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
Mathieu Clabaut
2015-12-04 15:29:25 +01:00
b942fc8f7a
Fix IS_NOT_IN_DB to work with custom primarykey
Tim Nyborg
2015-12-03 15:02:21 +00:00
b2a65dbba4
Support for self-signed certificate LDAPS implementation
Hardirc
2015-12-02 14:18:09 -05:00
d36d4d77f7
replace .has_key() by in, .has_key() is deprecated
Hardirc
2015-12-02 14:04:51 -05:00
c8db6d5fb7
Improve PEP8 and readability
Hardirc
2015-12-02 14:02:27 -05:00
1b77c2294a
Fix grid count when using groupby on MSSQL
Tim Nyborg
2015-11-30 16:09:53 +00:00
98a81c9fbd
Send client_secret when get oauth2 refresh_token
Jeremie Dokime
2015-11-23 10:10:00 +01:00
4bf5a70dc0
Added XML to retrieve pickled XML data #1067
Batchu Venkat Vishal
2015-11-19 15:01:23 +05:30
d883e3d84e
added w2p_target attribute in form to control the output destination
ilvalle
2015-11-14 12:03:20 +01:00
db37cf6a58
Revert "Labels should get their information from the render function of the records."
mdipierro
2015-11-12 18:25:48 -06:00
dba5c97d51
fixed check for form tampering
mdipierro
2015-11-11 18:38:48 -06:00
948bd0c671
fixed check for form tampering
mdipierro
2015-11-11 18:20:37 -06:00
5d8ff8ba2c
removed login_once_after_registration
mdipierro
2015-11-11 09:14:05 -06:00
503cd59adc
auth.settings.login_once_after_registration
mdipierro
2015-11-11 09:03:54 -06:00
a0bcd2287b
Merge branch 'josedesoto-issue/1095'
mdipierro
2015-10-30 23:10:35 -05:00
430163f70b
fixed conflict
mdipierro
2015-10-30 23:10:25 -05:00
52b59e9b71
Merge pull request #1092 from niphlod/fix/1090
mdipierro
2015-10-30 23:08:47 -05:00
e8f87ea274
Merge pull request #1091 from dokime7/patch-8
mdipierro
2015-10-30 23:08:37 -05:00
fb6fa0c448
Merge pull request #1088 from niphlod/fix/1083
mdipierro
2015-10-30 23:07:58 -05:00
935c95ccfc
Merge pull request #1086 from gi0baro/pydal-tests
mdipierro
2015-10-30 23:07:37 -05:00
e180e69467
fixed a typo, thanks James Burke
mdipierro
2015-10-30 23:06:00 -05:00
5c9d197f93
issue #1095 . Added two-factor authentication methods and onvalidation. Fixed last attempt two-factor retry login
engeens
2015-10-29 18:49:01 +01:00
e417d311e5
added link to http://www.web2pyref.com/
mdipierro
2015-10-29 20:59:15 -05:00
199f93f262
fixed typo in tools.py, thanks James Burke
mdipierro
2015-10-29 20:56:40 -05:00
64a8880c80
fixes #1090
niphlod
2015-10-26 09:50:09 +01:00
257c514bd4
Add renew token by using refresh_token
Jeremie Dokime
2015-10-25 20:48:04 +01:00
12f848c899
fixes #1083
niphlod
2015-10-19 21:50:34 +02:00
4de007a946
fixed possible problem with cache.action
mdipierro
2015-10-16 21:39:30 -05:00
b59a93e24e
Run pydal's tests inside web2py using contrib adapters
gi0baro
2015-10-16 11:31:48 +02:00
bbed326c20
fixed commit error
mdipierro
2015-10-07 13:15:39 -05:00
874398c38c
Merge pull request #1080 from BuhtigithuB/improve/ldap-auth-more-dry
mdipierro
2015-10-07 13:12:30 -05:00
a9f8fbadae
Merge pull request #1077 from leonelcamara/fix_wiki_extra
mdipierro
2015-10-07 13:08:16 -05:00
e62320ff9f
Merge pull request #1076 from gi0baro/master
mdipierro
2015-10-07 13:07:54 -05:00
b3e606295e
committed changelog and removed unwanted file
mdipierro
2015-10-07 13:04:12 -05:00
b8c2bd7303
fixed LazyCrypt and fixed git problem
mdipierro
2015-10-07 13:02:30 -05:00
1387b26606
fixed LazyCrypt, thanks Denes
mdipierro
2015-10-07 12:57:20 -05:00
c6a7732d32
Don't update record when values are the same
Richard Vézina
2015-10-06 14:36:45 -04:00
0036d9c45b
Make ldap_auth a bit more DRY
Richard Vézina
2015-10-06 14:30:50 -04:00
b99fb7dedf
Fixes #721 Fixes a bug where auth.wiki was not respecting the extra keyword argument
Leonel Câmara
2015-09-29 00:21:01 +01:00
344590470b
Tracking pydal 15.09
gi0baro
2015-09-28 15:50:42 +02:00
2c57dc084e
Merge pull request #1073 from niphlod/fix/1043
mdipierro
2015-09-27 14:40:27 -05:00
c17ba0a020
Merge pull request #1072 from niphlod/fix/1039
mdipierro
2015-09-27 14:40:14 -05:00
7d4b460e1b
Merge pull request #1071 from niphlod/fix/1068
mdipierro
2015-09-27 14:39:58 -05:00
6680ea8ab7
Merge pull request #1061 from nklever/master
mdipierro
2015-09-27 14:39:47 -05:00
353db90a64
fixes #1043 , thanks @bobstjon
niphlod
2015-09-21 22:24:59 +02:00
827e663ac4
better list: widget
niphlod
2015-09-21 22:18:18 +02:00
de399691ce
fixes #1039
niphlod
2015-09-21 22:09:17 +02:00
46f081c45c
fixes #1068
niphlod
2015-09-21 21:38:28 +02:00
0fa0dbaeea
Merge branch 'master' of github.com:web2py/web2py
mdipierro
2015-09-20 14:07:06 -05:00
b47511c896
token default = web2py_uuid
mdipierro
2015-09-20 14:07:01 -05:00
e31318eaa8
Merge pull request #1066 from lraphael/master
mdipierro
2015-09-18 00:41:34 -05:00
72ee538883
Merge pull request #1065 from leonelcamara/pa_integration
mdipierro
2015-09-18 00:41:20 -05:00
b6ddc6098e
Merge pull request #1060 from viniciusban/1059-response-render-uses-original-response-view
mdipierro
2015-09-18 00:40:04 -05:00
90854eae44
Merge pull request #1058 from niphlod/fix/735
mdipierro
2015-09-18 00:39:08 -05:00
2bceb3f95f
Merge pull request #1057 from niphlod/fix/823
mdipierro
2015-09-18 00:38:55 -05:00
9da1e29014
Merge pull request #1056 from niphlod/fix/wiki_typo
mdipierro
2015-09-18 00:38:38 -05:00
39ba9dc1a9
fix unindent lines
Raphael Lechner
2015-09-16 17:12:45 +02:00
36db9719ef
Deal with the corner case of already created accounts Polished everything a bit
Leonel Câmara
2015-09-15 17:24:57 +01:00
125cbd93a0
Allow deploying to pythonanywhere from the web2py admin that you're running locally.
Leonel Câmara
2015-09-08 00:51:09 +01:00