Page MenuHomePhabricator

Make the question creation scripts POST to /ask
Closed, ResolvedPublic

Description

Make the question creation scripts need to use POST to /ask instead of just creating files, so you don't have to give your account login credentials to anyone who wants to create questions.

Event Timeline

All question creation scripts have the functionality to POST to ask. They have been commented for now. If someone else sets up an instance on their own private server, we can help them out by loading questions into it with POST to /ask.
Commit is here.