argos/dmp-backend/data/src/main/java/eu/eudat/data/entities
Konstantina Galouni 2a9d8b8296 #7528: [NEW] Upload files field type.
1. Datasets.java: In "delete()" method, call also fileManager.markAllFilesOfEntityIdAsDeleted.
2. DatasetManager.java: Added method "deleteOldFilesAndAddNew()" which is called by "createOrUpdate()", to mark as deleted files that are not used any more and save the new ones.
3. DatabaseRepository.java & DatabaseRepositoryImpl.java: Include in DAOs FileUploadDAO.
4. ModelBuilder.java & ViewStyle.java: Incluse "upload" field type.
5. field-data.ts:
	a. In "getOrdinal()" method return Integer instead of int.
	b. In "getValidations()" method added null check.
	c. In methods "fromJsonObject()" and "toMap()" added special if clauses for "upload" field type.
6. application.properties:
   a. Added property "file.storage", to set the folder where the files will be permanently saved.
   b. Changed default spring.servlet.multipart.max-file-size and pring.servlet.multipart.max-request-size to 10 MB.
7. UserInvitationController.java: Deleted a print in System.out.
8. New files for upload field type: FileUploadDao.java, FileUploadDaoImpl.java, FileUpload.java, PostgreSQLEnumType.java (necessary for the enum EntityType), FileController.java, FileManager.java, UploadData.java.
2022-03-16 12:14:08 +02:00
..
helpers Refactors the way queries are generated 2019-05-21 18:17:41 +03:00
Content.java IGNORE ME 2021-06-15 11:25:11 +03:00
Credential.java Make email nullable field 2022-02-23 12:02:03 +02:00
DMP.java Fix listing issues and improve elastic query 2021-06-29 11:45:20 +03:00
DMPOrganisation.java no message 2018-03-21 12:57:56 +02:00
DMPProfile.java Refactors the way queries are generated 2019-05-21 18:17:41 +03:00
DMPResearcher.java no message 2018-03-21 12:57:56 +02:00
DataRepository.java Update some entities based on the Db configuration 2022-03-02 17:51:17 +02:00
Dataset.java Update some entities based on the Db configuration 2022-03-02 17:51:17 +02:00
DatasetDataRepository.java Refactors the way queries are generated 2019-05-21 18:17:41 +03:00
DatasetExternalDataset.java Refactors the way queries are generated 2019-05-21 18:17:41 +03:00
DatasetProfile.java Update some entities based on the Db configuration 2022-03-02 17:51:17 +02:00
DatasetProfileRuleset.java no message 2018-06-27 13:29:21 +03:00
DatasetProfileViewstyle.java no message 2018-06-27 13:29:21 +03:00
DatasetRegistry.java no message 2018-05-28 12:50:42 +03:00
DatasetService.java Refactors the way queries are generated 2019-05-21 18:17:41 +03:00
EmailConfirmation.java Fix another issue with login 2022-02-24 10:47:12 +02:00
ExternalDataset.java Adds "Creation User" on DataRepository, ExternalDataset, Registry, Service. (Issue #168) 2019-09-25 13:43:17 +03:00
FileUpload.java #7528: [NEW] Upload files field type. 2022-03-16 12:14:08 +02:00
Funder.java Refactors how reference is created on Funder, Grant and Projcect now using their unique id as a part of it instead of label. 2019-12-12 12:27:47 +02:00
Grant.java Fix various issues with spring update 2021-09-14 17:43:02 +03:00
Invitation.java Refactors the way queries are generated 2019-05-21 18:17:41 +03:00
Lock.java Add a new Lock Table that will prevent two or more users to edit simultaneously a single DMP or Dataset (ref #240) 2020-02-11 18:27:54 +02:00
Notification.java Add Email Notifications when one of the collaborators is editing either a DMP or a Dataset (ref #244) 2020-02-14 18:40:34 +02:00
Organisation.java Refactors the way queries are generated 2019-05-21 18:17:41 +03:00
Project.java Refactors how reference is created on Funder, Grant and Projcect now using their unique id as a part of it instead of label. 2019-12-12 12:27:47 +02:00
Registry.java Add additional editors for the remaining external references 2020-04-14 16:43:09 +03:00
Researcher.java Refactors how researchers are fetched from external sources and saved in general. 2020-01-14 12:33:48 +02:00
Service.java Add additional editors for the remaining external references 2020-04-14 16:43:09 +03:00
UserDMP.java Fixes Dataset Description's listing filter "Role" not fetching all Datasets when "Any" was selected. 2019-09-26 13:59:47 +03:00
UserDatasetProfile.java Add new User Role Dataset Template Editor. 2021-04-06 19:03:00 +03:00
UserInfo.java Make email nullable field 2022-02-23 12:02:03 +02:00
UserRole.java Refactors the way queries are generated 2019-05-21 18:17:41 +03:00
UserToken.java Refactors the way queries are generated 2019-05-21 18:17:41 +03:00