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
path: root/app
AgeCommit message (Expand)Author
2011-09-15edit app+_config to look for heroku's ENV['STACK'] config var; load settings ...danielgrippi
2011-09-15DG MS; fixed tests; explicitly send in dispatcher in httpmultidanielgrippi
2011-09-15DG MS; Broke out HydraWrapper in HttpMulti jobMaxwell Salzberg
2011-09-14MS DG update copyrightdanielgrippi
2011-09-14removed unused method; moved includes() out of scopedanielgrippi
2011-09-14SM IZ pared down markdownify to basic markdown, bumped version of RedCarpetIlya Zhitomirskiy
2011-09-14actually fix specs/cucumberdanielgrippi
2011-09-14MS DG; fixed cucumberMaxwell Salzberg
2011-09-14MS DG clean up Postzord::Dispatcher::PrivateMaxwell Salzberg
2011-09-13Merge pull request #1970 from TheLambdaCalculus/b1126-additional-refactoringThe Lambda Calculus
2011-09-13Refactored code so that the controller got thinner while the model become fat...The Lambda Calculus
2011-09-13removes underline in tag search form on getting started pagealda519
2011-09-13sprinkle a little documentation around lib, mostly just specifying return typesdanielgrippi
2011-09-13DG MS renamed private dispatcher; started refactor including publicMaxwell Salzberg
2011-09-13DG MS; put validates_associated in relayable, removed from receiver logicMaxwell Salzberg
2011-09-13DG MS test receive_relayableMaxwell Salzberg
2011-09-13DG MS major refactor of salmon and corresponding federation logicMaxwell Salzberg
2011-09-13MS DG cleaned up and fleshed out salmon specsMaxwell Salzberg
2011-09-13MS IZ DG moar salmon refactoringMaxwell Salzberg
2011-09-13MS DG pulling apart salmon and making our custom hacks more obviousMaxwell Salzberg
2011-09-13updated salmon to let us not always encrypt the headerMaxwell Salzberg
2011-09-12move _donate.html.erb to _donate.html.haml and make it translateableLennart Prelle
2011-09-12all_public scope in Post for claritydanielgrippi
2011-09-12rescue unmeaningful exception from settingslogic if the namespace doesn't exi...Jonne Hass
2011-09-12added missing sample() in _selected_contacts.html.hamldanielgrippi
2011-09-12Add counter cache for comments on postsdanielgrippi
2011-09-12Merge branch 'refactor_models_2' of https://github.com/buddhamagnet/diasporaJonne Hass
2011-09-12fixed/moved specs; made Person.all_from_aspects scope (move direct AR queryin...danielgrippi
2011-09-12initial tests for AspectStreamdanielgrippi
2011-09-12Created AspectStream; removed all logic from AspectsController#indexdanielgrippi
2011-09-12continuing refactor of model validation calls to rails 3 syntaxbuddhamagnet
2011-09-12refactored model validations to use newer rails 3 syntaxbuddhamagnet
2011-09-11added mobile version to the changeLennart Prelle
2011-09-11make string in authorizations translateableLennart Prelle
2011-09-11made single process mode configuration more consistentJonne Hass
2011-09-11Merge pull request #1940 from alda519/profiles_helper-imageDaniel Grippi
2011-09-11Merge branch 'master' of github.com:diaspora/diasporaSarah Mei
2011-09-11Notifications don't 500 anymore, but I don't know how to make it render the m...Sarah Mei
2011-09-11Merge pull request #1939 from everplays/css-rtlJonne Hass
2011-09-10don't redirect to AspectsController#new from AspectsController#index if no as...danielgrippi
2011-09-10touched up AspectsController#index for readability's sakedanielgrippi
2011-09-10default profile photo is no longer marked as setalda519
2011-09-10removed a puts in Person.searchDaniel Grippi
2011-09-10<p> can't be inside another one - breaks direction detectionbehrooz shabani (everplays)
2011-09-10the Devise email regex was not catching pods that were anything other than a ...Ilya Zhitomirskiy
2011-09-09tweaked search a little (don't put a double wildcard on diaspora_id) -- this ...danielgrippi
2011-09-09DG MS; updated text to reflect the fact that hiding posts nowMaxwell Salzberg
2011-09-09move the ugly type check into the ugly method, to keep all the ugly inMaxwell Salzberg
2011-09-09Not all notifications are for posts :)Sarah Mei
2011-09-09attempt to add muting of notifications when post has a hidden visibility; i a...Maxwell Salzberg