Skip to content
Succès

Changes

Summary

  1. Feature #10785 (details)
  2. Feature #10785 (details)
  3. Bug #14836 (details)
  4. Bug #14674 (details)
Commit 3551a41b8b6e3cce7d92e1467152411a88709e04 by Miguel Moquillon
Feature #10785

Replace Java code by JSTL statements
The file was modifiedcore-war/src/main/webapp/jobStartPagePeas/jsp/bin.jsp (diff)
Commit b75331608e7fa3dbe3a3f6a8a55d125bb664e1e1 by Miguel Moquillon
Feature #10785

Implement the feature by following the same mechanism used for both
removed users and groups: the delay in days since the removal of a space
or of a component instance after which this space or application is
definitively deleted is specified into the
org/silverpeas/admin/admin.properties configurartion file. Two delays
and two CRONs can be set: one for the removed spaces and another one for
the removed applications.
The file was modifiedcore-configuration/src/main/config/properties/org/silverpeas/jobStartPagePeas/multilang/jobStartPagePeasBundle_fr.properties (diff)
The file was modifiedcore-configuration/src/main/config/properties/org/silverpeas/jobStartPagePeas/multilang/jobStartPagePeasBundle.properties (diff)
The file was modifiedcore-configuration/src/main/config/properties/org/silverpeas/admin/admin.properties (diff)
The file was modifiedcore-configuration/src/main/config/properties/org/silverpeas/jobStartPagePeas/multilang/jobStartPagePeasBundle_de.properties (diff)
The file was addedcore-library/src/main/java/org/silverpeas/core/admin/service/DeleteRemovedApplicationsScheduler.java
The file was modifiedcore-library/src/main/java/org/silverpeas/core/admin/AdminSettings.java (diff)
The file was addedcore-library/src/main/java/org/silverpeas/core/admin/service/DeleteRemovedSpacesScheduler.java
The file was modifiedcore-configuration/src/main/config/properties/org/silverpeas/jobStartPagePeas/multilang/jobStartPagePeasBundle_en.properties (diff)
The file was modifiedcore-war/src/main/webapp/jobStartPagePeas/jsp/bin.jsp (diff)
Commit be38831b546cf07d481cd7107fb7d06132117193 by Miguel Moquillon
Bug #14836

The pb is the query part of the URI of HTTP GET requests isn't taken when
checking for attempt to perform a CRUD operation on a resource in Silverpeas.
Now all parts of the query is checked.
Ensure also to avoid regexp flooding.
The file was modifiedcore-war/src/main/webapp/todo/jsp/todoEdit.jsp (diff)
The file was modifiedcore-rs/src/main/java/org/silverpeas/core/web/token/SynchronizerTokenService.java (diff)
The file was modifiedcore-war/src/main/java/org/silverpeas/web/todo/servlets/TodoRequestRouter.java (diff)
The file was modifiedcore-web/src/main/java/org/silverpeas/core/web/filter/exception/WebSecurityException.java (diff)
Commit f01e96b2fce3e7098a928b7fc3e23638ac1c62f9 by Miguel Moquillon
Bug #14674

Guest users cannot access profiles of others users.

Fix minor bugs in directory. Fix null user id in the Ckeditor plugin
identitycard.

Remove the login and specific identifier from the user data sent by the
User Profile web service.

Refactor the way the search on users and groups are performed in
Administration. Uses for doing a visitor pattern so that any additional
treatments on the search criteria can be done easier.
The file was addedcore-library/src/main/java/org/silverpeas/core/admin/service/visitors/SearchCriteriaOnUsersAndGroupsForComponentInstance.java
The file was modifiedcore-library/src/main/java/org/silverpeas/core/admin/user/model/UserDetailsSearchCriteria.java (diff)
The file was modifiedcore-library/src/integration-test/java/org/silverpeas/core/admin/service/AbstractAdministrationTest.java (diff)
The file was modifiedcore-library/src/integration-test/java/org/silverpeas/core/admin/service/AdministrationSearchGroupIT.java (diff)
The file was modifiedcore-library/src/main/java/org/silverpeas/core/admin/service/DefaultAdministration.java (diff)
The file was modifiedcore-configuration/src/main/config/properties/org/silverpeas/directory/multilang/DirectoryBundle.properties (diff)
The file was modifiedcore-war/src/main/webapp/directory/jsp/directory.jsp (diff)
The file was addedcore-library/src/main/java/org/silverpeas/core/admin/service/visitors/SearchCriteriaOnSubGroups.java
The file was modifiedcore-library/src/main/java/org/silverpeas/core/admin/user/model/GroupsSearchCriteria.java (diff)
The file was modifiedcore-configuration/src/main/config/properties/org/silverpeas/directory/multilang/DirectoryBundle_de.properties (diff)
The file was modifiedcore-configuration/src/main/config/properties/org/silverpeas/directory/multilang/DirectoryBundle_fr.properties (diff)
The file was modifiedcore-library/src/integration-test/java/org/silverpeas/core/admin/service/AdministrationSearchUserIT.java (diff)
The file was modifiedcore-war/src/main/webapp/wysiwyg/jsp/ckeditor/plugins/identitycard/plugin.js (diff)
The file was modifiedcore-library/src/main/java/org/silverpeas/core/admin/user/model/AbstractSearchCriteria.java (diff)
The file was modifiedcore-web/src/main/java/org/silverpeas/core/webapi/profile/UserProfileEntity.java (diff)
The file was modifiedcore-library/src/integration-test/java/org/silverpeas/core/admin/service/AdministrationServiceProviderIT.java (diff)
The file was modifiedcore-api/src/main/java/org/silverpeas/core/wbe/WbeFile.java (diff)
The file was addedcore-library/src/main/java/org/silverpeas/core/admin/user/model/SearchCriteriaVisitor.java
The file was modifiedcore-web/src/main/java/org/silverpeas/core/webapi/profile/UserGroupProfileResource.java (diff)
The file was modifiedcore-library/src/main/java/org/silverpeas/core/admin/user/model/SearchCriteria.java (diff)
The file was modifiedcore-web/src/main/java/org/silverpeas/core/webapi/profile/UserProfileResource.java (diff)
The file was modifiedcore-war/src/main/webapp/socialNetwork/jsp/myProfil/myProfileTabWall.jsp (diff)
The file was modifiedcore-configuration/src/main/config/properties/org/silverpeas/directory/multilang/DirectoryBundle_en.properties (diff)
The file was modifiedcore-library/src/main/java/org/silverpeas/core/admin/user/dao/UserDAO.java (diff)