Yura
0b62144d97
83631: Add the ability to extend a theme
2021-09-20 17:03:34 +02:00
Tim Donohue
9fc7b57157
Correct year in LICENSE
dspace-7.0
2021-07-29 12:55:59 -05:00
Tim Donohue
f0474ce2f2
Merge branch 'main' of github.com:DSpace/dspace-angular
2021-07-29 12:50:42 -05:00
Tim Donohue
3664a06d8b
Update README for 7.0. Sync some sections with DSpace/DSpace
2021-07-29 12:50:15 -05:00
Tim Donohue
232b457eff
Merge pull request #1264 from josekarvalho/patch-1
...
Update pt-PT.json5
2021-07-29 12:37:04 -05:00
José Carvalho
681fa3cbe9
Update pt-PT.json5
...
Update additional strings
2021-07-29 15:16:11 +01:00
Tim Donohue
47302acf66
Merge pull request #1282 from tdonohue/test_ssr_working
...
SEO + SSR fixes: Fix <meta> tag syntax and add a basic test that SSR is working
2021-07-26 15:49:47 -05:00
Tim Donohue
91bb5e2fd4
Add a basic SSR test to GitHub CI
2021-07-26 15:15:03 -05:00
Tim Donohue
7fcd055458
Meta tags should use "name" not "property" attribute, as "name" is HTML5
2021-07-26 15:14:36 -05:00
Tim Donohue
4292af4294
Merge pull request #1280 from atmire/fix-first-request-issue
...
Fix issue where the app wouldn't load for the first request in prod mode
2021-07-26 10:03:08 -05:00
Art Lowel
8ee12868aa
deal with errors that aren't error responses
2021-07-26 13:38:40 +02:00
Art Lowel
8f43fbd399
check if correlationid exists before adding it as a header
2021-07-26 11:54:25 +02:00
Tim Donohue
e9a03994e2
Merge pull request #1278 from atmire/remove-plus-from-folders
...
Update folder structure based on style guide
2021-07-23 11:28:38 -05:00
Art Lowel
acf2b0ee57
switch scss imports back to relative paths
2021-07-23 17:59:57 +02:00
Art Lowel
1c5bfbac24
remove a missed plus sign
2021-07-23 17:41:42 +02:00
Tim Donohue
9483e3ff2c
Merge pull request #1277 from atmire/test-date-timezone-issue
...
Fix timezone issue with test dates
2021-07-23 10:19:46 -05:00
Art Lowel
124845bee1
update folder structure based on style guide
2021-07-23 17:18:51 +02:00
Art Lowel
3c1263ada6
fix timezone issue with test dates
2021-07-23 16:30:25 +02:00
Tim Donohue
fa02d1efe6
Merge pull request #1276 from atmire/remove-unused-config-params
...
Remove unused config params
2021-07-22 14:57:01 -05:00
Art Lowel
d0771715b6
add prototcol to origin in ServerHardRedirectService
2021-07-22 18:48:06 +02:00
Art Lowel
03f6f75e49
remove unused config params and related methods
2021-07-22 17:59:10 +02:00
Art Lowel
146ec49a32
Merge pull request #1275 from 4Science/#1273_no_js_issue
...
#1273 no js issue
2021-07-22 10:14:46 +02:00
Tim Donohue
2f6501f1af
Merge pull request #1242 from atmire/w2p-80141_Support-for-legacy-bitstream-download-urls
...
Add support for legacy bitstream download URLs
2021-07-21 09:10:15 -05:00
Giuseppe Digilio
85fa1c5a9c
move effect for cleaning cache to auth.effects
2021-07-21 09:46:15 +02:00
Tim Donohue
b33c859d67
Merge pull request #1254 from 4Science/#1206
...
Improve error handling during submission
2021-07-20 13:39:17 -05:00
Tim Donohue
83d61a5929
Merge pull request #1255 from 4Science/#1248
...
Improve logging Angular implementation
2021-07-20 11:03:30 -05:00
Giuseppe Digilio
d3fe33a837
Address feedback
2021-07-20 11:54:25 +02:00
José Carvalho
580a67a18d
Update pt-PT.json5
...
Update some strings and add new ones to support OpenAIRE 4.0 guidelines compatibility (by naming relationships)
2021-07-20 10:33:03 +01:00
Giuseppe Digilio
f7ebffec45
Merge remote-tracking branch 'origin/main' into #1206
...
# Conflicts:
# src/app/submission/form/submission-upload-files/submission-upload-files.component.spec.ts
# src/app/submission/form/submission-upload-files/submission-upload-files.component.ts
2021-07-20 11:26:06 +02:00
Giuseppe Digilio
b04c33a5fb
Invalidate authorization requests cache on REHYDRATE
2021-07-20 11:02:02 +02:00
Tim Donohue
8b88e7f4cd
Merge pull request #1252 from 4Science/#1171
...
Fix accessibility issues #1172 #1167 #1171
2021-07-19 14:13:35 -05:00
Giuseppe Digilio
6cadae4e7f
Fix missing button title
2021-07-19 19:19:50 +02:00
Giuseppe Digilio
aaae62de5f
remove unnecessary aria-label
2021-07-19 19:19:25 +02:00
Giuseppe Digilio
fbde0cbad9
Revert "[CSTPER-144] Fixed issue with authorization request encountered while logging-in with external idp"
...
This reverts commit 73a9fe16
2021-07-19 17:54:02 +02:00
Tim Donohue
88c591054f
Merge pull request #1250 from 4Science/CST-4319
...
Cannot map new items with Collection Admin
2021-07-15 15:14:18 -05:00
Giuseppe Digilio
d6990b3cd1
Add keyup event for selecting a new language from lang dropdown
2021-07-15 11:02:33 +02:00
Tim Donohue
73e70e6546
Merge pull request #1269 from 4Science/submission-footer-improvement
...
improve positioning of buttons in the submission form
2021-07-13 11:18:06 -05:00
Tim Donohue
6fc8ef6b50
Merge pull request #1262 from tdonohue/date_fixes
...
Ensure we are always using UTC dates in the UI, as the backend expects/uses UTC-based dates
2021-07-13 09:06:08 -05:00
Tim Donohue
008e0cb66c
Another small fix from @atarix83
2021-07-12 11:47:53 -05:00
Tim Donohue
9ee733ea80
Stop using localized Dates. Ensure we always use UTC dates, as the backend expects/uses UTC.
2021-07-12 10:11:55 -05:00
Tim Donohue
6d13ba42c6
Fix saving of dates to UTC
2021-07-12 10:11:54 -05:00
Giuseppe Digilio
9ef4a11771
fix test
2021-07-12 16:19:03 +02:00
Giuseppe Digilio
aac9f02447
fix test
2021-07-12 15:04:06 +02:00
Giuseppe Digilio
5185c90ad6
improve positioning of buttons in the submission form
2021-07-12 14:31:24 +02:00
Giuseppe Digilio
ff6f6fea33
fix issue with Hierarchical vocabulary onebox toggle
2021-07-12 11:54:36 +02:00
José Carvalho
ae1d462bec
Update pt-PT.json5
...
Added additional corrections. The strings until line 44 where not in the file to be translated. After checking our DSpace 7 instance they where missing so we added. It's fine by now to be included in DSpace 7.0.
2021-07-12 09:56:14 +01:00
Art Lowel
98cecd3e84
Merge pull request #1249 from 4Science/CST-4320
...
No way to view an Item when in simple "Approve/Reject" workflow stage
2021-07-09 09:34:41 +02:00
Giuseppe Digilio
28707f9a4c
fix issue with misaligned loading icon on tag field
2021-07-08 20:33:43 +02:00
Giuseppe Digilio
9875b61082
fix issue with wrong fontawesome icon that show odd char on firefox
2021-07-08 20:22:51 +02:00
Giuseppe Digilio
d30fdb1db7
fix issue with aria-expanded attribute that is invalid on input
2021-07-08 20:19:07 +02:00