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 2ad0d0d0d8 chore: remove deprecated getObject routes [breaking]
`/api/post/pid/:pid`, `/api/topic/tid/:tid`, `/api/category/cid/:cid` have now been removed in favour of routes in the Write API (`/api/v3/(posts|topics|categories)/:id`)
4 years ago
..
admin refactor: api categories 4 years ago
api refactor(topic-events): fire topic event logging in topics/tools instead, pass uid into payload 4 years ago
categories Category tags (#8938) 4 years ago
cli fix: #9192, exit after logging error 4 years ago
controllers chore: remove deprecated getObject routes [breaking] 4 years ago
database fix: redis check compat tests 4 years ago
groups fix: #9185, fix string boolean values 4 years ago
messaging fix: #9149, server-side handling of disableChatMessageEditing 4 years ago
meta fix: update js concatenation logic to bundle scripts.rjs into minfile regardless of build environment 4 years ago
middleware fix: #7125, allow list for page route, configurable via plugin hook 4 years ago
navigation fix: unescape header navigation originalRoute [breaking] 4 years ago
plugins fix: https://github.com/NodeBB/nodebb-plugin-webhooks/issues/3 4 years ago
posts fix: use file lib instead of direct fs module access 4 years ago
privileges perf: use only required calls 4 years ago
rewards refactor: move plugin hook methods to plugin.hooks.* 4 years ago
routes chore: remove deprecated getObject routes [breaking] 4 years ago
socket.io fix: restored sanity checks for post move socket calls 4 years ago
topics fix: incorrect return for Thumbs.get() if thumbs were disabled 4 years ago
upgrades fix: don't crash if fullname is not a string 4 years ago
user fix: #9217, render 400 error page on bad access to /register 4 years ago
views feat: feature flag for auto-resolving a user's flags on ban [breaking] 4 years ago
widgets refactor: move plugin hook methods to plugin.hooks.* 4 years ago
analytics.js fix: winston usages 4 years ago
batch.js refactor: async/await file 5 years ago
cache.js feat: #8824, cache refactor (#8851) 4 years ago
cacheCreate.js fix: add missing maxAge to cache 4 years ago
constants.js refactor: shared constants (#8707) 4 years ago
coverPhoto.js performance improvements (#8795) 4 years ago
emailer.js feat: add filter:email.cancel to allow plugins to cancel sending emails 4 years ago
events.js fix: add missing user delete event types 4 years ago
file.js refactor: switch to using slugify module 4 years ago
flags.js fix: filtering logic of flags [breaking] 4 years ago
image.js fix: #9074, fix svg uploads 4 years ago
install.js feat: async/await redis connection 4 years ago
languages.js feat: #8734, jquery-ui, jquery-form, timeago (#8748) 4 years ago
logger.js feat: socket.io 3 changes (#8845) 4 years ago
notifications.js fix: add missing await 4 years ago
pagination.js performance improvements (#8795) 4 years ago
password.js feat: allow passwords with length > 73 characters (#8818) 4 years ago
prestart.js chore: remove test code 4 years ago
promisify.js feat: remove topics.async.getTopicData usage 5 years ago
pubsub.js feat: socket.io 3 changes (#8845) 4 years ago
search.js refactor: move plugin hook methods to plugin.hooks.* 4 years ago
settings.js closes #5008 6 years ago
sitemap.js refactor: move plugin hook methods to plugin.hooks.* 4 years ago
slugify.js feat: #8734, add slugify module, deprecate utils.slugify 4 years ago
social.js refactor: move plugin hook methods to plugin.hooks.* 4 years ago
start.js refactor: startup 5 years ago
translator.js Make utils and translator easier to require 8 years ago
upgrade.js feat: #8662, verified/unverified user groups 4 years ago
utils.js Make utils and translator easier to require 8 years ago
webserver.js fix: winston usages 4 years ago