Commit Graph

17 Commits (8c8bee5a36e0cd0b5d35903f8891896447c3e060)

Author SHA1 Message Date
Renaud Chaput cb5ac15923
Use a helper to avoid using `media/` asset prefixes ()
Matt Jankowski 99e289f03f
Fix include `Rails.application.routes.url_helpers` (Rails 7.1 prep) ()
Jeong Arm 6c2d3038f4
Fix CDN_HOST not affected on full_asset_url ()
* Fix CDN_HOST not affected to assets url

* Fix typo
Eugen Rochko cefa526c6d
Refactor formatter ()
* Refactor formatter

* Move custom emoji pre-rendering logic to view helpers

* Move more methods out of Formatter

* Fix code style issues

* Remove Formatter

* Add inline poll options to RSS feeds

* Remove unused helper method

* Fix code style issues

* Various fixes and improvements

* Fix test
ThibG 10f1450bba Fix ruby 2.7 warnings about keyword parameters ()
Yamagishi Kazutoshi 3c18964256 Fallback default thumbnail in instance status API ()
Yamagishi Kazutoshi b21db9bbde Using double splat operator ()
Adam Thurlow 6994664a13 swift-enable the paperclip! 📎 ()
Yamagishi Kazutoshi 10e9a9a3f9 Use URI.join even when S3 enabled ()
Eugen Rochko c2c93f8cd6 Fix deprecation warning for non-pipeline assets ()
Yamagishi Kazutoshi 2ab7dc9a55 Use URI.join for generate asset URL ()
* Use URI.join for generate asset URL

* to String
Eugen Rochko fdc17bea58 Fix rubocop issues, introduce usage of frozen literal to improve performance
Eugen Rochko d14967e1c8 Fix URL configuration when S3 is enabled
Eugen Rochko 1022d682dc Normalized data in Redux, fix for asset URLs when rendered outside request
Eugen Rochko 7e93da3f8d Removing grape and adding devise
Eugen Rochko 47d50b0e39 A lot of fixes from a live test
Eugen Rochko 1dad72bf13 Fixes and general progress