Shane Kilkelly
|
88bef5c5ea
|
Add revokeAllSessions handler, when password is reset
|
2016-07-01 09:51:22 +01:00 |
|
Shane Kilkelly
|
03fedafaf5
|
save the session key string, rather than just the id
|
2016-06-29 15:12:12 +01:00 |
|
Shane Kilkelly
|
db213c0621
|
Begin keeping record of user sessions in reds.
|
2016-06-29 11:35:25 +01:00 |
|
Henry Oswald
|
84db5ec23a
|
added logging and default calback
|
2016-06-13 13:38:30 +01:00 |
|
Henry Oswald
|
f3e48e332b
|
explicit call to UserCreator.createNewUser
|
2016-06-13 13:38:17 +01:00 |
|
Henry Oswald
|
c52af1393e
|
should be able to set first and last name via user details on registration
|
2016-06-13 13:21:44 +01:00 |
|
Henry Oswald
|
829b37cd74
|
set user email on session again on change email
|
2016-06-06 10:50:45 +01:00 |
|
James Allen
|
de02928454
|
Merge branch 'master' into ja_email_tokens
|
2016-03-17 17:01:26 +00:00 |
|
Henry Oswald
|
086875d50c
|
added logging
|
2016-03-14 10:08:47 +00:00 |
|
Henry Oswald
|
15c6e49d1a
|
if user changes email then check if they have a site licence
|
2016-03-13 22:31:14 +00:00 |
|
James Allen
|
3e03164ed4
|
Remove dead auth_token code
|
2016-03-10 17:15:14 +00:00 |
|
Henry Oswald
|
29e4b324fd
|
improve calls for invite notifications and auto mark as read
|
2016-02-18 11:43:43 +00:00 |
|
Henry Oswald
|
bd54cc722a
|
fixed broken tests in AuthenticationController
|
2016-02-18 10:16:50 +00:00 |
|
Henry Oswald
|
fc4bd94a6e
|
don't create notification if user is already part of group
|
2016-02-18 10:06:21 +00:00 |
|
Henry Oswald
|
c8084406d3
|
user notifications auto created on login for joinging groups
|
2016-02-17 16:24:09 +00:00 |
|
Henry Oswald
|
f5910762c1
|
fixed missign translation for when email is already registered
|
2016-02-16 12:38:27 +00:00 |
|
James Allen
|
b3a2d44937
|
next -> callback
|
2016-02-16 11:12:07 +00:00 |
|
James Allen
|
e8f21986dd
|
Refactor registration so it can be called from modules
|
2015-12-11 17:11:20 +00:00 |
|
James Allen
|
1e8ab5357b
|
Improve pre-registered account activation process
|
2015-12-11 11:30:06 +00:00 |
|
Henry Oswald
|
61182451f1
|
removed SubscriptionDomainHandler from user controller
|
2015-11-23 15:12:30 +00:00 |
|
James Allen
|
8cc7869b03
|
Pull in contacts from contacts api and send to tag-input for autocomplete
|
2015-10-07 17:32:35 +01:00 |
|
Henry Oswald
|
3ecf201eda
|
send -> sendStatus
|
2015-07-08 16:56:38 +01:00 |
|
Henry Oswald
|
15a57f5dc4
|
removed req.session.destorys from endpoints now on the api router which are not needed
|
2015-07-01 15:26:05 +01:00 |
|
Henry Oswald
|
22b94e9246
|
renamed SubscriptionDomainAllocator -> SubscriptionDomainHandler
|
2015-05-27 20:57:54 +01:00 |
|
Henry Oswald
|
841231dbf8
|
make PasswordResetTokenHandler generic so it can be used for invites
|
2015-05-26 15:24:09 +01:00 |
|
Henry Oswald
|
9764ab258b
|
added complex password validation to password resets
|
2015-04-30 12:05:46 +01:00 |
|
James Allen
|
393169bc2a
|
Create a grunt task to create the admin user
|
2015-03-19 17:36:50 +00:00 |
|
James Allen
|
e2d515f957
|
Allow public registration module to hook into email system
|
2015-03-19 17:19:56 +00:00 |
|
James Allen
|
9b8cf7bcfa
|
Remove public registration and require that a user be registered by an admin
|
2015-03-19 14:22:48 +00:00 |
|
James Allen
|
93a088618a
|
Return proper error from registration handler
|
2015-03-18 16:19:48 +00:00 |
|
James Allen
|
cb948fede2
|
Move email sending into registration controller
|
2015-03-18 15:57:01 +00:00 |
|
Henry Oswald
|
8638b531a5
|
fire off register to newsletter on user registration as it can be slow
|
2015-02-23 16:03:45 +00:00 |
|
James Allen
|
8e13ded360
|
Regenerate the session id after logging in or registering
|
2015-02-13 11:18:17 +00:00 |
|
James Allen
|
6c387edbe2
|
Remove Dropbox front end logic from main sharelatex repo
|
2015-02-05 18:20:34 +00:00 |
|
Henry Oswald
|
0a64c1c8ac
|
on register try and auto allocate a group licence if one exists
|
2015-01-27 18:22:51 +00:00 |
|
Brian Gough
|
58750140f4
|
enable new pdf viewer by default for newly created users
|
2015-01-21 15:26:01 +00:00 |
|
Henry Oswald
|
7e64b88fcf
|
fix cancel subscription on delete user
|
2015-01-02 10:37:59 +00:00 |
|
Henry Oswald
|
e9232eb197
|
try catch converting id to object id
|
2014-11-09 23:08:23 +00:00 |
|
Henry Oswald
|
7964616f02
|
changing email address should lowercase the email
|
2014-10-13 15:44:45 +01:00 |
|
James Allen
|
dbd85a05f1
|
Send user features and features switches to views where needed
|
2014-10-07 13:31:13 +01:00 |
|
Henry Oswald
|
9c6f0faff6
|
Merge branch 'i18n'
Conflicts:
app/coffee/Features/User/UserPagesController.coffee
app/views/layout.jade
app/views/project/editor/dropbox.jade
app/views/project/editor/file-tree.jade
app/views/project/editor/pdf.jade
app/views/project/list/project-list.jade
app/views/user/settings.jade
|
2014-08-07 14:46:17 +01:00 |
|
James Allen
|
a7cf8d6b0a
|
Sort out title of wiki
|
2014-08-05 17:08:38 +01:00 |
|
Henry Oswald
|
1e0652888a
|
removed console.log
|
2014-08-04 12:21:38 +01:00 |
|
Henry Oswald
|
d047d44079
|
Changed the error messages which are sent down to the client to be translated first
fixed up tests from titles we check when rendering, deleted them as they never
catch anything important, more hastle than they are worth imo.
|
2014-08-01 14:03:38 +01:00 |
|
Henry Oswald
|
1b8c8b8c48
|
sorted out titles
|
2014-08-01 13:47:14 +01:00 |
|
Henry Oswald
|
8670b543b9
|
added basic chat handler
|
2014-07-02 17:28:05 +01:00 |
|
James Allen
|
d2ac9a1e9f
|
Add in auto complete
|
2014-06-24 21:09:20 +01:00 |
|
James Allen
|
f154f17704
|
Wire up fontSize and mode settings
|
2014-06-24 20:46:00 +01:00 |
|
James Allen
|
5cef41fdbd
|
Allow selecting of theme
|
2014-06-24 20:28:53 +01:00 |
|
James Allen
|
81845dec32
|
Wire up account settings forms
|
2014-06-20 11:15:25 +01:00 |
|