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
helpers
mocks fix: improper use of filename extensions 4 years ago
.eslintrc
api.js Flags API (#9666) 4 years ago
authentication.js feat: clear reset tokens on successful login 4 years ago
batch.js
blacklist.js
build.js
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
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 fix: notification prune test 4 years ago
package-install.js
pagination.js
password.js
plugins-installed.js
plugins.js feat: guard against multiple resolves 4 years ago
posts.js refactor: privileges, export modules directly (#9325) 4 years ago
pubsub.js
rewards.js
search-admin.js
search.js feat: category search test 4 years ago
settings.js
socket.io.js
template-helpers.js
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
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