This project is mirrored from https://ec.europa.eu/digital-building-blocks/code/scm/edelivery/smp.git.
Pull mirroring updated .
- Oct 18, 2018
-
-
Sebastian-Ion TINCU authored
Replace fingerprint with serial number.
-
Sebastian-Ion TINCU authored
Rename validUntil to validTo as present in the back-end. Add support for fingerprints when reading the uploaded certificate. Add Jackson 2 support for JSR310 dates and configure a Jackson 2 HttpMessageConverter.
-
- Oct 17, 2018
-
-
Sebastian-Ion TINCU authored
# Conflicts: # smp-angular/src/app/user/certificate.service.ts # smp-angular/src/app/user/user-details-dialog/user-details-dialog.component.html # smp-angular/src/app/user/user-details-dialog/user-details-dialog.component.ts # smp-angular/src/app/user/user.component.html
-
Sebastian-Ion TINCU authored
Add missing validators. Fix bindings for the user's certificate.
-
Joze RIHTARSIC authored
Merge pull request #114 in EDELIVERY/smp from feature/EDELIVERY-3693-smp-ui-servicegroup-metadata to development * commit '1c1f93531a6c62f4120ade3d5b6f533f6480047b': change css class names update table entity model with id and index update service name update soapui scripts Delete extension dialog is not needed anymore add cert examples for unit tests - update database model - update webservices for users, domain service groups - update UI - fix war structure to show UI
-
Joze RIHTARSIC authored
update table entity model with id and index update service name update soapui scripts
-
Joze RIHTARSIC authored
-
Joze RIHTARSIC authored
-
Joze RIHTARSIC authored
- update webservices for users, domain service groups - update UI - fix war structure to show UI
-
Sebastian-Ion TINCU authored
Replace the numeric Role enum with a string one; remove the role service. Remove the search user panel. Simplify the style and the template for the user dialog. Remove alert when changing page size in the search table component.
-
- Oct 15, 2018
-
-
Joze RIHTARSIC authored
-
Joze RIHTARSIC authored
Merge pull request #112 in EDELIVERY/smp from feature/EDELIVERY-3693-smp-ui-servicegroup-metadata to development * commit '9d23fa0ef44064a315fd3cb502d0c595bc0a2c4f': Merge updates set Edit Service group page for Edit - change expand button with (+), (-) - update angular project - search page - domain page - create edit page - update project angular web-fragment -ui is reachable on smp/ui/index.html ex: http://[host]:[port]/smp/ui/index.html - update ui MT services for persist/update/delete - add is alive function - update imports
-
Joze RIHTARSIC authored
-
Joze RIHTARSIC authored
-
Joze RIHTARSIC authored
-
Joze RIHTARSIC authored
Merge pull request #111 in EDELIVERY/smp from feature/EDELIVERY-3654-smp-ctl.12-availability-and to development * commit 'ea0d13635c0614f53b51a98665080a6d9858510d': - add is alive function - update imports
-
Joze RIHTARSIC authored
- change expand button with (+), (-)
-
- Oct 14, 2018
-
-
- search page - domain page - create edit page - update project angular web-fragment -ui is reachable on smp/ui/index.html ex: http://[host]:[port]/smp/ui/index.html - update ui MT services for persist/update/delete
-
- Oct 13, 2018
-
-
Joze RIHTARSIC authored
- update imports
-
Joze RIHTARSIC authored
* commit '960fcb5d74fbe13c0f8b2676a1c1912265ae2c34': EDELIVERY-3687 SMP UI Add/Edit user
-
Joze RIHTARSIC authored
- update imports
-
- Oct 12, 2018
-
-
Sebastian-Ion TINCU authored
Upgrade Angular to 6.1.10 (i.e. latest): upgrade to the HttpClient. Upgrade Angular Material to 6.4.7 (i.e. latest): upgrade to mat-* elements, attributes and directives; fix date pickers; fix missing md-input-containers elements. Upgrade RxJS to 6.2.2 (i.e. latest). Remove RxJS from devDependencies. Remove unused codelyzer dependency. Remove no longer needed md2 dependency. Add section for the certificate to the user screen. Add certificate service to support uploading certificates to the server.
-
Joze RIHTARSIC authored
Merge pull request #109 in EDELIVERY/smp from bugfix/EDELIVERY-3679-sml-smp-passwords-in-the-code to development * commit 'c3be7c0a386eff0b9981853c70cff7e8f58519fb': add user and password property for SOAPUI
-
Joze RIHTARSIC authored
-
- Oct 11, 2018
-
-
Joze RIHTARSIC authored
-
Joze RIHTARSIC authored
-
Joze RIHTARSIC authored
-
Sebastian-Ion TINCU authored
Merge pull request #108 in EDELIVERY/smp from feature/EDELIVERY-3687-smp-ui-add-edit-user to development * commit '31cc81362c0ad64eccd35e641a7dd7ee3a478c80': EDELIVERY-3687 SMP UI Add/Edit user EDELIVERY-3687 SMP UI Add/Edit user EDELIVERY-3687 SMP UI Add/Edit user EDELIVERY-3687 SMP UI Add/Edit user
-
Joze RIHTARSIC authored
-
Sebastian-Ion TINCU authored
# Conflicts: # smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/UserRO.java
-
Joze RIHTARSIC authored
-
- Oct 10, 2018
-
-
Joze RIHTARSIC authored
- update
-
Sebastian-Ion TINCU authored
Add missing styles URLs property to the save dialog. Reorder options inside the user roles select.
-
- Oct 09, 2018
-
-
Sebastian-Ion TINCU authored
Fix typo in method names.
-
Sebastian-Ion TINCU authored
# Conflicts: # smp-server-library/src/main/java/eu/europa/ec/edelivery/smp/data/ui/UserRO.java # smp-server-library/src/test/java/eu/europa/ec/edelivery/smp/services/ServiceUIDataIntegrationTest.java
-
Sebastian-Ion TINCU authored
Replace the roles present in the security service with the ones presen in our roles enumeration.
-
Joze RIHTARSIC authored
-
Sebastian-Ion TINCU authored
Add code to support adding, deleting and editing users in the front-end. Rename username property to userName. Add roles and a role service.
-
Joze RIHTARSIC authored
Merge pull request #107 in EDELIVERY/smp from feature/EDELIVERY-3931-optimize-database-for-ui to development * commit 'e1940e66fa1d78b5980bfdbd1acb379f83c06ac4': - update ui entities for new database model -clean folder '.idea' -clean the target folders. - Change pom version to 4.1.0-SNAPSHOT - update database model - introduce surrogate keys - split certificate from user table - improve domain model - enable JPA 2.1 for database schema generation - use h2 database for unit testing - add logging business messages - add exception codes - upgrade spring version from 5.0.6 - 5.1.0 - upgrade spring security version from 4.2.6. - 5.1.0 - remove org.mortbay.jetty - jsp-2.1-glassfish
-
Joze RIHTARSIC authored
-