Erwan Leboucher
0c4e9fdda0
Merge branch 'master' into patch-4
7 years ago
Eugen Rochko
e3a3422a65
Allow setting of default language through config
Setting of locale in controller extracted to Localized concern,
the doorkeeper authorized applications controller moved under
custom namespace with inclusion of Localized, which resolves the
"it sometimes appears in a different random language" bug
7 years ago
Eugen Rochko
624a9a7136
Re-add forgotten <author> element on standalone <entry>
7 years ago
Eugen
1c351709bc
Force UTF8 encoding on generated XML ( #1140 )
7 years ago
Sergei Č
8e7d0bda40
Update List-of-Mastodon-instances.md
7 years ago
Eugen
6d6a429af8
Rewrite Atom generation from stream entries to use Ox instead of Nokogiri ( #1124 )
* Rewrite Atom generation from stream entries to use Ox instead of Nokogiri::Builder
StreamEntry is now limited to only statuses, which allows some optimization. Removed
extra queries on AccountsController#show. AtomSerializer instead of AtomBuilderHelper
used in AccountsController#show, StreamEntriesController#show, StreamEntryRenderer
and PubSubHubbub::DistributionWorker
PubSubHubbub::DistributionWorker moves n+1 DomainBlock query to PubSubHubbub::DeliveryWorker
instead.
All Salmon slaps that aren't based on StreamEntry still use AtomBuilderHelper and Nokogiri
* All Salmon slaps now use Ox instead of Nokogiri. No touch from status on account
7 years ago
Jason Rhodes
5d43a9cae2
Email service options :P
Small addition in case people want email service options, sparkpost.com gives you 100k/mo free
7 years ago
Tristan Mahé
8a4ff30ceb
updated instance hostname
7 years ago
Vladimir Mincev
56f4a94e7b
Update Production-guide.md
Under ## General dependencies:
apt-get needs sudo and install was typed wrongly.
7 years ago
Eugen Rochko
31597fd377
Low-hanging fruit of query optimization, these indices were missing
7 years ago
YDrogen
4b08b7c502
Added masto.razrnet.fr
7 years ago
Eugen
8cb7d157bd
Merge pull request #1100 from mjankowski/mj-reduce-image-size
Reduce size of background-photo.jpeg
7 years ago
Eugen
acf10a2c87
Merge pull request #1103 from alimony/vagrant-tweaks-01
Add a couple of network performance tweaks to Vagrantfile.
7 years ago
Markus Amalthea Magnuson
7596de1aec
Add a couple of network performance tweaks to Vagrantfile.
7 years ago
Matt Jankowski
97ae53daa8
Reduce size of background-photo.jpeg
Reduced by running through `guetzli` image optimizer.
7 years ago
Eugen
cd77c75d6c
Merge pull request #1088 from Wonderfall/master
Add metadata to Dockerfile
7 years ago
Tristan Mahé
cfbd90cf44
Added pericles.world in the list of instances
7 years ago
Wonderfall
ed2bfdee67
add Docker microbadger to README.md
7 years ago
Wonderfall
a3318814e1
add metadata to Dockerfile
7 years ago
isati
acf6436a99
Add manx.social instance
7 years ago
Erwan Leboucher
a0f1f9c664
Update List-of-Mastodon-instances.md
7 years ago
kadiix
f0d1107c53
Merge branch 'master' into patch-1
7 years ago
kadiix
02c1ad5347
Update List-of-Mastodon-instances.md
7 years ago
Eugen
fa494dbb1d
Merge pull request #1038 from wade-r/optimize-dockerfile
Optimize Dockerfile
7 years ago
kadiix
a736b28646
Merge branch 'master' into patch-1
7 years ago
Eugen
c392c54271
Merge pull request #1042 from johnsudaar/feature/scalingo_one_click
Cosmetic changes to the scalingo deployment
7 years ago
kadiix
0d5d3c7abe
Add an instance.
7 years ago
VirtuBox
c441208e29
Merge branch 'master' into patch-1
7 years ago
Eugen
5e63828917
Merge pull request #1048 from ashfurrow/slugignore
Updates slugignore
7 years ago
Eugen
ea86f4db15
Merge pull request #1070 from alexgleason/patch-4
Linux users must enable NFS for Vagrant
7 years ago
Alex Gleason
a3d204e982
Linux users must enable NFS for Vagrant
7 years ago
awea
07495cc13f
Update List-of-Mastodon-instances.md
7 years ago
Julien
6a88151eda
Add meow.social
7 years ago
Lukas Fülling
30619a6716
add my instance
7 years ago
Ash Furrow
a2adf84858
Updates slugignore.
7 years ago
Ray Alez
eadac4e7f4
Added an instance to the list
Just launched https://hackertribe.io/ , added it to the list.
7 years ago
Yann GUERN
0209b7d1b5
Update List-of-Mastodon-instances.md
Add mastodon.land instance
7 years ago
Ryan Wade
a2637c1720
Optimize Dockerfile
Optimize Dockerfile, reduce build time.
7 years ago
Markus R
c62696bc46
Update List-of-Mastodon-instances.md
7 years ago
Guewen FAIVRE
83530f0eef
Add mastodon.elao.com instance
7 years ago
Derek Lewis
73b8e67f4b
Add infinimatix.net to instance list
7 years ago
Eugen Rochko
51d7caaf19
Fix wrong pubsub channel on public timelines
7 years ago
Jack Michaud
b5d87500d2
Add Northeastern University Mastodon
7 years ago
Eugen
a9c0062e80
Merge pull request #1013 from blackle/master
Catch more errors in process_follows so it doesn't fail
7 years ago
Eugen Rochko
dbd529109e
Fix notifications delivered to wrong pubsub channel, optimized RemoveStatusService,
slightly optimized FanOutOnWriteService again
7 years ago
blackle
540d6efe88
Catch more errors in process_follows so it doesn't fail
7 years ago
Nick Gerakines
d025c5e593
Added off-the-clock.us to the list of instances
7 years ago
Ninetailed
7aede8e720
Description in instance list for mastodon.ninetailed.uk
7 years ago
Eugen
dea6e47de0
Merge pull request #993 from foozmeat/patch-1
Use NFS for the shared folder because it dramatically decreases latency for git operations.
7 years ago
Eugen Rochko
5442083b3c
Split SalmonWorker into smaller parts, move profile updating into another job
7 years ago