Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-07 | Merge pull request #1145 from tootsuite/feature-customized-default-locale | Eugen | |
Allow setting of default language through config | |||
2017-04-07 | Merge branch 'master' into fix-object-type-nil-exception | Eugen | |
2017-04-07 | Merge branch 'master' into feature-customized-default-locale | Eugen | |
2017-04-07 | Fix nil#object_type error | Eugen Rochko | |
2017-04-07 | Update Finnish translations, add sample Minio config (#954) | Jantso Porali | |
2017-04-07 | Merge branch 'master' into patch-4 | Erwan Leboucher | |
2017-04-07 | Allow setting of default language through config | Eugen Rochko | |
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 | |||
2017-04-07 | Re-add forgotten <author> element on standalone <entry> | Eugen Rochko | |
2017-04-07 | Force UTF8 encoding on generated XML (#1140) | Eugen | |
2017-04-07 | Update List-of-Mastodon-instances.md | Sergei Č | |
2017-04-07 | Rewrite Atom generation from stream entries to use Ox instead of Nokogiri ↵ | Eugen | |
(#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 | |||
2017-04-06 | Email service options :P | Jason Rhodes | |
Small addition in case people want email service options, sparkpost.com gives you 100k/mo free | |||
2017-04-06 | updated instance hostname | Tristan Mahé | |
2017-04-07 | Update Production-guide.md | Vladimir Mincev | |
Under ## General dependencies: apt-get needs sudo and install was typed wrongly. | |||
2017-04-07 | Low-hanging fruit of query optimization, these indices were missing | Eugen Rochko | |
2017-04-06 | Added masto.razrnet.fr | YDrogen | |
2017-04-06 | Merge pull request #1100 from mjankowski/mj-reduce-image-size | Eugen | |
Reduce size of background-photo.jpeg | |||
2017-04-06 | Merge pull request #1103 from alimony/vagrant-tweaks-01 | Eugen | |
Add a couple of network performance tweaks to Vagrantfile. | |||
2017-04-06 | Add a couple of network performance tweaks to Vagrantfile. | Markus Amalthea Magnuson | |
2017-04-06 | Reduce size of background-photo.jpeg | Matt Jankowski | |
Reduced by running through `guetzli` image optimizer. | |||
2017-04-06 | Merge pull request #1088 from Wonderfall/master | Eugen | |
Add metadata to Dockerfile | |||
2017-04-06 | Added pericles.world in the list of instances | Tristan Mahé | |
2017-04-06 | add Docker microbadger to README.md | Wonderfall | |
2017-04-06 | add metadata to Dockerfile | Wonderfall | |
2017-04-06 | Add manx.social instance | isati | |
2017-04-06 | Update List-of-Mastodon-instances.md | Erwan Leboucher | |
2017-04-06 | Merge branch 'master' into patch-1 | kadiix | |
2017-04-06 | Update List-of-Mastodon-instances.md | kadiix | |
2017-04-06 | Merge pull request #1038 from wade-r/optimize-dockerfile | Eugen | |
Optimize Dockerfile | |||
2017-04-06 | Merge branch 'master' into patch-1 | kadiix | |
2017-04-06 | Merge pull request #1042 from johnsudaar/feature/scalingo_one_click | Eugen | |
Cosmetic changes to the scalingo deployment | |||
2017-04-06 | Add an instance. | kadiix | |
2017-04-06 | Merge branch 'master' into patch-1 | VirtuBox | |
2017-04-06 | Merge pull request #1048 from ashfurrow/slugignore | Eugen | |
Updates slugignore | |||
2017-04-06 | Merge pull request #1070 from alexgleason/patch-4 | Eugen | |
Linux users must enable NFS for Vagrant | |||
2017-04-06 | Linux users must enable NFS for Vagrant | Alex Gleason | |
2017-04-06 | Update List-of-Mastodon-instances.md | awea | |
2017-04-06 | Add meow.social | Julien | |
2017-04-06 | add my instance | Lukas Fülling | |
2017-04-06 | Updates slugignore. | Ash Furrow | |
2017-04-06 | Added an instance to the list | Ray Alez | |
Just launched https://hackertribe.io/, added it to the list. | |||
2017-04-06 | Update List-of-Mastodon-instances.md | Yann GUERN | |
Add mastodon.land instance | |||
2017-04-06 | Optimize Dockerfile | Ryan Wade | |
Optimize Dockerfile, reduce build time. | |||
2017-04-06 | Update List-of-Mastodon-instances.md | Markus R | |
2017-04-06 | Add mastodon.elao.com instance | Guewen FAIVRE | |
2017-04-06 | Add infinimatix.net to instance list | Derek Lewis | |
2017-04-06 | Fix wrong pubsub channel on public timelines | Eugen Rochko | |
2017-04-05 | Add Northeastern University Mastodon | Jack Michaud | |
2017-04-06 | Merge pull request #1013 from blackle/master | Eugen | |
Catch more errors in process_follows so it doesn't fail | |||
2017-04-06 | Fix notifications delivered to wrong pubsub channel, optimized ↵ | Eugen Rochko | |
RemoveStatusService, slightly optimized FanOutOnWriteService again |