1. 22 Feb, 2021 1 commit
    • Administrator's avatar
      Updates project for the new course · c914257d
      Administrator authored
      Angular has been updated to the version 11.
      
      In addition, some minor changes have been done to update the project
      and adapt it to some depencencies updates.
      c914257d
  2. 09 Mar, 2020 1 commit
    • Administrator's avatar
      Simplifies the configuration of the AuthorizationFilter · 7eb5e25d
      Administrator authored
      The AuthorizationFilter is used by the test to simulate the HTTP basic
      authentication. It was initially programmed to just allow access to the
      "people" path.
      
      This commit modifies this filter so that now it is easier to include
      more paths accessible by the administrator.
      7eb5e25d
  3. 18 Feb, 2020 1 commit
    • Administrator's avatar
      Fixes DB authentication error for MySQL 8.0.4+ · 51ffbb2d
      Administrator authored
      The default authentication plugin for MySQL has been changed from
      mysql_native_password to caching_sha2_password in version 8.0.4. This
      causes that an access failure for the user created in the database
      scripts when trying to login from Tomcat.
      
      This commit changes the MySQL database scripts to maintain the
      compatibility between Tomcat and MySQL in versions 8.0.4+.
      51ffbb2d
  4. 14 Feb, 2020 1 commit
  5. 13 Feb, 2020 1 commit
    • michi's avatar
      Improves auto-redeploy execution performance · 0a4a6188
      michi authored
      The performance of the auto-redeploy executions configured in Maven have
      been improved by adjusting the directories watched by the plugin
      responsible for the redeployment.
      0a4a6188
  6. 10 Feb, 2020 2 commits
  7. 08 Feb, 2020 5 commits
  8. 10 Feb, 2019 1 commit