Commit Graph

284 Commits

Author SHA1 Message Date
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
GroovinChip 818560fbd4
Update libraries.md (#760)
Add Dart API library
2020-03-19 18:21:05 +01:00
Eugen Rochko 59055006c9 Add information about rate limits 2020-03-05 22:33:10 +01:00
Eugen Rochko f06c38fd1e Improve the upgrade page 2020-02-28 14:27:39 +01:00
Bei Li 5465fcdeab
Update status.md (#757)
* Update status.md

* Update status.md

* Update status.md

* Update status.md

* Update status.md

* Update status.md

* Update status.md

* Update status.md
2020-02-20 17:55:04 +01:00
BSKY bddd59a36a
Bump version of Node.js to install (#759) 2020-02-20 17:54:48 +01:00
trwnh 402a44cdbb
Move client-dev page out of user guide (#756) 2020-02-16 12:57:50 +01:00
Даниил Пронин 9858688afe
Update Node version in install.md (#753) 2020-02-09 01:02:46 +01:00
rinpatch 5888c426ac
Account Entity: correct `note` type (#751) 2020-01-30 17:26:34 +01:00
Frinkeldoodle ff2cdcc716 Add missing command to export key from gpg to apt (#748) 2020-01-22 20:07:14 +01:00
ThibG ae93e4b66d Document AUTHORIZED_FETCH and WHITELIST_MODE (#750)
* Document AUTHORIZED_FETCH and WHITELIST_MODE

* Make headings out of the documented env variables
2020-01-22 20:01:37 +01:00
Jack Laxson 97d36a47af fix up the links not working on this page (#749) 2020-01-19 11:15:41 +01:00
tastytea 53f39f031d Libraries: Replace mastodon-cpp with mastodonpp. (#746)
mastodon-cpp is not actively maintained anymore and has been replaced by
mastodonpp.
2020-01-12 14:12:45 +01:00
trwnh 7ceae9fe36 Update anchors, line breaks, tootctl options (#745)
* update anchors

* remove extraneous anchors

* fix line breaks

* wrap tootctl tokens in code blocks

* change anchors to hugo format

* fix mistaken search-and-replace

* fix mistaken search-and-replace
2020-01-12 14:11:56 +01:00
trwnh 32d4dd5803 add remote_only emoji purge to tootctl (#744) 2020-01-10 10:05:00 +01:00
rinsuki 18bb0c99d6 Revert "move format to inside of lastUpdated" (#740)
This reverts commit e097f0df78.
2020-01-07 02:30:31 +01:00
QuietMisdreavus aa9cc59f95 tweak install.md for completeness (#742) 2020-01-07 02:30:05 +01:00
Eugen Rochko 0fc9e47a8f Remove unused font 2020-01-05 22:29:35 +01:00
Eugen Rochko 1723282666 Change source links to GitHub 2020-01-05 22:19:51 +01:00
Eugen Rochko aafbd71eae Setup GitHub Actions for deploying to docs.joinmastodon.org 2020-01-05 22:19:44 +01:00
Eugen Rochko 0f20d82086 Add README 2020-01-05 20:26:27 +01:00
Eugen Rochko 50ef0a4bf7 Make the layout wider 2020-01-05 20:08:58 +01:00
Eugen Rochko d827a05656 Merge branch 'make-translatable/last-updated-at-format' into 'master'
make last updated date format translatable

See merge request mastodon/docs!67
2020-01-05 05:33:34 +01:00
rinsuki e097f0df78 move format to inside of lastUpdated 2020-01-04 20:05:26 +09:00
rinsuki 7af27035d0 make last updated date format translatable 2020-01-04 20:01:48 +09:00
Eugen Rochko ee64593ea9 Merge branch 'feature-rework' into 'master'
Update documentation with contents by twrnh

See merge request mastodon/docs!66
2020-01-04 10:35:00 +01:00
Eugen Rochko 33cb69ad07 Update documentation with contents by twrnh 2020-01-04 10:33:16 +01:00
Eugen Rochko 92e8aadd7f Merge branch 'patch-1' into 'master'
Update entities.md  with poll notification type

See merge request mastodon/docs!49
2019-08-02 14:18:50 +02:00
Daniel Nitsikopoulos 9c543075e0 Update entities.md with poll notification type 2019-07-26 07:47:03 +02:00
Eugen Rochko eeadacaadd Merge branch 'master' into 'master'
Add documentation about the state parameter

See merge request mastodon/docs!46
2019-07-08 21:24:22 +02:00
Eugen Rochko 38f8e77a91 Update content/en/api/rest/notifications.md 2019-07-08 21:22:31 +02:00
fluffy 07d8e93d9b Add documentation about the state parameter 2019-07-08 11:09:12 -07:00