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-04-21Embed associated photos into the status message xmlJonne Haß
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
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-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-12update deviseJonne Haß
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-06-08show a "post is not public" message when visitor is not logged inFlorian Staudacher
and tries to access a show page of a non-public post
2012-06-07use File.join when it's already thereFlorian Staudacher
2012-03-21refactor locale initialization and selection a bitJonne Haß
2012-02-17federation logger now in place.Maxwell Salzberg
2011-11-06blacklist example admin usernameDavid Morley
2011-10-01add sqlite method; fix chubbies cukesMaxwell Salzberg
2011-09-30add username blacklistPaul Spieker
2011-09-14MS DG update copyrightdanielgrippi
2011-06-23Fix search in PGRaphael Sofaer
2011-06-23Fix direct query execution issues in PG by using select_values/select_rows ↵Raphael Sofaer
instead of execute.
2011-06-03Newrelic now working in thindanielgrippi
2011-06-02Don't depend on Rails.root as thin does not have it before app requiredanielgrippi
2011-06-02include newrelic if the newrelic config file is present. profiling ftw.danielgrippi
2011-05-21Allow anyone to generate a token, restrict tokens to ↵Raphael Sofaer
ActivityStreams::PhotosController#create, don't let tokens create sessions.
2011-04-03fixed #589, no CSS!MrZYX
2011-02-20collapsed langcodes_alias_map.yml and languages.yml into locale_settings.ymlMrZYX
2011-01-17fixed typo for default_language at environment.rbJairo Diaz
2011-01-10Backing out sub-uri changesSarah Mei
2011-01-10Expose and refer to assets on the sub_uri.Alec Leamas
When using sub-uri, create a symlink in public/ making the assets available at the sub-uri. Modify environment.rb so that asset paths refers to this sub-uri path. Closes http://bugs.joindiaspora.com/issues/391 and http://bugs.joindiaspora.com/issues/737 when application mounted on suburi (i. e., prev patch)
2010-12-29Nullifying test garbage in last patchAlec Leamas
2010-12-29suburi cucumber test.Alec Leamas
Adds the features/uri-features test directory, testing sub-uri deployment. These tests uses script/server since much of this code is about configuring the server. They are not run by "rake cucumber", to run them use "bundle exec rake cucumber features/uri-test". Tests requires a working app_config.yml setup with pod_url = "http://localhost:3000/diaspora" Patches cucumber.yml to always load step definitions from features/**, see http://thoughtsincomputation.com/posts/cucumber-step-definitions-and-autorequire-hell
2010-12-21Revert "Extended sub-uri support." for now....maxwell
This reverts commit 9cd08bac67e268f6c0a0361c2bcaeb41b03055c9.
2010-12-21Extended sub-uri support.Alec Leamas
Adds new routing in routes.rb based on pod_uri. Assets are handled by a symlink in public when using sub-uri. Various clean-up, removing thin and socket port settings from server.sh (these are now taken from pod_uri and socket_port). Basic functionality when setting a sub_uri like http://example.org/diaspora now seems OK. Closes .http://joindiaspora.com/issues/737, and partially http://joindiaspora.com/issues/391. Ports are yet to be defined and handled in this context. Conflicts: app/views/layouts/application.html.haml config/routes.rb
2010-11-19added language codes mapMrZYX
2010-11-12let nginx serve static assets.danielvincent
2010-10-28add some basic verification when loading the languages config filelivefromthemoon@gmail.com
2010-10-28allow user to change his language in his settingslivefromthemoon@gmail.com
2010-10-08Add or later to license noticeRaphael
2010-10-06Always set the FACEBOOK constantRaphael
2010-10-06Don't require a facebook ymlRaphael
2010-09-28Merge branch 'master' of github.com:diaspora/diaspora into fbilya
Conflicts: app/views/layouts/application.html.haml app/views/shared/_publisher.haml app/views/shared/_sub_header.haml app/views/users/edit.html.haml config/deploy_config.yml config/routes.rb
2010-09-25Remove consecutive empty linesStephen Caudill
2010-09-21basic setupdanielvincent
2010-09-17Adding Haml html escaping.Steve Klabnik
Haml's HTML escaping option was not on, leaving the site open for xss attacks. This would seem to fix it.
2010-09-16Spell our own name rightRaphael
2010-09-15License notices replacedRaphael
2010-09-14added license to every single goddamn file. also, put one in the root dir.Daniel Vincent Grippi
2010-08-05replaced the functionality with openssl, didn't do the encryption specilya
2010-07-09Sped up specs, fixed envilya
2010-07-09Added keyrings to gitignore, symlinked to shared dir in cap scriptsilya
2010-07-09RS, IZ; Users now have keys, keyring now in db folderilya
2010-06-23view stuffsmaxwell