diaspora/lib
Jonne Haß 8280556a47 Introduce message renderer
This new class replaces all existing server side message
rendering helpers and is the new global entry point for such
needs. All models with relevant fields now expose an instance
of MessageRenderer for those. MessageRenderer acts as
gateway between the existing processing solutions for markdown,
mentions and tags and provides a very flexible interface for
all output needs. This makes the API to obtain a message
in a certain format clear. As a result of centralizing the
processing a lot of duplication is eliminated. Centralizing
the message processing also makes it clear where to change
its behaviour, add new representations and what options
are already available.
2014-03-15 17:16:17 +01:00
..
assets/javascripts Moved mentionsInput.js from vendor/assets to lib/assets 2014-02-10 23:19:50 +05:30
diaspora Introduce message renderer 2014-03-15 17:16:17 +01:00
federated seperate interactions from posts 2012-05-12 17:41:58 -07:00
messagebus New configuration system 2012-09-26 20:19:37 +02:00
postzord bump sidekiq 2013-12-08 14:03:08 +01:00
rack add specs for chromeframe 2012-09-30 17:04:50 +01:00
salmon End the require mess 2013-03-21 23:37:53 +01:00
stream Drop number of followers from tags page 2014-01-21 14:49:05 +01:00
tasks Precompile the assets for jasmine too 2013-08-22 09:56:35 +02:00
account_deleter.rb refactor ConversationsController, move query builing to User model 2013-09-30 01:44:57 +02:00
collect_user_photos.rb some refactoring regarding the law of demeter 2012-09-23 19:33:19 +02:00
configuration_methods.rb update devise to 3.2 2014-01-15 12:59:59 +01:00
csv_generator.rb remove use csv instead of fastercsv 2013-02-17 12:48:29 +01:00
development_mail_interceptor.rb
diaspora.rb Introduce message renderer 2014-03-15 17:16:17 +01:00
direction_detector.rb
email_inviter.rb some refactoring regarding the law of demeter 2012-09-23 19:33:19 +02:00
encryptor.rb upgrade to Rails 3.2.3 2012-05-14 21:53:16 -07:00
evil_query.rb Updating queries for the stream to be faster 2014-02-07 14:23:19 +08:00
federation_logger.rb [SECURITY FIX] please update your pod ASAP 2012-07-02 10:00:12 -07:00
h_card.rb End the require mess 2013-03-21 23:37:53 +01:00
hydra_wrapper.rb Do not retry sending out posts on SSL errors. See #4728 2014-01-27 15:45:45 -08:00
i18n_interpolation_fallbacks.rb fix i18n fallback after i18n update 2013-12-05 11:35:13 -02:00
postzord.rb End the require mess 2013-03-21 23:37:53 +01:00
publisher.rb replace mentions of out-of-aspect people in limited posts with just a 2013-06-09 19:16:40 +02:00
pubsubhubbub.rb fix some tests around pubsubhubub 2012-05-17 18:23:40 -07:00
rake_helpers.rb remove use csv instead of fastercsv 2013-02-17 12:48:29 +01:00
salmon.rb End the require mess 2013-03-21 23:37:53 +01:00
share_visibility_converter.rb it's enviroNment 2012-09-15 18:52:12 +02:00
sidekiq_middlewares.rb Bye Resque. Ohai Sidekiq. 2013-03-21 23:39:07 +01:00
statistics.rb Refactor config/ directory 2013-05-19 18:54:54 +02:00
stream.rb End the require mess 2013-03-21 23:37:53 +01:00
unicorn_killer.rb add unicorn back in. only use one worker process for now. also, move chrome_frame middleware into the correct load path in lib. [ci skip] 2012-01-24 14:56:55 -08:00
webfinger.rb Bye Resque. Ohai Sidekiq. 2013-03-21 23:39:07 +01:00
webfinger_profile.rb improve webfinger failure handling 2012-04-27 16:53:26 +02:00