- Apr 07, 2017
-
-
Chad Pytel authored
These are currently user facing errors, but are not localized. This adds the ability for these messages to be localized.
-
Chad Pytel authored
This implements all pending specs, and adds additional coverage for the following functionality: * Normal status creation * Creating a reply status * Creating a sensitive status * Creating a status with spoiler text * A status with no spoiler text gets an empty string for spoiler text * Creating a status with custom visibility * Creating a status for an application * Processing mentions * Processing Hashtags * Pinging PuSH hubs * Crawling links * Attaching media
-
Chad Pytel authored
There are currently not specs for the two media validations that are performed by `PostStatusService`. This adds specs for the validations that ensure that you cannot attach more than four files, and that a status cannot have both image and video attachments.
-
Eugen authored
Fix nil#object_type error
-
Eugen authored
Allow setting of default language through config
-
Eugen authored
-
Eugen authored
-
Eugen Rochko authored
-
Jantso Porali authored
-
Eugen Rochko authored
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
-
Eugen Rochko authored
-
Eugen authored
-
Eugen authored
* 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
-
- Apr 06, 2017
-
-
Eugen Rochko authored
-
Eugen authored
Reduce size of background-photo.jpeg
-
Eugen authored
Add a couple of network performance tweaks to Vagrantfile.
-
Markus Amalthea Magnuson authored
-
Matt Jankowski authored
Reduced by running through `guetzli` image optimizer.
-
Eugen authored
Add metadata to Dockerfile
-
Wonderfall authored
-
Wonderfall authored
-
Eugen authored
Optimize Dockerfile
-
Eugen authored
Cosmetic changes to the scalingo deployment
-
Eugen authored
Updates slugignore
-
Eugen authored
Linux users must enable NFS for Vagrant
-
Alex Gleason authored
-
Ash Furrow authored
-
Ryan Wade authored
Optimize Dockerfile, reduce build time.
-
Eugen Rochko authored
-
Eugen authored
Catch more errors in process_follows so it doesn't fail
-
Eugen Rochko authored
slightly optimized FanOutOnWriteService again
-
blackle authored
-
- Apr 05, 2017
-
-
Eugen authored
Use NFS for the shared folder because it dramatically decreases latency for git operations.
-
Eugen Rochko authored
-
James Moore authored
-
Eugen authored
Correct innacurate info and other fixes
-
Eugen Rochko authored
-
Eugen Rochko authored
-
Eugen Rochko authored
Merge branch 'broadcast-to-worker' of https://github.com/krainboltgreene/mastodon into krainboltgreene-broadcast-to-worker
-
Eugen Rochko authored
-