Re: [openwisp] Re: [GSOC 19] Weekly Progress about React based WiFi Login Page with Auto-Login Feature

2019-08-10 Thread Vivek Chand
Weekly progress 8.03-8.09: - I added the privacy policies and terms and conditions components. here - Wrote tests for the status page and authentication. - I'm currently restyling

Re: [openwisp] Re: [GSOC 19] Weekly Progress about React based WiFi Login Page with Auto-Login Feature

2019-08-03 Thread Vivek Chand
Weekly progress 7.27-8.02: - Implemented the autologin feature. By default, auto-login will be true for all the orgs and if auto-login is set to false, users will be logged out once the user leaves the page. - Implemented the authentication in the frontend apps, first url of the

Re: [openwisp] Re: [GSOC 19] Weekly Progress about React based WiFi Login Page with Auto-Login Feature

2019-08-01 Thread Federico Capoano
Thanks Vivek, I left you one comment on your PR on openwisp-radius. Please follow up on the points we discussed the other day during our call: - step by step instructions in the README to install and run the frontend app - css: we should reuse the css of the old project ( https://github.com/op

Re: [openwisp] Re: [GSOC 19] Weekly Progress about React based WiFi Login Page with Auto-Login Feature

2019-07-27 Thread Vivek Chand
Weekly progress 6.20-6.26: - Worked on the login component. pull/23 - Added support for auth token validation in Openwisp Radius pull/58 - I have deployed the ope

Re: [openwisp] Re: [GSOC 19] Weekly Progress about React based WiFi Login Page with Auto-Login Feature

2019-07-19 Thread Vivek Chand
Weekly progress 6.13-6.18: - wrote password reset and confirm views. Working on the tests for the same. openwisp-wifi-login-pages/pull/20 - wrote validate auth token api. pull/241

Re: [openwisp] Re: [GSOC 19] Weekly Progress about React based WiFi Login Page with Auto-Login Feature

2019-07-15 Thread Federico Capoano
On Sat, Jul 13, 2019 at 7:37 PM Vivek Chand wrote: > Weekly progress 6.06-6.12: > >- worked on openwisp-users/pull/80 > >- worked on openwisp-users/pull/78 > >- working on d

Re: [openwisp] Re: [GSOC 19] Weekly Progress about React based WiFi Login Page with Auto-Login Feature

2019-07-13 Thread Vivek Chand
Weekly progress 6.06-6.12: - worked on openwisp-users/pull/80 - worked on openwisp-users/pull/78 - working on django-freeradius/pull/240

Re: [openwisp] Re: [GSOC 19] Weekly Progress about React based WiFi Login Page with Auto-Login Feature

2019-06-28 Thread Vivek Chand
Weekly progress 6.22-6.28: I updated the https://github.com/openwisp/openwisp-wifi-login-pages/pull/16 with a new commit which has many file changes, so I'll be explaining all that is going on in this mail. Firstly proxy backend is almost complete with few things remaining: - A new API view

Re: [openwisp] Re: [GSOC 19] Weekly Progress about React based WiFi Login Page with Auto-Login Feature

2019-06-23 Thread Federico Capoano
On Fri, Jun 21, 2019 at 5:03 PM Vivek Chand wrote: > Weekly progress 6.16-6.22: > >- Backend is almost complete, I wrote proxy endpoints for all the >existing urls with with default time out of 2 seconds configurable at >organization level. Also the tokens are stored in signed cookie

Re: [openwisp] Re: [GSOC 19] Weekly Progress about React based WiFi Login Page with Auto-Login Feature

2019-06-21 Thread Vivek Chand
Weekly progress 6.16-6.22: - Backend is almost complete, I wrote proxy endpoints for all the existing urls with with default time out of 2 seconds configurable at organization level. Also the tokens are stored in signed cookies with an expiry duration of 24hrs (If this also needs t

Re: [openwisp] Re: [GSOC 19] Weekly Progress about React based WiFi Login Page with Auto-Login Feature

2019-06-17 Thread Federico Capoano
On Sat, Jun 15, 2019 at 3:22 AM Vivek Chand wrote: > Weekly progress 6.09-6.15: > >- Adding support for the radius token in openwisp radius. >- Writing proxy API endpoints in openwisp-wifi-login-pages > > > PRs that needs review >

Re: [openwisp] Re: [GSOC 19] Weekly Progress about React based WiFi Login Page with Auto-Login Feature

2019-06-15 Thread Vivek Chand
Weekly progress 6.09-6.15: - Adding support for the radius token in openwisp radius. - Writing proxy API endpoints in openwisp-wifi-login-pages PRs that needs review - pull/235

Re: [openwisp] Re: [GSOC 19] Weekly Progress about React based WiFi Login Page with Auto-Login Feature

2019-06-12 Thread Federico Capoano
Good progress Vivek, I'm reviewing the PRs, can you add support for the RadiusToken model in openwisp-radius please? https://github.com/openwisp/openwisp-radius If I merge the PR on django-freeradius for the RadiusToken model I will break openwisp-radius right now. On Sun, Jun 9, 2019 at 3:35 AM

Re: [openwisp] Re: [GSOC 19] Weekly Progress about React based WiFi Login Page with Auto-Login Feature

2019-06-09 Thread Vivek Chand
Weekly progress 6.02-6.08: - Made the requested changes in the django-freeradius RadiusToken which need to be reviewed here . - Configured Jest with Enzyme for testing purpose. here

Re: [openwisp] Re: [GSOC 19] Weekly Progress about React based WiFi Login Page with Auto-Login Feature

2019-06-03 Thread Federico Capoano
Thanks for the update, we already communicated via IM and github, let me know if there's anything else you need. Fed On Fri, May 31, 2019 at 6:03 PM Vivek Chand wrote: > Weekly progress 5.26-6.01 : > >- Implemented authorisation API using the RadiusToken model here >

Re: [openwisp] Re: [GSOC 19] Weekly Progress about React based WiFi Login Page with Auto-Login Feature

2019-05-31 Thread Vivek Chand
Weekly progress 5.26-6.01 : - Implemented authorisation API using the RadiusToken model here . - I have configured my project and both the node and development server is functional. I also configured ESLint and editorconfig and

Re: [openwisp] Re: [GSOC 19] Weekly Progress about React based WiFi Login Page with Auto-Login Feature

2019-05-24 Thread Federico Capoano
Hey Vivek, On Fri, May 24, 2019 at 12:52 PM Vivek Chand wrote: > Weekly progress 5.19-5.25 : > > >- Worked on pull/235 > and fixed >bugs to improve support for Django 2.2 > > Reviewed > >- Worked on pull/237 >

[openwisp] Re: [GSOC 19] Weekly Progress about React based WiFi Login Page with Auto-Login Feature

2019-05-24 Thread Vivek Chand
Weekly progress 5.19-5.25 : - Worked on pull/235 and fixed bugs to improve support for Django 2.2 - Worked on pull/237 and added RadiusToken to Django-freeradius

[openwisp] Re: [GSOC 19] Weekly Progress about React based WiFi Login Page with Auto-Login Feature

2019-05-20 Thread Vivek Chand
Hi Fed, There are a few that needs to be done to support django 2.2 which I'm working on. My next step is to add RadiusToken model to the django-freeradius. I've planned the workflow and will add the issues to the board in a day or two. Vivek -- You received this message because you are subscr

[openwisp] Re: [GSOC 19] Weekly Progress about React based WiFi Login Page with Auto-Login Feature

2019-05-19 Thread Federico Capoano
Hi Vivek, I reviewed, tested and merged your PR. Is there anything else to be done on django-freeradius to support django 2.2? What is your next step? How is the planning of issues and kanban board going? Federico On Sunday, May 19, 2019 at 8:08:36 AM UTC-4, Vivek Chand wrote: > > 5.12 - 5.1