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
..
database
files
helpers
mocks
.eslintrc
api.js Flags API (#9666) 4 years ago
authentication.js
batch.js
blacklist.js
build.js
categories.js
controllers-admin.js
controllers.js fix: tests 4 years ago
coverPhoto.js
database.js
defer-logger.js
emailer.js
feeds.js
file.js
flags.js Flags API (#9666) 4 years ago
groups.js fix: purge uploaded images accordingly #9606 (#9611) 4 years ago
image.js
locale-detect.js
messaging.js
meta.js
notifications.js
package-install.js
pagination.js
password.js
plugins-installed.js
plugins.js
posts.js
pubsub.js
rewards.js
search-admin.js
search.js
settings.js
socket.io.js
template-helpers.js
topicEvents.js
topicThumbs.js fix: tests 4 years ago
topics.js feat: store topic tags in topic hash (#9656) 4 years ago
translator.js
upgrade.js
uploads.js
user.js fix: tests 4 years ago
utils.js