Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Final Code, but not ready to merge] Credentials Table #1596

Closed
wants to merge 100 commits into from

Conversation

analogrelay
Copy link
Contributor

Fixes #1389

Adds a Credentials table to store API Keys and Hashed Passwords. Helps prepare for OAuth support next sprint.

Note: This PR should NOT be merged in as it isn't the final merge. I'll be rebasing this on @TimLovellSmith 's sign-up changes and updating it next sprint. There will be a PR there, but I wanted to get this PR out because it's basically all the functional changes, it's just missing the changes necessary to reconcile it with Tim's changes.

Tim Lovell-Smith and others added 30 commits September 3, 2013 14:08
…be just a button on the display package page. Not a separate page.

Conflicts:
	src/NuGetGallery/PackagesController.generated.cs
Now, instead of fadeOut/fadeIn, we animate opacity to and from 0 and when the menu is invisible, we detach it from layout (position:absolute) and move it out of the way of the expanding search box.
…tle accessibility

Seems to be the best we can do...
Fixes issues with display on Safari
Fix #1483 by tweaking hide/unhide techinque for menu.
…emapping

Fix #1552 by adding a script resource mapping
Conflicts:
	.nuget/NuGet.targets
	build.cmd
…reshingInvalidPostRequest

Tilovell/1544 server errors when refreshing invalid post request
…sASimpleButton

Tilovell/1447 make undo pending edits a simple button
…ifyPackagePage

Tilovell/1461 make cancel button work on verify package page
Conflicts:
	build.cmd
	src/NuGetGallery.Core/Entities/EntitiesContext.cs
	src/NuGetGallery.Operations/Tasks/TaskBases.cs
Conflicts:
	src/NuGetGallery/DataServices/PackageExtensions.cs
	src/NuGetGallery/DataServices/V2FeedPackage.cs
	src/NuGetGallery/Infrastructure/Lucene/LuceneSearchService.cs
	src/NuGetGallery/PackagesController.generated.cs
	src/NuGetGallery/Web.config
(and to clear out old and busted API key)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Separate User Credentials into their own Entity in the DB
2 participants