Davide Negretti
6a1bbc8afc
[CST-5065] Admin is unable to reset other user password (function implementation)
2021-12-21 12:43:13 +01:00
Luca Giamminonni
21e78e33e5
[CST-5065] Admin is unable to reset other user password (cherry pick from DSC-215)
2021-12-21 11:50:55 +01:00
Tim Donohue
e86afacff1
Add e2e test notes
2021-12-20 12:17:50 -06:00
Tim Donohue
c43970ffd4
Merge pull request #1428 from atmire/w2p-85123_add-support-for-themeable-favicons
...
Add support for themeable favicons
2021-12-20 11:53:07 -06:00
Tim Donohue
1c2dcab82d
Merge pull request #1459 from CICBA/fix-collection-load
...
Fix to collection selection window not loading successfully.
2021-12-20 11:15:13 -06:00
Tim Donohue
099582ee96
Merge pull request #1462 from tdonohue/e2e-retries
...
Tell Cypress to retry twice if an e2e test failure occurs
2021-12-17 13:30:01 -06:00
Tim Donohue
a818727ed7
Tell Cypress to retry twice if an e2e test failure occurs
2021-12-17 12:36:22 -06:00
Tim Donohue
7d88897afb
Merge pull request #1458 from atmire/w2p-85862-handling-very-long-strings
...
Handling very long strings for metadata and file names
2021-12-17 10:05:45 -06:00
Tim Donohue
982f7bcd17
Merge pull request #1457 from atmire/fix-legacy-links
...
Update legacy relative links to angular 11 format
2021-12-16 16:47:22 -06:00
Bruno Roemers
9f44cecdad
85123: Document head tags in environment.common.ts
2021-12-16 17:29:08 +01:00
lotte
0592e9a32d
85862: fixed test
2021-12-16 17:28:34 +01:00
Santiago Tettamanti
ff6cde76df
Fix to collection selection window not loading successfully.
...
In collection dropdown component, moved the return statement that returned the collection list outside the condition that checks if it's the final page
2021-12-16 10:32:04 -03:00
lotte
c2b5ce191a
85862: Added .dont-break-out to truncatable part, item list titles and fixed breadcrumb overflow
2021-12-16 14:11:34 +01:00
lotte
e7f0921e6e
85862: Handling very long strings for metadata/files on item page, edit metadata/bitstreams page
2021-12-16 14:11:32 +01:00
Art Lowel
9801ae3414
update legacy relative links to angular 11 format
2021-12-16 10:56:29 +01:00
Tim Donohue
b8016d7fae
Merge pull request #1448 from mspalti/update-mirador-deps
...
Updated Mirador dependencies.
2021-12-15 15:37:51 -06:00
Tim Donohue
7abdceb095
Merge pull request #1455 from tdonohue/fix_de_lang
...
German language syntax fix, add trailing quote
2021-12-15 15:04:27 -06:00
Tim Donohue
32ae686e36
Syntax fix, add trailing quote
2021-12-15 14:24:23 -06:00
Tim Donohue
4ace07156f
Merge pull request #1452 from tdonohue/minor_cleanup
...
Remove second unnecessary "relativeLinkResolution: 'legacy'" setting after Angular 11 upgrade
2021-12-14 10:52:02 -06:00
Tim Donohue
d407397775
Merge pull request #1419 from 4Science/CST-4882
...
[CST-4882] The search loads indefinitely if the written query is invalid
2021-12-14 10:39:01 -06:00
Tim Donohue
df46bcd16f
Merge pull request #1449 from tdonohue/update_docker_deps
...
Update Docker to use latest Solr 8
2021-12-14 09:47:22 -06:00
Tim Donohue
f672e12433
Remove unnecessary relativeLinkResolution: 'legacy'
2021-12-14 09:40:00 -06:00
Tim Donohue
3e11162d0e
Merge pull request #1451 from 4Science/CST-5033-submission-ssr-issue
...
Fix SSR issue with submission after migrate to angular 11
2021-12-14 09:29:17 -06:00
Giuseppe Digilio
a952438247
[CST-5033] fix comments
2021-12-14 15:44:43 +01:00
Giuseppe Digilio
662f846caa
[CST-5033] fix issue with cherry-pick
2021-12-14 15:37:44 +01:00
Giuseppe Digilio
34b73cc4f7
[DSC-370] Fix SSR issue with submission after migrate to angular 11
2021-12-14 15:26:23 +01:00
Tim Donohue
13cfd71686
Update Docker to use latest Solr 8
2021-12-13 16:41:34 -06:00
Michael Spalti
b1c3967a5b
Added lockfile.
2021-12-13 11:32:37 -08:00
Michael Spalti
5acc29e498
Updated Mirador dependencies.
2021-12-13 11:08:10 -08:00
Davide Negretti
4c27a11747
[CST-4882] Tests improved
2021-12-11 01:59:38 +01:00
Davide Negretti
64231683b3
[CST-4882] Error 422 is now handled in home page too
2021-12-10 18:28:30 +01:00
Davide Negretti
b64b7c2607
[CST-4882] Error fixed - Tests improved
2021-12-09 12:17:20 +01:00
Tim Donohue
efe51aa340
Merge pull request #1442 from tdonohue/cleanup_license
...
Cleanup our LICENSE file so GitHub can detect our BSD license
2021-12-08 16:58:24 -06:00
Tim Donohue
ed806dc3bf
Minor license formatting cleanup to allow GitHub to recognize our BSD 3-Clause License. Copy over NOTICE file from DSpace/DSpace
2021-12-08 16:55:38 -06:00
Tim Donohue
5b1c9286ed
Merge pull request #1441 from tdonohue/disable_docker_action_on_forks
...
Disable Docker image build action on forked repos & on non-maintenance branches
2021-12-08 15:54:46 -06:00
Tim Donohue
a6eeceeb67
Ensure Docker GitHub action only runs for maintenance branches, official tags. Never run for forked repos
2021-12-08 15:08:44 -06:00
Tim Donohue
d955fe7ca3
Merge pull request #1440 from tdonohue/docker_github_action
...
Add GitHub action to build Docker images and push to DockerHub
2021-12-08 10:22:04 -06:00
Tim Donohue
35584d44aa
Minor cleanup. Disable 'latest' tag in Docker.
2021-12-08 09:42:48 -06:00
Tim Donohue
86c2f389d5
Create a Docker GitHub action to autobuild on each commit. Update Dockerfile and docker-compose.yml to support.
2021-12-08 09:10:43 -06:00
Tim Donohue
0dba48be13
Update to latest version of all GitHub actions
2021-12-07 16:50:43 -06:00
Tim Donohue
eb9d72ad72
Merge pull request #1425 from atmire/w2p-85192_pr-bugfix-specify-view-mode-in-ds-browse-by
...
BUGFIX: Load themed browse entry components
2021-12-06 14:14:10 -06:00
Tim Donohue
46d340a5ce
Merge pull request #1424 from ybnd/Fix-modal-open-issues
...
Fix minor modal UX issues
2021-12-03 14:20:04 -06:00
Tim Donohue
77f9b27fcf
Merge pull request #1403 from tdonohue/angular_11
...
Upgrade to Angular 11
2021-12-03 09:34:47 -06:00
Tim Donohue
ad5a76aedc
Remove "relativeLinkResoluton: legacy" and use default instead
2021-12-02 10:36:06 -06:00
Bruno Roemers
03fd57e426
85194: Fix favicon switching in production mode
2021-12-02 14:25:16 +01:00
Bruno Roemers
47ed6bedb4
85123: BUGFIX: Use this.document instead of document
...
Typo caused ReferenceError in SSR
2021-12-02 12:47:38 +01:00
Bruno Roemers
e99086c228
Fix bad merge
2021-12-01 17:16:21 +01:00
bruno-atmire
ddccae60b5
Merge branch 'main' into w2p-85192_pr-bugfix-specify-view-mode-in-ds-browse-by
2021-12-01 16:19:21 +01:00
Bruno Roemers
dcb80b7c9c
85192: Write test for themed browse entries
2021-12-01 15:56:49 +01:00
Bruno Roemers
ab3d53c19f
85192: BUGFIX: Ensure themed browse entries are picked up
2021-11-30 20:10:28 +01:00