Commit Graph

22429 Commits (f653a6ff6abc003a258c88c0ab7d8889f2d661a7)
 

Author SHA1 Message Date
Julian Lam f653a6ff6a feat: replace eslint configs on server and client side to inherit rules from eslint-config-nodebb
opliko 5e6b8433a3 change font order
opliko f576d6e0ea fix solid font weight in shim
opliko a370c26f73 feat: re-add FontAwesome font for compatibility
opliko 093ac1c09a fix: remove unnecessary quote
opliko 41762e6603 feat: update to FontAwesome 5.15, resolve
Renovate Bot d47bdde260 chore(deps): update dependency lint-staged to v11.1.2
Renovate Bot a0fd026801 fix(deps): update dependency mongodb to v3.6.11
Barış Soner Uşaklı 8fb53252a8 refactor: get rid of async.waterfall/each
Barış Soner Uşaklı 42dbd40253 refactor: remove unused async
Barış Soner Uşaklı 6b6a7d4b8a refactor: remove waterfall
Renovate Bot 181c20ba56 fix(deps): update dependency yargs to v17.1.0
Misty (Bot) fadb71bff5 Latest translations and fallbacks
Misty (Bot) 39911a9fc5 Latest translations and fallbacks
Opliko d509a307f0
Remove some deprecated/unnecessary code ()
* refactor: remove mkdirp promisify

* refactor: remove old session deletion API route

* refactor: remove middleware.isAdmin

* refactor: remove templateValues.config.bootswatchSkin

* fix: unused dependencies
Renovate Bot 9db28b4b4f chore(deps): update dependency jsdom to v16.7.0
Renovate Bot 4c9d6b62a8 fix(deps): update dependency ioredis to v4.27.7
Misty (Bot) e8b2aa51bf Latest translations and fallbacks
Misty (Bot) d675795749 Latest translations and fallbacks
Barış Soner Uşaklı 162ebacf5b fix: parseInt tids
Barış Soner Uşaklı 0c81642997 fix: , update posts in queue if target tid is merged
Renovate Bot 03a98f4de4 chore(deps): update dependency eslint to v7.32.0
Julian Lam 4a521ea218 fix: email update interstitial to not error on empty email field (on new registration)
Julian Lam 70a04bc105 feat: removed registerAndLoginUserCallback local helper, added handling if a bad interstitial doesn't go away nor throw errors
Misty (Bot) 46243719b7 Latest translations and fallbacks
Julian Lam 3b34571de9 fix(deps): update theme versions for
Julian Lam bbbacd86ab feat: updated email confirmation alert to more closely reflect email usage, remembering dismissal
Julian Lam 58adb76246 feat: allow requirejs modules to be awaited
Julian Lam 0e05cbe1f7 feat: show instructional modal after email change request
Julian Lam e95df2f066 refactor: move interstitials into its own file in `src/user/`
Julian Lam 324a12b6c3 feat: return back to profile after editing email
Julian Lam b3c916414b feat: allow registration interstitial abort to also follow returnTo
Julian Lam 96398faa3c feat: plumb current session id into email removal/confirmation flow, so all other sessions are revoked except for the current session
This utilises the new argument in user.auth.revokeAllSessions
Julian Lam b0a4a1d3e4 feat: allow revokeAllSessions method to revoke all sessions except that which is passed in (new arg)
Julian Lam f53fc1ad0b feat: return generic 404 on invalid confirm code
Julian Lam 824a72b220 fix: updated ACP > Manage > Users to handle users with no email address
Julian Lam d5b5b7d531 fix: allowed reset and reset_notify emails to go out to unconfirmed email addresses
Julian Lam ccf004f1f4 refactor: added user.email.remove method, updated email interstitial to handle email removal
Julian Lam 414d733d76 fix: bug where confirmation email was sent to the old email address, not the new one
Julian Lam 3bcd1f1438 fix: email validation flow, so that it actually works, fixed event logging bug, new email verification template
Julian Lam caf8968791 fix: accidental early return in confirmByCode, tests, race condition
A race condition caused mongo/psql tests to fail.
gasoved a917210c5b feat: invites no longer require email
Julian Lam 81611ae1c4 fix(emails): broken test for api/user/email/:email
+ fixed broken tests due to unexpected behaviour for email confirmation
Julian Lam c4e3362bd3 feat(emails): restore ability for admins to edit a user's email address [breaking]
The edited user's email will be automatically confirmed
Julian Lam afd2d8dab1 feat(emails): pass req in to filter:registration.interstitial
Barış Soner Uşaklı 7d115c8ef2 fix(emails): dont allow retrieving user data if showemail is false @julianlam
Julian Lam 6694bdd550 fix(emails): registration tests, email no longer passed-in, API tests (confirm email for test accounts)
Julian Lam e726048e0c fix(emails): don't automatically associate email during user creation if passed in at registration
Julian Lam f52919990b feat(emails): display current email in interstitial form
Julian Lam b4b65ecd98 fix(emails): remove debug log