Commit Graph

315 Commits

Author SHA1 Message Date
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
Eugen Rochko 34fab9a9ff
Add note about secure mode in ActivityPub document
Fix #822
2020-10-24 22:07:22 +02:00
koyu 31a159d456
Add pre-requisites instructions for dev setup (#821) 2020-10-17 15:33:34 +02:00
koyu 074aafcc64
Update dependencies (#820) 2020-10-17 15:32:54 +02:00
Y.Yamashiro 64607d49e1
Change S3 access style (#799) 2020-09-28 05:10:25 +02:00
Nolan Lawson 1124632417
fix: explain Postgres error when creating a dev environment (#815)
This has tripped me up a few times, so having this in the documentation would save me a Google search. 🙂
2020-09-28 05:03:37 +02:00
Nolan Lawson 3811ae1068
fix: fix incorrect link to `upgrade_cli.rb` (#814)
Looks like this was copypasted from the previous link.
2020-09-28 05:03:14 +02:00
Nolan Lawson 4617ea900a
feat: add a section on periodic cleanup tasks (#816)
* feat: add a section on periodic cleanup tasks

I asked in Discord today about which `tootctl` tasks are good to run on a regular basis (as there are a lot of cleanup jobs). It seems that `media remove` and `preview_cards remove` are the standard ones that you want to run on a regular basis (e.g. with cron). So I added this to the docs in its own section, under "Things to do after installing Mastodon."

* fix: fix typo
2020-09-28 04:58:09 +02:00
k_taka e47834d3f8
Add Japanese translation of "What is Mastodon?" and "Using Mastodon" (#813)
* add japanese menu to config.toml

* add i18n/ja.toml

* add content/ja/_index.md

* add content/ja/user/*.md

* Removed incorrect note in posting.md.

Co-authored-by: k_taka <k_taka@gihyo.co.jp>
2020-09-28 04:56:31 +02:00
KT f36d1f9b58
Add DB_SSLMODE to config page (#812)
* Add DB_SSLMODE to config page

* Add DB_SSLMODE for zh-cn
2020-09-23 19:37:10 +02:00
Eugen Rochko 8002b8d436 Fix twitter username and ad sponsors 2020-09-23 03:22:34 +02:00
Justin Mazzocchi f3bc8f5699
Fix filter expiry parameter type documentation (#806) 2020-08-30 02:40:46 +02:00
James Valleroy da50b5192e
Make JSON example use valid JSON (#804) 2020-08-24 01:26:17 +02:00
Moritz 1148f0415b
Fix typo in filename introduced in #801 (#802) 2020-08-11 02:14:13 +02:00
Moritz 5ebc8ad418
Replace and fix broken links with hugos relref (#801)
As discussed in #764 there are quite a lot of outdated links in the
mastodon documentation. In basically all cases this was resolved by
simply wrapping the old plain markdown link in hugos `relref`
function[^0].

While quite a lot of links on the `/zh-cn/` also appear to be broken,
these can not be fixed by just wrapping them in `relref`[^0]. Those are
all links to `/spec/` subpages which are just not translated to `/zh-cn/`
version. Therefore, `/zh-cn/spec/` has been excluded from the automated
checking as described in the next section.

The page has been checked using the linkchecker[^1] utility. One process
is running `hugo serve` in order to see all changes in real time and
notice errors directly in your browser. In a separate command prompt the
command `linkchecker http://localhost:1313 --ignore-url=/zh-cn/spec` is
being fired up. Note the `--ignore-url=/zh-cn/spe` to exclude the just
not existing parts of the page as mentioned in the previous paragraph.

There still is some ToDo on the table since quite a lot of the anchors
appear to not be set or at least differ from previous versions. One
example: on `/client/authorized/` is a link to
`/client/token/#creating-our-application` while the id of referenced
heading is `app`. These changes **do not** fix those Issues as it would
require way more time.

[^0]: https://gohugo.io/functions/relref/
[^1]: https://github.com/linkchecker/linkchecker

Close #764
2020-08-10 23:01:50 +02:00
Eugen Rochko 3375a76538 Add documentation on how to proxy S3 through nginx 2020-07-26 23:45:00 +02:00
Eugen Rochko 1b2f466db1 Fix ElasticSearch documentation 2020-07-26 22:55:38 +02:00
Eugen Rochko 9a756a0947 Write out more documentation 2020-07-26 01:46:40 +02:00
Eugen Rochko 56a2e068ce Add more documentation 2020-07-25 18:04:22 +02:00
Eugen Rochko 75e9f9585a Add more configuration documentation 2020-07-25 17:51:43 +02:00
trwnh 00277c3e36
3.2.0rc1 (#795)
* add blurhash to card entity

* update tootctl

* env vars

* local/web domain

* revert http_proxy
2020-07-25 16:35:41 +02:00
Karissa McKelvey 35b4d2d280
fix: systemctl enable mastodon-* does not always work (#794)
root@ubuntu:~# systemctl enable mastodon-*
Failed to enable unit: Unit file mastodon-\x2a.service does not exist.
root@ubuntu:~# systemctl enable mastodon-web mastodon-sidekiq mastodon-streaming
Created symlink /etc/systemd/system/multi-user.target.wants/mastodon-web.service → /etc/systemd/system/mastodon-web.service.
Created symlink /etc/systemd/system/multi-user.target.wants/mastodon-sidekiq.service → /etc/systemd/system/mastodon-sidekiq.service.
Created symlink /etc/systemd/system/multi-user.target.wants/mastodon-streaming.service → /etc/systemd/system/mastodon-streaming.service.
2020-07-15 17:56:37 +02:00
trwnh 864610c67e
user notes and custom thumbnails (#792)
* AnnouncementReactions and examples

* add `note` to Relationship entity

* normalize entity filenames

* add user note to api

* add user note to api

* add thumbnail param to media api

* add icon as thumbnail
2020-07-10 12:28:00 +02:00
trwnh dc87541c92
AnnouncementReactions and examples (#789) 2020-07-03 13:35:55 +02:00
umonaca cfc0225a91
Further improve troubleshooting page (#788)
* Further improve troubleshooting

* Update troubleshooting.md
2020-07-03 02:23:31 +02:00
trwnh e6d563b695
fix #767 (#787) 2020-07-01 11:18:05 +02:00
trwnh 5e36f51109
update for 3.1.4 (#786)
* update for 3.1

* 3.1.2

* 3.1.3

* 3.1.4
2020-07-01 03:13:20 +02:00
trwnh 17143bad72
update for 3.1 (#785) 2020-07-01 02:11:40 +02:00
umonaca 5680e44983
Add troubleshooting for compilation error (#782)
* Add troubleshooting item

* Minor changes
2020-06-30 13:17:04 +02:00
ujjwal123123 0f8951c40d
Change json.dumps to json.loads (#774)
`json.dumps` converts JSON to Python string which is not what's needed here. If `json.dumps` is used, `statuses[0]` becomes `"`.
2020-06-20 14:01:35 +02:00
Clayton Hadley 56f3518b29
Update overview.md (#780)
added clarification on where to find more information on setting up a dev environment
2020-06-20 13:56:56 +02:00
trwnh cbb1232b73
fix broken anchors (#773) 2020-06-08 00:55:32 +02:00
yingziwu b6e011265d
Add chinese translation (#772)
* add chinese config and i18n

* Import translation from https://bitbucket.org/mastodoncn/mastodon-zh-cn/src/master/

* translate Using Mastodon

* Translate Running Mastodon
Add Chinese search optimization
Fix some bugs

* substitute 长毛象 to Mastodon

* do some modifications.
2020-05-20 20:54:12 +02:00
trwnh 02839e07ce
fix copy-paste error (#771)
streaming should be nested under timelines
2020-05-06 13:13:42 +02:00
Eugen Rochko ad1ef20f17 Add bug bounty page 2020-04-29 14:54:04 +02:00
Eugen Rochko 729dd1956f Add warning 2020-04-23 18:40:14 +02:00
Eugen Rochko 738c297d5c Add "Running your own server" page 2020-04-22 23:25:08 +02:00
Lerk bd38c1a487
Fix bundle config commands (#766) 2020-04-21 22:09:55 +02:00
Eugen Rochko 2cfe57c426 Update Ruby 2020-04-05 17:11:06 +02:00