Skip to content
Extraits de code Groupes Projets
  1. déc. 11, 2014
  2. déc. 01, 2014
  3. oct. 03, 2014
  4. août 23, 2014
  5. jan. 15, 2014
  6. sept. 01, 2013
    • Colin Dean's avatar
      change bitcoin_wallet_id to bitcoin_address · a4ce4404
      Colin Dean a rédigé
      It is better to call it an address than a wallet ID, because the latter may
      confuse Bitcoin users who conflate the two. They are not the same.
      
      Also adds convenience method to handle the deprecated variable.
      a4ce4404
  7. août 04, 2013
    • Andrew Smith's avatar
      Added Wordpress service functionality, · 2bb6bc8e
      Andrew Smith a rédigé
      for cross-posting to OAuth-enabled Wordpress.com or Jetpack-enabled Wordpress.org blogs.
      
      Added model for Wordpress service
      
      Added very very basic Wordpress cross-posting functionality.
      
      Added markdown support to post body
      
      Fixed Wordpress::MAX_CHARACTERS problem
      
      cleanup
      
      Added default settings for Wordpress OAuth
      
      Added default settings for Wordpress OAuth
      
      Added Wordpress to configured services spec.
      
      changelog changes
      2bb6bc8e
  8. mai 19, 2013
    • Jonne Haß's avatar
      Refactor config/ directory · ac147cc9
      Jonne Haß a rédigé
      * Get rid of early pathname requirement
      * Use require_relative where approciate
      * Drop unused files
      * Imported new application.rb, environment.rb and environments/* from fresh Rails app
      * Cleaned up boot.rb
      * Load config in boot.rb
      * Deduplicate environments/integration*.rb
      * Move username blacklist into defaults.yml
      * Ruby 1.9 Hash syntax everywhere
      * Reorganize lib/diaspora/markdownify to match conventions
      * Get rid of full path requires where possible
      * Add dummy content to production section diaspora.yml.example to prevent warning
      * Drop sqlite? method
      * Move postgres? method into ConfigurationMethods
      * Drop token authentication from User
      ac147cc9
  9. mai 05, 2013
  10. mars 21, 2013
    • Jonne Haß's avatar
      Bye Resque. Ohai Sidekiq. · 79a79d65
      Jonne Haß a rédigé
      * 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
      79a79d65
  11. fév. 24, 2013
  12. fév. 18, 2013
  13. nov. 30, 2012
  14. sept. 26, 2012
    • Jonne Haß's avatar
      New configuration system · 2a4db54d
      Jonne Haß a rédigé
      * Throw away old system
      * Add new system
      * Add new example files
      * Replace all calls
      * add the most important docs
      * Add Specs
      * rename disable_ssl_requirement to require_ssl
      * cloudfiles isn't used/called in our code
      * since community_spotlight.list is only used as enable flag replace it with such one and remove all legacy and irelevant codepaths around it
      * die if session secret is unset and on heroku
      * First basic infrastructure for version information
      2a4db54d
Chargement en cours