mdipierro
|
e31318eaa8
|
Merge pull request #1066 from lraphael/master
fix unindented lines
|
2015-09-18 00:41:34 -05:00 |
|
mdipierro
|
72ee538883
|
Merge pull request #1065 from leonelcamara/pa_integration
PythonAnywhere integration
|
2015-09-18 00:41:20 -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 |
|
mdipierro
|
2bceb3f95f
|
Merge pull request #1057 from niphlod/fix/823
fixes #823
|
2015-09-18 00:38:55 -05:00 |
|
mdipierro
|
9da1e29014
|
Merge pull request #1056 from niphlod/fix/wiki_typo
fixes typo in wiki.
|
2015-09-18 00:38:38 -05:00 |
|
Raphael Lechner
|
39ba9dc1a9
|
fix unindent lines
|
2015-09-16 17:12:45 +02:00 |
|
Leonel Câmara
|
36db9719ef
|
Deal with the corner case of already created accounts
Polished everything a bit
|
2015-09-15 17:24:57 +01:00 |
|
Leonel Câmara
|
125cbd93a0
|
Allow deploying to pythonanywhere from the web2py admin that you're running locally.
|
2015-09-08 00:51:09 +01: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
|
5dbcda9f38
|
fixes #823
|
2015-09-03 18:08:33 +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
|
9190191c7a
|
changed the default BS3 theme
|
2015-08-23 10:07:32 -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 |
|
Richard Vézina
|
c56fc2f6a0
|
Improve proposed enhancement #1052
|
2015-08-20 15:23:59 -04:00 |
|
mdipierro
|
bb2aa29867
|
fixed google link to viewer in autolinks.py
|
2015-08-20 14:00:21 -05:00 |
|
Richard Vézina
|
08b6832809
|
No credentials request if logged in and URL contains user/login?_next=
|
2015-08-19 14:47:21 -04:00 |
|
kelson
|
cbbd1246db
|
re import required for assertRegexpMatches port
|
2015-08-19 11:33:47 -04:00 |
|
kelson
|
0a79bf3afd
|
assertRegexpMatches requires port for python2.5 and python2.6
|
2015-08-19 11:30:07 -04:00 |
|
kelson
|
db5e58e49f
|
added HttpOnly cookies (default)
added unit tests for cookie layout, secure cookies, and HttpOnly cookies
Session.httponly_cookies=False to revert HttpOnly cookies
|
2015-08-19 11:25:00 -04:00 |
|
Tim Nyborg
|
5030d3144f
|
Update simplejsonrpc.py
Default best placed in method signature,
Thanks to cassiobotaro for pointing it out
|
2015-08-19 11:59:40 +01:00 |
|
mdipierro
|
edcc2e44dc
|
R-2.12.3
R-2.12.3
|
2015-08-18 19:15:01 -05:00 |
|
mdipierro
|
2cf9f26b0d
|
fixed pydal tracking again
|
2015-08-18 15:13:57 -05:00 |
|
mdipierro
|
4b99b6fdd7
|
adding debounced ajax calls
|
2015-08-18 14:16:10 -05:00 |
|
mdipierro
|
622430583f
|
Merge pull request #1047 from web2py/revert-1046-master
Revert "added default HttpOnly cookies"
|
2015-08-18 13:59:07 -05:00 |
|
mdipierro
|
89cc5a5f70
|
Revert "added default HttpOnly cookies"
|
2015-08-18 13:57:44 -05:00 |
|
mdipierro
|
6899154fcd
|
reverted DAL to v15.07
|
2015-08-18 13:46:38 -05:00 |
|
mdipierro
|
47c0e461f1
|
Merge pull request #1046 from ShySec/master
added default HttpOnly cookies
|
2015-08-18 11:53:54 -05:00 |
|
mdipierro
|
93237837ed
|
Merge pull request #1042 from cassiobotaro/master
Allow change quality when RESIZE
|
2015-08-18 11:52:52 -05:00 |
|
kelson
|
cf20ce5fae
|
_js_cookies => not httponly_cookies
|
2015-08-18 12:25:13 -04:00 |
|
mdipierro
|
04c86f07ef
|
Merge pull request #1032 from dsk7/allow_requires_login_to_be_determined_dynamically
Allow to specify a function for requires_login at auth decoration.
|
2015-08-18 11:03:37 -05:00 |
|
mdipierro
|
1a12c4011b
|
Merge pull request #1031 from mmunz/master
Repair cache status page in appadmin for welcome, admin and examples …
|
2015-08-18 11:02:14 -05:00 |
|
mdipierro
|
85bbe15758
|
Merge pull request #1030 from josedesoto/issue/1028
fixed issue #1028, saml2 bug
|
2015-08-18 11:01:46 -05:00 |
|
mdipierro
|
5816481a44
|
Merge pull request #1029 from timnyborg/patch-3
simplejsonrpc: Fix TypeError when data is None
|
2015-08-18 11:01:19 -05:00 |
|
kelson
|
2675e9d229
|
added default HttpOnly cookies
|
2015-08-18 10:23:29 -04:00 |
|
mdipierro
|
41498917d5
|
Autocomplete(...at_beginning=False)
|
2015-08-16 15:22:45 -05:00 |
|
Cássio Botaro
|
8f7acd8154
|
Allow change quality when RESIZE
|
2015-08-13 02:12:49 -03:00 |
|
mdipierro
|
26865421b6
|
email change
|
2015-08-11 00:32:09 -05:00 |
|
mdipierro
|
b9ee4d4730
|
R-2.12.2
R-2.12.2
|
2015-08-09 09:27:42 -05:00 |
|
mdipierro
|
8fd7a27d5f
|
fixed problem with pack all and missing cache folder
|
2015-08-09 09:26:57 -05:00 |
|
mdipierro
|
69231bdd7f
|
R-1.12.1
R-2.12.1
|
2015-08-07 02:20:08 -05:00 |
|
mdipierro
|
55dfb9e8c4
|
R-1.12.1
|
2015-08-07 02:12:17 -05:00 |
|
mdipierro
|
7761219cba
|
jquery 1.11.3, bootstrap 3.3.5
|
2015-08-07 02:10:27 -05:00 |
|
mdipierro
|
e31e4e236f
|
prettydate can do UTC, fixes #1036
|
2015-08-07 02:04:07 -05:00 |
|