Commit Graph

87 Commits

Author SHA1 Message Date
f722bd2387 Separate background jobs into different queues. ATTENTION: new queue "pull"
must be added to the Sidekiq invokation in your systemd file

The pull queue will handle link crawling, thread resolving, and OStatus
processing. Such tasks are more likely to hang for a longer time (due to
network requests) so it is more sensible to not make the "in-house" tasks
wait for them.
2017-04-04 00:53:20 +02:00
d06c810b16 Adds social.wxcafe.net 2017-04-03 17:32:25 +02:00
b455cbc6d3 "direct" in statuses#create 2017-04-03 01:23:37 -07:00
a9db64cf26 Forgot direct statuses :P 2017-04-02 22:46:10 -07:00
5d2f1d600d Typofixes 2017-04-02 21:17:07 -07:00
5d65aa3bf9 Code now code 2017-04-02 21:13:15 -07:00
565568dd9c Merging 'upstream' updates 2017-04-02 21:07:07 -07:00
6e41ef55ed Updated API docs 2017-04-02 21:03:49 -07:00
3f650c06b6 Merge pull request #757 from yiskah/patch-4
Add social.imirhil.fr
2017-04-03 03:40:20 +02:00
6b9c50117f Merge pull request #748 from ProgVal/patch-1
Fix install instructions.
2017-04-03 03:39:35 +02:00
e2526a62e7 Add social.imirhil.fr 2017-04-02 20:11:28 -04:00
d7d60073f9 Merge pull request #744 from fpiesche/master
Add in-depth user guide
2017-04-03 00:26:24 +02:00
9ca548c17e Also fix the start command. 2017-04-03 00:10:51 +02:00
82ae07e48b Fix install instructions.
Closes GH-745.
2017-04-03 00:08:40 +02:00
b69e97c40b add link to another mastodon instance. 2017-04-03 00:04:54 +02:00
590558d52c Update images to standard sizes. Write up Federated/Local timelines and rename relevant image. 2017-04-02 22:31:43 +01:00
e92796b49c Add info on CW tags not automatically hiding images. 2017-04-02 22:07:23 +01:00
a729d0c2b1 Add user guide to README toc 2017-04-02 22:05:21 +01:00
60a82c9022 Update to catch up with new features and add missing images. 2017-04-02 22:03:00 +01:00
b277e88aae Write up reporting. 2017-04-02 21:45:51 +01:00
03b2f37b46 Add information about the Direct privacy setting. 2017-04-02 21:39:05 +01:00
0f274589dd Add information on following remote users or using the Search box to find them. 2017-04-02 21:33:39 +01:00
9f219d8968 Add link to instances.mastodon.xyz 2017-04-02 17:48:25 +02:00
aaea7e1e7c Adding social.mashek.net 2017-04-02 16:22:13 +03:00
a2fa09518f Merge branch 'master' into patch-1 2017-04-02 12:33:29 +02:00
f5d434e433 Add IPv6 column in list and remove dead instance
This is done after some complaints I saw on Twitter about the lack of IPv6 support on Mastodon instances.
Also, seeing this may encourage instances owner to add IPv6 support to their own.
2017-04-02 12:05:32 +02:00
1389d5d7fd Updated list of instances for gay.crime.team
Updated out-of-date info for gay.crime.team
2017-04-01 22:37:10 -07:00
7ccc9b8b02 Add social.targaryen.house to instances list 2017-04-01 23:53:00 +02:00
355168b939 Add mastodon.xyz to instances list 2017-04-01 18:00:52 +02:00
d835647ec0 Put line breaks between API methods in docs 2017-03-31 14:55:08 -04:00
5181702a60 Update amaroq name 2017-03-26 15:45:16 -04:00
dd64baeba2 Update Matador name to 11t
The project was renamed 11t, the link goes to a project titled "11t" this is just an update
2017-03-17 11:49:31 -04:00
38dceb3bf7 Promote Apps (#670)
"Various apps are available" is now a hyperlink
2017-03-17 16:16:39 +01:00
6be7bde243 Fix #525 - Add instance information API 2017-03-15 23:12:48 +01:00
e245115f47 Merge branch 'master' into mastodon-site-api 2017-03-15 22:55:22 +01:00
c1124228e8 Update list of apps 2017-03-15 18:44:37 +01:00
02349b3269 Obfuscate filenames better, double rate limits 2017-03-14 15:59:21 +01:00
5f4e402204 Improved /api/v1/accounts/:id/statuses with new params: only_media, exclude_replies
Redirect /:username to /users/:username
Redirect /:username/:id to /users/:username/updates/:id
Updated API documentation and sponsors
2017-03-05 17:27:17 +01:00
851b730373 add social.gestaltzerfall.net instance information
Hello fediverse!
2017-03-03 19:17:58 -05:00
fac8bfc03f gnusocial.me doesn't use Mastodon anymore
The host uses postActiv now.
2017-03-03 22:38:10 +02:00
b4a12c88e7 Add social.dickseven.com
New instance
2017-02-28 13:02:39 -05:00
0327ab9616 Updated sponsors 2017-02-28 14:58:11 +01:00
620f70e42c Adds site metadata access to the API 2017-02-27 04:06:25 -08:00
3e9d794ea5 Add tuning documentation, add <content> tags back to most salmons,
make status pagination headers generation more lax about next page
existing
2017-02-25 03:34:37 +01:00
dad204a54d Add user guide. 2017-02-17 16:14:10 +00:00
e571a01853 Fix outdated info 2017-02-14 21:33:31 +01:00
68dba5f2eb Fixed the URL
Heroku uses the referrer URL to point at the repo that should be deployed; from this page that includes part of a path that breaks the deployment (specifically /blob/master/docs/Running-Mastodon/Heroku-guide.md).

I've replaced the vanilla address with one that includes a specific reference to the root of the repo
2017-02-14 12:46:18 +10:30
bae7cf8cce Merge pull request #630 from yiskah/patch-6
Add memetastic.space to instance list
2017-02-13 20:42:40 +01:00
fae1799646 Add rake task for making someone into an admin 2017-02-13 20:42:02 +01:00
7a99699e2d Add memetastic.space
It's uh, it's an instance now.
2017-02-13 14:37:58 -05:00