Commit Graph

503 Commits

Author SHA1 Message Date
0x46616c6b f96af9009d
Add Reference for new STATS_SIDEKIQ variable (#1307) 2023-11-23 16:59:39 +01:00
Erwin c93340580c
Fix typo and capitalization (#1319) 2023-11-23 16:56:28 +01:00
Levi Bard cbe1295e15
Add `exclusive` parameter to list update documentation (#1327) 2023-11-13 18:21:51 +01:00
Ludovic HOCHET 02a694869a
Update the end point url on emails.md (#1334)
/api/v1/emails/confirmation should be /api/v1/emails/confirmations (with an ending s) otherwise a 404 is returned
2023-11-10 13:29:32 +01:00
Claire 10ee12b62a
Add documentation for `with_suspended` params (#1333)
Add documentation for https://github.com/mastodon/mastodon/pull/27667
2023-11-09 15:50:30 +01:00
Markus Unterwaditzer 959013f27c
fix incorrect example for last_status_at (#1322)
this api returns just the date, no time component

fix https://github.com/mastodon/mastodon/issues/26843
2023-10-13 10:19:13 +02:00
Claire 0f9fa614eb
Fix installation instructions pointing to pre-releases (#1316)
Fixes #1315
2023-10-10 14:52:08 +02:00
Brook Miles 9317ff3bae
restore ini settings which appear to have been lost in commit 33cb69a (#1314) 2023-10-05 11:09:10 +02:00
Brook Miles 8a2cfbb31e
fix for nginx certbot instructions (#1036) 2023-10-05 09:51:39 +02:00
Joshua Byrd f94ec5ea4f
Update install.md (#1313) 2023-10-04 09:43:14 +02:00
Claire b6c62a040d
Document exclusive lists (#1310) 2023-09-28 11:49:54 +02:00
Renaud Chaput eda06de4fe
Redirect the old ES page to the new one (#1308) 2023-09-26 19:12:21 +02:00
Lennart Hengstmengel e4e88f0fb7
Fixed some consistency issues in the documentation (#1274)
* fixed invalid json examples

* correct type: integer for a count, not number

* correct type: array of string, not string

* add square brackets around entity return type

* added missing path parameter definition

* spacing fix

* PR comment: add link
2023-09-20 10:32:44 +02:00
Daniel M Brasil 1d15e379a4
Document DELETE `/api/v1/profile/avatar` and `/api/v1/profile/header` (#1238)
* document DELETE /api/v1/accounts/picture/:picture

* update documentation

* add mastodon version

* move page to new profile.md file
2023-09-09 23:13:35 +01:00
Renaud Chaput dd54f29af7
Improve Elasticsearch documentation with `ES_PRESET` and security settings (#1279)
* Improve Elasticsearch documentation with `ES_PRESET` and security settings

* Fix small errors, and make the ES configuration no longer optional
2023-09-06 09:17:54 +02:00
Claire c28e766995
Add information on Mastodon 4.2.0's automatic update check (#1291)
* Add information on Mastodon 4.2.0's automatic update check

* Update upgrading.md
2023-09-01 18:20:45 +02:00
Claire 7974696ed0
Mention followed hashtags in /api/v1/timelines/home (#1282)
* Mention followed hashtags in /api/v1/timelines/home

* Update timelines.md
2023-08-31 18:18:04 +02:00
Michael Stanclift 0fe2e7932a
Change tootctl search deploy default batch size to 100 to match reality (#1289)
* Change default to 100 to refect code.

* memory pressure increase

* remove comment about local system resources
2023-08-31 18:17:16 +02:00
Michael Stanclift eafb7de213
ElasticSearch to Elasticsearch (#1290) 2023-08-31 18:16:33 +02:00
Isa S 31f8c3f327
Add documentation for --days option to tootctl media refresh (#1141)
* Add documentation for --days option to toolctl media refresh
2023-08-25 15:27:37 +01:00
Andy Piper 39af7f6ff5
README.md: fix logo for light/dark mode (#1281)
Link to logo on GitHub instead of imgur
Use picture element for light/dark mode
2023-08-21 18:02:51 +01:00
trwnh 5377ff0edf
Clarify since_id vs min_id (#1209)
* Clarify since_id vs min_id

* forgot to update the template
2023-08-21 15:40:12 +01:00
Christophe Jossart e71fb8b814
docs: update Mastodon for Drupal link (#1276)
This project is maintained on Drupal.org
2023-08-21 15:38:29 +01:00
Matt Jankowski 86b951ef98
Update links to github CLI pages (#1236) 2023-08-21 15:35:14 +01:00
PJ Evans c6ac0d6990
Disambiguate hostnames (#1064)
One line says bucket & hostname, the next just hostname when in fact them both need to by bucket & hostname.
2023-08-21 15:27:42 +01:00
Andy Piper d4bcddf68c
Add ungleich.ch for mastodon hosting and fix quotes in previous line (#1280)
Signed-off-by: Andy Piper <andypiper@users.noreply.github.com>
Co-authored-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
2023-08-21 15:25:20 +01:00
Stefan Leibfarth 7e28e6da43
Rename 'hidden' to 'onion' (#920)
Because that's what they're called, see https://community.torproject.org/onion-services/.
2023-08-21 15:04:20 +01:00
Andy Piper 05958339e5
libraries.md: add new PHP client (#1277) 2023-08-16 18:49:57 +02:00
Patrick Wilson 35e60a0359
Fix typo in word 'suspended' in content/en/admin/moderation.md (#1260) 2023-07-13 08:53:49 +02:00
Cassidy James Blaede fa0d546592
Update Status method docs to include unauthenticated limits (#1258)
* Update Status method docs to include unauthenticated limits

Not sure if this follows the correct style or is precisely where these limits should be noted, but the intent is to save others time by documenting these hardcoded limits:

99be47f8b9/app/controllers/api/v1/statuses_controller.rb (L21-L24)

Related: https://github.com/mastodon/mastodon/issues/25892

* statuses: mention limits in version history
2023-07-11 15:19:33 +02:00
josephrocca f1de8ba240
More explicit wording for `pinned` param default (#1259)
* More explicit wording for `pinned` param default

* Clarify pinned status ordering in returned results
2023-07-11 10:11:40 +02:00
Jeff Sikes b29a9e77f9
Spelling correction - User Safety Features (#1215)
Changed "Use Safety Features" to "User Safety Features".
2023-07-11 04:08:44 +02:00
nightpool d9f99fa667
Clarify WebPush documentation and it's relationship to proprietry services (#1257)
based on conversation in https://github.com/mastodon/mastodon/issues/25729
2023-07-10 18:31:13 +02:00
agnesoshiro 610212f450
Update broken links (#1253) 2023-07-10 18:30:31 +02:00
Claire ead55cda6c
Make it clearer that you should not use read-replicas with sidekiq processes (#1255)
* Make it clearer that you should not use read-replicas with sidekiq processes

* Update scaling.md
2023-07-09 18:20:23 +02:00
Claire a61403023a
Add hardening headers for user-uploaded files (#1244) 2023-07-06 14:31:32 +02:00
Julian Lam 40dab49db2
fix: incorrect digest header format (#1235) 2023-06-26 13:45:07 +02:00
Andy Piper a149c0e9bf
Update to libraries page following full review (#1232)
* Update to libraries page following full review

Signed-off-by: Andy Piper <andypiper@users.noreply.github.com>

* Two additional libraries from issues

Signed-off-by: Andy Piper <andypiper@users.noreply.github.com>

---------

Signed-off-by: Andy Piper <andypiper@users.noreply.github.com>
2023-06-11 18:42:40 +02:00
Yurii Izorkin 1f31fbc043
Add troubleshooting for sandboxing mode (#892) 2023-06-07 10:35:00 +02:00
Renaud Chaput 70a452fd92
Update the Localisation section to use the new React Intl command (#1224) 2023-06-04 22:24:47 +02:00
Renaud Chaput 5edab09336
Update the disclosure page with the correct email address (#1223) 2023-05-25 13:25:10 +02:00
Esther Weidauer 7fd2979b32
Clarify effects of suspending users and server (#1218)
* clarify effects of suspending users and server

There's a lot of confusion about how suspending affects existing follow relationships and some moderators assume the follow relationships will be restored when a remote account (or entire server) is un-suspended within the 30-day time window

* Correction of docs about server suspension

Co-authored-by: Claire <claire.github-309c@sitedethib.com>

---------

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2023-05-25 09:29:57 +02:00
aimuz 596e4ec8cf
fix: config cdn link (#1219)
Signed-off-by: aimuz <mr.imuz@gmail.com>
2023-05-19 17:17:36 +02:00
Emelia Smith fe555118d6
Rework documentation for removal of streaming clustering (#1207) 2023-04-27 11:03:18 +02:00
Shadowfacts 3630f2de3b
Fix instance entity links (#1205)
The v2 endpoint incorrectly said it returned a v1 instance (though it linked to the correct entity) and the v1 endpoint incorrectly linked to the v2 entity (the text correctly said v1)
2023-04-26 14:20:05 +02:00
Emelia Smith 9bbe82fbf2
feat: document the usage of Letter Opener for development emails (#1206)
* feat: document the usage of Letter Opener for development emails

* chore: document the REMOTE_DEV variable for development emails
2023-04-26 14:15:42 +02:00
trwnh 07d7147619
Fix ordering of `tootctl accounts approve --N` (#1201) 2023-04-20 16:03:39 +02:00
trwnh ee88dd3887
Update ActivityPub documentation (#1183)
* Update ActivityPub documentation

Added more details in several places

* address claire's review
2023-04-11 14:57:14 +02:00
Ricard Torres 34f32df7cf
feat: adds new flags to tootctl media remove (#1172)
Adds documentation from this PR https://github.com/mastodon/mastodon/pull/22149/files landing in the next Mastodon stable 4.1.0
2023-04-11 14:27:09 +02:00
nattro 089950a308
Update install.md (#1197)
The current rbenv is 3.0.6 - I received an error when following these steps which said the expected version is 3.0.6. After updating to 3.0.6, the installation was successful.
2023-04-11 10:51:05 +02:00