argos/dmp-backend/web/src/main/resources
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
..
META-INF no message 2018-03-21 12:16:32 +02:00
config #7528: [NEW] Upload files field type. 2022-03-16 12:14:08 +02:00
documents export template updated 2020-12-10 17:29:34 +02:00
externalUrls zenodo prefilling customizations 2022-02-22 15:53:25 +02:00
images Adds email confirmation logic and view. 2019-07-12 17:12:16 +03:00
internal Add currency field type for dataset templates 2020-06-25 13:00:29 +03:00
logging Fixed logback paths 2020-05-20 15:37:21 +03:00
mockData Fixes various code missteps, moves mock data and readds eestore on external source. 2019-10-14 14:14:09 +03:00
templates Add email notification when a user is added to a Dataset Template (ref #7148) 2021-11-09 14:23:22 +02:00
DOI_Funder.json Replace DB DOIFunder with a json config file 2022-03-01 14:37:49 +02:00
GrantConfiguration.xml Adds "source" property to Grants fetched from external sources. 2019-08-27 12:52:21 +03:00
RDACommonStandards.txt Merge branch 'Development' of https://code-repo.d4science.org/MaDgiK-CITE/argos into Development 2021-12-30 11:28:15 +02:00
configurableLoginProviders.json Fixes bug on fetching user of Configurable Provider. (Issue #183) 2019-11-14 13:33:53 +02:00
messages.properties Renames "Project" to "Grant on backend. (Issue #145) 2019-07-31 17:57:34 +03:00
messages_el.properties Renames "Project" to "Grant on backend. (Issue #145) 2019-07-31 17:57:34 +03:00