habitica/website/server
Alys 9a8c34f780 remove alias from apidoc Body Parameters for creating a challenge task
https://habitica.com/apidoc/#api-Task-CreateChallengeTasks

Aliases can't be added by the challenge creator as shown by this test:
2dad540d43/test/api/v3/integration/tasks/challenges/POST-tasks_challenge_id.test.js (L77-L87)

That's a requirement because in each user's account, each alias must
be unique, and you can't enforce that if the challenge creator can
assign an alias.
2021-02-01 09:37:20 +10:00
..
controllers remove alias from apidoc Body Parameters for creating a challenge task 2021-02-01 09:37:20 +10:00
libs Fix error logs in client unit tests from setTitle (#12967) 2021-01-25 16:52:26 -06:00
middlewares Stripe: upgrade module and API, switch to Checkout (#12785) 2020-12-14 15:59:17 +01:00
models Make start date and day of month aware of timezones (fixes #12555) (#12696) 2021-01-10 16:02:40 +01:00
.eslintrc.js misc, fix client tests 2019-10-15 15:32:53 +02:00
api-doc.js chore: update sub-deps and fix lint 2020-07-01 18:20:18 +02:00
index.js fix(logger): improve logging and make sure no data is lost 2020-03-24 20:29:31 +01:00
server.js start upgrading eslint 2019-10-08 16:57:10 +02:00