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 fix: isObjectField(s) empty field 4 years ago
files fix: #8352, remove webfonts (#8354) 5 years ago
helpers chore: eslint no-var, vars-on-top 4 years ago
mocks fix: improper use of filename extensions 4 years ago
.eslintrc ESlint no-unused-vars 8 years ago
api.js Flags API (#9666) 4 years ago
authentication.js feat: clear reset tokens on successful login 4 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 chore: eslint no-var, vars-on-top 4 years ago
categories.js feat: scheduled topics (#9399) 4 years ago
controllers-admin.js test: double filter test 4 years ago
controllers.js fix: tests 4 years ago
coverPhoto.js chore: eslint no-var, vars-on-top 4 years ago
database.js chore: eslint no-var, vars-on-top 4 years ago
defer-logger.js chore: eslint no-var, vars-on-top 4 years ago
emailer.js chore: eslint prefer-destructuring 4 years ago
feeds.js chore: eslint no-var, vars-on-top 4 years ago
file.js chore: eslint no-var, vars-on-top 4 years ago
flags.js Flags API (#9666) 4 years ago
groups.js fix: purge uploaded images accordingly #9606 (#9611) 4 years ago
image.js chore: eslint no-var, vars-on-top 4 years ago
locale-detect.js chore: eslint no-var, vars-on-top 4 years ago
messaging.js fix: #9292, messageobj.content already parsed 4 years ago
meta.js chore: eslint no-var, vars-on-top 4 years ago
notifications.js fix: notification prune test 4 years ago
package-install.js chore: eslint no-var, vars-on-top 4 years ago
pagination.js chore: eslint no-var, vars-on-top 4 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 feat: guard against multiple resolves 4 years ago
posts.js refactor: privileges, export modules directly (#9325) 4 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 feat: category search test 4 years ago
settings.js chore: eslint no-var, vars-on-top 4 years ago
socket.io.js feat: add invalid event name to error message 4 years ago
template-helpers.js chore: eslint no-var, vars-on-top 4 years ago
topicEvents.js fix: init topic events from webserver.js 4 years ago
topicThumbs.js fix: tests 4 years ago
topics.js feat: store topic tags in topic hash (#9656) 4 years ago
translator.js fix: improper use of filename extensions 4 years ago
upgrade.js chore: eslint prefer-arrow-callback 4 years ago
uploads.js test: remove logs 4 years ago
user.js fix: tests 4 years ago
utils.js fix: improper use of filename extensions 4 years ago