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 Fixes for "validate email" & "send validation email" in ACP (#11677) 2 years ago
categories refactor: only pass qs 3 years ago
posts fix: get cid from pid instead of passing in 2 years ago
topics refactor: topic mark read/unread routes 2 years ago
user Bootstrap5 (#10894) 2 years ago
admin.js Acp redesign (#11639) 2 years ago
blacklist.js chore: eslint prefer-template 4 years ago
categories.js feat: paginate recentposts.rss and 2 years ago
groups.js fix: remove socketGroups.addMember; update admin checks to allow admin:groups privilege, hide add member controls if not admin 2 years ago
helpers.js feat: add post to hook params 3 years ago
index.js poc: use csrf_token in ws handshake (#11573) 2 years ago
meta.js chore: eslint no-var, vars-on-top 4 years ago
modules.js Bootstrap5 (#10894) 2 years ago
notifications.js chore: eslint import/newline-after-import 4 years ago
plugins.js refactor: var to const and let (#9885) 3 years ago
posts.js refactor: migrate `posts.getReplies` to write API 2 years ago
topics.js feat: closes #11424, add category selector to fork modal (#11491) 2 years ago
uploads.js fix: guard against prototype pollution 3 years ago
user.js Bootstrap5 (#10894) 2 years ago