Komic
7ff7949c6c
Apache - Updating paths for 1.5.0rc1 ( #344 )
2017-07-25 00:06:54 +02:00
sdukhovni
e65ed605d3
Update index after adding yarn repository ( #343 )
2017-07-23 11:10:20 +02:00
Eugen Rochko
baa7f6a12d
Adjust README header
2017-07-23 02:48:41 +02:00
Eugen Rochko
32db5b7488
Update README with new logo
2017-07-23 02:47:49 +02:00
Lorenz Diener
4f8493c856
Update User-guide.md ( #342 )
...
Fix information about followers-only federation.
2017-07-17 09:47:25 -04:00
kurebio
815978aab0
Add Tootter3.0 to the iOS client list. ( #341 )
2017-07-17 11:21:10 +02:00
kfir
e0f6fb40b0
Update Development-guide.md ( #340 )
...
in order to install ruby-idn we need to make sure we have libidn installed.
2017-07-16 01:40:40 +02:00
stom79
76a1ef709c
Update Apps.md ( #338 )
...
Adds Mastalab client for Android
2017-07-14 14:41:53 +02:00
Francis
0ffa554fdb
Use the Yarn APT/YUM repository instead of npm ( #337 )
...
Found this seemed to work better in my experience and also allows for easy updating like any other package.
2017-07-12 02:28:57 +02:00
Sadiq Saif
cc3b0e393d
Add Let's Encrypt section ( #335 )
...
* Add Let's Encrypt section with a short guide to certificate tool installation, certificate generation and automated renewal.
* Use systemctl instead of service in LE section
This is for consistency reasons.
2017-07-11 00:06:03 +02:00
nightpool
aa28bbc4b6
remove bit about cronjobs ( #333 )
...
this has been out of date for a few months now
2017-07-05 03:01:30 +02:00
Basil Semuonov
2d24fb5137
SailfishOS client added ( #332 )
2017-07-04 15:27:24 +02:00
のら
36065d56c0
Add list of Rake tasks ( #331 )
2017-07-04 15:26:54 +02:00
Eugen Rochko
4ca62b07ee
Updated sponsors as of July 1
2017-07-03 02:03:18 +02:00
Ash Furrow
e976e8c0c7
Adds mastodon:media:remove_silenced
rake task ( #329 )
2017-07-02 20:14:40 +02:00
M-D-M
5b2f503716
Add simpleMastodonBot to list of bots ( #320 )
...
* Add simpleMastodonBot to list of bots
It's a very, very, very simple mastodon bot, and it's real easy to get started.
* Updated link for author of simpleMastodonBot
2017-07-02 13:47:55 +02:00
Damien Erambert
38d73613e0
Fix typo on yarn manage:translation
occurrences ( #328 )
...
* fix typo in manage translation yarn command
* fix typo
2017-07-02 13:47:20 +02:00
Eugen Rochko
f181795ee8
Merge pull request #327 from Luclu7/patch-2
...
New server
2017-07-01 14:25:10 +02:00
Luclu7
07dd12e873
New server
2017-07-01 05:43:40 +02:00
Eugen Rochko
2ad80d35b0
Merge pull request #326 from Econa77/master
...
Add friends.nico iOS Application
2017-06-30 13:47:20 +02:00
Econa77
48d42cf5ee
Add friends.nico iOS Application
2017-06-30 16:46:39 +09:00
Eugen Rochko
a9e4188369
Merge pull request #324 from ik11235/add_docker_first_step
...
Add the first step to clone.
2017-06-29 15:37:35 +02:00
ik
bca4ee4f06
Add the first step to clone.
2017-06-29 20:56:50 +09:00
Luclu7
5cba732c10
Added my instance ( #323 )
2017-06-27 11:56:37 +02:00
Wexpo Lyu
3d88f71e21
Mention that we can use prebuilt images in docs. ( #313 )
...
* Mention that we can use prebuilt images.
Instead of building our own.
* Mention that we need to comment out `build`.
If we want to use prebuilt.
2017-06-27 11:53:59 +02:00
Eugen Rochko
f7aa30260a
Merge pull request #322 from bovarysme/remove-cronjob-section
...
Remove the cronjobs section from the production guide
2017-06-25 20:11:05 +02:00
bovarysme
e191aaa7a3
Remove the cronjobs section from the production guide
2017-06-25 07:52:20 +02:00
Florent Anders
bccde55c91
Master ( #318 )
...
* Added my client
To the Apps.md list.
* Please add my app.
Hey guys,
we had agreed that my app would be listed here if I still followed the
GPLv3 and added enough modifications and features to really distinguish
from Tusky.
As of the newest update, we have an AMOLED mode, the ability to
customize the cards and Stories and a fullscreen card view that fill up
all the device space.
In addition to the modifications that had already been made, I feel
like this is distinguishing enough to publish it as one of the apps.
Thanks.
2017-06-20 14:34:26 +02:00
wxcafé
39fe30df48
Update Production-guide.md
...
Fixes the problem where the `mastodon` user has /bin/false as a shell and so `sudo -iu` won't do anything
2017-06-20 13:39:20 +02:00
Eugen Rochko
54ed3bf443
Merge pull request #315 from h-izumi/remove-unavailable-package
...
Remove unavailable package from General dependencies for CentOS / RHEL
2017-06-20 00:44:55 +02:00
Eugen Rochko
8b264584fc
Merge pull request #317 from tinruufu/master
...
don't encourage people to use base64 avatar and header image uploads
2017-06-18 14:43:32 +02:00
ティン・ルーフ
5f5292f5d3
don't encourage people to use base64 avatar and header image uploads
...
a potential resolution to tootsuite/mastodon#3804 , achieved by not
encouraging people to use upload methods without filenames
my rationale for this being the right solution is that it brings it to
parity with the media upload method, which has already proven to be
enough for library developers to understand. it should be enough that,
early in the docs, it says that 'When a file parameter is mentioned, a
form-encoded upload is expected.'
i wouldn't mind so much if the base64 upload method didn't expose such
an insidious bug, but even if it didn't, it seems reasonable to want to
encourage developers to upload all media in a consistent way
2017-06-18 13:28:46 +01:00
Hayato IZUMI
06fc3e68c5
Remove unavailable package from General dependencies for CentOS / RHEL
2017-06-18 13:52:27 +09:00
Charlotte Fields
eb317b35bb
added some missing info to prod. ( #306 )
...
* added some missing info
* changed login and user creation
* corrected user creation and login
hopefully
2017-06-17 15:16:48 +02:00
Charlotte Fields
db5c961282
small doc fix ( #307 )
2017-06-17 14:30:28 +02:00
Eugen Rochko
5ce2218578
Merge pull request #312 from halcy/patch-1
...
Add maintainer name and link to Mastodon.py
2017-06-16 22:42:29 +02:00
Lorenz Diener
bc840e8f1c
Add maintainer name and link to Mastodon.py
2017-06-15 21:12:38 +02:00
Eugen Rochko
9b9d1dce81
Merge pull request #310 from aral/patch-1
...
Update command to checkout latest release.
2017-06-15 17:50:17 +02:00
Aral Balkan
61d6d17904
Update command to checkout latest release.
...
The git tag command was incorrectly checking out release candidates instead of the latest release. Fixes #309
2017-06-15 17:22:04 +02:00
Eugen Rochko
c833b8328f
Merge pull request #304 from manner/master
...
fixed typo in API documentation
2017-06-14 19:04:46 +02:00
Eugen Rochko
1ce783cb48
Merge pull request #305 from benpro/patch-2
...
Missing RAILS_ENV=production and bundle exec
2017-06-14 19:04:36 +02:00
Benoît S
445dc18cd9
Missing RAILS_ENV=production and bundle exec
...
If you're omitting RAILS_ENV and `bundle exec` you'll have:
~~~
rake aborted!
NameError: uninitialized constant Annotate
[…]
~~~
2017-06-14 17:40:01 +02:00
Moritz Manner
9c35223837
fixed typo in API documentation
2017-06-14 17:15:28 +02:00
Eugen Rochko
57c1a9888b
Merge pull request #301 from lullis/patch-1
...
Create Serving_a_different_domain.md
2017-06-11 12:32:28 +02:00
Raphael Lullis
491e44c346
Create Serving_a_different_domain.md
...
The location directive was missing the "=" operator.
2017-06-11 03:55:38 +02:00
Eugen Rochko
45361a6b78
Merge pull request #300 from joyeusenoelle/master
...
Add screenshot for instance blocking
2017-06-10 11:04:19 +02:00
Eugen Rochko
2a4244ec6a
Merge pull request #299 from joyeusenoelle/patch-2
...
Add information on blocking instances
2017-06-10 11:04:04 +02:00
Noëlle Anthony
48236528ee
Add screenshot for instance blocking
2017-06-09 19:03:06 -04:00
Noëlle Anthony
9da878e76f
Add information on blocking instances
2017-06-09 19:00:23 -04:00
Eugen Rochko
cbc68970d7
Merge pull request #296 from ornithocoder/patch-1
...
Removes list of mastodon instances
2017-06-07 17:22:21 +02:00