Re: [web2py] Re: web3py -> py4web

2019-07-24 Thread Nico Zanferrari
Excellent! Il giorno mer 24 lug 2019 alle ore 08:17 Massimo Di Pierro < massimo.dipie...@gmail.com> ha scritto: > > Notice the time to serve this page ( > https://github.com/web2py/py4web/blob/master/apps/_default/templates/index.html) > which is a template, is ~7ms. In web2py it was 100-200ms.

[web2py] Re: Built-in online text editor jumps away

2019-07-24 Thread Fekete Zoltán
Hi! Thank you, I'll give it a try. FeZ 2019. július 18., csütörtök 20:52:16 UTC+2 időpontban Val K a következőt írta: > > Hi Zoltan! > I just wrote my own > https://github.com/valq7711/vue2pyj > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web

Re: [web2py] Re: web3py -> py4web

2019-07-24 Thread Massimo Di Pierro
Dashboard now partially works on GAE in demo mode. http://py4web.com/_dashboard -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message

Re: [web2py] Re: web3py -> py4web

2019-07-24 Thread Nico Zanferrari
Pretty awesome ;-) By the way, the box where you write the password should be enlarged a little on the right... [image: image.png] Il giorno mer 24 lug 2019 alle ore 10:09 Massimo Di Pierro < massimo.dipie...@gmail.com> ha scritto: > Dashboard now partially works on GAE in demo mode. > http://p

[web2py] Re: web3py -> py4web

2019-07-24 Thread Kevin Keller
Would live to try it today. Is there documentation how I can enable to require auth and use JWT for the PyDal REST API? On Wednesday, 24 July 2019 07:40:27 UTC+2, Massimo Di Pierro wrote: > > OK. I know. I am not good with names. > But there are lots of requirements to be fulfilled. > py4web.c

Re: [web2py] Re: web3py -> py4web

2019-07-24 Thread António Ramos
- Great documentation layout - A litle bette name (Py4Web) - But the dashboard and the running circle and colours chosen are completely out of order in my opinion if it matters. Where is the logo ? will it have a logo ? what colour scheme will it use ? Regards Em qua, 24 de jul de 2019 às 09:44,

Re: [web2py] Re: web3py -> py4web

2019-07-24 Thread António Ramos
Found a typo RestPI instead of RestAPI Regardsdef api(): return RestPI(db, policy)(request.method, request.args(0), request.args(1), request.get_vars, request.post_vars) Em qua, 24 de jul de 2019 às 12:17, António Ramos escreveu: > - Great documentation layout

Re: [web2py] Re: web3py -> py4web

2019-07-24 Thread Kevin Keller
Which file Antonio? I found what seems an Oauth2 server py and pyjwt in core. So I suppose OAuth2 + OpenID Restful API can be done with web4py already.. just need to find in the docs.. By the way.. happy to contribute to the docs. On Wed, Jul 24, 2019 at 1:21 PM António Ramos wrote: > > Fou

Re: [web2py] Re: web3py -> py4web

2019-07-24 Thread António Ramos
http://py4web.com/_documentation/static/index.html#chapter-06 Em qua, 24 de jul de 2019 às 12:28, Kevin Keller escreveu: > Which file Antonio? > > I found what seems an Oauth2 server py and pyjwt in core. > > So I suppose OAuth2 + OpenID Restful API can be done with web4py already.. > just need

[web2py] HTML Helpers - just a tough...

2019-07-24 Thread António Ramos
I realy like the html helpers but like a lot more the eml language sintax regarding html because for bigger code than this example shows, having the named arguments like _class at the end of the helper is very confusing and dificult to see what named arguments correspond to a particular helper. Its

[web2py] Web2Py with LDAP and SAML : Is it worth it for Windows ?

2019-07-24 Thread Davidiam
We have been trying to implement a web2py project on a Windows IIS server for the last few weeks and we are currently considering abandoning the project due to the absence of LDAP and SAML modules for Windows. We are running python 3.7 with IIS 8. We managed to get that configuration running p

Re: [web2py] Web2Py with LDAP and SAML : Is it worth it for Windows ?

2019-07-24 Thread Nico Zanferrari
Well, for the binary build I also had these kind of problems. I was finally able to install it by using the wheel (but I've not tested it): "download the file python_ldap-3.1.0-cp37-cp37m-win_amd64.whl from https://www.lfd.uci.edu/~gohlke/pythonlibs/ and install it from that folder with the comman

[web2py] how can I pass a parameter from the view get the return value from a function of controller?

2019-07-24 Thread Lynn
It seems that i cannot call a function with a parameter of a controller from the view. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received thi

Re: [web2py] how can I pass a parameter from the view get the return value from a function of controller?

2019-07-24 Thread António Ramos
Can u elaborate a little more ? Please show some code... Em qua, 24 de jul de 2019 às 16:20, Lynn escreveu: > > It seems that i cannot call a function with a parameter of a controller > from the view. > > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > - http:/

[web2py] download for mac not working

2019-07-24 Thread Peter Woolf
Hi All, I've been using web2py for a few years now, but was just downloading a fresh version (as of 7.24.2019) and I get an error window that just says "web2py Error". It gives two buttons "open console" or "terminate". I tried both the developer version and the normal users version, and in b

Re: [web2py] download for mac not working

2019-07-24 Thread 'Fernando' via web2py-users
El 24 jul. 2019 2:26 PM, Peter Woolf escribió:Hi All,I've been using web2py for a few years now, but was just downloading a fresh version (as of 7.24.2019) and I get an error window that just says "web2py Error".   It gives two buttons "open console" or "terminate". I tried both the developer vers

Re: [web2py] Web2Py with LDAP and SAML : Is it worth it for Windows ?

2019-07-24 Thread Pbop
Suggest you research Shibboleth as a SAML layer for your web2py app or if choose to use another framework. You can use Shibboleth to protect a virtual folder to any SAML IDP. If the protected folder is your web2py app, SHIB does the authentication and your web2py app can use any of the identity