Yana De Pauw
|
fab226912f
|
76654: PaginationService
|
2021-03-11 12:08:04 +01:00 |
|
Tim Donohue
|
11b6b3c929
|
Merge pull request #1035 from atmire/dynamic-theme-support
Add support for dynamic themes
|
2021-03-10 15:11:14 -06:00 |
|
Art Lowel
|
c004365cee
|
fix tests after merge
|
2021-03-10 17:33:20 +01:00 |
|
Art Lowel
|
95c43c1b00
|
Merge branch 'main' into dynamic-theme-support
|
2021-03-10 16:59:03 +01:00 |
|
Tim Donohue
|
31c557062f
|
Merge pull request #978 from 4Science/CST-3620
Update /claimedtasks and /pooltasks to support reloading of workflow actions on individual WorkflowItems
|
2021-03-10 09:11:11 -06:00 |
|
Art Lowel
|
0ae4016f91
|
fix find-replace mistake
|
2021-03-08 18:20:41 +01:00 |
|
Art Lowel
|
75c9be026e
|
remove css variables in media queries
|
2021-03-08 17:51:03 +01:00 |
|
Art Lowel
|
afa7b67532
|
roll back test changes
|
2021-03-08 12:10:56 +01:00 |
|
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 |
|
Art Lowel
|
1bb2d5da29
|
add support for static assets in theme folders
|
2021-03-03 17:43:37 +01:00 |
|
Art Lowel
|
7a42a18bfb
|
re-comment css style override example that got accidentally uncommented
|
2021-03-02 10:03:58 +01: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 |
|
Art Lowel
|
2b03d22498
|
update mock data
|
2021-03-01 14:31:26 +01:00 |
|
Kristof De Langhe
|
91ca5af1d4
|
additional theme support tests
|
2021-03-01 10:38:12 +01:00 |
|
Art Lowel
|
5a6e4b1278
|
Add support for dynamic themes
|
2021-03-01 10:38:05 +01: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 |
|
Alessandro Martelli
|
523b7a497c
|
[CSTPER-3620] Fixed workspace followlink and search filters update
|
2021-02-22 16:56:29 +01: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 |
|
Giuseppe Digilio
|
c78cd9ad71
|
[CST-3620] Remove console logs
|
2021-02-19 13:09:38 +01:00 |
|
Giuseppe Digilio
|
27905b2038
|
[CST-3620] Fix issue with TasksService findByItem method that returns stale response when second request is made
|
2021-02-19 13:08:38 +01:00 |
|
Giuseppe Digilio
|
8b57610be4
|
[CST-3620] Add component destroy on reload of loaded object within the listable-object-component-loader.component.ts
|
2021-02-19 12:09:12 +01: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 |
|
Alessandro Martelli
|
d015b6caef
|
[CSTPER-3620] Workflow Actions refresh entire MyDSpace page instead of just WorkflowItem
Test fixes
|
2021-02-09 16:19:07 +01:00 |
|
Bruno Roemers
|
6424654e6e
|
Fix LGTM Alert for PR #1014
|
2021-02-09 14:49:26 +01:00 |
|
Alessandro Martelli
|
5f6ad03f6f
|
[CSTPER-3620] Workflow Actions refresh entire MyDSpace page instead of just WorkflowItem
Merge cache part 2
|
2021-02-09 14:42:38 +01:00 |
|
Alessandro Martelli
|
807d4f5fc7
|
Merge branch 'main' into CST-3620
|
2021-02-09 11:23:24 +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 |
|