kikito
7615dc066b
Uses registering_with_oauth persistent attribute to deactivate checks in certain occasions
2016-01-26 18:11:11 +01:00
kikito
f74028e3b5
Replaces the OMNIAUTH_REGEX logic with a boolean
2016-01-26 18:11:04 +01:00
kikito
d1741a2b28
Refactor first_or_create_for_auth & its usage
...
Conflicts:
app/controllers/users/omniauth_callbacks_controller.rb
Refactors first_or_initialize_for_oauth
2016-01-26 18:10:57 +01:00
Josep Jaume Rey Peroy
cf00f12ec7
Store locale in a user's field and switch locale on mailers
2016-01-22 18:10:28 +01:00
rgarcia
cade157acd
fixes conflicts with master
2016-01-21 17:27:02 +01:00
Josep Jaume Rey Peroy
5de3d700e4
Simplify Settings API
2016-01-18 12:43:34 +01:00
Julian Herrero
7bbfcd74e2
check if username is available in registration form
2016-01-10 19:17:20 +01:00
kikito
d194bf0adc
takes the user to the same page he was in after logout
2015-12-22 11:19:06 +01:00
kikito
866e04f776
makes devise remember the last visited page before login in
2015-12-21 16:44:30 +01:00
Jakub
e4b31cfe29
Move automatic official_level assignment to the controller.
2015-12-01 23:18:23 +01:00
kikito
ac1507e85e
Fixes error when signing up new users. Fixes #624
2015-10-23 12:09:45 +02:00
rgarcia
d54abb5dfe
simplifies erase action
2015-10-20 12:57:12 +02:00
kikito
f7f0dc17dd
Fixes implementation bug when erasing account
2015-10-19 20:14:09 +02:00
kikito
9cc158540e
implements a first version of the forms. Missing: a) tests and b) check db constraints (duplicate email "", etc)
2015-10-16 20:04:16 +02:00
kikito
ac90ea3e4f
adds comments to confirmations_controller.rb
2015-10-09 16:27:37 +02:00
kikito
6da7854152
refactors sessions_controller
2015-10-09 13:30:19 +02:00
kikito
4c7dcbed39
Fixes welcome specs and adds a couple more tests
2015-10-08 16:26:41 +02:00
kikito
10de596a94
Adds missing parameter for confirmations
2015-10-08 15:19:28 +02:00
kikito
5f74528f12
Modifies devise so that unconfirmed users w/o password can set it when confirming their account
2015-10-07 20:18:54 +02:00
kikito
984ecd80f4
Fixes issue when a user does login without stored path
2015-10-06 18:48:57 +02:00
kikito
fc11a3b41b
Restores the usage of the stored path instead of forcing root path after every login
2015-10-02 18:37:15 +02:00
kikito
5069f86eb9
Skips the welcome screen when the user is verifying via email
2015-10-02 18:36:40 +02:00
kikito
249aed42c4
Makes welcome screen work using a sessions controller
2015-09-10 17:41:37 +02:00
kikito
980728279f
Adds registration "success" intermediate page
2015-09-07 17:23:59 +02:00
rgarcia
17ce1f9d07
adds terms of service to users
2015-09-07 01:00:43 +02:00
rgarcia
10127f546e
upgrade before_filter to new syntax
2015-09-03 01:40:24 +02:00
rgarcia
4897d5df4e
makes spaces consistent
2015-09-03 01:29:46 +02:00
rgarcia
171150bcf5
displays email sent flash after sign up
2015-08-29 15:48:03 +02:00
David Gil
8d0ba2fe33
cleans up unused variable
2015-08-25 15:07:36 +02:00
David Gil
59aede5b00
adds Google OAuth2 support
2015-08-25 14:15:24 +02:00
David Gil
86dccac9c6
adds support for Facebook OAuth
2015-08-24 20:24:54 +02:00
David Gil
ddcef1a0f2
remove unused and locales
2015-08-24 20:24:54 +02:00
David Gil
158e203936
adds omniauth basic authentication process with Twitter, including an intermediate step to ask the user for her email if not provided by the OAuth provider - Twitter, for instance
2015-08-24 20:24:54 +02:00
Juanjo Bazán
b396a3b415
refactors user's registration
...
Simplifies process and fields:
* In: username
* Out: first_name, last_name, phone, nickname, use_nickname?
Closes #213
2015-08-21 16:41:08 +02:00
kikito
8ca546a431
merges master and fixes conflicts
2015-08-17 02:40:11 +02:00
kikito
543f718891
Adds phone_number to the regular user registration / account views
2015-08-17 01:16:08 +02:00
kikito
de73eac2d0
Moves the registrations controller to users/registrations
...
This is necessary because rails gets confused when it has a a “root”
registration_controller and another non-root one. The non-root one uses
the views from the root.
2015-08-17 01:16:07 +02:00