Commit Graph

976 Commits

Author SHA1 Message Date
Francis f1c0dea836 Update production guide for Ubuntu 18.04 (#608)
* Update production guide for Ubuntu 18.04

Also bump nodejs to 8.x

* letsencrypt tool is now certbot in 18.04
2018-08-03 00:10:12 +02:00
Jan 2ab7167dbf lists (#654)
info for lists
2018-07-28 01:28:14 +02:00
rinsuki 1a11139489 Update iMast developers information (#655) 2018-07-28 01:27:53 +02:00
Eugen Rochko f92195ca83
Update to Node 8.x 2018-07-17 17:44:21 +02:00
Alex Schroeder 6ba4ada236 fix search description based on release 2.3.0 (#649) 2018-07-17 15:27:20 +02:00
Alex Schroeder d695ea1f13 fix search description based on release 2.3.0 (#648) 2018-07-17 15:26:59 +02:00
Alex Schroeder e1f66f6335 fix search description based on release 2.3.0 (#650) 2018-07-17 15:21:42 +02:00
tateisu 4a0f7df6a9 (API) Filters (#647)
* (API) follow suggestions

* fixup

* (api)keyword filter

* fixup
2018-07-16 22:09:12 +02:00
Konrad Pozniak 7e05dc01c5 add documentation for muting reblogs (#637)
Pleaaaaaase always update the api documentation after a mastodon release
2018-07-16 20:52:06 +02:00
tateisu 9d89534e58 (API) Follow suggestions (#646)
* (API) follow suggestions

* fixup
2018-07-16 20:51:45 +02:00
Eugen Rochko eea4d78b13
Update FAQ_FR.md 2018-07-05 17:06:19 +02:00
Eugen Rochko 8c7176ea51
Update FAQ.md 2018-07-05 17:05:32 +02:00
Alex Schroeder 9fb8a5ede0 Moved bitlbee-mastodon off GitHub (#642) 2018-06-21 11:12:50 -04:00
Sylvia Gwynt 36637d0107 Add Brutaldon and Tootle to Apps.md (#640) 2018-06-15 11:16:44 +02:00
Nicolas CARPi cea31fe54e Prepend "bundle exec" to rake commands in docker (#639)
See issue #7782
2018-06-15 11:16:35 +02:00
Renato "Lond" Cerqueira e373d2808c Update Resources-needed.md (#633)
* 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
2018-06-06 18:10:14 +02:00
Eugen Rochko 5578765530
Add missing documentation about language param 2018-06-06 04:09:47 +02:00
Niklas Poslovski 1c6f7abbf2 Changed link to Halcyon repository in Apps.md (#632)
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.
2018-06-05 19:33:43 +02:00
moko256 441bc8b1be add twitlatte in the list of apps (#631) 2018-05-31 15:51:16 +02:00
Eugen Rochko 8c4a7413b9
Add trends API information 2018-05-30 22:01:49 +02:00
Eugen Rochko 734d3a41b7
Fix ALTER USER statement 2018-05-28 19:57:35 +02:00
Konrad Pozniak 2163a6363d add 'bot' flag to account entity (#630)
* add 'bot' flag to account entity

marked as nullable for backward compatibility, hope thats ok

* Fix typo
2018-05-27 13:39:23 +02:00
Themanwhoisit 7c7e457ca2 Change Ruby version. (#627)
Change Ruby version.
2018-05-25 21:36:30 +02:00
Niklas Poslovski 36919ba611 Refreshed Halcyon entry in Apps.md (#593)
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.
2018-05-23 14:58:15 +02:00
Eugen Rochko eeb1ef9609
Update Tuning.md 2018-05-23 00:42:15 +02:00
Eugen Rochko 8515bb74ec
Update Tuning.md 2018-05-23 00:38:23 +02:00
Eugen Rochko b9940be76d
Update Tuning.md 2018-05-23 00:33:34 +02:00
Eugen Rochko 034111e07f
Update Push-notifications.md 2018-05-22 20:29:24 +02:00
tastytea 49a6164015 [Event.Status] Add note on in_reply_to(_account)_id (#623)
in_reply_to_id and in_reply_to_account_id can be null in a reply
2018-05-21 00:46:23 +02:00
Jean Potier 3f01592a06 Update nullable of url in Status (#622)
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.
2018-05-20 20:50:20 +02:00
Eugen Rochko 0bae8f75cf
Update Resources-needed.md 2018-05-19 22:09:27 +02:00
Eugen Rochko cbe68d6692
Filled out "default" values with what the defaults really are atm 2018-05-19 22:07:58 +02:00
Eugen Rochko ae85d8732b
Unite table 2018-05-19 19:49:08 +02:00
lawremipsum 86e79485c2 Add MSPSocial.net (#620) 2018-05-19 19:48:17 +02:00
Darío Hereñú 2eca2fbd6f Typo on paragraph #106 & 108 (#619) 2018-05-19 13:55:28 +02:00
MIYAGI Hikaru dc430510c2 fix typo (#618) 2018-05-19 04:53:36 +02:00
Eugen Rochko 1d2cf81e82
Add documentation on how to use nginx proxy cache 2018-05-19 02:11:34 +02:00
asonix df5d827bd5 Add asonix.dog (#616) 2018-05-18 02:47:00 +02:00
tateisu 57db71f7f2 (API) push subscription (#615)
* (API) push subscription

* (API) push subscription

* (API) push subscription

* (API) push subscription

* (API) push subscription

* (API) push subscription

* (API) push subscription
2018-05-16 02:17:33 +02:00
Casper 519f6c49ec Update Vagrant-guide.md (#612)
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 :)
2018-05-15 20:17:48 +02:00
Eugen Rochko d5e136b3d7
Update Resources-needed.md 2018-05-15 19:51:52 +02:00
Eugen Rochko 4e3e065fd5
Add info about mastodon.social (#613) 2018-05-15 19:49:16 +02:00
Eugen Rochko 60108e0bb0
Use systemctl consistently 2018-05-15 17:06:56 +02:00
Eugen Rochko 3140777106
Add info about userlist behaviour 2018-05-15 17:05:54 +02:00
tateisu 3e8363bd2e update information of Subway Tooter (#610) 2018-05-15 11:30:51 +02:00
tateisu b0951be2f7 (API) profile metadata fields (#611)
* 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
2018-05-15 11:30:27 +02:00
David Libeau db777e990c Add Search Mastodon tools and modify Mastodon scheduler (#609) 2018-05-15 01:17:59 +02:00
Lukáš Lánský 90f70e0b68 Adding copy config step (#596)
* 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
2018-05-09 10:57:16 +02:00
James Moore 540ff1cf8e I used the wrong URL for my own service 😭 (#607) 2018-05-08 22:50:59 +02:00
James Moore 6638725eb3 add moa and sorted the bridge section (#606) 2018-05-08 22:19:35 +02:00