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
2011-06-29Merge branch 'master' into oauthRaphael Sofaer
Conflicts: Gemfile Gemfile.lock app/models/app_config.rb app/models/post.rb db/schema.rb public/stylesheets/sass/application.sass spec/lib/webfinger_spec.rb
2011-06-14Take documentation out of the repo, just generate it with yardRaphael Sofaer
2011-06-04Chubbies now uses sqlite to have tables of pods and usersMaxwell Salzberg
2011-06-02include newrelic if the newrelic config file is present. profiling ftw.danielgrippi
2011-05-29Switching to settingslogic to manage our configuration. THE FILE FORMAT HAS ↵Sarah Mei
CHANGED. OLD APP.YML AND APP_CONFIG.YML FILES WILL NOT WORK ANYMORE. Two important differences: 1. The app only looks in one file for settings: config/application.yml. If you want to override something, do it in that file. It is gitignore'd. If config/application.yml does not exist, or exists but is in the old format, you'll get a nice friendly set of instructions on how to convert your old file. 2. script/server settings are no longer in application.yml. They have their own settings file - copy config/script_server_config.yml.example to config/script_server_config.yml. This is also gitignore'd. script/server will print a message and exit if that file doesn't exist.
2011-05-23add sasscache to gitignoreMaxwell Salzberg
2011-05-21add a .rvmrc_custom if you want to overide the one in the repoMrZYX
2011-05-18rename config/app_config.yml to config/app.yml in accordance to The ↵Shane Becker
Redundant Rendundacy Act of 2011
2011-04-28Typo in .gitignoreVikram Verma
2011-03-02Add rcov taskRaphael Sofaer
2011-02-23Add Rubinius's generated filesRaphael Sofaer
2011-02-18added license to javascripts.en.yml; better langcodes_alias_map.yml; ↵MrZYX
.gitignore users.yaml fixture
2011-02-02Adjust autocomplete options and cssRaphael
2011-01-31Adding config/deploy_config.yml to gitignoreSarah Mei
2011-01-27Fix data conversion, fixture generation in publicscontrollerRaphael
2011-01-19Remove yml files from gitRaphael
2011-01-15Merge almost complete, 4 failuresRaphael
2011-01-12Revert 'Create a separate webfinger service.' We'll come back to it when we ↵Raphael
figure out the error.
2011-01-10Backing out sub-uri changesSarah Mei
2011-01-10Create a separate webfinger service.Alec Leamas
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-21gitignoring database.ymlSarah Mei
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-12-15CGI::escaping for proper, good juju activity streamsmaxwell
2010-12-14making image names more genericmaxwell
2010-12-13removed homepage detail into a partial, which you should redefinemaxwell
2010-12-07Creates and maintains a local redis.conf.Alec Leamas
Creates config/redis.conf using mater copy in etc. FTM, disables daemonizing, which doesn't fit script/server (or upstart/systemd).
2010-12-05git ignores mobile.cssSarah Mei
2010-11-24This file is generated by rake fixtures:usersRaphael
2010-11-21Stream is a classRaphael
2010-11-18added jammit, now js and css compress for productionmaxwell
2010-11-15add .redcar to .gitignoreSarah Mei
2010-10-26removing oauth keysmaxwell
2010-10-20Revert "Revert "Merge remote branch 'upstream/master'""Raphael
This reverts commit 1481056af23ed7dd70eed73a847d40fbe2d3ba2d.
2010-10-20Revert "Merge remote branch 'upstream/master'"Alec Leamas
This reverts commit fb70dc8c99a1bc7a8a3595b9cdd9d53d1ff81bab, reversing changes made to 53fef63a9a555a083ac9237f872a70e2b2a7115b. Conflicts: pkg/fedora/diaspora-setup pkg/ubuntu/diaspora-setup public/stylesheets/sass/application.sass spec/models/user/attack_vectors_spec.rb
2010-10-20Add gzipped source.tar to gitignoreRaphael
2010-10-16Add vendor/bundle to gitignoreRaphael
2010-10-15Add generated CSS to gitignoreRaphael
2010-10-13Reorganize gitignoreRaphael
2010-10-12Adding the ubuntu install package, initial version.Alec Leamas
T
2010-10-10Ignore stgit files all over the placeAlec Leamas
2010-10-08.gitignore capybara outputSarah Mei
2010-10-07MongoMapper now not overrides database name in MONGOHQ_URL configuration if ↵Crimer
provided. It also works on Heroku.
2010-10-05added fb_config to gitignoreilya
2010-09-30update gitignoredanielvincent
2010-09-28added a generate:secret_token task, and added an initializer to generate one ↵ilya
if the file does not exist
2010-09-25Merge branch 'master' into HEADRaphael
2010-09-25Add a couple things to gitignoreRaphael
2010-09-23mergedGuido Serra aka Zeph