Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-23Removes client_side_validationsFabian Rodriguez
Conflicts: Gemfile Gemfile.lock
2014-01-30embedding youtube videos over httpsarlogn
2014-01-15update devise to 3.2Jonne Haß
2014-01-07Simple captcha for signup pagemaruf
2013-12-04remove template picker functionalityFabian Rodriguez
2013-11-24Add ActsAsTaggableOn::Tag to excluded models in rails_AdminFabian Rodriguez
Fixes #4538
2013-11-24remove trailing whitespaces and indent rails_adimn initializerFabian Rodriguez
2013-09-20bump ruby-oembedJonne Haß
2013-09-19hardcode default(=fallback) languageJonne Haß
2013-08-08update devise to 2.2.4Jonne Haß
2013-08-04Added Wordpress service functionality,Andrew Smith
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
2013-08-02Remove duplicates and bad code habits.James Fleming
Remove some blank line. Do not chain bang methods.
2013-08-02Added strong_parameters gem to Gemfile and created an initializer in configcarolina
2013-07-31Migration to turn ActivityStreams::Photo to StatusMessagecarolina
deletes ActivityStream model and all it's references update migration with the without_protection option to disable mass assignment protection
2013-07-17Change devise config and templates to make logout a delete request.J. Fleming
2013-06-13move asset_sync require to the earliest point possibleJonne Haß
2013-05-19Refactor config/ directoryJonne Haß
* 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
2013-05-07oembed_providers.yml added for custom (outside of ruby-oembed) oEmbed providers.Ruxton
2013-05-07Merge branch 'develop' of https://github.com/diaspora/diaspora into developRuxton
2013-05-02Remove unnecessary ruby187 hacksBraulio Martinez
2013-04-29Added MixCloud oEmbed to oembed_providers_listRuxton
2013-04-26MixCloud oEmbed supportGreg Tangey (Ruxton)
Adding support for MixCloud oEmbed
2013-04-15Fix typo in devise initializerJonne Haß
2013-04-04bump sidekiq and cleanup unicorn.rbJonne Haß
2013-03-22Bye Resque. Ohai Sidekiq.Jonne Haß
* 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-22End the require messJonne Haß
* Rename and reorganize post fetcher to fix autoloading, also let it use Faradays default connection so we get nice redirects * Add initializer to load libs at a central place * added lib dir to autoload_once paths to increase thread safety * Moved lib/exceptions.rb to lib/diaspora/ to conform namespacing
2013-03-08Set max-age header to Amazon S3 resourcesMarcelo Dominguez
2013-02-02Merge branch 'hotfix/0.0.2.4' into developJonne Haß
Conflicts: Changelog.md app/views/people/show.html.haml config/defaults.yml spec/helpers/layout_helper_spec.rb
2013-02-02Fix XSS vulnerabilities caused by not escaping a users name fields when ↵v0.0.2.4Jonne Haß
loading it from JSON. #3948 From a quick look at the for us available databases this was not actually used in the wild.
2013-01-31ensure our locales are at the bottom of the load path, fixes #2614Jonne Haß
2013-01-25Added DailyMotion & Twitter oEmbedsRuxton
2013-01-22Oembed Update - Added instagram, better display for rich/photoRuxton
2012-11-30 Do not generate paths like /a/b/c/config/boot.rb/../../Gemfile to require ↵Jonne Haß
and open things, create a proper path instead.
2012-11-07Make Devise remember the session for 2 weeks. Fix #3472Dennis Schubert
2012-10-25update and fix servicesJonne Haß
2012-10-01Release cleanup, closes #3620Jonne Haß
* remove un-/underused gems * remove their associated files * remove some parallel_tests leftovers
2012-09-26properly integrate asset_syncJonne Haß
2012-09-26New configuration systemJonne Haß
* 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
2012-09-15it's enviroNmentJonne Haß
2012-09-15Unify redis initializationJonne Haß
REDISTOGO_URL is now deprecated in favor of REDIS_URL which is supported by the redis gem too.
2012-09-13use present to check if redis_url is emptyJonne Haß
2012-09-13add thread_safe true to redis initialization because resque does it too nowJonne Haß
2012-09-12update deviseJonne Haß
2012-09-07set perform_deliveries, this should fix #3524Jonne Haß
2012-07-05Clarify warning shown when single_process_mode used in productionLawrence Leonard "Larry" Gilbert
2012-06-11Rails.root and File.join cleanupSteven Hancock
- `Rails.root` is a `Pathname`, so let's use `Rails.root.join` - Clean up most of the remaining `File.join`s
2012-05-31added GA back into rack; added mixpanel configuration optionsdanielgrippi
2012-05-29Escape hashtags in emailsSteven Hancock
Custom Redcarpet renderer to escape hashtags (but not legitimate headers) in emails before Markdown processing. Prevents hashtags from being rendered as H1 headers. This also leaves open the possibility of parsing hashtags into clickable links in the future. fixes #3325
2012-05-25gzip outgoing stuffs for great successMaxwell Salzberg
2012-05-23fix piwki loading [ci skip]Maxwell Salzberg