SuccessChanges

Summary

  1. tsk23 Adds user login and logout (details)
  2. tsk19 Fixes service feature to list most read stories (details)
Commit 7dbb2dc316fd85051a59471b4e36587de0c873b2 by nghervella
tsk23 Adds user login and logout
Add UserManagedBean file where login and logout functions are located.
The .xhtml and .css files with the template and style of the view are
also added. The button that redirects to the login view or allows the
user to logout is added in the template.xhtml file.
The file was addedjsf/src/main/webapp/resources/css/login.css (diff)
The file was addedjsf/src/main/webapp/resources/images/libreria.jpeg (diff)
The file was modifiedjsf/src/main/webapp/WEB-INF/template.xhtml (diff)
The file was addedjsf/src/main/webapp/user/login.xhtml (diff)
The file was addedjsf/src/main/java/es/uvigo/esei/dgss/teamc/microstories/jsf/UserManagedBean.java (diff)
The file was modifiedjsf/src/main/webapp/WEB-INF/web.xml (diff)
Commit 3768400a89ce64f615fcc97d8c89cf23fc95f5b0 by nghervella
tsk19 Fixes service feature to list most read stories
Fixes how service retrieves stories with no views in current month.
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamc/microstories/service/StoryService.java (diff)