Commit Graph

1017 Commits

Author SHA1 Message Date
Eugen Rochko 6bc2aca057
Add note about moved repository 2018-10-21 04:06:45 +02:00
Yuriy Tymchuk a67c484494 Clarify the certbot step for nginx (#735)
The current comment says that you need to cheese to create a new cert. However, certbot gives you the following options:

    What would you like to do?
    -------------------------------------------------------------------------------
    1: Keep the existing certificate for now
    2: Renew & replace the cert (limit ~5 per 7 days)
    -------------------------------------------------------------------------------

It's not clear that renewing & replacing means to create a new one
2018-10-14 13:38:24 -05:00
Victorhck 4da2aa9db5 update Spanish FAQ_ESP.md. (#729)
* update Spanish FAQ_ESP.md. WIP (made until mobile/desktop/CLI apps section)

* update FAQ_ESP.md

WIP. 
Translated and updated until "How do I delete my account?" section

* update FAQ_ESP.md 

WIP.
done until "Can I edit a toot?" section

* finished updating FAQ_ESP.md
2018-10-03 23:39:03 +02:00
Dag Ågren 934d748b3e Update API.md (#715) 2018-09-18 23:10:08 +02:00
K.Takeuchi c974d49419 Add oauth2-mastodon to list of libraries (#712) 2018-09-18 18:15:53 +02:00
trevDev() 7b9bcb7edb update default vagrant domain (#713) 2018-09-16 16:59:38 -04:00
Drew Fitzpatrick 4445682f90 Add endorsements documentation. (#705) 2018-09-11 21:12:51 +02:00
Ondřej Pokorný a7cdb95ee9 Added the content of .well-known/host-meta file (#703)
* Added the content of .well-known/host-meta file

Spent quite a lot of time today figuring out what should the webfinger file contain when the simple redirect can't be easily configured. Hopefully this clears thing up.

* Edits from comments

Disclaimer: I'm new to Github, hopefully I'm doing it right.
2018-09-09 14:00:45 -04:00
Drew Fitzpatrick a9c8d45125 Add Custom Emojis endpoint to the docs. (#702)
* Add Custom Emojis endpoint to the docs.

Everyone needs to know about the most important endpoint.

* Move custom emoji API listing.

* Move custom emojis back under Instances, adding a listing to the ToC
2018-09-08 10:28:45 -04:00
Niklas Poslovski 6c87cec5b3 Added direct messages to API documentation (#701)
* Added direct messages timeline to API documentation

* Added direct messages to Streaming API documentation
2018-09-08 09:49:12 -04:00
Kagami Sascha Rosylight ecbbb5491f ActivityPub is now a recommended standard (#699) 2018-09-06 17:40:53 +02:00
Nolan Lawson 299f47991b Update Tuning.md to add jemalloc instructions (#694)
I run jemalloc on all my instances, as do some other admins.
2018-08-31 20:32:41 +02:00
Christoph Jahn 6601300cf8 Update Apps.md (#692) 2018-08-31 16:14:55 +02:00
Eugen Rochko 45924280ca
Update client_max_body_size to 80m
To accommodate new video upload limit
2018-08-31 04:33:29 +02:00
Daniel Jakots e34ac2b1d3 Rework the links about Installing mastodon (#690)
Group links about Installation the same way they are for After
Installation and Advanced so it's more obvious how it's cut
2018-08-29 02:02:31 +02:00
Paul Woolcock 5a935e39df Add elefren to list of libraries (#688) 2018-08-28 18:25:27 +02:00
Daniel Jakots 54f4cd3cfe Add a link of the Updating guide in the Readme (#687) 2018-08-28 02:36:03 +02:00
Nicolas Hafner 66e0d5ab57 Add tooter as a Mastodon client library. (#634) 2018-08-28 02:28:18 +02:00
Eugen Rochko 81b77f7761
Fix proxy caching config additions in terms of HSTS
See tootsuite/mastodon#8487
2018-08-28 00:05:52 +02:00
kRkk eabfcc9122 Moved Mastalab to GitLab (#656) 2018-08-27 21:17:10 +02:00
Eugen Rochko a9fc71b32a
Update scopes 2018-08-27 18:58:40 +02:00
Alex Schroeder f5a01ab9ee Filters: improve documentation (#661)
* Filters: extra info about 'irreversible'

* Reformulate documentation of irreversible flag

* Filters: expired_in does not delete the filter

Also some clarification about context.
2018-08-27 11:16:58 +02:00
Marco Burstein 7df7e57f9b Fix a typo in the FAQ. (#686)
The FAQ mentions that you can `befollowed`, but it should say
`be followed`.
2018-08-26 21:59:32 +02:00
Eugen Rochko d3ef4de8cc
Add documentation for using read replicas (#665)
* Add documentation for using read replicas

* Update Tuning.md
2018-08-25 13:50:25 +02:00
Nolan Lawson c2f1715019 Update Backups-Guide.md with more detailed backup/restore instructions (#683)
I think this guide could use a bit more detail on how exactly to take a Mastodon dump and restore it. I found it very non-obvious (as a Postgres noob myself).
2018-08-25 13:39:09 +02:00
Stanislas 34d9b15b74 Add Docker instructions for "Using a separate Redis for the Rails cache" (#629) 2018-08-23 21:26:38 +02:00
davidpgil a0b4ac658e Show How To Become Root (#676)
* Show How To Become Root

I just realized I could not do certain things from a sudo. I needed to be root via "sudo /bin/bash". I know this is a trival issue, but I am intermediate at handling the terminal and needed to know this.

* Revise Command Used To Become Root

Revised 'sudo /bin/bash' to 'sudo -i' to become root
2018-08-23 19:44:03 +02:00
aus-social a31cd220ee Follow production best practice (#679)
I've deployed from master and didn't checkout a stable release tag....
2018-08-23 18:19:00 +02:00
Wladimir Palant 26aed710ad Issue #667 - Update OAuth documentation to match current implementation (#678) 2018-08-23 14:15:57 +02:00
ThibG 0f1da2392e Fix sidekiq queues ordering in production guide (#673)
* Fix sidekiq queues ordering in production guide

The ordering defines the priority, and the code expects default > push > pull > mailers

* Swap mailers and pull queues

The `mailers` queue contains all kinds of notifications, it's probably more important than `pull` jobs.
2018-08-23 13:37:36 +02:00
Eugen Rochko 4f1e930508
Remove trends 2018-08-23 00:39:39 +02:00
Levi Bard 34d2a43c5c Document the api added in https://github.com/tootsuite/mastodon/pull/6789 (#672) 2018-08-21 19:27:40 +02:00
skylerbunny 8c4531cf7b Update rbenv ruby version (#671) 2018-08-20 20:08:10 +02:00
skylerbunny daee09cc56 Add pointer to Docker updating instructions (#669)
Making clear that this document is used to update a Mastodon instance that is not containerized with Docker, and shows a reader where to find Docker specific updating instructions, since those are not present in this document.
2018-08-20 14:17:58 +02:00
Thomas 880a0ba08e Add replies_count in Status entity (#666) 2018-08-19 15:49:01 +02:00
mazzomaz cb76627c52 Update Production-guide.md (#664)
Added information about the necessary extension of the sources.list file when using Ubuntu 18.04.1 LTS
2018-08-19 03:18:02 +02:00
Luclu7 d9ecbee47d Still some 16.04 stuff (#663)
The first line wasn't changed to 18.04
2018-08-14 15:51:16 +02:00
David Baumgold 50febfa523 Whalebird app (#662)
* Added Whalebird desktop app

* fix versions
2018-08-14 10:53:44 +02:00
zyanai 611c049206 Add visible_in_picker to description of Emoji (#658) 2018-08-09 23:51:47 +02:00
zyanai fad398fa5b Add emoji field to description of Account (#657) 2018-08-09 23:51:21 +02:00
Nolan Lawson 568a67ef2f Update migration guide with better Postgres instructions (#659)
If the Postgres username is different on the old server and the new server, then the previous migration guide was not correct. This fixes that.
2018-08-09 15:30:09 +02:00
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