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 ec6d1e2321
fix: #9507 session reroll causes socket.io to become confused (#9534)
* fix: #9507 session reroll causes socket.io to become confused

* fix: added return

* fix: simpler logic for error handling

* fix: overly sensitive catch
4 years ago
..
admin
api fix: use socket.request.headers 4 years ago
categories feat: add filter:categories.copySettingsFrom 4 years ago
cli fix: #9483, fix events count display 4 years ago
controllers test: clear cache between runs, require middleware later in helpers 4 years ago
database fix: isObjectField(s) empty field 4 years ago
groups fix: #9398, crash on post flag 4 years ago
messaging fix: #9503, dont error in markUnread if room doesnt exist 4 years ago
meta
middleware feat: #9533, allow redirect in build hooks 4 years ago
navigation
plugins Revert "feat: add _hooks metadata object to all hooks that have object-type params" 4 years ago
posts feat: #9511 send notifications on accept/reject 4 years ago
privileges feat: scheduled topics (#9399) 4 years ago
rewards
routes refactor: make debug handler async 4 years ago
socket.io fix: #9507 session reroll causes socket.io to become confused (#9534) 4 years ago
topics fix: regress. rescheduling shouldn't add to sets that pinning removed… (#9477) 4 years ago
upgrades feat: scheduled topics (#9399) 4 years ago
user feat: allow exists methods to work with arrays and single id 4 years ago
views feat: lang strings 4 years ago
widgets refactor: widgets (#9471) 4 years ago
analytics.js
batch.js
cache.js
cacheCreate.js
constants.js
coverPhoto.js
emailer.js
events.js
file.js
flags.js fix: escape flag reason 4 years ago
image.js
install.js fix: #9462, on install copy default favicon 4 years ago
languages.js feat: add hooks to language loading (#9426) 4 years ago
logger.js
notifications.js perf: increase batch size for notifs, run parallel 4 years ago
pagination.js
password.js
prestart.js
promisify.js
pubsub.js
search.js
settings.js
sitemap.js
slugify.js
social.js
start.js feat: scheduled topics (#9399) 4 years ago
translator.js
upgrade.js
utils.js
webserver.js