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
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-04-20bump configurateJonne Haß
2012-12-08don't use a rails method in a pre-rails environmentJonne Haß
2012-11-30* made number of unicorn worker processes configurableJonne Haß
* made configuration loader indepenent of rails * corrected mismatch between example and default config (server.db/server.database)
2012-11-30extract configruation system to a gemJonne Haß
2012-11-28use file? instead of exists? to check for correct ca bundle pathJonne 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