diaspora/app/views
Jonne Haß 79a79d65d6 Bye Resque. Ohai Sidekiq.
* Dropped all references to Resque
* Moved all jobs under app/workers since that's the Sidekiq convention
* Renamed Jobs module to Worker to match new location
* Adapted all jobs to Sidekiq
* Replaced all enqueue calls with perform_async
* Dropped Resque hacks from specs and features, replaced with
  sidekig/testing in RSpec and sidekig/testing/inline in Cucumber
* Updated scripts to start a Sidekiq server
* Inline Sidekiq sinatra app
* Let Sidekiq create the actual Redis instance
* Workaround already initialized constant warnings in service models
* Resolved ToDo in one job definition by creating proper exception clases
  for some errors in receiving posts
* Added sidekiq section to configuration to make it completly
  configurable to the user
* Add Sidekiq middleware for clean backtraces
* Delay HttpMulti retry to give offline pods a chance to come back up
* Do not retry on GUID already taken and alike errors
* Be graceful about deleted posts in GatherOEmbedData
2013-03-21 23:39:07 +01:00
..
admins Bye Resque. Ohai Sidekiq. 2013-03-21 23:39:07 +01:00
aspect_memberships [WIP] aspect membership dropdown Backbone.js rework 2013-02-17 13:40:10 +01:00
aspects Merge branch 'develop' into diaspora_with_sprites 2013-03-11 20:10:55 -03:00
comments remove disable_with depreciation warning. 2012-05-31 22:35:07 -07:00
community_spotlight some refactoring regarding the law of demeter 2012-09-23 19:33:19 +02:00
contacts [Sprites] update sprites after develop merge 2013-03-11 20:16:16 -03:00
conversations Merge branch 'develop' into diaspora_with_sprites 2013-03-11 20:10:55 -03:00
devise New configuration system 2012-09-26 20:19:37 +02:00
errors dry up and modularize layouts 2013-03-06 19:00:34 +01:00
home move custom splash page login into the controller, fixes #3991 2013-02-21 13:46:04 +01:00
invitations Merge branch 'develop' into diaspora_with_sprites 2013-03-11 20:10:55 -03:00
layouts [Sprites] update sprites after develop merge 2013-03-11 20:16:16 -03:00
likes remove app/views/likes/likes_container 2012-11-06 21:39:36 -02:00
messages added a id and a autoscroll to first unread message in conversation (Fix: #3216) 2013-02-11 16:15:01 +01:00
notifications Wrap text if too long in mobile notifications 2013-02-22 16:15:25 +01:00
notifier some refactoring regarding the law of demeter 2012-09-23 19:33:19 +02:00
people remove unnecessary code from people_controller#contacts and use #each in view 2013-02-23 22:36:04 -02:00
photos Fixed removing images from publisher on the profile and tags pages 2013-02-21 22:19:24 +01:00
posts dry up and modularize layouts 2013-03-06 19:00:34 +01:00
profiles * Add test for mobile page: Edit profile mobile, Conversations mobile, Getting Started mobile 2013-03-10 15:02:18 +01:00
publics query the set url only through #pod_uri in the app 2012-09-26 20:19:37 +02:00
registrations Add flash warning to conversation mobile, unification of flash warning with login and register mobile, and add support for flash warning to Opera browser 2012-12-08 14:59:01 +01:00
reshares remove unused files/methods 2012-01-11 02:26:12 -08:00
services kill services users with fire. we need this feature, but we need to just start from scratch because this is redonkalonk 2012-05-14 16:25:19 -07:00
sessions Add flash warning to conversation mobile, unification of flash warning with login and register mobile, and add support for flash warning to Opera browser 2012-12-08 14:59:01 +01:00
shared Hide comment button in the mobile view when not signed in 2013-03-18 20:15:55 +01:00
status_messages dry up and modularize layouts 2013-03-06 19:00:34 +01:00
streams dry up and modularize layouts 2013-03-06 19:00:34 +01:00
tags [Sprites] add sprites for icon images 2013-03-11 19:26:11 -03:00
users Merge branch 'develop' into diaspora_with_sprites 2013-03-11 20:10:55 -03:00