Paulo Reis
|
76fcee721e
|
Update unit tests.
|
2018-08-28 14:24:05 +01:00 |
|
Paulo Reis
|
efc926ffc5
|
Load theme as a user setting; allow the user to change it; update tests.
|
2018-08-27 15:25:00 +01:00 |
|
Hugh O'Brien
|
eeadd1e9bb
|
Merge pull request #797 from sharelatex/hb-inform-v1-affiliation-confirms
Tell v1 confirmation status of affiliation emails
|
2018-08-22 08:34:33 +01:00 |
|
Tim Alby
|
8d6505b518
|
log institutions API errors
|
2018-08-17 17:48:00 +02:00 |
|
Tim Alby
|
f5513f36ca
|
add param to skip affiliation creation on user create
|
2018-08-17 17:48:00 +02:00 |
|
hugh-obrien
|
96ffeef73d
|
send fixed confirmed date to v1 for affiliations
|
2018-08-16 13:50:34 +01:00 |
|
hugh-obrien
|
55597b9279
|
inform v1 when confirming affiliation emails
|
2018-08-16 13:50:34 +01:00 |
|
Henry Oswald
|
687637eec7
|
change email address in newsletter when changing default email
put mongo_id into mailchimp merge fields
|
2018-08-08 13:50:03 +01:00 |
|
Henry Oswald
|
6cf1f71604
|
add newsletter checkbox to user register forms
|
2018-08-06 17:43:03 +01:00 |
|
Tim Alby
|
63c7f756ce
|
refactor into InstitutionsAPI
|
2018-07-26 13:01:42 +02:00 |
|
James Allen
|
7dc82597e1
|
Merge pull request #765 from sharelatex/ja-update-email-in-v1
Update email in v1 when setting as default in v2
|
2018-07-26 10:58:57 +01:00 |
|
James Allen
|
c2777918fa
|
Add some missing unit test mocks
|
2018-07-17 11:26:07 +01:00 |
|
James Allen
|
2c25cbaf25
|
Update error handling on backend
|
2018-07-17 11:12:09 +01:00 |
|
James Allen
|
d0f77abc70
|
Update email in v1 when setting default in v2
|
2018-07-16 13:26:52 +01:00 |
|
Tim Alby
|
35cb3924e2
|
refresh features after confirming email
|
2018-07-11 14:57:35 +02:00 |
|
Tim Alby
|
cfd5c65be4
|
add affiliation before confirming email
|
2018-07-05 16:02:55 +02:00 |
|
Tim Alby
|
9d4df4271a
|
try adding affiliation on user creation
|
2018-07-05 16:01:15 +02:00 |
|
Tim Alby
|
3e1d61438f
|
add endpoint to endorse affiliation
|
2018-07-05 15:59:36 +02:00 |
|
Tim Alby
|
3a541307b4
|
parse email in UserUpdater
|
2018-07-03 20:59:38 +02:00 |
|
Tim Alby
|
fe0fdd11bf
|
call v1 affiliation deletion endpoint with POST instead of DELETE
|
2018-06-28 13:48:28 +02:00 |
|
Tim Alby
|
1d80878bf8
|
delete affiliations on user deletion
|
2018-06-28 13:47:19 +02:00 |
|
Tim Alby
|
837f614df4
|
refactor affiliation requests
|
2018-06-28 13:47:16 +02:00 |
|
Tim Alby
|
8c70ba88b7
|
Add missing greater-than character in tests
|
2018-06-28 10:15:55 +02:00 |
|
Tim Alby
|
c6de896bb5
|
decorate emails list with affiliation data
|
2018-06-25 13:47:04 +02:00 |
|
Tim Alby
|
e41391fb4a
|
ignore affiliations if v1 is not configured
|
2018-06-25 13:45:46 +02:00 |
|
Tim Alby
|
d3b2a2650f
|
add/remove affiliations when adding/removing emails
|
2018-06-25 13:45:46 +02:00 |
|
James Allen
|
4608a59e3d
|
Store OneTimeTokens in mongo rather than redis
|
2018-06-21 10:22:08 +01:00 |
|
James Allen
|
0dcbc5facb
|
Send out confirmation emails on register and record confirmedAt date
|
2018-06-21 10:21:15 +01:00 |
|
Timothée Alby
|
984d81f5b8
|
Merge pull request #649 from sharelatex/ta-emails-endpoints
Add Emails Endpoints
|
2018-06-14 13:59:00 +02:00 |
|
James Allen
|
f7532e5854
|
Merge pull request #619 from sharelatex/afc-email-tokens
Use emails with tokens for team invites
|
2018-06-12 08:30:23 +01:00 |
|
Tim Alby
|
97c145433e
|
use EmailHelper.parseEmail on registration
Also changed EmailHelper to use the regexp already used in
UserRegistrationHandler rather than the `mimelib` package as it is
deprecated.
|
2018-06-11 12:31:18 +02:00 |
|
Tim Alby
|
e614ed9248
|
add emails endpoints
|
2018-06-11 10:35:23 +02:00 |
|
Tim Alby
|
31827ae6b5
|
add emails attribute on user creation
|
2018-06-08 17:53:45 +02:00 |
|
Timothée Alby
|
7cdcd725fd
|
Revert "Use Multiple Emails"
|
2018-06-07 18:44:59 +02:00 |
|
Timothée Alby
|
f422b7242d
|
Merge pull request #603 from sharelatex/ta-use-multi-emails
Use Multiple Emails
|
2018-06-07 15:40:43 +02:00 |
|
Alberto Fernández Capel
|
566c41cafd
|
Merge remote-tracking branch 'origin/master' into afc-email-tokens
|
2018-06-07 11:40:03 +01:00 |
|
Alberto Fernández Capel
|
e753ef3af5
|
Invite users in the invited_emails array
We'll remove that attribute soon, but for the time being we want
users to still be able to join the team.
|
2018-06-06 15:36:53 +01:00 |
|
Tim Alby
|
7726314e7c
|
add test to explicitely check filter
|
2018-06-06 15:45:12 +02:00 |
|
Tim Alby
|
e4da748257
|
add filter to query on emails attribute
|
2018-06-06 14:52:09 +02:00 |
|
Tim Alby
|
c5530163f5
|
add emails attribute on user creation
|
2018-06-06 11:45:01 +02:00 |
|
Tim Alby
|
613c9193e3
|
implement multi emails logic
|
2018-06-05 16:42:12 +02:00 |
|
Alberto Fernández Capel
|
25d7196570
|
Merge remote-tracking branch 'origin/master' into afc-email-tokens
|
2018-06-01 16:49:47 +01:00 |
|
Alberto Fernández Capel
|
9b18e58b68
|
Choose a better method name
This method is now only notifying users about a potential domain
licence
|
2018-06-01 11:28:06 +01:00 |
|
Tim Alby
|
5fbe5c5537
|
remove UserLocator
Use UserGetter instead
|
2018-05-28 14:11:13 +02:00 |
|
Tim Alby
|
bbaca91e57
|
add UserGetter#getUserByMainEmail
Use only that method to find users by email.
|
2018-05-28 14:11:09 +02:00 |
|
Tim Alby
|
5a590aa021
|
remove getUserOrCreateHoldingAccount function
The function is deprecated
|
2018-05-28 14:09:13 +02:00 |
|
James Allen
|
62de9d8946
|
Move test/UnitTests -> unit/test
|
2017-11-27 17:10:22 +00:00 |
|