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/spec
AgeCommit message (Collapse)Author
2011-07-30added featured users dg izIlyaaaaaaaaaaaaa Zhitomirskiy
2011-07-30featured users sectionIlyaaaaaaaaaaaaa Zhitomirskiy
2011-07-30Add a couple tests for post federation, because Max is suspiciousRaphael Sofaer
2011-07-30new users now autofollow diasporahq@joindiaspora.com; upon connecting to a ↵Maxwell Salzberg
user, you now get post visibilities for their public posts (that your pod knows about)
2011-07-30Fix defaults for activerecord models in i18nRaphael Sofaer
2011-07-30Make sure that a MissingInterpolationArgument in the english locale is raisedRaphael Sofaer
2011-07-30Fall back to english on MissingInterpolationErrorRaphael Sofaer
2011-07-29less delay on search; start on 2 chars instead of 3Ilyaaaaaaaaaaaaa Zhitomirskiy
2011-07-29optimized people searchdanielgrippi
2011-07-29Get rid of 500 on mobile comment creationRaphael Sofaer
2011-07-29Pending spec for allowing an unknown commenter to comment on a public postRaphael Sofaer
2011-07-29two failing tests for the mobile site. SOMEBODY FIX THEMMaxwell Salzberg
2011-07-29Fix contacts spec - default order on the association means we need to reload ↵Dan Hansen & Sarah Mei
after adding one
2011-07-29update jquery mobile to beta1Maxwell Salzberg
2011-07-29test to make sure mobile site does not 500 with all media typesMaxwell Salzberg
2011-07-25fix a bug with openssl keys in development. note to future max andmaxwell
rafi. never monkey patch anything on the top of a completely random model. never again. ever. TODO: look into replacing a monkey patch on a to_s in User#generate_key that makes the single test green, but my dell had a heart attack other places, that might just be sqlite3 or my dell
2011-07-23Reshares show up on sharing, prevent multi-resharing, still need to make ↵Raphael Sofaer
that ui nice
2011-07-23Reshare spec, not repost specRaphael Sofaer
2011-07-23Reshares and reshare retractions are green.Raphael Sofaer
2011-07-23Failing spec for the second retraction for a reshared post, reshares need to ↵Raphael Sofaer
refer to guids
2011-07-23First reshare retraction spec is greenRaphael Sofaer
2011-07-22Getting repost back to almost green.Raphael Sofaer
2011-07-22More work on retracting posts with reshares, one failing spec on User#retractRaphael Sofaer
2011-07-22Multi-server spec now successfully passes along a reshareRaphael Sofaer
2011-07-22Use authority instead of host in order to get the port as well.Raphael Sofaer
2011-07-22Started working on repost integration testIlyaaaaaaaaaaaaa Zhitomirskiy
2011-07-22wip integration serversIlyaaaaaaaaaaaaa Zhitomirskiy
2011-07-22repost wipdanielgrippi
2011-07-22fixed reshare specs; all specs greendanielgrippi
2011-07-222 more specs failing. wipdanielgrippi
2011-07-22added xml response to the postdanielgrippi
2011-07-22marsharing reshares now grabs the post from the original poster, also ↵danielgrippi
fetcheer that person if they don't exist locally still need to ping for xml and give the right xml back
2011-07-22moving to not including the post in the reshare xmldanielgrippi
2011-07-22user can retract a reshared postdanielgrippi
2011-07-22DG IZ reshare retractions is WIPdanielgrippi
2011-07-22fixed all specs; rebased.danielgrippi
2011-07-22wip removed some generated specsMaxwell Salzberg
2011-07-22WIP reshareMaxwell Salzberg
2011-07-22Refactor StatusMessagesController#create, move the photo dispatching into an ↵Raphael Sofaer
after_dispatch hook
2011-07-22added test for admin inviterMaxwell Salzberg
2011-07-22updated gemfileMaxwell Salzberg
2011-07-22rspec is greenMaxwell 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-18Merge remote branch 'untitaker/1589-remove-unicode-smileys'Raphael Sofaer
2011-07-18Rewrote ContactsController#index, thoughts?Dan Hansen
2011-07-17Removed unicode smileys, #1589Markus Unterwaditzer
2011-07-16fix 500 on posts show on mobiledanielgrippi
2011-07-16fixed emails to show avatars, have subject lines that allow threading in ↵danielgrippi
email clients, and relevant content previews
2011-07-15Ajax in the contacts for mentioning after page loadRaphael Sofaer
2011-07-15DH remove test pollution from EventBroker#subscribe specdanielgrippi