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/db
AgeCommit message (Collapse)Author
2011-07-29MAAAAAAAXWEEEEEEEEEELRaphael Sofaer
2011-07-29Merge branch 'master' of github.com:diaspora/diasporaRaphael Sofaer
2011-07-29Merge remote branch 'manuels/842-sortable-aspects'Raphael Sofaer
Conflicts: app/models/user.rb db/schema.rb
2011-07-29test to make sure mobile site does not 500 with all media typesMaxwell Salzberg
2011-07-23Reshares and reshare retractions are green.Raphael Sofaer
2011-07-22fixed all specs; rebased.danielgrippi
2011-07-22wip removed some generated specsMaxwell Salzberg
2011-07-19Merge remote branch 'yolk/348-change-email-with-confirmation' into ↵Raphael Sofaer
merge_email_change Conflicts: app/controllers/users_controller.rb config/locales/diaspora/en.yml db/schema.rb spec/controllers/users_controller_spec.rb spec/mailers/notifier_spec.rb
2011-07-12Fix likes on comments migrationRaphael Sofaer
2011-07-12Merge branch 'like-comments'Raphael Sofaer
2011-07-12Fix contentUpdater spec, adjust migration and fix a couple of the js viwesRaphael Sofaer
2011-07-12making the service users badge wider, added a commented out seed step for ↵Ilyaaaaaaaaaaaaa Zhitomirskiy
having some service user data
2011-07-12Update migration to handle duplicate likesRaphael Sofaer
2011-07-12Addded Diaspora::Likeable module. Corrected the unique index for likes to ↵danielgrippi
include author_id; extracted before_save callback needed for tags into Diaspora::Taggable.
2011-07-12cache counters in for likes. pending Diaspora::Likeable module...danielgrippi
2011-07-12Likes in comments, cache counter disabled for now.danielgrippi
2011-07-10Issue #842: Sortable aspectsManuel Schölling
Signed-off-by: Manuel Schölling <manuel.schoelling@gmx.de>
2011-07-08Sort on and index taggings, ftwRaphael Sofaer
2011-07-06Add null false on tag_followings fieldsIlyaaaaaaaaaaaaa Zhitomirskiy
2011-07-06WIP you can now follow a tag, needs a clean up, and ajax loveIlyaaaaaaaaaaaaa Zhitomirskiy
2011-07-05Update the Post counter caches when adding the counter cache columnRaphael Sofaer
2011-07-05Ajax in likes in streamRaphael Sofaer
2011-07-01add contact images to aspect index, removed comment background color, add ↵danielgrippi
vertical rule to people pages
2011-07-01DH SM MS update schema.rb to reflect edited migrationSarah Mei
2011-06-29typo in oauth2 migrationWouter Timmermans
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-28Change homepage_url to application_base_urlRaphael Sofaer
2011-06-27Only run the data migration if there are profiles in the dbRaphael Sofaer
2011-06-24collapsed oauth2 migrations; made app factorydanielgrippi
2011-06-23added JWT verification support to diasporadanielgrippi
2011-06-21added a couple of validations on the Oauth models, added an index on a ↵Ilya Zhitomirskiy
user's authorizations
2011-06-19Undo some pg changesRaphael Sofaer
2011-06-19Don't run non pg compatible migrations on empty tablesRaphael Sofaer
2011-06-14WIP verifying sig in the pre-registration endpointIlya Zhitomirskiy
2011-06-10Chubbies is working with local diaspora-client gemRaphael Sofaer
2011-06-07Actually take out the mongo_idsRaphael Sofaer
2011-06-07Chubbies no longer saves diaspora_handle from the browserdanielgrippi
2011-06-06get rid of mongo idsRaphael Sofaer
2011-06-05Fix migration for ruby 1.9. Move YAML check into application.rb, and add ↵Sarah Mei
guard for ruby 1.8.x.
2011-06-05Add Index on users remember token, should make login much fasterRaphael Sofaer
2011-06-04Remove some mongo stuffRaphael Sofaer
2011-06-04remove remember aspects featureMaxwell Salzberg
2011-06-04chubbies tests mow take diaspora handleMaxwell Salzberg
2011-06-04Chubbies now sends manifest data to create a clientdanielgrippi
2011-06-04Add Chubbies, the oauth sample app, and a cucumber feature for part of an ↵Raphael Sofaer
oauth flow
2011-06-04Make likes dependent delete, rather than dependent restrict. The fk in the ↵Raphael Sofaer
former migration had dependent spelled wrong, and it silently failed
2011-06-03move account deletion out of a tranaction and into a jobRaphael Sofaer
2011-06-01ActiveRecord::Base.record_timestamps didn't actually stop timestamps from ↵Raphael Sofaer
being updated
2011-06-01Make sure migration up and down deal with all indiciesRaphael Sofaer
2011-06-01Added User#unconfirmed_email and #confirm_email_token with specsSebastian