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.
Barış Soner Uşaklı 04998908ba
Fixes for "validate email" & "send validation email" in ACP (#11677)
* confirmObj changes

dont expire confirm:<code>, add a expires field instead
dont expire confirm:byUid:<uid>

on admin manage users display the users email status
	1. verified
	2. verify email sent (pending)
	3. verify email sent (expired)
	4. no email entered

fix validate email in acp to use
	email in user:<uid> if they have one
	if not check if its in confirm:<code>
	if its not in above cant validate throw error

fix send validate email to use
	email in user:<uid> if they have one
	if not check if its in confirm:<code>
	if its not in above too cant validate throw error

* add back socket.io tests

* test: fix confirm tests

no longer using pexpire
return correct time left on token

* chore: update openapi

* fix: delete call

* test: mget test fixes

* test: fix tests
2 years ago
..
database Fixes for "validate email" & "send validation email" in ACP (#11677) 2 years ago
files Bootstrap5 (#10894) 2 years ago
helpers test: log socket.io error 2 years ago
mocks feat: update mkdirp to 3.x, closes #11455 2 years ago
posts Webpack5 (#10311) 3 years ago
topics Bootstrap5 (#10894) 2 years ago
user Fixes for "validate email" & "send validation email" in ACP (#11677) 2 years ago
.eslintrc ESlint no-unused-vars 8 years ago
api.js feat: token rolling API for admins 2 years ago
authentication.js test: fix authentication tests to use new token saving utility functions 2 years ago
batch.js chore: eslint no-var, vars-on-top 4 years ago
blacklist.js chore: eslint no-var, vars-on-top 4 years ago
build.js feat: update mkdirp to 3.x, closes #11455 2 years ago
categories.js Bootstrap5 (#10894) 2 years ago
controllers-admin.js Acp redesign (#11639) 2 years ago
controllers.js test: fix test 2 years ago
coverPhoto.js chore: eslint no-var, vars-on-top 4 years ago
database.js refactor: remove tabs after declaration 3 years ago
defer-logger.js chore: eslint no-var, vars-on-top 4 years ago
emailer.js fix: properly unregister hooks in emailer tests 3 years ago
feeds.js breaking: remove socket.io/flags.js 3 years ago
file.js chore: eslint no-var, vars-on-top 4 years ago
flags.js test: remove history test 2 years ago
groups.js test: fix assert.reject calls 2 years ago
i18n.js Bootstrap5 (#10894) 2 years ago
image.js chore: eslint no-var, vars-on-top 4 years ago
locale-detect.js refactor: remove tabs after declaration 3 years ago
messaging.js test: fix another test 2 years ago
meta.js refactor: tab rules 3 years ago
middleware.js Update to lru-cache@^7 (#10815) 3 years ago
notifications.js feat: als (#9749) 4 years ago
package-install.js Re-introduce lodash into src/package-install.js (#10315) 3 years ago
pagination.js refactor: remove tabs after declaration 3 years ago
password.js feat: allow passwords with length > 73 characters (#8818) 4 years ago
plugins-installed.js fix: #10809, test runner to only run tests for plugins included in `test_plugins` 3 years ago
plugins.js feat: Allow defining active plugins in config (#10767) 3 years ago
posts.js fix: #11664, dont create backlinks for quotes 2 years ago
pubsub.js chore: eslint no-var, vars-on-top 4 years ago
rewards.js chore: eslint no-var, vars-on-top 4 years ago
search-admin.js chore: eslint no-var, vars-on-top 4 years ago
search.js test: fix tests again 2 years ago
settings.js chore: eslint no-var, vars-on-top 4 years ago
socket.io.js test: remove socket.io test 2 years ago
template-helpers.js Bootstrap5 (#10894) 2 years ago
tokens.js test: additional tests for .roll() 2 years ago
topics.js test: add missing tests 2 years ago
translator.js test: fix escaping 2 years ago
upgrade.js test: upgrade.runParticular 3 years ago
uploads.js test: remove old comment 2 years ago
user.js test: add missing tests 2 years ago
utils.js test: remove is touch test 2 years ago