Commit Graph

503 Commits

Author SHA1 Message Date
Mike McBride f6dbc5035b
Add mobile nav toggle (#1051)
* add css toggle for mobile nav
* hide toggles on non mobile
* default to not checked
2023-12-11 22:35:01 +00:00
KTachibanaM 382db977ae
Install guide fixes (#1252)
* fix instructions for editing nginx configuration so that a snakeoil cert is used
* add snakeoil ssl certs for proxying object storage with nginx
2023-12-11 17:18:08 +00:00
Michael Stanclift 6958e585a0
Add load balancing health check endpoints to scaling page (#1363)
* load balancing
2023-12-11 17:15:23 +00:00
Andy Piper 3e8b1c23c3
Revert "Fix wrong HTML lang attribute on non-English pages (#1247)" (#1361)
This reverts commit a54d19e88e.
2023-12-11 15:55:28 +01:00
Brook Miles e21f2fda03
remove fail2ban duplicate sshd jail specification and enable aggressive mode which includes ddos and extra filters (#1364) 2023-12-11 11:48:04 +00:00
Michael Stanclift 4f4b1e6935
Add troubleshooting instructions for debugging (#1358)
* debugging
* add streaming instructions
* add streaming log_level to config page
2023-12-10 20:41:43 +00:00
Andy Piper ae825222ea
Branding: switch to purple logo and preferred font. (#1359)
Signed-off-by: Andy Piper <andypiper@users.noreply.github.com>
2023-12-10 20:10:08 +01:00
Wesley Moore c185e7dec0
Clarify that apps verify_credentials requires app token + read (#1190) 2023-12-10 18:47:29 +00:00
Christian Schmidt 0ca2155229
New translations attributes (#1203) 2023-12-10 18:44:53 +00:00
Michael Stanclift 94aa9f71a7
Consistent use of Postgres and PgBouncer (#1353)
* fix pgbouncer
* pghero
2023-12-10 18:40:20 +00:00
Michael Stanclift 921fb57ff4
add batch delete variables (#1354) 2023-12-10 18:07:04 +00:00
Manish Roy b87c68c120
Fix notification query param LIMIT doc #24684 (#1210)
* Fix notification query param LIMIT doc

The notification query param LIMIT should return 40 notifications as default & Maximum notifications depends on the LIMIT param as evident from the code in api/v1/notifications_controller

* LIMIT param default & max notifications updated

* limit param doc updated
2023-12-08 21:25:44 +00:00
bt90 8a274aaf39
Allow incoming HTTP/3 connections (en) (#1066) 2023-12-08 21:24:53 +00:00
Christian Schmidt 5bed9cfe82
Document /api/v1/instance/translation_languages (#1189) 2023-12-08 21:23:03 +00:00
Maurizio De Magnis 5cfda9d588
Fixes Fail2Ban's directive (#969)
Without `filter = sshd` and after restarting the service I see this error in Fail2Ban's logs (`/var/log/fail2ban.log`):

```
2022-11-03 11:24:36,225 fail2ban.transmitter    [1283507]: ERROR   Jail 'sshd-ddos' skipped, because of wrong configuration: Unable to read the filter 'sshd-ddos'
```

I added the statement as per [this article](https://serverfault.com/a/1050315) and it worked.
2023-12-08 21:21:43 +00:00
Sophie Bertsch 6ae7a7334b
Fix link to tootctl (#847)
Assuming that this documentation is run inside the /live (Mastodon home directory), the current link is broken. 

The proposed change fixes this error and thus refers to the tootctl inside the bin directory
2023-12-08 21:19:04 +00:00
Luke Pighetti 7fca1ab453
update Dart package (#1164) 2023-12-08 17:04:30 +00:00
Avery a54d19e88e
Fix wrong HTML lang attribute on non-English pages (#1247) 2023-12-08 15:42:09 +00:00
Adam Harvey e3ea6ccf8f
Fix the description of `media_attachments` in `StatusEdit` (#1180) 2023-12-08 15:40:09 +00:00
Claire 70f4386efd
Update documentation for `/api/v1/accounts/update_credentials` (#1302)
This was missing `source[language]` as well as `hide_collections` and the upcoming `indexable`.
2023-12-08 15:30:02 +00:00
Δ7 251612178d
Update _index.md (#1245)
image in Chinese version doesn't show
2023-12-08 15:27:50 +00:00
trwnh 128895dbc9
Fix copypaste error for FilterResult.status_matches type (#1214)
Fix https://github.com/mastodon/mastodon/issues/24900
2023-12-08 06:50:10 -08:00
Liam M Stojanovic f7cc3d601f
Role management (#1268)
* default roles, edit roles, assets, formatting
2023-12-07 19:47:38 +00:00
Frigyes 8d26904e04
Added a lot of spelling fixes in the English documentation (#1350)
* Added many spelling fixes
* Apply suggestions from code review

Co-authored-by: Michael Stanclift <mx@vmstan.com>
2023-12-07 19:46:29 +00:00
Emelia Smith e3d00bd75e
Remove the admin/ prefix on Admin APIs for consistency (#1228) 2023-12-07 18:58:05 +00:00
Isa S 0982664688
Add instructions for seperate sidekiq redis (#1170)
* Add instructions for seperate sidekiq redis

Co-authored-by: Andy Piper <andypiper@users.noreply.github.com>
2023-12-07 13:52:29 +00:00
cucmberium c2d93f344f
Added missing parameter information in Filter (#1312) 2023-12-07 13:36:38 +00:00
^cypher 44e96e9428
Proposal for adding minimal documentation for undocumented moderation API (webhook) (#1329)
* Update moderation.md
2023-12-07 13:33:36 +00:00
Tantek Çelik e6656d3d37
fix "ActivityPub" format mention to be AS 2.0 (#1202)
There is no "ActivityPub JSON format", ActivityPub uses the Activity Streams 2.0 format https://www.w3.org/TR/activitystreams-core/.
2023-12-07 11:08:44 +00:00
Daniil Suvorov e8f0e64060
fix(client/intro): Nested parameters JSON format (#1254) 2023-12-06 23:10:11 +00:00
Christian 00528a70a6
Update tootctl.md (#1243)
Add missing line break
2023-12-06 23:09:36 +00:00
JakePaustian f2b3dfb70a
An important parameter is missing from the API doc on editing a post #1239 (#1351)
* Update content/en/methods/statuses.md
2023-12-06 11:57:15 +00:00
Mark Doliner 1f5f33271c
Remove unnecessary steps from Ruby instructions. (#1136)
The `./configure` and `make` steps appear to be obsolete.
2023-12-06 11:56:14 +00:00
Emelia Smith 472344a483
Improve scaling documentation for Streaming (#1335)
* Improve scaling documentation for Streaming

This reorganizes the documentation a little bit, adds information about the templates systemd files, and some reference numbers for concurrent streaming connections.

* Update content/en/admin/scaling.md

* Add section on Streaming Server metrics to Scaling.md
2023-12-05 23:03:47 +00:00
Mahan 66612d0084
Add missing type of id. (#1296) 2023-12-05 22:47:25 +01:00
Mahan 3c7c5caed1
update return empty return types to Empty (#1298) 2023-12-05 18:20:37 +00:00
Harmon 11ab7b8d7f
Remove reference to language detection (#1270)
Language detection has been removed:
https://github.com/mastodon/mastodon/pull/17478
2023-12-05 18:19:32 +00:00
Casper Roursgaard 16dde4cfa3
Fix links to serializers (#1246)
Co-authored-by: Casper Roursgaard Christensen <casper@casrou.com>
2023-12-05 18:18:58 +00:00
Elan Hasson af73402cbe
Update `ES_HOST` to document TLS usage (#1140)
* Update `ES_HOST` to document TLS usage
* Update elasticsearch.md
* Update content/en/admin/config.md
* Apply suggestions from code review

Co-authored-by: Michael Stanclift <mx@vmstan.com>
2023-12-05 15:06:17 +00:00
CSDUMMI 92c64fd62d
Add documentation for the ONE_CLICK_SSO_LOGIN environment variable (#1300) 2023-12-05 15:05:29 +00:00
Petr Kadlec 9d83707620
Use example.com as example domain (#1227) 2023-12-05 14:50:43 +00:00
Daniel Jalkut 7f7a24efd3
Clarify the documenation to reflect that 'description' on media attachments can be null. (#1263) 2023-12-05 12:58:40 +00:00
lhp22 bae33cc3ac
Improve the documentation about the parameters of the email sent by m… (#869)
* Improve the documentation about the parameters of the email sent by mastodon smtp client.

---------

Co-authored-by: lhp22 <louishp@protonmail.com>
Co-authored-by: Andy Piper <andypiper@users.noreply.github.com>
2023-11-29 17:00:15 +00:00
Michael Stanclift cb67b8c65e
remove twitter link (#1348) 2023-11-29 10:49:42 +01:00
Michael Stanclift 59f33905b0
add rebase workflow (#1347) 2023-11-29 10:49:16 +01:00
Emelia Smith 9b534bb024
Add documentation for VAPID public key in instance metadata (#1342)
* Add documentation for VAPID public key in instance metadata

* Mark Application#vapid_key as deprecated
2023-11-28 19:25:04 +01:00
Michael Stanclift 9340cb6a9f
Update Media Limits for 4.2 (#1346)
* update image limits
2023-11-27 20:38:38 +00:00
Travis Briggs 9c58803108
Minor fix: Default admin user doesn't use port (#1299) 2023-11-25 10:37:14 +01:00
Renaud Chaput 1d26ea1378
Fix ES sample config with no auth is user (#1318)
* Redirect the old ES page to the new one

* Fix ES configuration sample

`ES_USER` and `ES_PASS` need to be undefined when no auth should be used
2023-11-24 18:31:47 +01:00
Travis Briggs e1b2a6b150
Update ruby version in admin install docs (#1341) 2023-11-23 17:25:29 +01:00