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ı 02ea17ea1b breaking: remove deprecated groups socket calls
socket.emit('groups.join') removed use `PUT /api/v3/groups/:slug/membership/:uid`
socket.emit('groups.leave') removed use `DELETE /api/v3/groups/:slug/membership/:uid`
socket.emit('groups.grant') removed, `PUT /api/v3/groups/:slug/ownership/:uid`
socket.emit('groups.rescind') removed, `DELETE /api/v3/groups/:slug/ownership/:uid`
socket.emit('groups.update') removed, `PUT /api/v3/groups/:slug`
socket.emit('groups.create') removed, `POST /api/v3/groups`
socket.emit('groups.delete') removed, `DELETE /api/v3/groups`
3 years ago
..
database Zincrybulk (#9975) 3 years ago
files Add more chat hooks, replace toobig.jpg (#9843) 3 years ago
helpers fix: #10027, properly auto confirm first user 3 years ago
mocks fix: improper use of filename extensions 4 years ago
topics breaking: remove socket.io/flags.js 3 years ago
.eslintrc
api.js breaking: remove socket.io/flags.js 3 years ago
authentication.js test: add api token tests 3 years ago
batch.js chore: eslint no-var, vars-on-top 4 years ago
blacklist.js chore: eslint no-var, vars-on-top 4 years ago
build.js test: dbsearch no longer has staticDir 3 years ago
categories.js breaking: remove socket.emit('categories.getCategory') 3 years ago
controllers-admin.js test: regular user shouldn't see admin:privileges 3 years ago
controllers.js test: add missing tests 3 years ago
coverPhoto.js chore: eslint no-var, vars-on-top 4 years ago
database.js refactor: remove tabs after declaration 3 years ago
defer-logger.js chore: eslint no-var, vars-on-top 4 years ago
emailer.js fix: up timeout for psql tests 3 years ago
feeds.js breaking: remove socket.io/flags.js 3 years ago
file.js chore: eslint no-var, vars-on-top 4 years ago
flags.js fix: #9484 show user history only to admins and gmods 3 years ago
groups.js breaking: remove deprecated groups socket calls 3 years ago
i18n.js refactor: tab rules 3 years ago
image.js chore: eslint no-var, vars-on-top 4 years ago
locale-detect.js refactor: remove tabs after declaration 3 years ago
messaging.js breaking: remove socket.io/flags.js 3 years ago
meta.js refactor: tab rules 3 years ago
middleware.js refactor: use routePrefixMap instead of routeRegexpMap, +tests (#10035) 3 years ago
notifications.js feat: als (#9749) 3 years ago
package-install.js feat: add node 16 (#9847) 3 years ago
pagination.js refactor: remove tabs after declaration 3 years ago
password.js feat: allow passwords with length > 73 characters (#8818) 4 years ago
plugins-installed.js chore: eslint prefer-arrow-callback 4 years ago
plugins.js test: fix function name 3 years ago
posts.js breaking: remove socket.emit('posts.delete') 3 years ago
pubsub.js chore: eslint no-var, vars-on-top 4 years ago
rewards.js chore: eslint no-var, vars-on-top 4 years ago
search-admin.js chore: eslint no-var, vars-on-top 4 years ago
search.js refactor: remove tabs after declaration 3 years ago
settings.js chore: eslint no-var, vars-on-top 4 years ago
socket.io.js test: make it async 3 years ago
template-helpers.js chore: eslint no-var, vars-on-top 4 years ago
topics.js lint: missing ; 3 years ago
translator.js fix: translator path traversal 3 years ago
upgrade.js test: upgrade.runParticular 3 years ago
uploads.js lint: fix 3 years ago
user.js fix: #10069, don't modify fields array 3 years ago
utils.js test: utils.params 3 years ago