Fixes profile edition,

refactoring profile property names, because of
of weird NpgsqlException about the property group name.

* style.css: more space

* Web.config:
* YavscHelpers.cs:
* OAuth2.cs:
* AccountController.cs:
* Profile.cs: refactoring

* BlogsController.cs: A new page, to become a media chooser

* App.master: nice small parralax.js, could work on android browers

* Web.config: unix line endings
This commit is contained in:
Paul Schneider 2015-10-01 22:38:47 +02:00
commit 5f40448890
11 changed files with 131 additions and 75 deletions

View file

@ -69,6 +69,11 @@ namespace Yavsc.Controllers
}
}
public ActionResult ChooseMedia(long id)
{
return View ();
}
/// <summary>
/// Blogs the list.
/// </summary>