* Update Resources-needed.md
Add masto.donte.com.br resources, put each instance in it's own table
* Update Resources-needed.md
Revert putting each instance on it's own table
As Github has been bought by Microsoft,I've decided to mode the Halcyon repository to an new open and trustworthy home.
This move is confirmed by the announcement of the official Halcyon account: https://social.csswg.org/users/halcyon/statuses/100153247871238507
Additionally this change has been noted in the old Github repository.
Please change the link to the new one.
The link to the official Halcyon instance was broken and was replaced by one provided by a third party.
The link to the Halcyon account on Mastodon was outdated and was replaced by the current one.
https://bidule.menf.in/api/v1/statuses/82725 is an example of a valid status even though it contains a null url field. Either my application should reject this, or the API should explicitely allow it.
Just tested running `vagrant up --provider virtualbox` and it did not download the Ubuntu 14.04 base image, it downloaded xenial64, which is 16.04. Hopefully you will edit this :)
* add fields_attributes in /api/v1/accounts/update_credentials
* add fields in Accounts and verify_credentials
* add fields in Accounts and verify_credentials
* add fields in Accounts and verify_credentials
* Adding copy config step
As discussed in #591, docker will refuse to run the `mastodon:setup` step without some configuration file present.
* The secret generation part of docker installation process
As noticed in #6883, you need to generate the keys manually.
* Setting correct file owner is important even in the prebuilt-image case
... as evidenced by issue #6911
* This step should not be necessary -- let's fix the installation instead