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
..
write Flags API (#9666) 4 years ago
admin.js refactor: automatically authenticate all requests setup through route helpers (#9357) 5 years ago
api.js test: clear cache between runs, require middleware later in helpers 5 years ago
authentication.js fix: accidental unnecessarily strict conditional that effectively rendered SSO state checking opt-in instead of opt-out 5 years ago
debug.js refactor: make debug handler async 5 years ago
feeds.js fix: #9567 fix tests 5 years ago
helpers.js refactor: style, no need to convert length to string 5 years ago
index.js refactor: automatically authenticate all requests setup through route helpers (#9357) 5 years ago
meta.js chore: eslint prefer-arrow-callback 5 years ago
user.js fix: request authentication called twice in account routes 5 years ago