Commit Graph

  • 4b5a8b06a0 - stop eager loading hash values ( too big sql view) master Arno Kaimbacher 2023-08-22 17:11:15 +0200
  • 7c4f3e707d - add dataset version number to document table and map it via oai_datacite.xslt Arno Kaimbacher 2023-07-14 11:13:55 +0200
  • f3fe300a66 - small adaptions for back referencing internal datasets Arno Kaimbacher 2023-07-06 12:56:43 +0200
  • 221dff8208 - also query dataset by :prefix/:value Arno Kaimbacher 2023-07-05 17:21:56 +0200
  • 5f766110e6 - add favicon.ico for api and oai requestss Arno Kaimbacher 2023-05-12 09:00:53 +0200
  • 6a00a8fd39 - npm updates Arno Kaimbacher 2023-05-12 08:36:03 +0200
  • 466fdfbd14 - request also hash values of the files via pai Arno Kaimbacher 2023-05-10 16:44:25 +0200
  • df6f05a032 - npm updates - throw error exception if, there is no db connection Arno Kaimbacher 2023-04-27 15:58:45 +0200
  • 77d620bdbd - add references to dataset api request Arno Kaimbacher 2023-04-20 09:55:56 +0200
  • 3356992af8 - add tethys logo to assests folder - set path to tethys logo inside functions.xlt Arno Kaimbacher 2023-04-05 10:29:25 +0200
  • cb40b2c7dc - small changes for oai_iso19139.xslt - oai_datacite.xslt version 3.0 Arno Kaimbacher 2023-04-05 10:03:54 +0200
  • 5b6f81c34d - apply SortOrder for metadata standard dc, datacite and iso19139 Arno Kaimbacher 2023-04-04 14:39:16 +0200
  • 2a6a2a6def - oder authors and contributor inside dataset.controller.ts - npm updates Arno Kaimbacher 2023-04-04 12:04:58 +0200
  • 3e52eb0099 - add repository@geosphere.at as admin email for oai response - comprss xslt3 file Arno Kaimbacher 2023-03-02 11:50:31 +0100
  • 10b1fb0c86 - npm updates, delete cd 0.3.3 - aslo add collection for GetRecord request - add src/utils/utility-functions.ts - don't create empty xml caches Arno Kaimbacher 2022-12-06 13:52:55 +0100
  • ea568123f1 - add collection to oai_dc inside datasetxml2oai-pmh.xslt Arno Kaimbacher 2022-12-02 15:15:33 +0100
  • b1d62e14f7 - add citation for dc:source inside datasetxml2oai.pmh.xslt - add ddc collection for ListSets request - add ddc category into the header of GetReord and GetRecords requests - npm updates Arno Kaimbacher 2022-12-02 12:26:25 +0100
  • ab57fabc36 - encoding="iso-8859-1" for all three metadata standards Arno Kaimbacher 2022-12-01 11:01:11 +0100
  • df77585986 - try xslt encoding iso-8859-1 for DINI validation Arno Kaimbacher 2022-12-01 10:47:01 +0100
  • 3e24bdd92f - use iso639-2 for language tag for dc:language - list mn. 100 record for ListRecords request - add header("Content-Type", "application/xml; charset=utf-8") inside oai.controller.ts Arno Kaimbacher 2022-11-29 11:37:20 +0100
  • 6944deac83 - npm updates - uncomment eprints description inside datasetxml2oai-pmh.xslt - test with multer for uploading files multipart/form-data - allow post and get methods dor oai.controller.ts Arno Kaimbacher 2022-11-29 09:07:48 +0100
  • 05e9273823 - validate junk dates before using timezones Arno Kaimbacher 2022-11-28 18:28:36 +0100
  • 4b0478fe62 - parse any date automatically with timezone 'Europe/Vienna' Arno Kaimbacher 2022-11-28 17:58:00 +0100
  • 9eef31fbd8 - throw badVerb for oai.controller if no or bad verb is defined Arno Kaimbacher 2022-11-28 11:19:41 +0100
  • 69bc8e4b75 - small xslt errors Arno Kaimbacher 2022-11-28 10:34:34 +0100
  • 281c321104 - correct oai error code messages needed by validator Arno Kaimbacher 2022-11-28 10:23:54 +0100
  • 86d7b064d1 - forgotten coc-type for dc:type Arno Kaimbacher 2022-11-25 14:35:37 +0100
  • eb5259d93e - xslt parameter type conversion for xslt3.0 Arno Kaimbacher 2022-11-25 13:45:26 +0100
  • edea5ccbd0 - addional xml elements for DINI requirements - port browser style oai2_style.xslt to xslt version 3.0 - oai2_style includes extra style.css Arno Kaimbacher 2022-11-25 12:34:57 +0100
  • 8ebd8f3251 - add doc-type:ResearchData inside oai.controller.ts for DINI validation - check if files are accessible with read rights for api file download (inside fule.controller.ts) Arno Kaimbacher 2022-11-24 16:46:42 +0100
  • f3d16c0f7f - file.controller.ts: file download url "/api/file/.." instead of "/file/.." Arno Kaimbacher 2022-11-22 12:34:01 +0100
  • 7d34749cf5 delete 'woodpecker.yml' Kaimbacher 2022-11-17 17:07:02 +0000
  • 9144e558cc add woodpecker.yml Kaimbacher 2022-11-17 14:20:48 +0000
  • 035439aa30 add woodpecker pipeline script Kaimbacher 2022-11-17 13:40:00 +0000
  • bb70c087ef - small bug fixes for oai-iso19139 GetRecords request Arno Kaimbacher 2022-11-17 12:41:51 +0100
  • 15f3572ef9 - add iso19139 metadata schema for oai interface - modified licence file - npm updates Arno Kaimbacher 2022-11-16 13:30:56 +0100
  • b754f02210 - rename 'prefixes' folder to 'assets' Arno Kaimbacher 2022-11-11 09:21:16 +0100
  • 83685b68ed - add file.controller.ts and File.ts for downloading files from server - allow Get and Post form Oia/Index method Arno Kaimbacher 2022-11-09 17:02:18 +0100
  • 44688ac806 - secondcommit: delete unnecessary test files Arno Kaimbacher 2022-11-07 14:32:01 +0100
  • 407717d4b5 - first commit Arno Kaimbacher 2022-11-07 13:55:02 +0100