- Apr 08, 2017
-
-
Pavel Djundik authored
-
Eugen authored
* Fix #1141, fix #1126 - Work through UpdateRemoteProfileService for both <feed> and <entry> top-level tags * Improve code quality, remove line unrelated to fix
-
Thomas Citharel authored
Add french translation for emails sent Signed-off-by:
Thomas Citharel <tcit@tcit.fr> Add non-breaking spaces Signed-off-by:
Thomas Citharel <tcit@tcit.fr> changes and fixes to the nbsps Signed-off-by:
Thomas Citharel <tcit@tcit.fr> French update a few fixes Signed-off-by:
Thomas Citharel <tcit@tcit.fr> fixes Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
Markus Amalthea Magnuson authored
-
Nicolai von Neudeck authored
Fixed various spelling and grammar mistakes. Used more gender-neutral language.
-
Alda Marteau-Hardi authored
-
Matt Jankowski authored
* Add helper method to return Setting.site_title * Use site_title helper in application layout * Use site_title value for og:site_name
-
Chris Heninger authored
-
Yann GUERN authored
The async action is send before persist, account.id not yet generated Pull queue receive 'nil' so no profile update.
-
Eugen Rochko authored
-
- Apr 07, 2017
-
-
Eugen Rochko authored
-
Chad Pytel authored
These are currently user facing errors, but are not localized. This adds the ability for these messages to be localized.
-
Joël Quenneville authored
Checking reblog vs original status was happening in multiple places across the app. For views, this logic was encapsulated in a helper method named `proper_status` but in the other layers of the app, the logic was duplicated. Because the logic is used at all layers of the app, we extracted it into a `Status#proper` method on the model and changed all uses of the logic to use this method. There is now a single source of truth for this condition. We added test coverage to untested methods that got refactored.
-
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
-
-
Matt Jankowski authored
Reduced by running through `guetzli` image optimizer.
-
Eugen Rochko authored
-
Eugen Rochko authored
slightly optimized FanOutOnWriteService again
-
blackle authored
-
- Apr 05, 2017
-
-
Eugen Rochko authored
-
Eugen Rochko authored
-
Eugen authored
-
Eugen authored
-
tom authored
Use nicer scrollbars in MS edge
-
Eugen Rochko authored
-
Eugen Rochko authored
-
JantsoP authored
Updated some translations after seeing them in service. Should be better now
-
Brad Urani authored
-
Kurtis Rainbolt-Greene authored
We're going to want these nice helper methods, lets share them with a parent class that matches Rails 5 practices (application level abstraction)
-
Kurtis Rainbolt-Greene authored
-
Kurtis Rainbolt-Greene authored
-
Kurtis Rainbolt-Greene authored
-
Kurtis Rainbolt-Greene authored
-
Kurtis Rainbolt-Greene authored
-
Kurtis Rainbolt-Greene authored
-
Kurtis Rainbolt-Greene authored
By pushing this into a worker we can reduce the amount of time the feed manager using workers eat up a connection
-