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
..
admin feat: add dashboard sub-pages to ACP menu 4 years ago
api test: additional tests for .roll() 2 years ago
cache feat: update lru-cache to 9.x, closes #11454 2 years ago
categories Acp redesign (#11639) 2 years ago
cli Merge branch 'master' into develop 2 years ago
controllers Fixes for "validate email" & "send validation email" in ACP (#11677) 2 years ago
database Fixes for "validate email" & "send validation email" in ACP (#11677) 2 years ago
groups fix: #11530, fix topic rescheduling 2 years ago
messaging chore: remove logs 2 years ago
meta Acp redesign (#11639) 2 years ago
middleware feat: closes #11671, allow custom classes on body 2 years ago
navigation fix: #10528, gray out disabled nav items 3 years ago
plugins fix: relocated upgrade script, removed outdated code that called core.api for tokens 2 years ago
posts Acp redesign (#11639) 2 years ago
privileges Bootstrap5 (#10894) 2 years ago
rewards fix: #9827, fix reward duplication 4 years ago
routes Acp redesign (#11639) 2 years ago
socket.io Fixes for "validate email" & "send validation email" in ACP (#11677) 2 years ago
topics refactor: remove log 2 years ago
upgrades Acp redesign (#11639) 2 years ago
user Fixes for "validate email" & "send validation email" in ACP (#11677) 2 years ago
views Fixes for "validate email" & "send validation email" in ACP (#11677) 2 years ago
widgets feat: expiration date for widgets 2 years ago
als.js feat: als (#9749) 4 years ago
analytics.js TTL Cache (#10816) 3 years ago
batch.js fix: redis batch 4 years ago
cache.js TTL Cache (#10816) 3 years ago
cacheCreate.js TTL Cache (#10816) 3 years ago
constants.js refactor: shared constants (#8707) 5 years ago
coverPhoto.js chore: eslint prefer-template 4 years ago
emailer.js refactor: replace deprecated String.prototype.substr() (#10432) 3 years ago
events.js feat: new admin events, closes #10405 3 years ago
file.js feat: update mkdirp to 3.x, closes #11455 2 years ago
flags.js fix: closes #11466 2 years ago
helpers.js Webpack5 (#10311) 3 years ago
image.js feat: add filter:image.stripEXIF 3 years ago
install.js feat: add option to autoinstall plugins on setup 2 years ago
languages.js fix: translator path traversal 3 years ago
logger.js chore: eslint prefer-rest-params, prefer-spread 4 years ago
notifications.js perf: WIP #10449, allow array of pids for posts.purge (#10465) 3 years ago
pagination.js chore: eslint no-var, vars-on-top 4 years ago
password.js feat: add node 16 (#9847) 3 years ago
prestart.js fix: #11396, removal of base_templates_path variable 2 years ago
promisify.js chore: eslint prefer-rest-params, prefer-spread 4 years ago
pubsub.js chore: eslint no-var, vars-on-top 4 years ago
search.js test: fix tests again 2 years ago
settings.js fix: prevent crash in expandObjBy #9618 4 years ago
sitemap.js feat: add sitemap filter hooks for categories/topic pages 2 years ago
slugify.js feat: #8734, add slugify module, deprecate utils.slugify 5 years ago
social.js Acp redesign (#11639) 2 years ago
start.js Bootstrap5 (#10894) 2 years ago
translator.js Bootstrap5 (#10894) 2 years ago
upgrade.js feat: Allow defining active plugins in config (#10767) 3 years ago
utils.js Bootstrap5 (#10894) 2 years ago
webserver.js Merge branch 'master' into develop 2 years ago