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.
CommanderRoot 200f0b2e4f
refactor: replace deprecated String.prototype.substr() (#10432)
.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated

Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
3 years ago
..
admin
api refactor: replace deprecated String.prototype.substr() (#10432) 3 years ago
categories refactor: replace deprecated String.prototype.substr() (#10432) 3 years ago
cli feat: post auto flagging on downvotes #10029 (#10367) 3 years ago
controllers refactor: replace deprecated String.prototype.substr() (#10432) 3 years ago
database refactor: replace deprecated String.prototype.substr() (#10432) 3 years ago
groups fix: use escaped group names in invite modal 3 years ago
messaging fix: catch exceptions from sendNotifications 3 years ago
meta fix: #10384 -- mixed up sizes for fallback touch icons 3 years ago
middleware fix(security): explicitly declare cache-control header instead of using middleware 3 years ago
navigation fix: prevent crash if groups is not valid json 3 years ago
plugins chore: delay `filter:email.send` removal to v2.0.0 3 years ago
posts refactor: remove some verbose logging 3 years ago
privileges fix: column counts for other privileges 3 years ago
rewards
routes fix(security): explicitly declare cache-control header instead of using middleware 3 years ago
socket.io Allows socket authentication to be handled within plugins (#10428) 3 years ago
topics fix: topic events if there is a blocked user in topic 3 years ago
upgrades refactor: replace deprecated String.prototype.substr() (#10432) 3 years ago
user feat: ability to mute users 3 years ago
views fix: column counts for other privileges 3 years ago
widgets refactor: setObjectBulk to match sortedSetAddBulk 3 years ago
als.js
analytics.js refactor: only write analytics data on nbb that has runJobs=true 3 years ago
batch.js
cache.js
cacheCreate.js
constants.js
coverPhoto.js
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
flags.js fix: delete history as well 3 years ago
image.js feat: allow gif profile images, sharp 0.30.0 supports gifs 3 years ago
install.js fix: #10334, use the correct env vars for web install 3 years ago
languages.js fix: translator path traversal 3 years ago
logger.js
notifications.js Revert "fix: update usage of emailer.send to not catch (as errors are no longer thrown), email error throttler" 3 years ago
pagination.js
password.js feat: add node 16 (#9847) 3 years ago
prestart.js fix: dont overwrite asset_base_url if its set 3 years ago
promisify.js
pubsub.js
search.js fix: #9976, handle array or object 3 years ago
settings.js
sitemap.js
slugify.js
social.js refactor: clone before returning 3 years ago
start.js
translator.js
upgrade.js feat: remove colors in favour of chalk (#10142) 3 years ago
utils.js
webserver.js feat: add ACP toggles for COEP and CORP headers 3 years ago