Commit Graph

5018 Commits

Author SHA1 Message Date
Tim Donohue
e4454de78c Merge pull request #1024 from tdonohue/add_csrf_support_to_uploader
Add CSRF support to uploader Component
2021-03-03 11:26:05 -06:00
Tim Donohue
82035516a7 Bug fix. Ensure onCompleteItem and onErrorItem both reset the CSRF Header (for next item in queue), as onBeforeUploadItem does not seem to be called for every item in the queue. 2021-03-01 16:51:56 -06:00
Tim Donohue
4a72cb033b Bug fix. Ensure we check for changed token in empty responses. Also ensure we send token before each upload (as it might change between uploads) 2021-02-26 12:39:33 -06:00
Tim Donohue
59676b7c52 Fix broken tests via a new HttpXsrfTokenExtractorMock class. 2021-02-26 12:39:33 -06:00
Tim Donohue
5589016a4e Add XSRF support to uploader component 2021-02-26 12:39:33 -06:00
Tim Donohue
eb7d110683 Export all XSRF constants so they can be used elsewhere 2021-02-26 12:39:33 -06:00
Tim Donohue
70dac6bc8f Merge pull request #1038 from atmire/remove-ng-high-memory
Remove ng-high-memory & remove Node v10 support
2021-02-26 12:32:41 -06:00
Art Lowel
f54e582297 bump supported node versions to 12 and 14 2021-02-26 16:24:31 +01:00
Art Lowel
7e6755bd0a remove ng-high-memory 2021-02-26 10:17:16 +01:00
Art Lowel
7a5fecb7a2 Merge pull request #1033 from tdonohue/i18n_cleanup
Cleanup duplicative or incorrect Angular UI i18n keys
2021-02-26 09:39:44 +01:00
Tim Donohue
1537b4e444 Cleanup duplicative or incorrect i18n keys 2021-02-25 16:33:34 -06:00
Tim Donohue
4eb16c131c Merge pull request #1031 from tdonohue/fix_1005
Comment out Edit Item tabs which are not yet implemented.
2021-02-25 11:12:53 -06:00
Tim Donohue
518bbb2cc4 Merge pull request #1015 from atmire/869-submission-embargo-bug
fix #869 Submission embargo bug
2021-02-24 16:29:43 -06:00
Tim Donohue
be96c6bee6 Comment out tabs which are not yet implemented. 2021-02-23 11:44:22 -06:00
Tim Donohue
2ff232f437 Merge pull request #1022 from atmire/w2p-76922_Search-filter-from-entity-page-carries-over-to-discovery
Fix: Search filter from entity page carries over to discovery
2021-02-19 16:33:40 -06:00
Tim Donohue
554dcde8bc Merge pull request #1017 from atmire/w2p-75832_Issue-962_fix-unnecessary-calls-creating-deleting-groups
Fix unnecessary calls when creating/deleting groups
2021-02-18 14:44:47 -06:00
Tim Donohue
777abff666 Merge pull request #984 from atmire/Submission-external-sources-limited-on-metadata-field
Submission external sources limited on metadata field
2021-02-18 14:03:00 -06:00
Tim Donohue
f3246fb948 Merge pull request #1014 from atmire/w2p-76634_google-analytics-tracking-id-from-backend
W2p 76634 google analytics tracking id from backend
2021-02-17 17:07:05 -06:00
Yura Bondarenko
fd11ab3751 76922: Add unit tests for ConfigurationSearchPageComponent 2021-02-15 12:39:49 +01:00
Yura Bondarenko
4f0a630e87 76922: Reset router parameters on destroy ConfigurationSearchPageComponent 2021-02-15 11:47:34 +01:00
Kristof De Langhe
216e09f889 75316: Feedback 2021-02-11 - import fixes 2021-02-11 17:04:38 +01:00
Marie Verdonck
dd241c86b2 75832: [Issue 962]: Fix no change in search result if no results & fix 404 messages at delete in registry 2021-02-11 12:47:29 +01:00
Andrew Wood
f0a710a9fc fix #869 Submission embargo bug 2021-02-11 10:46:45 +01:00
Bruno Roemers
6424654e6e Fix LGTM Alert for PR #1014 2021-02-09 14:49:26 +01:00
Tim Donohue
942dd2e72e Merge pull request #977 from tdonohue/reenable_csrf_protection
Enable Customized CSRF Protection in Angular UI
2021-02-08 11:45:12 -06:00
Tim Donohue
e41a6c1292 Merge pull request #983 from atmire/collection-mapper
Collection mapper
2021-02-08 11:36:31 -06:00
Marie Verdonck
569f354370 75832: [Issue 962]: Members total in Group registry fixed with GroupDTO 2021-02-08 15:05:27 +01:00
Tim Donohue
31b346d932 Bug fix: Ensure we also look for a change in XSRF token during error responses. 2021-02-05 15:53:27 -06:00
Tim Donohue
43c37c2b75 Update Logout to use POST instead of GET 2021-02-05 15:53:27 -06:00
Tim Donohue
5b23ffa2dc Add custom XSRF interceptor which works with cross domain requests, using new DSPACE-XSRF-TOKEN header 2021-02-05 15:53:26 -06:00
Tim Donohue
3f95b5009f Merge pull request #975 from atmire/cache-redesign-part-2
Cache redesign part 2
2021-02-05 15:35:36 -06:00
Art Lowel
8c0459241f apply cache changes to root dataservice 2021-02-05 17:56:59 +01:00
Art Lowel
1e94e7a5a9 Merge branch 'main' into cache-redesign-part-2 2021-02-05 17:40:32 +01:00
Art Lowel
2afc6a07f0 fix cache issues with edit metadata and resource policy pages 2021-02-05 17:37:59 +01:00
Tim Donohue
8e458554d8 Merge pull request #999 from 4Science/#997
Fix issue with import from external source page
2021-02-05 09:31:52 -06:00
Giuseppe Digilio
ce8e1efa48 Fix issue with comcol-data.service.spec.ts 2021-02-04 18:12:20 +01:00
Tim Donohue
22f5e0a78b Merge pull request #968 from atmire/w2p-74647_Add-meta-generator-page-header
Meta "generator" tag in page header
2021-02-04 10:25:10 -06:00
Bram Luyten
328eb8ac4c Merge pull request #834 from MixonZ/latvian-translation
latvian translation update
2021-02-04 17:17:37 +01:00
Mikus
8f54600a6e latvian translation updated 2021-02-04 16:54:24 +01:00
Sascha Szott
3143154d2b German translation fixes (#906)
Contributions to the german message keys by saschaszott
2021-02-04 16:45:50 +01:00
Bram Luyten
64f0a0afbf Merge pull request #705 from akoscomp/master
Add Hungarian translation
2021-02-04 16:24:29 +01:00
Bram Luyten
a6e91ea294 Corrected illegal characters/escaping in hungarian labels 2021-02-04 16:19:09 +01:00
Bram Luyten
21cd1a7220 Switching REST to api7.dspace.org and activating Hungarian translation 2021-02-04 14:50:32 +01:00
Nagy Akos
ac75b095c1 translate hu.json5 by Transylvanian Museum Society 2021-02-04 14:50:31 +01:00
Nagy Akos
ba690eeeb9 add Hungarian translation 2021-02-04 14:50:31 +01:00
Bram Luyten
4a5da6d913 Merge pull request #1008 from reetagithub/main
Add the Finnish translation keys of Dspace 7.0
2021-02-04 14:16:50 +01:00
Marie Verdonck
dde149acea 75832: [Issue 962]: Fix unnecessary calls creating/deleting groups - feedback 2021-02-04 12:11:18 +01:00
reetagithub
eb42b5f760 Update fi.json5
The rest of the Finnish translation keys from the third set from the beginning of year 2021.
2021-02-04 09:41:20 +02:00
Kristof De Langhe
9a0e2bf996 74647: Fixed tslint issues 2021-02-03 17:11:11 +01:00
Kristof De Langhe
ccf4afe2e1 Merge branch 'main' into w2p-74647_Add-meta-generator-page-header 2021-02-03 16:58:59 +01:00