Commit Graph

503 Commits

Author SHA1 Message Date
Eugen Rochko 10f2068f40 Fix fonts 2022-10-23 23:57:54 +02:00
Sam Wilson d1f47a9d2d
Remove yks118/Mastodon-api-php from the PHP section (#958)
Per https://github.com/yks118/Mastodon-api-php/issues/4 that library is no longer maintained.
2022-08-28 14:39:12 +02:00
mcclure 71e3ba0b1e
Clarify axis info on media "focus" parameter (#953)
Today I read the media/ api endpoint document and was confused about the axis orientation (IE is y up or down). I initially implemented an endpoint call with the wrong Y orientation.

There is a helpful diagram but I did not see it because I foolishly scrolled down, saw the return codes section, assumed that was the end of the document, and didn't scroll further.

Edit adds a reference from the arguments section at the top to the detailed explanation of "focus" at the bottom of the page, so the next fool doesn't make the mistake I did.
2022-07-16 14:02:20 +02:00
Samuel Philipp 47c8bdc4e9
Added Ossrox (#950) 2022-06-28 19:49:00 +02:00
Luke Fisk-Lennon b881492350
Update Ubuntu version, add missing commands (#944) 2022-05-14 20:14:24 +02:00
Shlee 21716a766e
typo in RAILS_LOG_LEVEL (#933)
* Update config.md

* Update config.md
2022-05-04 02:56:49 +02:00
Showfom 2915445503
Update elasticsearch.md (#929)
- Update `openjdk-17-jre-headless` in Ubuntu 20.04 and Debian 11
- Update ElasticSearch to 7.x
- Add `systemctl daemon-reload` after installation

Tested and it's working fine.
2022-03-31 11:21:04 +02:00
Showfom 98d85c9f48
Update install.md (#927)
- Ubuntu 18.04 will be EOL on April, 2022. So I make changes for installation document with Ubuntu 20.04 and Debian 11 support.
- Added PostgreSQL with latest version (PostgreSQL 14)
- [Yarn](https://yarnpkg.com/getting-started/install) is now a default package since Node.js 16.10, there's no need to install yarn classic.
- From Mastodon [3.5.0](https://github.com/mastodon/mastodon/releases/tag/v3.5.0), ruby 3.0.3 is recommend.

Tested in Ubuntu 20.04 and Debian 11, all works fine.
2022-03-31 10:14:51 +02:00
nemobis 956c7e3e64
Fix typo "langauges" (#924) 2022-03-12 19:33:34 +01:00
Klaus Purer eb46d90af8
fic(libraries): Mark all Rust libraries as unmaintained and fix link to Elefren (#919) 2022-02-26 21:40:53 +01:00
JeremyStarTM 9e57382ba2
Modified two-liner into one-liner (#911) 2022-01-19 23:13:31 +01:00
Claire 090adf03fe
Improve warnings around the database maintenance script (#908)
* Improve warnings around the database maintenance script

* Fix repeated sentence
2022-01-16 17:03:38 +01:00
Claire d5d88f2c37
Add an info box about PgHero duplicate index warnings (#909)
Some people asked whether they should be running the maintenance script after seeing a PgHero warning about duplicate indexes.
This change highlights that the warning is unrelated to database index corruption.
2022-01-16 16:37:06 +01:00
Val Lorentz 1dc561d8e0
Fix package name for certbot-nginx (#910)
python-certbot-nginx does not exist anymore in Debian.
2022-01-15 19:26:31 +01:00
Eugen Rochko 60c1110ff7
Update footer.html 2021-12-13 08:36:18 +01:00
Holger de96f2a5d1
Add warning for log4j CVE-2021-44228 (#905) 2021-12-11 17:06:18 +01:00
Eugen Rochko ca538c0aac
Update footer.html 2021-12-09 21:39:38 +01:00
Bruno Baguette 419b77f7b5
Typo fixes (#902)
- Typo fix : "duplicate" ➤ "duplicates"
- Typo fix : "chose" ➤ "choose"
- Typo fix : "occuring" ➤ "occurring"
2021-11-30 21:20:52 +01:00
Mashiro 9bea3ee51a
Add `--skip-sign-in-token` in admin CLI (#900)
* Update tootctl.md

* zh-cn
2021-10-26 15:12:16 +02:00
Eugen Rochko f0dea11261
Update footer.html 2021-09-23 15:31:14 +02:00
Martin Folkers 25e1a139c2
Update relationship.md (#896) 2021-09-20 02:05:03 +02:00
a sapphic bunne 2c00752228
Fixed 'AUTHORIZED_FETCH_MODE' typo in english (#891) 2021-09-13 18:29:52 +02:00
Leon Kowalski 0dc4745593
Fix `force_login` type & more (#894)
* Fix `force_login` type & more

Makes `force_login` of type `bool` & moves optional parameters to bottom of table for consistency.

* Fix `limit` type & provide descriptions

* Fix typo
2021-09-13 17:55:48 +02:00
Claire 06cc977ff1
Deprecate the text_url attribute to media attachments (#895) 2021-09-13 17:55:19 +02:00
Bryce "BonzoESC" Kerley 55c284295f
point towards how to avoid index corruption (#893)
added links to the SQL `REINDEX` and CLI `reindexdb` commands
2021-08-29 18:00:20 +02:00
WammKD 599fd67b1e
Update libraries.md (#881)
Add a library for Guile Scheme.
2021-05-29 22:43:41 +02:00
Kev Quirk b95d72be42
Updated individual moderation info to reflect new moderation options. (#865) 2021-05-06 02:27:15 +02:00
wiperS200 a4dc91ac03
Add pg_restore option (#874) 2021-05-06 02:26:36 +02:00
HolgerHuo 22ae9cabc7
Update scaling documentation to adapt to the new "scheduler" sidekiq queue (#875)
* Add scheduler sidekiq queues as the code updates

* 更新sidekiq队列以适应文档

* Update scaling.md

* Update scaling.md
2021-05-05 14:16:45 +02:00
Claire dfeb299d4d
Improve WEB_DOMAIN documentation (#817)
* Improve WEB_DOMAIN documentation

Explain that queries to the webfinger endpoint on the WEB_DOMAIN have to be proxied/redirected to the LOCAL_DOMAIN.

* Improve wording based on suggestions

Co-authored-by: Raphael Schweikert <any@sabberworm.com>

* Improve documentation for LOCAL_DOMAIN and WEB_DOMAIN

- Concisely explain why it cannot be changed later, stressing this isn't about your install but about remote servers.
- Add an example relating `LOCAL_DOMAIN` and `WEB_DOMAIN` to avoid confusion.
- Make it explicit that the value is optional.

Co-authored-by: Raphael Schweikert <any@sabberworm.com>
2021-04-22 18:45:08 +02:00
teutates 9e6a65d55f
Fix typo (#870) 2021-04-07 20:14:02 +02:00
ress 137d2ebef5
Remove broken link to Nablahost (#867)
link: #845
2021-03-25 08:54:43 +01:00
Marcin Mikołajczak 5f7839cbae
Polish translation: fix typo (#866) 2021-03-24 17:17:29 +01:00
Justin Mazzocchi 62711e29d4
Add metatext-apns to list of push relay services (#864) 2021-03-18 05:48:58 +01:00
Eugen Rochko dbfc97e682
Revert "Slight improvements for admin docs (#856)" (#861)
This reverts commit 9beb501bac.
2021-03-04 04:16:02 +01:00
Noah H 063feeaf3b
update version history and options for `tootctl search deploy` (#859) 2021-02-15 18:14:51 +01:00
Janek 9beb501bac
Slight improvements for admin docs (#856)
* admin/install: simplify system package instructions & use sh codeblocks

No need to assume bash

* admin/config: document RAILS_ENV in more detail
2021-01-24 09:52:33 +01:00
Marcin Mikołajczak 8fa91d1719
Polish translation (#832)
* Polish translataion WIP

Signed-off-by: mkljczk <me@mkljczk.pl>

* Polish translation WIP

Signed-off-by: mkljczk <me@mkljczk.pl>

* Polish translation WIP

Signed-off-by: mkljczk <me@mkljczk.pl>

* Polish translation WIP

Signed-off-by: mkljczk <me@mkljczk.pl>

* Polish translation WIP

Signed-off-by: mkljczk <me@mkljczk.pl>

* Polish translation WIP

Signed-off-by: mkljczk <me@mkljczk.pl>

* Polish translation WIP

Signed-off-by: mkljczk <me@mkljczk.pl>

* Polish translation WIP

Signed-off-by: mkljczk <me@mkljczk.pl>

* Polish translation WIP

Signed-off-by: mkljczk <me@mkljczk.pl>

* Polish translation WIP

Signed-off-by: mkljczk <me@mkljczk.pl>

* Polish translation WIP

Lots of spelling corrections

* Polish translation WIP

* Polish translation WIP

* Polish translation WIP

actually I just want to sync between my Windows and Linux installation

* Create FUNDING.yml

* Polish translation WIP

* Revert "Create FUNDING.yml"

This reverts commit c106424163.

* Polish translation WIP

* Applied suggestions by @selfisekai

Signed-off-by: mkljczk <me@mkljczk.pl>

* Update config.toml

Co-authored-by: Hexandcube <mikolajzaremba03@gmail.com>

* Update content/pl/user/run-your-own.md

Co-authored-by: Hexandcube <mikolajzaremba03@gmail.com>

* Update content/pl/user/signup.md

Co-authored-by: Hexandcube <mikolajzaremba03@gmail.com>

* Update content/pl/user/run-your-own.md

Co-authored-by: Hexandcube <mikolajzaremba03@gmail.com>

* Update content/pl/user/run-your-own.md

Co-authored-by: Hexandcube <mikolajzaremba03@gmail.com>

* Apply suggestions by @hexandcube + minor changes

Signed-off-by: mkljczk <me@mkljczk.pl>

* Apply suggestions by @hexandcube + minor changes

Signed-off-by: mkljczk <me@mkljczk.pl>

* Polish translation: Reflect changes from #834

* Fix typo in English version

* pl: Remove broken link to Nablahost

* pl: Use fictitious domain in blocking example (

* Polish translation: Fix images

Signed-off-by: marcin mikołajczak <me@mkljczk.pl>

Co-authored-by: Hexandcube <mikolajzaremba03@gmail.com>
2021-01-20 01:19:19 +01:00
Janek c831e1c1cf
Simplify systemd section in install.md (#851) 2021-01-16 14:58:17 +01:00
Benoît Verret dfda363212
Fix block-domain.png not appearing (#849)
Resize block-domain.png as it didn't work with ` | height=200`.
2021-01-13 14:27:35 +01:00
Sjors Provoost 29cb04b2ea
Use fictitious domain in blocking example (#848) 2021-01-12 13:31:36 +01:00
Joe e433b233b9
Remove broken link to Nablahost (#845)
I couldn't find any information online about what happened to them, but [their domain](http://nablahost.com/) expired and is now owned by a domain squatter.
2021-01-09 07:43:50 +01:00
Eugen Rochko c549ff298f
Revert "Revert "Update, we need to install Ruby 2.7.2 (#829)" (#830)" (#844)
This reverts commit 84ac3d711c.
2021-01-07 20:19:53 +01:00
trwnh bcf77cb795
3.3.0rc2 (#834)
* add identifier for troubleshooting pages

* mention mutes can be temporary now

* bell for notifications

* convert images to jpg and rename them

* suspensions now reversible

* unread notifications

* suspended: true

* mutes expiry

* replies_policy, type of notification

* notify

* featuredTags AP representation

* new env vars

* accounts merge

* maintenance cli

* list replies

* suspended flag

* follower sync

* minor formatting

* add note about idempotency of follow action

* account featured tags, min_id and max_id, plus normalization

* follow marcin and nightpool's suggestion

* bearcaps

* replies_policy update

* featuredtags now have a url
2020-12-27 07:03:55 +01:00
ThibG 7df49f31a1
Add more detailed instructions regarding index corruption (#835)
- emphasizes that Mastodon has to be stopped when running the script
- add `RAILS_ENV=production` in front of the `tootctl` line as it is a common mistake to run it without `RAILS_ENV` set
- mention 3.2.2 as the first release shipping the script (assuming that will be the case)
2020-12-18 17:53:35 +01:00
trwnh 3bd141f65e
add identifier for troubleshooting pages (#833) 2020-12-08 00:09:21 +01:00
Eugen Rochko 84ac3d711c
Revert "Update, we need to install Ruby 2.7.2 (#829)" (#830)
This reverts commit dbf078733f.
2020-11-30 23:02:07 +01:00
Marcin Mikołajczak dbf078733f
Update, we need to install Ruby 2.7.2 (#829) 2020-11-30 05:46:55 +01:00
Mélanie Chauvel 15cdc0d09a
Mention that filters targetting home timeline also affects lists (#828) 2020-11-26 01:48:32 +01:00
ThibG 13cb6106fc
Add documentation about index corruption (#811)
* [WiP] Add documentation about index corruption

Add documentation about index corruption caused by changes in collation rules, and information on how to fix it.

* Add doc on how to check indexes

Add documentation on how to check indexes without bringing the instance down.

* Update index-corruption.md

* fixup typo

* Add instructions for re-creating the database

* Add minor explanations

* Remove recommendation to re-create database with C collation

Meaningful case-folding operations are used within the database for hashtags, so do not recommend using `C`, which would cause issues with non-ASCII hashtags.
2020-11-19 21:49:18 +01:00