Commits (15)
-
Administrator authored
The version has been changed to start the development of a new version.
5ab69b8a -
Administrator authored
The example done for JavaScript, were people can be managed, has been migrated to Angular.
1376aaa7 -
Administrator authored
The PeopleResourceTests now include security tests to verify that normal users can't access people data.
4bea59fc -
Administrator authored
The auto-redeploy mode now ignores node_modules, as it slows excesively down the execution.
661cbeab -
Administrator authored
A bug was causing the "Limpiar" button of the people view not to work, as the event-managing method was calling itself. This bugfix solves this problem by changing the method called by the event-managing method.
a20f894c -
Administrator authored
Angular version has been upgraded to 8.2. In addition, "npm audit fix" has been run to fix any security issue.
3752bc2a -
Administrator authored
Acceptance tests were not working as they wasn't adapted to the Angular framework after the migration. This commit fixes these test that now work again.
86dcfc66 -
Administrator authored
The POM and other configuration files have been updated to support a new execution mode where Cargo is used to execute the backend and NPM to execute the frontend, both in auto-redeploy mode.
bffea8e4 -
Administrator authored
The @angular/cdk library was not updated when the other Angular libraries were updated. This commit fixes this by updating this library.
6341d60f -
Administrator authored
Tests that are not fundamental have been removed.
f2727523 -
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.
b2a6b7f4 -
Administrator authored
Minor changes have been done in the SQL scripts to make them compatible with MySQL 8. The main change is the way that the user is created.
3534cecf -
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+.
aae60fcf -
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.
466caa8e -
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.
878bab94
Showing
This diff is collapsed.
src/main/angular/.gitignore
0 → 100644
src/main/angular/README.md
0 → 100644
This diff is collapsed.
5.3 KB
src/main/angular/src/main.ts
0 → 100644
src/main/angular/src/test.ts
0 → 100644
src/main/angular/tslint.json
0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.