mdipierro
f2e95d1bb6
no need to create folders in shell
2019-06-01 11:31:27 -07:00
mdipierro
ce25d8dc31
description % should not be escaped, reverting
2019-05-25 01:01:32 -07:00
mdipierro
1c5b2d7fce
chmod a-x, thanks Paolo
2019-05-25 00:30:34 -07:00
mdipierro
9b831a64c0
Merge pull request #2159 from nicozanf/master
...
Change binary scripts to use PyInstaller with PY3
2019-05-25 00:24:16 -07:00
mdipierro
e6e92b43c9
Merge pull request #2212 from gonguinguen/patch-4
...
solves #2211
2019-05-25 00:21:44 -07:00
mdipierro
c02ee6a5c0
Merge pull request #2210 from timnyborg/patch-5
...
prevent open redirects with no protocol specified
2019-05-25 00:21:20 -07:00
mdipierro
22f95677d9
Merge pull request #2208 from dlage/fix-missing-folders-in-script
...
Refactor methods from gluon/admin to gluon/fileutils
2019-05-25 00:20:52 -07:00
mdipierro
4fd44ff682
Merge pull request #2207 from dlage/migrator-pr
...
Migrator - add a command line option to ensure that all tables are migrated
2019-05-25 00:20:21 -07:00
mdipierro
da253f7ba8
Merge pull request #2202 from bmiklautz/shell_controller
...
fix: controller function invocation via shell
2019-05-25 00:18:55 -07:00
mdipierro
a24926ad6f
Merge pull request #2199 from timnyborg/patch-4
...
correct SAML authorization request binding
2019-05-25 00:18:27 -07:00
dlage
c6837a9e73
Merge branch 'master' into migrator-pr
2019-05-23 14:32:24 +01:00
dlage
a65234478c
Merge branch 'master' into fix-missing-folders-in-script
2019-05-23 14:32:04 +01:00
mdipierro
94af61e732
better cron limits number of threads, thanks P.Pastori
2019-05-22 21:44:42 -07:00
Lisandro
bd892556e1
solves #2211
...
The change I propose solves issue #2211
I hope this is the correct approach.
2019-05-20 11:58:42 -03:00
Tim Nyborg
99d3d1d465
prevent open redirects with no protocol specified
...
prevent_open_redirect doesn't currently handle a 'next' with a // but no protocol, e.g.: .../user/login?_next=//google.com
2019-05-20 11:27:21 +01:00
mdipierro
f258cbecee
syncing pydal with restapi
2019-05-18 22:25:08 -07:00
mdipierro
2ccd7a86ec
better thread handling in GUI and more resiliant start/stop, thanks P.Pastori
2019-05-18 22:21:03 -07:00
mdipierro
1790688357
some changes in permissions, thanks Paolo
2019-05-18 22:18:24 -07:00
dlage
30a0ac6a1b
Refactor methods from gluon/admin to gluon/fileutils
2019-05-16 18:51:26 +01:00
dlage
b365d12a2e
Merge branch 'master' into migrator-pr
2019-05-16 16:49:15 +01:00
dlage
4455fa48c4
Add a script to force migration of lazy tables and fix missing options in DAL init.
2019-05-16 15:33:19 +01:00
dlage
96534ccf30
First attempt to force migration of the tables even with migrate option set to false.
2019-05-15 20:07:36 +01:00
mdipierro
148e9e8629
removed cicrular dependency in copystream, thanks Paolo
2019-05-13 20:41:27 -07:00
mdipierro
95bbaf6a38
more regex improvements, thanks Paolo Pastori
2019-05-12 19:39:33 -07:00
mdipierro
0372c50ef5
restored some missing regex, thanks Paolo Pastori
2019-05-12 17:34:24 -07:00
mdipierro
3ed69380f2
one logger per app and fixed some threading issues with newcron, thanks Paolo Pastori
2019-05-11 13:21:40 -07:00
mdipierro
55aa94bbb9
myregex is gone. Thanks Paolo Pastori
2019-05-11 13:18:03 -07:00
Bernhard Miklautz
7a225da44e
fix: controller function invocation via shell
...
If only a compiled version is available and a controller function is invoked with -S app/c/f an
IOError is raised as '_' is used as delimiter instead of '.'.
web2py.py -S test/test/test -M would lead to:
IOError: [Errno 2] No such file or directory: 'applications/test/compiled/controllers_test_test.pyc'
2019-05-11 17:33:42 +02:00
mdipierro
caf3010408
better regex and improvements in compileapp, thank you Paolo Pastori
2019-05-09 23:30:07 -07:00
mdipierro
f9c0c478df
sync
2019-05-07 21:20:26 -07:00
mdipierro
c5ab91041d
use testing app, not welcome for test_web, thanks Paolo
2019-05-07 20:51:48 -07:00
Tim Nyborg
3f15d1ceb8
correct SAML authorization request binding
...
AuthnRequest cannot use BINDING_HTTP_REDIRECT, according to the SAML v2 specifications. See:
https://github.com/IdentityPython/pysaml2/issues/163
2019-05-07 09:09:56 +01:00
mdipierro
ee3b63b792
fixed create missing folders, thanks Paolo
2019-05-05 23:15:09 -07:00
mdipierro
fc256343a7
better setup and teardown in test_web, thanks Paolo
2019-05-05 20:53:20 -07:00
mdipierro
c59186fa64
fixed missing folder in start scheduler
2019-05-05 20:49:56 -07:00
mdipierro
091f13df43
fixed logic for running tests and using welcome for testing, thanks Paolo
2019-05-05 20:34:28 -07:00
mdipierro
621d9e6d83
Merge pull request #2194 from leonelcamara/patch-31
...
Fixes #2182 possibly Fixes #2190
2019-05-05 20:30:40 -07:00
mdipierro
42528987af
regex fix, thanks Paolo
2019-05-04 10:20:44 -07:00
mdipierro
c258d10d15
removed options_std.py, no longer necssary since options can be passed as command line arguments
2019-05-03 20:07:19 -07:00
mdipierro
ca0b72d7b1
fixed a few more typos and better testing, thanks Paolo
2019-05-03 20:03:41 -07:00
mdipierro
eba2455298
fixed typo, thanks Paolo
2019-05-03 20:01:27 -07:00
Leonel Câmara
be81e69c2b
fix tests for new json serializer
2019-05-02 16:21:34 +01:00
Leonel Câmara
e3a981fc2c
Fixes #2182 possibly Fixes #2190
2019-05-02 16:09:10 +01:00
mdipierro
1a169b340e
fixed python3 compatibility
2019-05-01 21:45:12 -07:00
mdipierro
20416b4d1c
syncing
2019-05-01 21:23:34 -07:00
mdipierro
76c5bad895
Merge branch 'master' of github.com:web2py/web2py
2019-05-01 21:10:03 -07:00
mdipierro
15daf70298
pydal sync
2019-05-01 21:09:36 -07:00
mdipierro
1c08c07a0f
new command line options
2019-05-01 21:07:52 -07:00
mdipierro
b291239a41
Merge pull request #2189 from nicozanf/patch-1
...
PY2 small print fix
2019-04-28 11:29:03 -07:00
mdipierro
6f12be7e20
even better option processing in widget.py, thanks Paolo
2019-04-26 22:36:02 -07:00