Commit Graph

1017 Commits

Author SHA1 Message Date
Koyu Berteon ff2af08b57 Updated user link for MastoShare (#408) 2017-10-03 21:26:56 +02:00
Akira b197f69606 add ExecReload to reload puma. (#406)
* add ExecReload to reload puma.

This enables puma to reload changes without restarting process.

* fix path for command `kill`

* fix to bash.

* change to /bin/kill

* change from hot restart to phased restart.
2017-10-03 16:40:16 +02:00
L1am0 79ba928cd5 Autopost to Mastodon - Wordpress Plugin (#409)
Added Autopost to Mastodon Wordpress Plugin
https://wordpress.org/plugins/autopost-to-mastodon
2017-10-03 16:11:30 +02:00
Yuta Hiroto 80ced41f42 Update ruby version (#404) 2017-09-28 10:46:42 +02:00
Jona Abdinghoff 0178711a2c add oxpecker too apps (#399)
translation tool for mastodon
https://ostatus.taiyolab.com/@t_trace/113466
2017-09-26 01:43:17 +02:00
Jona Abdinghoff fa7ca42147 add mastodon-img-bot to apps (#400)
added my image tooting bot to the list of apps
https://botsin.space/@kanami_ibuki/
2017-09-26 01:42:26 +02:00
Adam Paszternak 620ec6c2a3 Add Hungarian translation for User Guide (#284)
* Create User-guide_HUN.md

* Update User-guide_HUN.md

* Update User-guide_HUN.md

* Update User-guide_HUN.md

* Update User-guide_HUN.md

* Update User-guide_HUN.md

* Update User-guide_HUN.md

* Update User-guide_HUN.md

* Update User-guide_HUN.md

* helyesírási, gépelési hibák javítása (#1)

* helyesírási, gépelési hibák javítása

Egy fél mondat beírásának kivételével tartalmi javítást nem
eszközöltem, csak helyesírásilag-nyelvhelyességileg néztem át a
szöveget. Nem ígérem, hogy most hibátlan.

* "single quotes" changed back to "backticks"

* maradék backtick javítása

* Update User-guide.md

Added reference link to Hungarian translation

* Update User-guide.md
2017-09-21 13:58:18 +02:00
unarist 0428f23fc2 Revise Japanese translation of FAQ (#298)
* Revise Japanese translation of FAQ

* Update translation
2017-09-21 04:32:49 +02:00
Alex Schroeder cafdf092be Explain how to do OAuth in detail (#363)
Possibly fixes #271.
2017-09-21 04:23:24 +02:00
Nolan Lawson c4023ea8f5 sw.js should be served with max-age=0 (#355)
This is a new requirement for Mastodon v1.5+; it's mentioned here: https://github.com/tootsuite/mastodon/releases/tag/v1.5.0rc1
2017-09-21 04:21:18 +02:00
Akira 53f52cdddc Add reference to Array. (#370)
Array for query parameter is now used only for this method, and I missed this explanation.
So this link may be helpful.
2017-09-21 04:19:47 +02:00
Alex Schroeder 2c4c2abadc Clarify how sensitive and spoiler_text are related (#378) 2017-09-21 04:15:37 +02:00
Nolan Lawson 1ddceb13de Add migration guide (#396)
* Add migration guide

* Update Migration-guide.md based on PR feedback
2017-09-21 04:13:40 +02:00
Alex Schroeder cdb2316ec3 Clarify what domain_blocking means (#368) 2017-09-19 16:38:01 +02:00
Alda Marteau-Hardi d948bdff02 Add instruction to undelete a user. (#374)
* Add instruction to undelete a user.

* Domain is null for local accounts.
2017-09-19 16:35:36 +02:00
Akira b9a2914e8d update API (#389)
* update API

Since #4833, /api/v1/reports.comment is limited to 1000 characters.

* Update API.md
2017-09-19 16:30:58 +02:00
Gergely Nagy 52d2ebb214 Add fluffy-broccoli to the list of bots (#391)
Fluffy-broccoli is a `#NowPlaying` bot, with a funny name.

Signed-off-by: Gergely Nagy <mastodon@gergo.csillger.hu>
2017-09-19 16:25:18 +02:00
Patrick Figel e452628cae Use single quotes for pg user password (#398)
Double quotes are not syntactically correct here.
2017-09-19 16:17:15 +02:00
Jay Logan 3a7c9c3921 Don't include RCs in initial setup (#397)
Fixing the same issue as d9e523ec15 where the command is used in Production-guide.md
2017-09-17 00:19:02 +02:00
m4sk1n 7b840df698 Fix typo (#394)
Fixes comment from #382 issue
Also, the whole should be changed…
2017-09-16 00:01:28 +02:00
Daggertooth d9e523ec15 Don't include RCs when checking out latest tag. (#369)
``git tag -l | sort -V | head -1`` will consider release candidates as the latest version, even if there's a stable release, due to how `sort -V` orders strings. Adding ``grep -v 'rc[0-9]*$'`` to filter out the release candidate tags fixes this.
2017-09-11 02:01:41 +02:00
Eugen Rochko 3bc77449de Add tpkx who sponsored for two months (May, June) but wasn't included 2017-09-10 21:55:52 +02:00
Eugen Rochko 4ab39290a7 Updated as of September 1 2017-09-10 15:08:00 +02:00
Eugen Rochko fe6a8ad49d Update Administration-guide.md 2017-09-10 02:46:14 +02:00
Eugen Rochko f29cb7a488 Update Administration-guide.md 2017-09-10 02:31:15 +02:00
Ryanak 22a7c57342 Fix typo (#388) 2017-09-07 19:08:30 +02:00
Sadiq Saif e1c01d42ea Add VAPID keys section to needed variables section (#385)
VAPID keys are necessary for Web Push notifications to work.

Also fix a small typo.
2017-08-26 18:53:14 +02:00
L1am0 fbd87aa842 Update Libraries.md (#384) 2017-08-25 15:07:25 +02:00
Sadiq Saif fcab2b3c97 "gcc-6" should just be "gcc" (#379)
* "gcc-6" should just be "gcc"

gcc-6 isn't a valid package name

* It was `adduser mastodon` for a reason

making it with `--system and --disabled-password` breaks the rest of the guide where `su - mastodon` is used.

I use this method as it makes maintaining the Mastodon instance easier.

* eval "$(rbenv init -)" should be in ~/.bashrc as well

otherwise the correct ruby version isn't used

* Use sudo su - instead
2017-08-20 22:50:51 +02:00
Mathias B 1e98a53c85 Move curl installation (#380)
Curl need to be installed before the first time we use it. It's now installed before setting up nodejs repository.
2017-08-19 18:58:57 +02:00
Mathias B 8b6eb84430 Reduce Git dependencies (#381)
Here we can use only git-core in place of git.
2017-08-19 18:58:31 +02:00
m4sk1n ce349c46df Added Polish FAQ (#339)
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
2017-08-17 18:31:59 -04:00
cybergene 735392fcbd fix typo (#377)
* Add how to create VAPID_PRIVATE_KEY and VAPID_PUBLIC_KEY

* fix typo
2017-08-17 14:47:24 +02:00
Mathias B b69b7fee1a Fix some mistakes (#373)
- Nginx duplication in packages installation
- Specify the user type for `mastodon` (--system and --disabled-password)
- Simplify services start-up
- Clearly write how to check services are running (or not) with `systemctl status`
2017-08-16 22:13:44 +02:00
cybergene 6e52a54bbf Add how to create VAPID_PRIVATE_KEY and VAPID_PUBLIC_KEY (#376) 2017-08-16 22:13:11 +02:00
Koyu Berteon 7b2b88ff50 Added Mastoshare (#372) 2017-08-09 15:23:29 +02:00
Sadiq Saif 61e9d31031 Adding my new updating Mastodon guide (#367)
This is guide is for use with my recently merged Production Guide.
2017-08-03 23:51:08 +02:00
Sadiq Saif d8b2b52690 Add libicu-dev to Mastodon apt package list (#366)
libicu-dev was added with v1.5.0, updating guide with this dependency.
2017-08-03 22:45:13 +02:00
TheKinrar d0493c0113 Update instances list link (#364) 2017-08-03 17:47:42 +02:00
Eugen Rochko 4ffe7367c4 Updated as of August 1 2017-08-03 02:41:07 +02:00
NeetShin 89068a4583 Update Apps.md: Moved halcyon's repositry (#362) 2017-08-02 15:01:46 +02:00
Akira fa49976371 Add emoji files for nginx cache rules. (#360)
Some cases such as nginx uses reverse proxy, emoji will return 502 if not set.
+  sort by A-z.
2017-07-30 12:54:26 +02:00
stom79 5457849bac Update API.md (#359) 2017-07-30 12:53:07 +02:00
Eugen Rochko 6bba74e6ac Add information about HTTP signatures and content warnings 2017-07-29 22:24:28 +02:00
Eugen Rochko 8558eab3fb Add more information about specs, add ActivityPub and HTTP Signatures 2017-07-29 22:09:59 +02:00
Eugen Rochko 4487f6017e Update API documentation
Fix #336 - Add conversation mute/unmute docs
2017-07-29 22:01:21 +02:00
Nolan Lawson b16afa2094 Add libidn11-dev to Ubuntu package dependencies (#356)
This is now required as of Mastodon v1.5.0+ due to idn-ruby.
2017-07-29 14:19:08 +02:00
Sadiq Saif 88b89e61d9 Complete rewrite of Mastodon Production Guide (#352)
* Complete re-write of Mastodon Production Guide

I re-wrote the Mastodon Production Guide so that it has a better structure.

Work on this re-write was done on my own repo:
https://github.com/staticsafe/mastodon-documentation

* Fix typo in a heading

* Change node.js Repository section to use curl|bash method.
For simplicity's sake

* Add an explanation of the dependencies
Added in the "Various Other Dependencies" section.

* Fix links to the Ruby project, was using the link to Rails previously.
2017-07-28 18:18:01 +02:00
Akira dd52795d7d replace g++ for build essential (#354)
g++ doesn't provide necessary package for gem.
2017-07-28 04:37:05 +02:00
Eugen Rochko f9c875e2d2 Revert "Fix #262 - Use GNU Free Documentation License (#349)" (#350)
This reverts commit 252c4d4a90.
2017-07-25 20:03:43 +02:00