Fixes some part of the hallo ui

* App.master: Use local copies for jquery & jquery-ui

* BlogsController.cs: Defines a search method targeting blog attached
  files and other user files.
This commit is contained in:
Paul Schneider 2015-09-28 14:50:19 +02:00
commit c10a78841b
3 changed files with 14 additions and 2 deletions

View file

@ -124,6 +124,11 @@ namespace Yavsc.ApiControllers
return Request.CreateResponse(HttpStatusCode.InternalServerError, e);
}
}
[Authorize,HttpGet]
public async Task<HttpResponseMessage> SearchFile(long postid, string terms) {
throw new NotImplementedException ();
}
/// <summary>
/// Import the specified id.
/// </summary>