You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Julian Lam 58e0a366c8 fix: #9834, missing null email check on new registrations, added tests 4 years ago
..
jobs chore: eslint max-len 4 years ago
admin.js feat: show ip on acp manage users 4 years ago
approval.js fix: #9818, fix totalTime calculation 4 years ago
auth.js feat: allow revokeAllSessions method to revoke all sessions except that which is passed in (new arg) 4 years ago
bans.js chore: eslint prefer-destructuring 4 years ago
blocks.js chore: eslint prefer-arrow-callback 4 years ago
categories.js feat: add filter:user.getWatchedCategories 4 years ago
create.js fix: email validation flow, so that it actually works, fixed event logging bug, new email verification template 4 years ago
data.js fix: hide private user data in api/v3/users/[uid] 4 years ago
delete.js fix: purge uploaded images accordingly #9606 (#9611) 4 years ago
digest.js refactor(emails): more work in update email interstitial, interstitial skipping, email change on confirmation, deprecation of requireEmailConfirmation 4 years ago
email.js feat: plumb current session id into email removal/confirmation flow, so all other sessions are revoked except for the current session 4 years ago
follow.js chore: eslint no-var, vars-on-top 4 years ago
index.js refactor: move interstitials into its own file in `src/user/` 4 years ago
info.js chore: eslint no-var, vars-on-top 4 years ago
interstitials.js fix: #9834, missing null email check on new registrations, added tests 4 years ago
invite.js fix: accidental early return in confirmByCode, tests, race condition 4 years ago
jobs.js chore: eslint no-restricted-syntax 4 years ago
notifications.js feat: keep notifs for one month, load 50 notifications instead of 30 4 years ago
online.js chore: eslint no-var, vars-on-top 4 years ago
password.js chore: eslint no-var, vars-on-top 4 years ago
picture.js fix: purge uploaded images accordingly #9606 (#9611) 4 years ago
posts.js feat: scheduled topics (#9399) 4 years ago
profile.js fix: email validation flow, so that it actually works, fixed event logging bug, new email verification template 4 years ago
reset.js refactor(email): validation checking methods, +tests fix 4 years ago
search.js chore: eslint prefer-arrow-callback 4 years ago
settings.js feat: add uid to filter:user.saveSettings 4 years ago
topics.js chore: eslint prefer-template 4 years ago
uploads.js chore: eslint prefer-arrow-callback 4 years ago