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 cc6cbfcdc4
Flags API (#9666)
* feat: new routes for flags API

+ flag get
+ flag creation, migration from socket method
+ flag update, migration from socket method
* fixed bug where you could not unassign someone from a flag

* feat: tests for new flags API

added missing files for schema update

* fix: flag tests to use Write API instead of sockets

* feat: flag notes API + tests

* chore: remove debug line

* test: fix breaking test on mongo
4 years ago
..
accounts fix: #9619, add group chat filter to /notifications 4 years ago
admin feat: show ip on acp manage users 4 years ago
write Flags API (#9666) 4 years ago
404.js fix: #9580, proper 404 when ajaxifying 4 years ago
accounts.js chore: eslint no-var, vars-on-top 4 years ago
admin.js chore: eslint no-var, vars-on-top 4 years ago
api.js feat: make undoTimeout configurable, closes #9599 4 years ago
authentication.js feat: clear reset tokens on successful login 4 years ago
categories.js chore: eslint prefer-arrow-callback 4 years ago
category.js fix: dont show system tags in whitelist dropdown to regular users 4 years ago
composer.js chore: eslint prefer-destructuring 4 years ago
errors.js feat: internationalize API error messages 4 years ago
globalmods.js refactor: moved ip-blacklist and post-queue styles/tpls to themes 5 years ago
groups.js chore: eslint prefer-template 4 years ago
helpers.js fix: translate language keys if passed in to formatApiResponse 4 years ago
home.js chore: eslint prefer-destructuring 4 years ago
index.js feat: pass interstital errors to individual partials as well as to registerComplete 4 years ago
mods.js fix(post-queue): moderatedCids is an array of numbers (#9631) 4 years ago
osd.js chore: eslint object-curly-newline 4 years ago
ping.js chore: eslint prefer-template 4 years ago
popular.js chore: eslint prefer-template 4 years ago
posts.js chore: eslint prefer-template 4 years ago
recent.js feat: add tag filter to getSortedTopics 4 years ago
search.js Categories refactor (#9233) 4 years ago
sitemap.js chore: eslint prefer-arrow-callback 4 years ago
tags.js feat: closes #9380, add category filtering and topic tools to tag page 4 years ago
top.js chore: eslint prefer-template 4 years ago
topics.js fix: lint 4 years ago
unread.js chore: eslint prefer-destructuring 4 years ago
uploads.js chore: eslint max-len 4 years ago
user.js feat: pass req.query to getUserDataByUserSlug 4 years ago
users.js chore: eslint prefer-destructuring 4 years ago