mdipierro
7e96ecafd7
R-2.15.3
R-2.15.3
2017-08-07 07:41:11 -05:00
mdipierro
86ea728f4f
R-2.15.3
2017-08-07 07:32:58 -05:00
mdipierro
a29947f298
websocket_messaging in Python 3 #1696 , thanks hirolau
2017-08-07 07:27:28 -05:00
mdipierro
dc29f33365
addressed __ssl.pyd issue #1716 , thanks Jhleite
2017-08-07 07:18:42 -05:00
mdipierro
834460f0cc
Merge pull request #1723 from leonelcamara/patch-6
...
Small unicode compatibility py3 fixes
2017-08-07 07:09:30 -05:00
mdipierro
5353e17c66
Merge pull request #1720 from leonelcamara/patch-4
...
Fix BEAUTIFY trying to display uploaded file contents
2017-08-07 07:08:58 -05:00
mdipierro
d2022ca500
Merge pull request #1719 from leonelcamara/patch-3
...
Fix response.download with nonasccii filenames
2017-08-07 07:08:33 -05:00
mdipierro
c560f607af
Merge pull request #1710 from willimoa/issue/1704
...
Fix Issue 1709
2017-08-07 07:08:10 -05:00
Leonel Câmara
3eea1f68f4
Make sure you return bytes when you str(body)
2017-08-07 00:20:29 +01:00
Leonel Câmara
10b6b93cb2
minor py3 compatibility change
2017-08-07 00:17:43 +01:00
Leonel Câmara
90e20a4f39
Fix BEAUTIFY trying to display uploaded file contents
...
Fixes #1717
2017-08-06 17:01:27 +01:00
Leonel Câmara
a744835f21
Fix response.download with nonasccii filenames
...
Fixes #1718
2017-08-05 13:27:44 +01:00
mdipierro
ebc614bf91
fixed has_ssl, thanks leonel
2017-08-04 10:21:43 -05:00
mdipierro
b7270df9c3
fixed issue topic/web2py/UnN6AyOh2Lg thanks Paul
2017-08-04 09:58:05 -05:00
Andrew Willimott
4a47bb8e83
d3_graph_model fixed, no longer hardcoded for a “db” database
2017-08-02 21:47:26 +12:00
mdipierro
213c4ee7d1
fixed use of whitespaces
2017-08-01 10:26:33 -05:00
mdipierro
7088b74d42
Merge pull request #1705 from josedesoto/enhancement/1557
...
Enhancement/1557
2017-08-01 09:46:55 -05:00
mdipierro
752b5a8cdb
Merge pull request #1704 from josedesoto/enhancement/response_json_sort_paramenter
...
Allow response.json to be sortable or not
2017-08-01 09:46:11 -05:00
mdipierro
56e6d682d6
Merge pull request #1702 from leonelcamara/i1699
...
Fix autocomplete called after user_signature chk
2017-08-01 09:46:00 -05:00
mdipierro
c1881fa205
Merge pull request #1701 from jkotyz/issue/1700
...
Fixes 1700 - utc and local time inconsistency in AuthJWT
2017-08-01 09:45:46 -05:00
mdipierro
cc2cae5de4
Merge pull request #1692 from timnyborg/master
...
Fix #1691 : Passing tables to SQLFORM.factory() fails
2017-08-01 09:45:21 -05:00
mdipierro
cedd74c1ad
Merge pull request #1690 from josedesoto/issue/1689
...
del_membership prevent update self user if user_id has a value
2017-08-01 09:44:41 -05:00
Jose de Soto
d5167f2ed6
change_password_url parameter for alternate login methods
2017-07-31 19:00:24 +02:00
Jose de Soto
1014d3e86e
new parameter to auto create or not users with alternate login methods
2017-07-31 18:33:15 +02:00
Jose de Soto
f3bba29287
Allow response.json to be sortable or not
2017-07-31 17:46:46 +02:00
mdipierro
cd2ec98a26
grid.dbset
2017-07-29 01:31:25 -05:00
mdipierro
0e613f2d7f
allow DAL(..., adapter_args=dict(migrator=InDBMigrator))
2017-07-28 16:05:35 -05:00
Leonel Câmara
561828fa60
Fix autocomplete called after user_signature chk
...
Fixes #1699 which was caused by the autocomplete widget only being called after a user_signature check and the signature not being there.
The default values for user_signature and hash_vars make this work with the grid when it has the user_signature=True option without any problem when that isn't the case. Users can disable it if they want or change it according to what they're verifying in their controllers.
The autocomplete widget will still fail with the default kwargs in a situation where it is called in a controller function that first verifies the URL signature with hash_vars=True.
For users having that problem, there's no way around this without inserting a security flaw, so they must sadly change their application code to give the autocomplete widget the needed user_signature and hash_vars argument.
2017-07-28 02:20:54 +01:00
Jan Kotyz
19efbfecfa
Fixes 1700
2017-07-27 11:27:41 +02:00
Tim Nyborg
d43604c3ff
List comprehension rather than loop
...
I've now learned this is quicker
2017-07-24 10:15:12 +01:00
Tim Nyborg
ec21f72ce3
Fixes #1691
...
Clone fields, but leave tables untouched in factory()
2017-07-21 10:20:08 +01:00
Jose de Soto
aa0313c59b
del_membership prevent update self user if user_id has a value
2017-07-21 10:41:58 +02:00
mdipierro
0a013e3edc
R-2.15.2
R-2.15.2
2017-07-19 01:21:48 -05:00
mdipierro
fb4c114d85
Merge pull request #1686 from leonelcamara/25issues
...
Fixes 6 issues
2017-07-18 03:44:19 -05:00
mdipierro
b47e1334d5
Merge pull request #1682 from leonelcamara/fixheroku
...
Fixheroku
2017-07-18 03:43:45 -05:00
Leonel Câmara
ce0b255747
Fixes #1672
2017-07-16 17:59:52 +01:00
Leonel Câmara
05d2ced779
remove print that was left from debugging
2017-07-16 14:27:11 +01:00
Leonel Câmara
d144ff7d65
Fixes #1687
2017-07-16 14:06:03 +01:00
Leonel Câmara
780510dc32
Fixes #1684
2017-07-15 09:52:58 +01:00
Leonel Câmara
7a5f611e76
Fixes #1571
2017-07-14 20:23:13 +01:00
Leonel Câmara
b7b8a009f2
Fixes #1680
2017-07-14 20:17:30 +01:00
Leonel Câmara
113df51ef9
Fixes #1685
2017-07-14 18:52:36 +01:00
mdipierro
4e704ca6f7
R-2.15.1
R-2.15.1
2017-07-10 16:18:35 -05:00
mdipierro
047ed786ac
fixed some error in hashlib_md5
2017-07-10 16:02:15 -05:00
mdipierro
ca1e5156ba
fixed hashlib_md5 again, thanks Paolo
2017-07-10 15:10:16 -05:00
mdipierro
4854b84ff9
fixed a python 3 problem, thanks kato
2017-07-10 14:54:08 -05:00
mdipierro
aa252cdbd8
Merge branch 'BuhtigithuB-improve/pep8-globals-py'
2017-07-10 14:20:45 -05:00
mdipierro
e3ec4d4075
merged hashlib conflict
2017-07-10 14:20:39 -05:00
mdipierro
81b000d47a
Merge branch 'master' of github.com:web2py/web2py
2017-07-10 14:19:08 -05:00
mdipierro
305dac4976
fixed changelog
2017-07-10 14:19:01 -05:00