Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customer uk merge test #643

Merged
merged 3,530 commits into from
Jun 25, 2024
Merged

Customer uk merge test #643

merged 3,530 commits into from
Jun 25, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 19, 2024

  1. internal/complex-input-type-validation (#137)

    * Initial commit
    
    * Added maximum length in the complex input type.
    
    ---------
    
    Co-authored-by: MilanMajchrák <milan.majchak@dataquest.sk>
    milanmajchrak and MilanMajchrák committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    acf6f68 View commit details
    Browse the repository at this point in the history
  2. internal/search-page-fix-wrong-pr (#140) search-component: missing `c…

    …larin-search`
    
    * Initial commit
    
    * Added maximum length in the complex input type.
    
    * Added `clarin-search` component to the search-page
    
    ---------
    
    Co-authored-by: MilanMajchrák <milan.majchak@dataquest.sk>
    milanmajchrak and MilanMajchrák committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    6aeddcd View commit details
    Browse the repository at this point in the history
  3. Search is working - it redirect (#142)

    Co-authored-by: MilanMajchrák <milan.majchak@dataquest.sk>
    milanmajchrak and MilanMajchrák committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    b42ca74 View commit details
    Browse the repository at this point in the history
  4. internal/downloading-bitstreams-by-license-not-work (#144) add email …

    …info
    
    * Fixed loading the license into selection and fixed assigning wrong license after choosing it.
    
    * Fixed sending an email with download link - added email input field.
    
    * Removed console log messages.
    
    ---------
    
    Co-authored-by: MilanMajchrák <milan.majchak@dataquest.sk>
    milanmajchrak and MilanMajchrák committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    80981e7 View commit details
    Browse the repository at this point in the history
  5. enable debug of backend

    MajoBerger authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    2787caa View commit details
    Browse the repository at this point in the history
  6. internal/item-page-lookfeel (#147)changed item page

    * Trying to compose required information to the item page.
    
    * Raw version of the updated item-page.
    
    * Fixed ref-box when the item has more authors.
    
    * Removed unused files.
    
    * Removed logging to the console.
    
    * Export new component from the item-page.module
    
    * Refactoring - beautify the code
    
    * Removed disabled components from the item-page.module
    
    * Removed unuseful tests.
    
    ---------
    
    Co-authored-by: MilanMajchrák <milan.majchak@dataquest.sk>
    milanmajchrak and MilanMajchrák committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    4961a7c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a052afe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7d9fbd7 View commit details
    Browse the repository at this point in the history
  9. internal/missing-search-page-paggination (#150) object-list component…

    … changed
    
    * Fixed search pagination.
    
    * Updated object-list was used by more components. Use CLARIN changes only in the search-page. It is separated by the config.id.
    
    ---------
    
    Co-authored-by: MilanMajchrák <milan.majchak@dataquest.sk>
    milanmajchrak and MilanMajchrák committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    89256a0 View commit details
    Browse the repository at this point in the history
  10. internal/license-selector-not-assignee-license

    Co-authored-by: MilanMajchrák <milan.majchak@dataquest.sk>
    milanmajchrak and MilanMajchrák committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    b47a21e View commit details
    Browse the repository at this point in the history
  11. migration2clarin7/unfinished-submissions-not-listed (#153)

    * Show ClarinItemBoxView only in searching, not in the /mydspace page
    
    * Updated tombstoned items based on the updated database model.
    
    * Updated loading of the dump for the integration tests.
    
    * Commented out failing test.
    
    * Changed test dump
    
    ---------
    
    Co-authored-by: MilanMajchrák <milan.majchak@dataquest.sk>
    milanmajchrak and MilanMajchrák committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    375e993 View commit details
    Browse the repository at this point in the history
  12. migration2clarin7/fix-different-separator-in-crosswalks (#155)

    * Added validation for the complex input field
    
    * Commented out failing test.
    
    * Changed test dump
    
    ---------
    
    Co-authored-by: MilanMajchrák <milan.majchak@dataquest.sk>
    milanmajchrak and MilanMajchrák committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    fc504db View commit details
    Browse the repository at this point in the history
  13. migration2clarin7/authors-name-surname-autocomplete (#161)

    * Created clarin-name input field
    
    * Suggestions for the author name are showed up
    
    * Show author input field which consist of autocomplete and input
    
    * Lastname autocomplete add a value into both input fields.
    
    * Fixed some graphic and easy issues, failing tests and refactoring
    
    * The input fields value wasn't filled in after selecting the option.
    
    * Uncomment commented integration tests
    
    * Little refactoring and added docs
    
    * Changed test dump
    
    * Changed IT expected values, just trying.
    
    * Changed IT just check it there is two input fields.
    
    ---------
    
    Co-authored-by: MilanMajchrák <milan.majchak@dataquest.sk>
    milanmajchrak and MilanMajchrák committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    0b549d3 View commit details
    Browse the repository at this point in the history
  14. migration2clarin7/license-dropdown-missing-labels-2 (#164)

    * Trying to create own component for selecting the Clarin License.
    
    * The dropdown select is scrollable.
    
    * Added default option.
    
    * Added searching for the license selector.
    
    * Maybe finally I've done that lovely license selector.
    
    * Fixed lint error after solving the conflicts.
    
    * Refactoring and added docs.
    
    * Beautified license selector.
    
    ---------
    
    Co-authored-by: MilanMajchrák <milan.majchak@dataquest.sk>
    milanmajchrak and MilanMajchrák committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    5781829 View commit details
    Browse the repository at this point in the history
  15. migration2clarin7/notice-step-is-missing (#159)

    * Added a new empty notice step.
    
    * Set up Notice Step body.
    
    * Created a test for the new step
    
    * Beautify code
    
    * Added integration tests for the Notice Step
    
    * Changed dump for test environment.
    
    ---------
    
    Co-authored-by: MilanMajchrák <milan.majchak@dataquest.sk>
    milanmajchrak and MilanMajchrák committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    e85a2b9 View commit details
    Browse the repository at this point in the history
  16. 70-FE/license-page-missing-pagination-sorting (#166)

    * Fixed pagination and added a new search input field for better overview in the licenses.
    
    * Fixed tests
    
    * Fixed integration tests.
    
    ---------
    
    Co-authored-by: MilanMajchrák <milan.majchak@dataquest.sk>
    milanmajchrak and MilanMajchrák committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    7353b5d View commit details
    Browse the repository at this point in the history
  17. 11-FE/after-login-show-discojuice (#170)

    * Make discojuice active on login button
    
    * When the user click on the `Local authentication` - redirect him to `/login` page.
    
    ---------
    
    Co-authored-by: MilanMajchrák <milan.majchak@dataquest.sk>
    milanmajchrak and MilanMajchrák committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    d7a049c View commit details
    Browse the repository at this point in the history
  18. 66-FE/clickable-metadata-item-view (#168)

    * After clicking on the author the user is redirected into search page with current author.
    
    * Some fields are fixed
    
    * Added subject and some fields are fixed.
    
    * Added author metadata field, the clarin-author-preview component was created and added into clarin-item-box-view.component
    
    * Acknowledgement was overlaying the metadata value - fixed
    
    * Refacroting and added docs.
    
    * Refactored if
    
    ---------
    
    Co-authored-by: MilanMajchrák <milan.majchak@dataquest.sk>
    milanmajchrak and MilanMajchrák committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    d17f815 View commit details
    Browse the repository at this point in the history
  19. fix target so it matches dspace7 (#175)

    repoPath already contains hostname and port.
    use authn/shibboleth instead of shibboleth-login
    kosarko authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    0c2270c View commit details
    Browse the repository at this point in the history
  20. 103-fe/shibboleth-login-wrong-error-page (#177)

    * Removed redirecting in the FE - redirecting is made in the BE.
    
    * Commented failing test.
    
    * Added todo into commented test.
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    9d6fb9b View commit details
    Browse the repository at this point in the history
  21. 109-fe/license-label-icons-are-not-seen (#180)

    * Updated ClarinItemViewBox
    
    * Fixed NewHandleComponent tess
    
    * Removed unused imports
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    78c4d97 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    afc6f11 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5e3f1b9 View commit details
    Browse the repository at this point in the history
  24. added erase database workflow

    MajoBerger authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    f9fdb9e View commit details
    Browse the repository at this point in the history
  25. redeploy after erase database

    MajoBerger authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    904a473 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    f5ef9d6 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    ea169a8 View commit details
    Browse the repository at this point in the history
  28. 114-fe/cannot-download-item-with-restricted-license (#187)

    * The user is redirected to the license agreement page
    
    * ClarinAuthorization request must be completed
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    8d2db6c View commit details
    Browse the repository at this point in the history
  29. 122-fe/restricted-item-download-issues (#222)

    * Initial commit
    
    * The user metadata value couldn't be seen.
    
    * Updated unit test according to new changes.
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    a0520c0 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    965b387 View commit details
    Browse the repository at this point in the history
  31. Internal/multideploy support (#238)

    * all done.. but will it work?
    
    * fix -p
    
    * added multiinstance support
    
    * moved to standard port 80
    
    * fixed .env for deployment on dev-5
    
    * use correct version for cli docker
    
    * added DSPACE_VER
    
    * remove automatic deploy
    
    * update erasing database
    
    * space issues
    
    * renames and redo deploy
    
    * redeploy always
    
    * set correct instance
    
    * correct message
    
    * further separation, better comments
    
    * get rid of space at end attempt 0
    
    * erase trailing space attempt 1
    
    * erase trailing space attempt 2
    
    * erase trailing space attempt 3
    
    * erase trailing space attempt 4
    MajoBerger authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    6f91d24 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    117ae13 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    ccc344c View commit details
    Browse the repository at this point in the history
  34. forgotten " in github action

    MajoBerger authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    a9250c0 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    5592de4 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    74c89a1 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    ad56de0 View commit details
    Browse the repository at this point in the history
  38. internal-7.2/add-cz-language (#271)

    * Added a czech translation
    
    * Updated menu navbar and added translations.
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    6922ce5 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    4c1f6d5 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    aa5ffd0 View commit details
    Browse the repository at this point in the history
  41. Upgrade CLARIN-DSpace to 7.5 (#228)

    * Update recent-item-list.component.ts
    
    Update PaginatedSearchOptions to only retrieve items
    
    * 98863: Prevent retrieval of the domains on TYPE_REQUEST_FORGOT form & fixed error message when no emails are set
    
    * Refactor to two caches. One for bots and one for anonymous users
    
    * Fix test configuration
    
    * Add test for xsrf and change to Post so xsrf is tested for validity
    
    * collection is displayed below the submitter
    
    * [CST-7757] Remove subscription button from item pages
    
    * [CST-7757] Response parameters fixed; submit button disabled if frequency is missing
    
    * [CST-7757] D-W-M fixed
    
    * [CST-7757] Show object name
    
    * 98855: Remove temp themed ng-content container
    
    This is problematic when ng-content is provided but it's not used
    
    * [CST-7221] Opaque search bar
    
    * [CST-7757] Minor fixes
    
    * [CST-7757] Labels renamed
    
    * [CST-7755] updated PR to latest REST changes
    
    * 97298: Added form validator tests for restricted domains
    
    * 99053: Invalidate cache by default when performing the WorkflowItemActionPageComponent action
    
    * 99053: Added DeclinedTask search result banner
    
    * 99053: Fixed AdvancedWorkflowActionRatingComponent's rating from validation
    
    * 99053: Added missing documentation
    
    * [TLC-380] Support browse links and regex links in metadata display
    
    (resolved conflicts jan 2023)
    
    * [TLC-380] Lint fixes
    
    * [TLC-380] Lint fixes
    
    * [TLC-380] Unit test (provider injection) fixes
    
    (resolved conflict jan 16)
    
    * [TLC-380] lint fix
    
    * [TLC-380] further browse link unit test fixes (waitForAsync)
    
    * [TLC-380] Refactor browse links to use new /browses endpoint
    
    * [TLC-249] Fix circular dependency in browse services
    
    * [TLC-249] Larger refactor to field, item components for browse links
    
    * [TLC-249] Lint fixes
    
    * [TLC-249] Lint fixes
    
    * [TLC-380] Fix mock service to return proper payload
    
    * [TLC-380] Simplify / strip browse service from components
    
    * [TLC-380] Lint fixes for mock browse def service
    
    * [TLC-380] Template link, spec test, doc fixup as per review
    
    * [TLC-380] Refactor metadata rep list comp after rebase
    
    * [TLC-380] Lint fixes
    
    * [TLC-380] Template link fixes, spec test fixes
    
    Correct use of routerLink and queryParams
    Removed unused method from browse service, specs
    New spec tests for MetadataRepresentationListElementComponent
    
    * [TLC-380] Lint fixes on spec test
    
    * [TLC-380] Fix item page field test to supply router
    
    * [TLC-249] Show Identifier Step angular 7.x
    
    * [TLC-249] Remove CRIS7 visibility refs from component, i18n
    
    * [TLC-249] Lint fixes
    
    * [TLC-249] LGTM unused import fixes
    
    * [TLC-249] Register DOI operation and button in item status page
    
    * [TLC-249] Linting
    
    * [TLC-337] Unit tests for register DOI component
    
    * [TLC-249] Lint fixes
    
    * [TLC-249] Update data service usage since rebasing
    
    * [TLC-249] Update data service usage since rebasing
    
    * [TLC-249] Ensure identifier data model mapped to type
    
    * [TLC-249] Update spec test for new config form data service
    
    * [TLC-249] Addressing review feedback
    
    Adding comments and tidying some comments, imports
    Expect text for status not integer
    Send a 'type' parameter with a DOI registration
    Rename item-status.register to registerDOI
    
    As per todonohue's feedback on 2022-01-18
    
    * [TLC-249] Addressing review feedback #2
    
    Update WorkspaceitemSectionIdentifiersObject model to include a
    display types string array, so identifier types can be included or excluded
    from the step as needed.
    
    Update section template to work with the above new data
    
    As per todonohue's feedback on 2022-01-18
    
    * [TLC-249] Lint fixes (imports, quotes)
    
    * [TLC-249] Improve model of identifier data in workspace section
    
    * [TLC-249] Update en.json5 with DOI status labels
    
    * [TLC-249] Identifier mock data updated in unit test
    
    * [TLC-249] Identifier mock data updated in unit test
    
    * [TLC-380] Renaming, changes as per review feedback
    
    * [TLC-380] WIP trying new routing / create flow
    
    * [TLC-380] Refactor to use new endpoints, better naming
    
    * [TLC-380] Refactor to use new endpoints, better naming
    
    * [TLC-249] Attempting art's sub fix (doesn't work)
    
    * [TLC-249] Update item status button logic to avoid nested subs
    
    * [TLC-249] Lint
    
    * [TLC-249] Fix import typo (from merge conflict)
    
    * [TLC-249] Further test fixes
    
    * Retrieve the XSRF token first, and set it as both the XSRF header and cookie
    
    * Fix direct CSR
    
    By moving from environment.ts to config.yml we made it so the environment is _not_ up to date with the server configuration when main.js is first loaded.
    Because of this the app behaved as if CSR always happened _after_ SSR, effectively breaking direct CSR.
    
    Here the "criterion" for SSR/non-SSR HTML is changed from the related configuration property to the presence of Angular Universal transfer state.
    
    This means we can correctly determine when to bootstrap the app for direct CSR, and it's' now "safe" to just send index.html by itself.
    
    * Fix lint and test issues
    
    * Add "debug" config and "allowStale" configs
    
    * Add done() to async tests
    
    * 99053: Added test to check that the TYPE_REQUEST_FORGOT doesn't use the authentication-password.domain.valid
    
    * 97732 Remove unnecessary subscriptions
    
    * [CST-7757] subscriptions data service tests
    
    * Fixed text (without HTML tags) not being passed to child components
    
    * Fixed default @input() values not working for themed components
    
    * [CST-7757] subscription modal tests
    
    * [CST-7757] modal fixes
    
    * [CST-7757] modal fixes
    
    * [CST-7217] Add margins to better align badge
    
    * [CST-7757] Hide delete info for new subscriptions and fix issue with unavailable items
    
    * Keep SSL sessions alive between xhr2 requests
    
    * [CST-7755] added cancel button to modal and updated message returned when a supervision order already exists
    
    * [CST-7755] lint fix
    
    * Fix bug where allowStale couldn't be disabled
    
    * 99053: Removed ngx-bootstrap dependency
    
    * 99053: Fixed encoded parameters being encoded twice in WorkflowItemActionPageComponent.previousPage()
    
    * 99053: Passed previousSearchQuery to AdvancedWorkflowActionSelectReviewerComponent
    
    * 99053: Passed previousSearchQuery to AdvancedWorkflowActionSelectReviewerComponent
    
    * 99053: Pass all queryParameters to advanced workflow pages by default
    
    * 99053: Save queryParams in init to prevent them being overwritten
    
    * Bump http-cache-semantics from 4.1.0 to 4.1.1
    
    Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
    - [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
    - [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: http-cache-semantics
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * [CST-7755] WIP refactoring
    
    * [CST-7757] Missing label
    
    * fixed issue in browser console
    
    * [CST-7755] WIP revert changes on list components
    
    * [CST-7757] Fix delete message
    
    * [CST-7755] Complete refactoring
    
    * Fix for "cannot read properties of undefined" error
    
    * [CST-8914] Add flag to show/hide csv export button
    
    * src/assets/i18n: Improve English strings for file upload
    
    Simple improvement to the wording in the file upload section of the
    item submission form. Also add a period at the end of the string.
    
    Fixes: DSpace#2096
    
    * [CST-8935] Fix issue with missing matcher providers
    
    * translation fixes in security form
    
    * remove minimum passwort length value from translated messages
    
    * fixed missing comma
    
    * added comma to default translation
    
    * suggestionOption.name displayed
    
    * [CST-8952] Fix issue with admin reset password functionality
    
    * avoiding console.log errors
    
    * Fix param to send user the forgot password email
    
    * Update version tag for release
    
    * Fixed a lot of compilation errors, but there is a need to refactor services.
    
    * Added yarn.lock
    
    * Fixed some service updates
    
    * Fixed some service updates
    
    * Solved some errors, but it is still not working.
    
    * Something starting to work - the problem is in loading the modules
    
    * Updated database testing dump for integration tests
    
    * Fixed unit tests
    
    * Fixed admin menu
    
    * Fixed lint issues
    
    * Fixed handle page circular dependency
    
    * Fixed AuthorNameLink circular dependency
    
    * Fixed compilation errors
    
    * Fixed failing Unit tests
    
    * Integration tests should take image `migrate-to-7.5`
    
    * Integration tests should take image `migrate-to-7.5`
    
    * revert docker-compose-ci.yml changes
    
    * Updated BE envs
    
    * Changed localhost to 127.0.0.1
    
    * Added DSPACE_UI_HOST and DSPACE_UI_PORT to 127.0.0.1:4000
    
    * Changed logging in the IT
    
    * Fixed login
    
    * Maybe fixed integration tests
    
    * Copied a new code from the actual dtq-dev
    
    * Fixed discojuice login pop up
    
    * added S3 config to docker-compose-rest.yml
    
    * Fixed IT
    
    * Integration tests should not fail on console log error.
    
    * Removed failing test what is not needed.
    
    * SUbmitter user changed to admin
    
    * Commenteed failing tests.
    
    * added values for S3 to cli.yml
    
    * Added flags into discojuice
    
    * Added flags into discojuice
    
    * Added another icons into discojuice
    
    * discoPath is cleared in the discojuice.js
    
    * Create migrate-docker.yml to create docker image
    
    * create tag migrate-to-7.5
    
    * Fixed some shibboleth problems
    
    * Fixed problem during downloading restricted bitstreams.
    
    * Migrate to 7.5 (#174)
    
    * 97742: Add missing export
    
    * Make ThemedComponent reproject slots to wrapped component
    
    * [CST-7217] Implement short number pipe
    
    * 97425: Fix minor issues
    
    * Remove flex-wrap
    
    * 99053: Fixed previous page not always returning the correct value
    
    - Fixed previousPage not correctly redirecting to urls with queryParams
    - Fixed previousPage returning to wrong page because of ReviewersListComponent
    
    * 99053: Hide return to pool button for second step of SelectSingleReviewer
    
    * [CST-7217] Use short number pipe and fix badge alignment
    
    * Fix typo
    
    * Add SSR caching via lru-cache. Update Cache-Control header to 1 week, but tell browsers not to cache index.html
    
    * Update SSR caching to only work when unauthenticated. Enhance config comments
    
    * Add missing test configs
    
    * Updates to defaults of cache.control setting and enhanced comments
    
    * Remove unused import
    
    * Rename enableCache() to initCache() to make code easier to understand
    
    * Avoid caching a page twice in a row
    
    * adding role for ul and li
    
    i have added roles for ul and li (tablist and tab)
    
    * w2p-99039 Add xsrf token to createShortLivedToken get request
    
    * Update recent-item-list.component.ts
    
    Update PaginatedSearchOptions to only retrieve items
    
    * 98863: Prevent retrieval of the domains on TYPE_REQUEST_FORGOT form & fixed error message when no emails are set
    
    * Refactor to two caches. One for bots and one for anonymous users
    
    * Fix test configuration
    
    * Add test for xsrf and change to Post so xsrf is tested for validity
    
    * collection is displayed below the submitter
    
    * [CST-7757] Remove subscription button from item pages
    
    * [CST-7757] Response parameters fixed; submit button disabled if frequency is missing
    
    * [CST-7757] D-W-M fixed
    
    * [CST-7757] Show object name
    
    * 98855: Remove temp themed ng-content container
    
    This is problematic when ng-content is provided but it's not used
    
    * [CST-7221] Opaque search bar
    
    * [CST-7757] Minor fixes
    
    * [CST-7757] Labels renamed
    
    * [CST-7755] updated PR to latest REST changes
    
    * 97298: Added form validator tests for restricted domains
    
    * 99053: Invalidate cache by default when performing the WorkflowItemActionPageComponent action
    
    * 99053: Added DeclinedTask search result banner
    
    * 99053: Fixed AdvancedWorkflowActionRatingComponent's rating from validation
    
    * 99053: Added missing documentation
    
    * [TLC-380] Support browse links and regex links in metadata display
    
    (resolved conflicts jan 2023)
    
    * [TLC-380] Lint fixes
    
    * [TLC-380] Lint fixes
    
    * [TLC-380] Unit test (provider injection) fixes
    
    (resolved conflict jan 16)
    
    * [TLC-380] lint fix
    
    * [TLC-380] further browse link unit test fixes (waitForAsync)
    
    * [TLC-380] Refactor browse links to use new /browses endpoint
    
    * [TLC-249] Fix circular dependency in browse services
    
    * [TLC-249] Larger refactor to field, item components for browse links
    
    * [TLC-249] Lint fixes
    
    * [TLC-249] Lint fixes
    
    * [TLC-380] Fix mock service to return proper payload
    
    * [TLC-380] Simplify / strip browse service from components
    
    * [TLC-380] Lint fixes for mock browse def service
    
    * [TLC-380] Template link, spec test, doc fixup as per review
    
    * [TLC-380] Refactor metadata rep list comp after rebase
    
    * [TLC-380] Lint fixes
    
    * [TLC-380] Template link fixes, spec test fixes
    
    Correct use of routerLink and queryParams
    Removed unused method from browse service, specs
    New spec tests for MetadataRepresentationListElementComponent
    
    * [TLC-380] Lint fixes on spec test
    
    * [TLC-380] Fix item page field test to supply router
    
    * [TLC-249] Show Identifier Step angular 7.x
    
    * [TLC-249] Remove CRIS7 visibility refs from component, i18n
    
    * [TLC-249] Lint fixes
    
    * [TLC-249] LGTM unused import fixes
    
    * [TLC-249] Register DOI operation and button in item status page
    
    * [TLC-249] Linting
    
    * [TLC-337] Unit tests for register DOI component
    
    * [TLC-249] Lint fixes
    
    * [TLC-249] Update data service usage since rebasing
    
    * [TLC-249] Update data service usage since rebasing
    
    * [TLC-249] Ensure identifier data model mapped to type
    
    * [TLC-249] Update spec test for new config form data service
    
    * [TLC-249] Addressing review feedback
    
    Adding comments and tidying some comments, imports
    Expect text for status not integer
    Send a 'type' parameter with a DOI registration
    Rename item-status.register to registerDOI
    
    As per todonohue's feedback on 2022-01-18
    
    * [TLC-249] Addressing review feedback #2
    
    Update WorkspaceitemSectionIdentifiersObject model to include a
    display types string array, so identifier types can be included or excluded
    from the step as needed.
    
    Update section template to work with the above new data
    
    As per todonohue's feedback on 2022-01-18
    
    * [TLC-249] Lint fixes (imports, quotes)
    
    * [TLC-249] Improve model of identifier data in workspace section
    
    * [TLC-249] Update en.json5 with DOI status labels
    
    * [TLC-249] Identifier mock data updated in unit test
    
    * [TLC-249] Identifier mock data updated in unit test
    
    * [TLC-380] Renaming, changes as per review feedback
    
    * [TLC-380] WIP trying new routing / create flow
    
    * [TLC-380] Refactor to use new endpoints, better naming
    
    * [TLC-380] Refactor to use new endpoints, better naming
    
    * [TLC-249] Attempting art's sub fix (doesn't work)
    
    * [TLC-249] Update item status button logic to avoid nested subs
    
    * [TLC-249] Lint
    
    * [TLC-249] Fix import typo (from merge conflict)
    
    * [TLC-249] Further test fixes
    
    * Retrieve the XSRF token first, and set it as both the XSRF header and cookie
    
    * Fix direct CSR
    
    By moving from environment.ts to config.yml we made it so the environment is _not_ up to date with the server configuration when main.js is first loaded.
    Because of this the app behaved as if CSR always happened _after_ SSR, effectively breaking direct CSR.
    
    Here the "criterion" for SSR/non-SSR HTML is changed from the related configuration property to the presence of Angular Universal transfer state.
    
    This means we can correctly determine when to bootstrap the app for direct CSR, and it's' now "safe" to just send index.html by itself.
    
    * Fix lint and test issues
    
    * Add "debug" config and "allowStale" configs
    
    * Add done() to async tests
    
    * 99053: Added test to check that the TYPE_REQUEST_FORGOT doesn't use the authentication-password.domain.valid
    
    * 97732 Remove unnecessary subscriptions
    
    * [CST-7757] subscriptions data service tests
    
    * Fixed text (without HTML tags) not being passed to child components
    
    * Fixed default @input() values not working for themed components
    
    * [CST-7757] subscription modal tests
    
    * [CST-7757] modal fixes
    
    * [CST-7757] modal fixes
    
    * [CST-7217] Add margins to better align badge
    
    * [CST-7757] Hide delete info for new subscriptions and fix issue with unavailable items
    
    * Keep SSL sessions alive between xhr2 requests
    
    * [CST-7755] added cancel button to modal and updated message returned when a supervision order already exists
    
    * [CST-7755] lint fix
    
    * Fix bug where allowStale couldn't be disabled
    
    * 99053: Removed ngx-bootstrap dependency
    
    * 99053: Fixed encoded parameters being encoded twice in WorkflowItemActionPageComponent.previousPage()
    
    * 99053: Passed previousSearchQuery to AdvancedWorkflowActionSelectReviewerComponent
    
    * 99053: Passed previousSearchQuery to AdvancedWorkflowActionSelectReviewerComponent
    
    * 99053: Pass all queryParameters to advanced workflow pages by default
    
    * 99053: Save queryParams in init to prevent them being overwritten
    
    * Bump http-cache-semantics from 4.1.0 to 4.1.1
    
    Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
    - [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
    - [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: http-cache-semantics
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * [CST-7755] WIP refactoring
    
    * [CST-7757] Missing label
    
    * fixed issue in browser console
    
    * [CST-7755] WIP revert changes on list components
    
    * [CST-7757] Fix delete message
    
    * [CST-7755] Complete refactoring
    
    * Fix for "cannot read properties of undefined" error
    
    * [CST-8914] Add flag to show/hide csv export button
    
    * src/assets/i18n: Improve English strings for file upload
    
    Simple improvement to the wording in the file upload section of the
    item submission form. Also add a period at the end of the string.
    
    Fixes: DSpace#2096
    
    * [CST-8935] Fix issue with missing matcher providers
    
    * translation fixes in security form
    
    * remove minimum passwort length value from translated messages
    
    * fixed missing comma
    
    * added comma to default translation
    
    * suggestionOption.name displayed
    
    * [CST-8952] Fix issue with admin reset password functionality
    
    * avoiding console.log errors
    
    * Fix param to send user the forgot password email
    
    * Update version tag for release
    
    * Fixed a lot of compilation errors, but there is a need to refactor services.
    
    * Added yarn.lock
    
    * Fixed some service updates
    
    * Fixed some service updates
    
    * Solved some errors, but it is still not working.
    
    * Something starting to work - the problem is in loading the modules
    
    * Updated database testing dump for integration tests
    
    * Fixed unit tests
    
    * Fixed admin menu
    
    * Fixed lint issues
    
    * Fixed handle page circular dependency
    
    * Fixed AuthorNameLink circular dependency
    
    * Fixed compilation errors
    
    * Fixed failing Unit tests
    
    * Integration tests should take image `migrate-to-7.5`
    
    * Integration tests should take image `migrate-to-7.5`
    
    * revert docker-compose-ci.yml changes
    
    * Updated BE envs
    
    * Changed localhost to 127.0.0.1
    
    * Added DSPACE_UI_HOST and DSPACE_UI_PORT to 127.0.0.1:4000
    
    * Changed logging in the IT
    
    * Fixed login
    
    * Maybe fixed integration tests
    
    * Copied a new code from the actual dtq-dev
    
    * Fixed discojuice login pop up
    
    * added S3 config to docker-compose-rest.yml
    
    * Fixed IT
    
    * Integration tests should not fail on console log error.
    
    * Removed failing test what is not needed.
    
    * SUbmitter user changed to admin
    
    * Commenteed failing tests.
    
    * added values for S3 to cli.yml
    
    * Added flags into discojuice
    
    * Added flags into discojuice
    
    * Added another icons into discojuice
    
    * discoPath is cleared in the discojuice.js
    
    * Create migrate-docker.yml to create docker image
    
    * create tag migrate-to-7.5
    
    * Fixed some shibboleth problems
    
    * Fixed problem during downloading restricted bitstreams.
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: Tim Donohue <tim.donohue@lyrasis.org>
    Co-authored-by: Kristof De Langhe <kristof.delanghe@atmire.com>
    Co-authored-by: Giuseppe Digilio <giuseppe.digilio@4science.it>
    Co-authored-by: Yura Bondarenko <yura.bondarenko@atmire.com>
    Co-authored-by: Yana De Pauw <yana@atmire.com>
    Co-authored-by: Alexandre Vryghem <alexandre@atmire.com>
    Co-authored-by: Cristian Emanuelle Guzmán Suárez <cristian.guzman.contacto@gmail.com>
    Co-authored-by: Nathan Buckingham <nathan.buckingham@atmire.com>
    Co-authored-by: Agustina Martinez <am857@cam.ac.uk>
    Co-authored-by: Davide Negretti <davide.negretti@4science.it>
    Co-authored-by: corrado lombardi <corrado.lombardi@4science.com>
    Co-authored-by: Marie Verdonck <maria.verdonck@atmire.com>
    Co-authored-by: Kim Shepherd <kim@shepherd.nz>
    Co-authored-by: Art Lowel <art.lowel@gmail.com>
    Co-authored-by: Yury Bondarenko <ybnd@tuta.io>
    Co-authored-by: Koen Pauwels <koen.pauwels@atmire.com>
    Co-authored-by: Pascal-Nicolas Becker <pnbecker@users.noreply.github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Alan Orth <alan.orth@gmail.com>
    Co-authored-by: Sascha Szott <szott@gmx.de>
    Co-authored-by: MajoBerger <marian.berger@dataquest.sk>
    
    * Fixed lint errors and updated server url
    
    * Created search instance in the services.
    
    * separate ports for multiple instance run (#230)
    
    * separate ports for multiple instance run
    
    * modified deploy
    
    * parametrized dspace project name in docker compose
    
    * fixed .env for deployment on dev-5
    
    * fix forgotten -p parameter on deploy
    
    * fixed region
    
    * fixed bucket name
    
    * add DSPACE_VER variable to deploy
    
    * remove automatic deploy
    
    * unify erasing db
    
    * Autoregistration privacy policy redirect (#239)
    
    * Added missing searchData into metadataValueData service.
    
    * The user could be redirected into privacy policy page from the autoregistration welcome page.
    
    * Update erase_db.yml
    
    * Migrated 7.5/funding option wrong values (#241)
    
    * Fixed error when the part of the local sponsor value includes the SEPARATOR character.
    
    * The funds are properly loaded into complex input field.
    
    * revert replacing of the metadata value sequence, it will be fixed in the python
    
    * Revert "The funds are properly loaded into complex input field."
    
    This reverts commit 3f68b79.
    
    * Added search button (#244)
    
    * Copied working code from the DSpace Vanilla 7.6 (#243)
    
    * add redeploy to dev-5 -> curl call to deploy action
    
    * format
    
    * remove forgotten action file (#252)
    
    * remove useless file
    
    * forgotten "
    
    * allow configuring host (#248)
    
    * migrated-7.5/look-and-feel-is-broken (#245)
    
    * Fixed item-view padding of the header
    
    * Fixed license label padding
    
    * Added margin right class into item view and if the item doesn't have the license it shows nothing in the license box in the item view.
    
    * Fixed loading of the license icons and padding.
    
    * Fixed padding of share buttons.
    
    * Fixed badges margin
    
    * Fixed item-box-view messaged, non-file message and padding.
    
    * Fixed files border.
    
    * Fixed clarin dropdown buttons because of Angular 13 and added padding into License table buttons
    
    * Added padding into handle table buttons.
    
    * Fixed ref box identifier url
    
    * Added missing method to the `clarin-search.component` (#247)
    
    * internal/shibboleth-missing-one-error-page
    
    * Update docker-compose-ci.yml
    
    Updated Integration Tests dump
    
    * Update build.yml
    
    Change DSPACE_CI_IMAGE to dtq-dev-7.5
    
    * trigger docker images on correct branch
    
    * added password for dspace (#257)
    
    * added non-amazon-params (#260)
    
    * Update build.yml
    
    * Update build.yml
    
    * Internal/fix conflicts (#307)
    
    * trigger docker images on correct branch
    
    * fix updated postgres image on docker hub (#256)
    
    * internal-7.2/add-cz-language (#271)
    
    * Added a czech translation
    
    * Updated menu navbar and added translations.
    
    * disable deploy on dev-5 on version 7.2
    
    * disabled deploy on dev-5 of dspace v7.2
    
    ---------
    
    Co-authored-by: MajoBerger <88670521+MajoBerger@users.noreply.github.com>
    Co-authored-by: MajoBerger <marian.berger@dataquest.sk>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: Agustina Martinez <am857@cam.ac.uk>
    Co-authored-by: Alexandre Vryghem <alexandre@atmire.com>
    Co-authored-by: Tim Donohue <tim.donohue@lyrasis.org>
    Co-authored-by: Nathan Buckingham <nathan.buckingham@atmire.com>
    Co-authored-by: Cristian Emanuelle Guzmán Suárez <cristian.guzman.contacto@gmail.com>
    Co-authored-by: Davide Negretti <davide.negretti@4science.it>
    Co-authored-by: Yana De Pauw <yana@atmire.com>
    Co-authored-by: corrado lombardi <corrado.lombardi@4science.com>
    Co-authored-by: Marie Verdonck <maria.verdonck@atmire.com>
    Co-authored-by: Kim Shepherd <kim@shepherd.nz>
    Co-authored-by: Art Lowel <art.lowel@gmail.com>
    Co-authored-by: Yury Bondarenko <ybnd@tuta.io>
    Co-authored-by: Koen Pauwels <koen.pauwels@atmire.com>
    Co-authored-by: Giuseppe Digilio <giuseppe.digilio@4science.it>
    Co-authored-by: Pascal-Nicolas Becker <pnbecker@users.noreply.github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Alan Orth <alan.orth@gmail.com>
    Co-authored-by: Sascha Szott <szott@gmx.de>
    Co-authored-by: MajoBerger <marian.berger@dataquest.sk>
    Co-authored-by: Kristof De Langhe <kristof.delanghe@atmire.com>
    Co-authored-by: Yura Bondarenko <yura.bondarenko@atmire.com>
    Co-authored-by: MajoBerger <88670521+MajoBerger@users.noreply.github.com>
    23 people committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    eef127f View commit details
    Browse the repository at this point in the history
  42. tul/merge-into-clarin-dspace (#316) (#317)

    * tul/merge-into-clarin-dspace (#316)
    
    * [CST-7757] Show object name
    
    * 98855: Remove temp themed ng-content container
    
    This is problematic when ng-content is provided but it's not used
    
    * [CST-7221] Opaque search bar
    
    * [CST-7757] Minor fixes
    
    * [CST-7757] Labels renamed
    
    * [CST-7755] updated PR to latest REST changes
    
    * 97298: Added form validator tests for restricted domains
    
    * 99053: Invalidate cache by default when performing the WorkflowItemActionPageComponent action
    
    * 99053: Added DeclinedTask search result banner
    
    * 99053: Fixed AdvancedWorkflowActionRatingComponent's rating from validation
    
    * 99053: Added missing documentation
    
    * [TLC-380] Support browse links and regex links in metadata display
    
    (resolved conflicts jan 2023)
    
    * [TLC-380] Lint fixes
    
    * [TLC-380] Lint fixes
    
    * [TLC-380] Unit test (provider injection) fixes
    
    (resolved conflict jan 16)
    
    * [TLC-380] lint fix
    
    * [TLC-380] further browse link unit test fixes (waitForAsync)
    
    * [TLC-380] Refactor browse links to use new /browses endpoint
    
    * [TLC-249] Fix circular dependency in browse services
    
    * [TLC-249] Larger refactor to field, item components for browse links
    
    * [TLC-249] Lint fixes
    
    * [TLC-249] Lint fixes
    
    * [TLC-380] Fix mock service to return proper payload
    
    * [TLC-380] Simplify / strip browse service from components
    
    * [TLC-380] Lint fixes for mock browse def service
    
    * [TLC-380] Template link, spec test, doc fixup as per review
    
    * [TLC-380] Refactor metadata rep list comp after rebase
    
    * [TLC-380] Lint fixes
    
    * [TLC-380] Template link fixes, spec test fixes
    
    Correct use of routerLink and queryParams
    Removed unused method from browse service, specs
    New spec tests for MetadataRepresentationListElementComponent
    
    * [TLC-380] Lint fixes on spec test
    
    * [TLC-380] Fix item page field test to supply router
    
    * [TLC-249] Show Identifier Step angular 7.x
    
    * [TLC-249] Remove CRIS7 visibility refs from component, i18n
    
    * [TLC-249] Lint fixes
    
    * [TLC-249] LGTM unused import fixes
    
    * [TLC-249] Register DOI operation and button in item status page
    
    * [TLC-249] Linting
    
    * [TLC-337] Unit tests for register DOI component
    
    * [TLC-249] Lint fixes
    
    * [TLC-249] Update data service usage since rebasing
    
    * [TLC-249] Update data service usage since rebasing
    
    * [TLC-249] Ensure identifier data model mapped to type
    
    * [TLC-249] Update spec test for new config form data service
    
    * [TLC-249] Addressing review feedback
    
    Adding comments and tidying some comments, imports
    Expect text for status not integer
    Send a 'type' parameter with a DOI registration
    Rename item-status.register to registerDOI
    
    As per todonohue's feedback on 2022-01-18
    
    * [TLC-249] Addressing review feedback #2
    
    Update WorkspaceitemSectionIdentifiersObject model to include a
    display types string array, so identifier types can be included or excluded
    from the step as needed.
    
    Update section template to work with the above new data
    
    As per todonohue's feedback on 2022-01-18
    
    * [TLC-249] Lint fixes (imports, quotes)
    
    * [TLC-249] Improve model of identifier data in workspace section
    
    * [TLC-249] Update en.json5 with DOI status labels
    
    * [TLC-249] Identifier mock data updated in unit test
    
    * [TLC-249] Identifier mock data updated in unit test
    
    * [TLC-380] Renaming, changes as per review feedback
    
    * [TLC-380] WIP trying new routing / create flow
    
    * [TLC-380] Refactor to use new endpoints, better naming
    
    * [TLC-380] Refactor to use new endpoints, better naming
    
    * [TLC-249] Attempting art's sub fix (doesn't work)
    
    * [TLC-249] Update item status button logic to avoid nested subs
    
    * [TLC-249] Lint
    
    * [TLC-249] Fix import typo (from merge conflict)
    
    * [TLC-249] Further test fixes
    
    * Retrieve the XSRF token first, and set it as both the XSRF header and cookie
    
    * Fix direct CSR
    
    By moving from environment.ts to config.yml we made it so the environment is _not_ up to date with the server configuration when main.js is first loaded.
    Because of this the app behaved as if CSR always happened _after_ SSR, effectively breaking direct CSR.
    
    Here the "criterion" for SSR/non-SSR HTML is changed from the related configuration property to the presence of Angular Universal transfer state.
    
    This means we can correctly determine when to bootstrap the app for direct CSR, and it's' now "safe" to just send index.html by itself.
    
    * Fix lint and test issues
    
    * Add "debug" config and "allowStale" configs
    
    * Add done() to async tests
    
    * 99053: Added test to check that the TYPE_REQUEST_FORGOT doesn't use the authentication-password.domain.valid
    
    * 97732 Remove unnecessary subscriptions
    
    * [CST-7757] subscriptions data service tests
    
    * Fixed text (without HTML tags) not being passed to child components
    
    * Fixed default @input() values not working for themed components
    
    * [CST-7757] subscription modal tests
    
    * [CST-7757] modal fixes
    
    * [CST-7757] modal fixes
    
    * [CST-7217] Add margins to better align badge
    
    * [CST-7757] Hide delete info for new subscriptions and fix issue with unavailable items
    
    * Keep SSL sessions alive between xhr2 requests
    
    * [CST-7755] added cancel button to modal and updated message returned when a supervision order already exists
    
    * [CST-7755] lint fix
    
    * Fix bug where allowStale couldn't be disabled
    
    * 99053: Removed ngx-bootstrap dependency
    
    * 99053: Fixed encoded parameters being encoded twice in WorkflowItemActionPageComponent.previousPage()
    
    * 99053: Passed previousSearchQuery to AdvancedWorkflowActionSelectReviewerComponent
    
    * 99053: Passed previousSearchQuery to AdvancedWorkflowActionSelectReviewerComponent
    
    * 99053: Pass all queryParameters to advanced workflow pages by default
    
    * 99053: Save queryParams in init to prevent them being overwritten
    
    * Bump http-cache-semantics from 4.1.0 to 4.1.1
    
    Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
    - [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
    - [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: http-cache-semantics
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * [CST-7755] WIP refactoring
    
    * [CST-7757] Missing label
    
    * fixed issue in browser console
    
    * [CST-7755] WIP revert changes on list components
    
    * [CST-7757] Fix delete message
    
    * [CST-7755] Complete refactoring
    
    * Fix for "cannot read properties of undefined" error
    
    * [CST-8914] Add flag to show/hide csv export button
    
    * src/assets/i18n: Improve English strings for file upload
    
    Simple improvement to the wording in the file upload section of the
    item submission form. Also add a period at the end of the string.
    
    Fixes: DSpace#2096
    
    * [CST-8935] Fix issue with missing matcher providers
    
    * translation fixes in security form
    
    * remove minimum passwort length value from translated messages
    
    * fixed missing comma
    
    * added comma to default translation
    
    * suggestionOption.name displayed
    
    * [CST-8952] Fix issue with admin reset password functionality
    
    * avoiding console.log errors
    
    * Fix param to send user the forgot password email
    
    * Update version tag for release
    
    * Fixed a lot of compilation errors, but there is a need to refactor services.
    
    * Added yarn.lock
    
    * Fixed some service updates
    
    * Fixed some service updates
    
    * Solved some errors, but it is still not working.
    
    * Something starting to work - the problem is in loading the modules
    
    * Updated database testing dump for integration tests
    
    * Fixed unit tests
    
    * Fixed admin menu
    
    * Fixed lint issues
    
    * Fixed handle page circular dependency
    
    * Fixed AuthorNameLink circular dependency
    
    * Fixed compilation errors
    
    * Fixed failing Unit tests
    
    * Integration tests should take image `migrate-to-7.5`
    
    * Integration tests should take image `migrate-to-7.5`
    
    * revert docker-compose-ci.yml changes
    
    * Updated BE envs
    
    * Changed localhost to 127.0.0.1
    
    * Added DSPACE_UI_HOST and DSPACE_UI_PORT to 127.0.0.1:4000
    
    * Changed logging in the IT
    
    * Fixed login
    
    * Maybe fixed integration tests
    
    * Copied a new code from the actual dtq-dev
    
    * Fixed discojuice login pop up
    
    * added S3 config to docker-compose-rest.yml
    
    * Fixed IT
    
    * Integration tests should not fail on console log error.
    
    * Removed failing test what is not needed.
    
    * SUbmitter user changed to admin
    
    * Commenteed failing tests.
    
    * added values for S3 to cli.yml
    
    * Added flags into discojuice
    
    * Added flags into discojuice
    
    * Added another icons into discojuice
    
    * discoPath is cleared in the discojuice.js
    
    * Create migrate-docker.yml to create docker image
    
    * create tag migrate-to-7.5
    
    * Fixed some shibboleth problems
    
    * Fixed problem during downloading restricted bitstreams.
    
    * Disabled end user agreement page with footer options (#220)
    
    * Full customization for TUL (#217)
    
    * customize header, footer and homepage
    
    * add hover on button and contact us in the footer
    
    * add hover for logo and fix UI
    
    * transform into valina page and apply the hover style for the link
    
    * change search page into Vanila space default
    
    * fix exapandable navbar item behaviour
    
    * change the background of side admin bar and hide some options of it
    
    * replace dspace logo with tul logo
    
    * fix gray border of button
    
    * add new component for CitacePRO and handle with dynamic data from item object
    
    * fix merged issues
    
    * make the url as the constant value
    
    * hide the clarin license
    
    * add description into en.json5
    
    * change the position of the citation and edit test
    
    * retrieve the constants from the BE
    
    * change the fixed value
    
    * calling new API from BE
    
    * remove privacy policy in the footer
    
    * add new page without content
    
    * create content for the contact page and add text in i18n for translation
    
    * receive email property from BE and add,fix unit tests
    
    * edit the href for contact page
    
    * change the fetch address
    
    ---------
    
    Co-authored-by: HieuHorizonsfl <huynhnhatkhoa21@gmail.com>
    Co-authored-by: HieuHorizonsfl <105620951+HieuHorizonsfl@users.noreply.github.com>
    Co-authored-by: HuynhKhoa1601 <89246737+HuynhKhoa1601@users.noreply.github.com>
    
    * Tul/fixing (#225)
    
    * customize header, footer and homepage
    
    * add hover on button and contact us in the footer
    
    * add hover for logo and fix UI
    
    * transform into valina page and apply the hover style for the link
    
    * change search page into Vanila space default
    
    * fix exapandable navbar item behaviour
    
    * change the background of side admin bar and hide some options of it
    
    * replace dspace logo with tul logo
    
    * fix gray border of button
    
    * add new component for CitacePRO and handle with dynamic data from item object
    
    * fix merged issues
    
    * make the url as the constant value
    
    * hide the clarin license
    
    * add description into en.json5
    
    * change the position of the citation and edit test
    
    * retrieve the constants from the BE
    
    * change the fixed value
    
    * calling new API from BE
    
    * remove privacy policy in the footer
    
    * add new page without content
    
    * create content for the contact page and add text in i18n for translation
    
    * receive email property from BE and add,fix unit tests
    
    * edit the href for contact page
    
    * change the fetch address
    
    ---------
    
    Co-authored-by: HieuHorizonsfl <huynhnhatkhoa21@gmail.com>
    Co-authored-by: HieuHorizonsfl <105620951+HieuHorizonsfl@users.noreply.github.com>
    Co-authored-by: HuynhKhoa1601 <89246737+HuynhKhoa1601@users.noreply.github.com>
    
    * Internal/multideploy support 2 (#240)
    
    * fixed deployment values for TUL customer
    
    * added DSPACE_VER
    
    * actually append to the .env file
    
    * remove automatic deploy
    
    * unify erasing db
    
    * fix correct branch in call after erase_db
    
    * add redeploy to dev-5 -> curl call to deploy action
    
    * forgotten " in github action
    
    * correct redeploy branch in github action
    
    * trigger docker images on correct branch
    
    * added password env var (#258)
    
    * added non-amazon params (#261)
    
    * Tul/customize fe (#254)
    
    * Disabled end user agreement page with footer options
    
    * Added padding to icon
    
    * If the citacePro properties is not defined in the BE, do not throw the errors
    
    * Added dtq sign into footer
    
    * Dataquest URL is loaded from the cfg
    
    * Load the company name which has customized this DSpace from the cfg
    
    * Updated Home News page header
    
    * Prettify the code
    
    * Update deploy.yml
    
    * Update build.yml
    
    * Update build.yml
    
    * Update docker-compose-ci.yml
    
    Updated dump for the integration tests
    
    * Added purple into .btn-dark class (#263)
    
    * Internal/update and secure docker compose (#269)
    
    * added timezone
    
    * added IP spec to all open ports on prod docker-composes
    
    * removed now-false disclaimer about similarity to backend docker composes
    
    * removed redundant host parameter in Dockerfile
    
    * changed port on which to expect REST
    
    * make envinronment production
    
    * revert to serve for now
    
    * revert to serve for now
    
    * typo
    
    * revert run command in dockerfile
    
    * no need to run on host 0.0.0.0
    
    * needed due to upgrade to docker compose v2
    
    * tul/login-case-sensitive
    
    * port change (so as not to expose 8086)
    
    * tul/turn-off-language-translations
    
    * Show error message from the error response (#275)
    
    * Tul/fix integration tests (#276)
    
    * Fixed admin spec IT - TUL doesn't have supported /licenses and /handle
    
    * Commented out test class `submission-ui` because it is suitable only for the CLARIN-DSpace
    
    * Commented out CLARIN license step for the submission IT
    
    * Changed klaro cookies modal styles according to TUL requirements. (#288)
    
    * tul/after_test-3-badge-color (#289)
    
    * Updated badge color
    
    * badge style rule moved for the _clarin-styles.scss
    
    * Fixed conflicts
    
    * Removed thumbnail message (#290)
    
    * tul/after_test-6-underlined-links (#291)
    
    * All links are underlined except buttons, facet filters and nav links.
    
    * Fixed ugly coflicts
    
    * tul/after_test-8-navbar-gasps
    
    * Updated topLevelCommunityList pagination (#293)
    
    * tul/13-add-czech-language (#272)
    
    * Added CLARIN-DSpace-7.2. czech language
    
    * Added script to find out which messages must be translated.
    
    * Updated czech login message because text was too big
    
    * Keep allowed only EN and CZ language
    
    * Updated new czech translations
    
    * Updated new czech translations
    
    * "Sbírka" translated to "Kolekce"
    
    * Updated final version of czech translation
    
    * Revert "Updated final version of czech translation"
    
    This reverts commit 0261c85.
    
    * Revert "Revert "Updated final version of czech translation""
    
    This reverts commit 644cfaa.
    
    * Merged customer/TUL files
    
    * pretyfied python script file
    
    * Tul/13 add czech language (#297)
    
    * Added CLARIN-DSpace-7.2. czech language
    
    * Added script to find out which messages must be translated.
    
    * Updated czech login message because text was too big
    
    * Keep allowed only EN and CZ language
    
    * Updated new czech translations
    
    * Updated new czech translations
    
    * "Sbírka" translated to "Kolekce"
    
    * Updated final version of czech translation
    
    * Revert "Updated final version of czech translation"
    
    This reverts commit 0261c85.
    
    * Revert "Revert "Updated final version of czech translation""
    
    This reverts commit 644cfaa.
    
    * Merged customer/TUL files
    
    * pretyfied python script file
    
    * Updated some messages
    
    * modified to production config (#296)
    
    * added dummy local.cfg and set up docker-compose (#278)
    
    * tul/after_test-9-set-up-banner (#294)
    
    * Updated topLevelCommunityList pagination
    
    * Prepared home-page for a banner
    
    * Banner in the top
    
    * Refactoring
    
    * Updated TUL favicon (#300)
    
    * tul/fix-wrong-favicon (#302)
    
    * Updated message and favicon icon
    
    * trying to fix ssr github action error
    
    * Added deleted favicon.ico
    
    * revert language changes
    
    * revert language changes
    
    * revert language changes
    
    * Changed Domov message
    
    * Removed DSpace Angular :: message
    
    * Removed DSpace Angular :: message
    
    * Updated prefix DSpace
    
    * Customer/tul wrong dockerfile missing pm2 (#304)
    
    * added pm2
    
    * forgot pm2, of course
    
    * customer/TUL-mount-prod-cfg-2
    
    * 7 pm2 nodes (#313)
    
    * 7 pm2 nodes
    
    * mistake fix
    
    * tul/show-doi (#315)
    
    * Show DOI full link in the identifier field in the item view.
    
    * Just prettify
    
    * Fixed failing test
    
    * Just prettify
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: Davide Negretti <davide.negretti@4science.it>
    Co-authored-by: Alexandre Vryghem <alexandre@atmire.com>
    Co-authored-by: Yana De Pauw <yana@atmire.com>
    Co-authored-by: corrado lombardi <corrado.lombardi@4science.com>
    Co-authored-by: Tim Donohue <tim.donohue@lyrasis.org>
    Co-authored-by: Marie Verdonck <maria.verdonck@atmire.com>
    Co-authored-by: Kim Shepherd <kim@shepherd.nz>
    Co-authored-by: Art Lowel <art.lowel@gmail.com>
    Co-authored-by: Yury Bondarenko <ybnd@tuta.io>
    Co-authored-by: Nathan Buckingham <nathan.buckingham@atmire.com>
    Co-authored-by: Koen Pauwels <koen.pauwels@atmire.com>
    Co-authored-by: Giuseppe Digilio <giuseppe.digilio@4science.it>
    Co-authored-by: Agustina Martinez <am857@cam.ac.uk>
    Co-authored-by: Pascal-Nicolas Becker <pnbecker@users.noreply.github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: cris <cristian.guzman.contacto@gmail.com>
    Co-authored-by: Alan Orth <alan.orth@gmail.com>
    Co-authored-by: Sascha Szott <szott@gmx.de>
    Co-authored-by: MajoBerger <marian.berger@dataquest.sk>
    Co-authored-by: HieuHorizonsfl <huynhnhatkhoa21@gmail.com>
    Co-authored-by: HieuHorizonsfl <105620951+HieuHorizonsfl@users.noreply.github.com>
    Co-authored-by: HuynhKhoa1601 <89246737+HuynhKhoa1601@users.noreply.github.com>
    Co-authored-by: MajoBerger <88670521+MajoBerger@users.noreply.github.com>
    
    * pretiffy commit
    
    * Git revert unwanted changes
    
    * temp commit
    
    * Updated dtq-dev
    
    * Fixed removing of empty row
    
    * Added forgotten functionalities into clarin merge
    
    * Fixed review requirements
    
    * removed unwanted tests
    
    * Updated help script comment
    
    * Updated test image for FE integration tests
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: Davide Negretti <davide.negretti@4science.it>
    Co-authored-by: Alexandre Vryghem <alexandre@atmire.com>
    Co-authored-by: Yana De Pauw <yana@atmire.com>
    Co-authored-by: corrado lombardi <corrado.lombardi@4science.com>
    Co-authored-by: Tim Donohue <tim.donohue@lyrasis.org>
    Co-authored-by: Marie Verdonck <maria.verdonck@atmire.com>
    Co-authored-by: Kim Shepherd <kim@shepherd.nz>
    Co-authored-by: Art Lowel <art.lowel@gmail.com>
    Co-authored-by: Yury Bondarenko <ybnd@tuta.io>
    Co-authored-by: Nathan Buckingham <nathan.buckingham@atmire.com>
    Co-authored-by: Koen Pauwels <koen.pauwels@atmire.com>
    Co-authored-by: Giuseppe Digilio <giuseppe.digilio@4science.it>
    Co-authored-by: Agustina Martinez <am857@cam.ac.uk>
    Co-authored-by: Pascal-Nicolas Becker <pnbecker@users.noreply.github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: cris <cristian.guzman.contacto@gmail.com>
    Co-authored-by: Alan Orth <alan.orth@gmail.com>
    Co-authored-by: Sascha Szott <szott@gmx.de>
    Co-authored-by: MajoBerger <marian.berger@dataquest.sk>
    Co-authored-by: HieuHorizonsfl <huynhnhatkhoa21@gmail.com>
    Co-authored-by: HieuHorizonsfl <105620951+HieuHorizonsfl@users.noreply.github.com>
    Co-authored-by: HuynhKhoa1601 <89246737+HuynhKhoa1601@users.noreply.github.com>
    Co-authored-by: MajoBerger <88670521+MajoBerger@users.noreply.github.com>
    24 people committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    06fb628 View commit details
    Browse the repository at this point in the history
  43. ufal/some-messages-are-missing (#328)

    * Added missing item-view-box messages.
    
    * Added commented english messages.
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    4d2d504 View commit details
    Browse the repository at this point in the history
  44. new project issue assign

    MajoBerger authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    c25ca02 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    051d718 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    e87cb33 View commit details
    Browse the repository at this point in the history
  47. ufal/update-index-for-language (#340)

    * Updated language in the item view
    
    * Fixed language facet in the search
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    4814f44 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    f3e1ec7 View commit details
    Browse the repository at this point in the history
  49. store logs in volume (#336)

    MajoBerger authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    c95e50a View commit details
    Browse the repository at this point in the history
  50. enable deployment of clarin

    MajoBerger authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    41add27 View commit details
    Browse the repository at this point in the history
  51. internal/fe-redirect-user-after-local-login (#341)

    * The redirectUrl is passed from the discojuice login into state.redirectUrl
    
    * Prettifying the code
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    ebe4b10 View commit details
    Browse the repository at this point in the history
  52. fix deployment (#346)

    MajoBerger authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    239b1f6 View commit details
    Browse the repository at this point in the history
  53. correct tag (#347)

    MajoBerger authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    cfa7b54 View commit details
    Browse the repository at this point in the history
  54. correct BE port

    MajoBerger authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    3b76d94 View commit details
    Browse the repository at this point in the history
  55. correct REST port for deployment

    MajoBerger authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    d9ccbf8 View commit details
    Browse the repository at this point in the history
  56. ufal/fe-show-login-modal-no-redirect (#344)

    * The redirectUrl is passed from the discojuice login into state.redirectUrl
    
    * Prettifying the code
    
    * Show discojuice on login page
    
    * Refactoring
    
    * Discojuice after click on close the use won't be redirected to the home page.
    
    * Fixed failing tests
    
    * Added accidentally removed timeout.
    
    * Fixed merge conflict
    
    * Fixed lint error
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    dd6a9c1 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    e3d7d1a View commit details
    Browse the repository at this point in the history
  58. Update docker.yml

    MajoBerger authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    79d99ae View commit details
    Browse the repository at this point in the history
  59. Update deploy.yml

    MajoBerger authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    2c59f92 View commit details
    Browse the repository at this point in the history
  60. ufal/fe-license-has-only-one-type

    * The Item type is fetched from the `metashare.ResourceInfo#ContentInfo.mediaType` metadata
    
    * Removed unwanted change
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    b63df9d View commit details
    Browse the repository at this point in the history
  61. fix escaped variables in deploy

    MajoBerger authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    e1432d6 View commit details
    Browse the repository at this point in the history
  62. correct version of images

    MajoBerger authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    8fd9031 View commit details
    Browse the repository at this point in the history
  63. correct deploy port for FE

    MajoBerger authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    a7ee485 View commit details
    Browse the repository at this point in the history
  64. added anonymous caching for frontend (#364)

    * added anonymous caching for frontend
    
    * newlineeee
    
    * srsly
    MajoBerger authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    2f2fb69 View commit details
    Browse the repository at this point in the history
  65. ufal/fe-22-54-download-preview-item (#362)

    * create new component and add model file and service file
    
    * build the user interface and calling the api from backend
    
    * add logic for handling data from BE and refactor the UI
    
    * fix the lint error and fix the collapse/hide behaviour
    
    * add UI for download buttons and fix UI for the ZIP Preview
    
    * getting data from backend and make the download feature
    
    * handle with the dynamic input
    
    * fix the collapese/hide behaviour and handle more cases
    
    * add more conditions for checking permission to preview and download files
    
    * fix lint error
    
    * fix failed test
    
    * Lock/download preview (#311)
    
    * create new component and add model file and service file
    
    * build the user interface and calling the api from backend
    
    * add logic for handling data from BE and refactor the UI
    
    * fix the lint error and fix the collapse/hide behaviour
    
    ---------
    
    Co-authored-by: HuynhKhoa1601 <huynhnhatkhoa21@gmail.com>
    
    * Resolved conflicts
    
    * Revert unnecessary changes
    
    * Refactoring and removed font awesome loading from node modules
    
    * Updated preview file box look and feel
    
    * Fixed file preview icons
    
    * Fixed html preview scrolling
    
    * Show scrollbar in txt preview
    
    * Some refactoring
    
    * Refactoring and the dspace BE is loaded from configuration property.
    
    * Added messages
    
    * Fixed tests
    
    * Added download buttons and fixed downloading
    
    * Added messages
    
    * Added image to the assetstore instead of url from lindat
    
    ---------
    
    Co-authored-by: HuynhKhoa1601 <huynhnhatkhoa21@gmail.com>
    milanmajchrak and HuynhKhoa1601 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    3b5a6bf View commit details
    Browse the repository at this point in the history
  66. ufal/fe-assetstore-files-are-not-loaded (#371)

    * Redirection was broken after updating the namespace. The redirection links was changed from `href` to `routerLink`
    
    * Fixed test
    
    * Fixed test
    
    * namespace could be empty
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    2f144b0 View commit details
    Browse the repository at this point in the history
  67. ufal/fe-cannot-load-license-images-on-the-first-load (#373)

    * The license labels are loaded in the same way than in the clarin item view box.
    
    * Fixed failing unit test
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    d1bfbc2 View commit details
    Browse the repository at this point in the history
  68. Update Dockerfile

    Increase network timeout
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    5dc0eb0 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    88e389b View commit details
    Browse the repository at this point in the history
  70. Update Dockerfile

    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    2501555 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    0393cdb View commit details
    Browse the repository at this point in the history
  72. build images on dev-5

    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    028c5e9 View commit details
    Browse the repository at this point in the history
  73. internal/ngx-mask-update-fix (#375)

    * ngx-mask library made an update and it destroyed project build
    
    * Downgraded @yarnpkg/parsers to version 3.0.0-rc.32 because node v16 cannot run
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    c29754d View commit details
    Browse the repository at this point in the history
  74. Update docker.yml

    MajoBerger authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    97fdbc5 View commit details
    Browse the repository at this point in the history
  75. Update erase_db.yml

    Enabled redeploy
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    855a2dd View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    61fa78f View commit details
    Browse the repository at this point in the history
  77. ufal/fe-license-static-pages-are-missing (#380)

    * Added static files and redirection
    
    * Html content is loaded from the static file and rendered in the component.
    
    * The html file content is showed in the `static/` route with the error page. The translation works.
    
    * Created routing for the `licenses` page and changed administrator license table to `licenses/manage-table` path
    
    * Show all licenses data.
    
    * All licenses are filtered by license label - PUB, ACA, RES
    
    * Added loading bar
    
    * Added redirect from license selector
    
    * Fixed tests.
    
    * Refactoring
    
    * Fixed lint error - unused import
    
    * Added docs and translations.
    
    * Removed accidentally added semicolon.
    
    * Added simple test if the html file content will be loaded.
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    5779f6c View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    45472f0 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    e407a3a View commit details
    Browse the repository at this point in the history
  80. ufal/fe-remove-grid-option-in-the-search-page (#386)

    * Removed Grid view from the initial viewModeList
    
    * Fixed failing test on clarin all licenses page.
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    167be51 View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    cd5e0b4 View commit details
    Browse the repository at this point in the history
  82. ufal/fe-update-vanilla-table-item-versions

    * Updated item versions table and defined translations.
    
    * Removed test of removed columns
    
    * Versions temp commit
    
    * All versions are shown
    
    * Show all versions from metadata
    
    * Added docs and comments.
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    066211d View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    adbf9ea View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    cb44833 View commit details
    Browse the repository at this point in the history
  85. turn off S3

    MajoBerger authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    e848758 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    533a879 View commit details
    Browse the repository at this point in the history
  87. ufal/fe-history-table-is-still-seen (#392)

    * The version table is hidden if the item doesn't have any versions and the name is of the version is properly loaded.
    
    * Undo unwanted changes.
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    c48de07 View commit details
    Browse the repository at this point in the history
  88. [devOps] enable reusing, multiple instances

    jm authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    75ed748 View commit details
    Browse the repository at this point in the history
  89. debug and fix deploy and import

    MajoBerger authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    5f38f79 View commit details
    Browse the repository at this point in the history
  90. linux, not windows

    MajoBerger authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    3c272e0 View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    943fee2 View commit details
    Browse the repository at this point in the history
  92. [devOps] import/erase workflows

    jm authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    9bd4261 View commit details
    Browse the repository at this point in the history
  93. [devOps] import/erase workflows

    jm authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    902add0 View commit details
    Browse the repository at this point in the history
  94. [devOps] import/erase workflows

    jm authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    6991d38 View commit details
    Browse the repository at this point in the history
  95. [devOps] import/erase workflows

    jm authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    361a04a View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    99bea2f View commit details
    Browse the repository at this point in the history
  97. [devOps] using composite

    jm authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    958fa5b View commit details
    Browse the repository at this point in the history
  98. [devOps] using composite

    jm authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    81a6387 View commit details
    Browse the repository at this point in the history
  99. [devOps] using composite

    jm authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    6dcd00d View commit details
    Browse the repository at this point in the history
  100. [devOps] using composite

    jm authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    abc5b5f View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    f9c3786 View commit details
    Browse the repository at this point in the history
  102. Update deploy.yml

    MajoBerger authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    09cb20a View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    5b705f4 View commit details
    Browse the repository at this point in the history
  104. ufal/downloading-restricted-bitstreams-not-working-properly (#393)

    * Get redirect from previous page.
    
    * The user is redirected to the downloading of the bitstream after login.
    
    * Show right breadcrumbs during downloading the bitstream
    
    * The user is redirected to the zip download page.
    
    * The auth token is send in the file download link.
    
    * Added default tests
    
    * Fixed typo and checked that url won't be broken in two places.
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    c105e57 View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    d04e1a4 View commit details
    Browse the repository at this point in the history
  106. give more time for postgres init

    vidiecan authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    e37925e View commit details
    Browse the repository at this point in the history
  107. add even more time

    jm authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    59f54ad View commit details
    Browse the repository at this point in the history
  108. Update action.yml (#405)

    Run import from main branch
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    6ad0010 View commit details
    Browse the repository at this point in the history
  109. ufal/fe-update-json-messages

    Added missing tranlates and updated messages after running the script
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    9e20ded View commit details
    Browse the repository at this point in the history
  110. ufal/fe-initiated-login-not-redirecting-from-collection

    Redirect to login with `redirectUrl` param because it is lost after click on `local` login button. (#404)
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    9dff6af View commit details
    Browse the repository at this point in the history
  111. [devOps] add dspace commands after import

    jm authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    b425f78 View commit details
    Browse the repository at this point in the history
  112. ufal/fe-add-default-static-pages (#406)

    * Added static pages from the lindat git
    
    * Fixed redirection and created safeHtml pipe.
    
    * Could redirect out of namespace url, small refactoring.
    
    * Updated tests.
    
    * Added images into the static pages.
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    216209b View commit details
    Browse the repository at this point in the history
  113. ufal/fe-shibboleth-validate-emails

    * Encoded query params (#407)
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    4d8aa22 View commit details
    Browse the repository at this point in the history
  114. Configuration menu
    Copy the full SHA
    5e42ff5 View commit details
    Browse the repository at this point in the history
  115. Configuration menu
    Copy the full SHA
    c22a283 View commit details
    Browse the repository at this point in the history
  116. ufal/fe-get-user-ip-address (#420)

    * The clients IP address is fetched from the BE API.
    
    * Replace LegacyBitstreamUrlResolver by BitstreamBreadcrumbResolver because the first one throws errors to the console.
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    96f58c4 View commit details
    Browse the repository at this point in the history
  117. ufal/fe-fix-static-page-redirect (#421)

    * Fixed static page redirects.
    
    * Refactored processing links.
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    eb5db6f View commit details
    Browse the repository at this point in the history
  118. ufal/fe-download-bitstream-back-to-item (#423)

    * Separated toggling of DiscoJuice popup from the workign with redirect URL
    
    * The downloading page is loaded before downloading.
    
    * Login redirect works.
    
    * Removed storing cookies in the aai.js
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    8b4123f View commit details
    Browse the repository at this point in the history
  119. ufal/fe-oversized-file-upload-message (#424)

    * If the file exceeds the upload max file size the uploading will be stopped before starting and the user will see proper error message.
    
    * Fixed unit tests - added configurationDataService
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    d52d8b3 View commit details
    Browse the repository at this point in the history
  120. ufal/fe-item-view-license-box (#427)

    * Do not show licenses if the Item doesn't have any file.
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    c575606 View commit details
    Browse the repository at this point in the history
  121. ufal/fe-email-restricted-download (#430)

    * ClarinAuthorization passed, but vanilla not because of vanilla check - I added dtoken into vanilla authorization url and because of that the vanilla authorization will be passed.
    
    * Added message for the expiration token message - it was hardcoded.
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    6c6194c View commit details
    Browse the repository at this point in the history
  122. ufal/fe-not-show-shib-welcome-page

    * Loaded property from the cfg and check if the page with idp attributes could be showed up. If not redirect the user to the home page. (#431)
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    d1fbc1b View commit details
    Browse the repository at this point in the history
  123. ufal/fe-s3-customization (#428)

    * The admin could see in the bitstream admin UI if the bitstream is stored in both storages (S3, local).
    
    * Fixed failing unit test - updated columnSizes object
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    c7139a2 View commit details
    Browse the repository at this point in the history
  124. ufal/curate-translation-missing

    Added curate collection edit translation and curation task name. (#434)
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    4b3fd9d View commit details
    Browse the repository at this point in the history
  125. ufal/upload-on-first-attempt-fix (#435)

    * Moved file size limit into FileUploader options and handled Upload cancelation.
    
    * Check that uploading is successful
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    1e2b99d View commit details
    Browse the repository at this point in the history
  126. ufal/fe-show-checksum-result (#432)

    * BitstreamChecksum values are fetched and parsed from the BE
    
    * Checksum info is showed up.
    
    * Added messages and translations.
    
    * Added docs and refactored code
    
    * Fixed failing tests
    
    * Fixed wrong czech translations.
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    d41fd4b View commit details
    Browse the repository at this point in the history
  127. ufal/shibboleth-redirect-from-login (#433)

    * Send redirectUrl param to the IdP in the target url
    
    * The code is updated to be more readable.
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    ded76b0 View commit details
    Browse the repository at this point in the history
  128. internal/increase-server-memory-limit (#411)

    * Update docker-compose-rest.yml
    
    Increase memory limit to 4GB
    
    * Load JAVA_OPTS from the .env file.
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    8654c35 View commit details
    Browse the repository at this point in the history
  129. ufal/shibboleth-encode-redirecturl (#438)

    * Compose redirectURL if the redirection is initiated from the login page and encode that URL because server cannot process decoded URL.
    
    * Removed unused getCookie method.
    
    * Updated if condition - it was made more readable
    
    * Avoid accessing an out-of-bounds index in the split question marks array.
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    c46ce2b View commit details
    Browse the repository at this point in the history
  130. internal/docker-remove-orphans (#439)

    * Removed --remove-orphans flag because it doesn't have any effect.
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    5d54407 View commit details
    Browse the repository at this point in the history
  131. internal/update-config

    * Copied missing parts from TUL:config/config.yml (#441)
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    8eb4334 View commit details
    Browse the repository at this point in the history
  132. internal/fe-upgrade-clarin-dspace-7.6 (#450)

    * Fix accessibility of date sliders by adding aria-labels
    
    (cherry picked from commit 2a88179)
    
    * Minor fixes to cypress tests
    
    (cherry picked from commit 70a7bbe)
    
    * Fix heading order accessibility issue in search filters/facets
    
    (cherry picked from commit 276d808)
    
    * Spanish translation updated to 7.6
    
    (cherry picked from commit 4cc4192)
    
    * Some lint errors fixed
    
    (cherry picked from commit 1885638)
    
    * 🐛 fix when navbar expands on firefox
    
    (cherry picked from commit 6070672)
    
    * 🐛 Fix Value of dropdown changes automatically on item submission page
    
    (cherry picked from commit 6513059)
    
    * ✅change test event, click by mousedown on dynamic-scrollable-dropdown.component.spec.ts
    
    (cherry picked from commit 25479e1)
    
    * config/config.example.yml: fix example syntax
    
    As of DSpace Angular 7.2 the syntax has changed from TypeScript to
    YAML.
    
    (cherry picked from commit 9e46b53)
    
    * Fix VocabularyTreeview not updating + i18n for nsi
    
    (cherry picked from commit b5a70e8)
    
    * 104189: Allow CSV export on related entity search
    
    (cherry picked from commit cac1407)
    
    * 104189: CSV export add fixedFilter
    
    (cherry picked from commit 45ad5f7)
    
    * Minor pt-PT translation fixes
    
    (cherry picked from commit a6c1120)
    
    * remove redundant cache default values from server.ts
    
    (cherry picked from commit e53abcb)
    
    * 🚸remove thumbnail from file-upload section and show bitstream format and checksum
    
    (cherry picked from commit 4c8ec8a)
    
    * 🎨revert unnecessary format
    
    (cherry picked from commit 13e4052)
    
    * Update workspaceitem-section-upload-file.model.ts
    
    Fix code comment
    
    (cherry picked from commit 01c8a4d)
    
    * ♻️ refactor chain of observables to avoid async issues
    
    (cherry picked from commit 2dc9fd4)
    
    * 🐛 fix bug of caching when add new schema
    
    (cherry picked from commit 9fb9e58)
    
    * 🎨 revert format
    
    (cherry picked from commit 3e5524d)
    
    * Fix innerText still being undefined in ssr mode
    
    * Correct text of help info on edit group page
    
    (cherry picked from commit 4924743)
    
    * Graceful shutdown on SIGINT (e.g. from 'pm2 stop').
    
    (cherry picked from commit 6709c3b)
    
    * Properly await termination.
    
    (cherry picked from commit 4449737)
    
    * Document a modified method as required by PR guidelines.
    
    (cherry picked from commit bf9b2b8)
    
    * 106974: Angular SSR menu issues
    
    * src/app/shared/search: don't capitalize metadata values
    
    Don't capitalize metadata values for display purposes.
    
    * fix issue where more than one api call was made on every route change
    
    * fix issue where invalidateRootCache didn't happen when the page first loaded
    
    * remove obsolete label element in metadata-schema.component.html
    
    (cherry picked from commit 6847c30)
    
    * removed trailing whitespaces as suggested by reviewer
    
    (cherry picked from commit 43f19e7)
    
    * [Port dspace-7_x] Update fi.json5 (DSpace#2516)
    
    * Update fi.json5
    
    Two last translations to the Finnish file.
    
    (cherry picked from commit c3a908b)
    
    * Fix routes not working with baseHref
    
    (cherry picked from commit 18febff)
    
    * [Port dspace-7_x] Serbian (Latin) translation (DSpace#2520)
    
    * Serbian (latin) translation added.
    
    ---------
    
    Co-authored-by: imilos <imilos@gmail.com>
    
    * [Port dspace-7_x] Fix missing or wrong Italian translations (DSpace#2522)
    
    [DURACOM-184] fix missing or wrong Italian translations
    
    ---------
    
    Co-authored-by: Andrea Barbasso <´andrea.barbasso@4science.com´>
    
    * fix dev mode issue where retrieving the login options fails
    
    * roll back unintended change to the responseMsToLive for RootDataservice
    
    * [DURACOM-185] Fix pointer on language dropdown menu
    
    (cherry picked from commit 6b5708c)
    
    * Move subscription button to DSO edit menu
    
    (cherry picked from commit c955816)
    
    * Update DSO edit menu resolver tests
    
    - Abstract away the different "subsections" ~ DSO type (the tests should not care about this)
      Instead, retrieve sections of interest by ID & assert whether they're there & how they should look
    - Test separately for Communities, Collections & Items
    - Test newly added menu section
    
    (cherry picked from commit 18b7a9c)
    
    * Issue#2535: Hide add more button in submission if no disabled sections
    
    * translate community as 'Bereich' in de.json5
    
    (cherry picked from commit 0139670)
    
    * Fix browse by visual bug
    
    (cherry picked from commit d0b4e15)
    
    * Bump postcss from 8.4.23 to 8.4.31
    
    Bumps [postcss](https://github.com/postcss/postcss) from 8.4.23 to 8.4.31.
    - [Release notes](https://github.com/postcss/postcss/releases)
    - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
    - [Commits](postcss/postcss@8.4.23...8.4.31)
    
    ---
    updated-dependencies:
    - dependency-name: postcss
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    (cherry picked from commit 3c5079e)
    
    * check cssRules existence before css variables are get from stylesheet
    
    (cherry picked from commit 367cda2)
    
    * checkstyle remove unused extra lines
    
    (cherry picked from commit 5f8a9de)
    
    * 107664: Normalized ePerson & group edit url and moved error message to translation file
    
    * Bump @babel/traverse from 7.21.4 to 7.23.2
    
    Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.4 to 7.23.2.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/traverse"
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    (cherry picked from commit 97f7a5e)
    
    * Revert "Check cssRules before css variables are read from stylesheet (DSpace#2454)"
    
    This reverts commit fa79c35.
    
    (cherry picked from commit 6f73b65)
    
    * Update email-request-copy.component.html
    
    Message is optional: remove req in [disabled]
    
    (cherry picked from commit 94c756d)
    
    * Fix RequestService test failing because of different lastUpdated time
    
    (cherry picked from commit fb31533)
    
    * Use gap instead of individual paddings for header icons
    
    (cherry picked from commit 9f2a1d0)
    
    * Themed LangSwitchComponent
    
    (cherry picked from commit f9b4460)
    
    * Applied same gap between header icons in the dspace theme and made the search field non-focusable when collapsed
    
    (cherry picked from commit 58d31dd)
    
    * Fixed invalid html structure the ExpandableNavbarSectionComponent had an ul tag containing non-li tags
    
    (cherry picked from commit fa56d5d)
    
    * Added Serbian cyrilic translation and corrected Serbian latin translation.
    
    (cherry picked from commit ad12e5a)
    
    * Added Serbian cyrilic translation and corrected Serbian latin translation.
    
    (cherry picked from commit aa9e12d)
    
    * Merge branch 'fix-display-order-authentication-methods_contribute-7.4' into fix-display-order-authentication-methods_contribute-7.6
    
    * Added themed-user-menu component.
    
    * Corrected missing semicolon.
    
    * Replaced tags for ds-user-menu.
    
    * Included user-menu component in custom theme.
    
    * Removed default value from inExpandableNavbar.
    
    * [DURACOM-190] Fix i18n labels in vocabulary-treeview
    
    (cherry picked from commit b321d6f)
    
    * [DURACOM-190] Fix alignment in vocabulary-treeview
    
    (cherry picked from commit feb2b2b)
    
    * allow to insert multi-line scope notes in MD field registry
    
    (cherry picked from commit 5bc5dd8)
    
    * Added support for changing the color of the navbar
    
    (cherry picked from commit f6649e1)
    
    * Fixed header bg color not being set in default (no) theme
    
    (cherry picked from commit 14b1ce5)
    
    * Fixed breadcrumb padding using incorrect syntax
    
    (cherry picked from commit 6c48238)
    
    * Added new variables for the expandable navbar section
    
    (cherry picked from commit 2ca2a38)
    
    * New themed components & minor CSS fixes (DSpace#2442)
    
    * 100839: Created themeable BrowseByComponent
    
    * 100839: Added themed BrowseByComponent to custom theme
    
    * 100839: Added themed BrowseEntryListElementComponent to custom theme
    
    * Added PersonComponent to custom theme
    
    * Themed LogInComponent
    
    * Fix focus on navbar using different color
    
    * Fix ccLicense checkbox margin
    
    * Fix long search facets name not displaying correctly
    
    * Removed RecentItemListComponent's unnecessary float causing alignment issues when adding components underneath it
    
    * Themed RegisterEmailFormComponent
    
    * more error-prone check of cssRules existence before css variables are get from stylesheet
    
    check the existence off cssRules property before the variables are readed from this stylesheet
    DSpace#2450
    
    (cherry picked from commit 4dd334f)
    
    * fix(pt-BR.json5): fix and update the language file
    
    Fix and update the pt-BR language file
    
    * fix(pt-BR.json5): fix and update the language file and previous errors
    
    Fix and update the pt-BR language file and the previous errors
    
    * Merged in DSC-106 (pull request #643)
    
    [DSC-106] Date input usable via keyboard using tab
    
    Approved-by: Vincenzo Mecca
    (cherry picked from commit 543b4ad)
    
    * [DURACOM-194] fixed year input value on input type date
    
    (cherry picked from commit c412c1f)
    
    * Ensure e2e tests run in production mode
    
    (cherry picked from commit 7dcaae8)
    
    * Specify user agent to avoid being detected as a "bot" by backend
    
    (cherry picked from commit 72cda41)
    
    * [DURACOM-177] gap-* classes
    
    (cherry picked from commit 930a381)
    
    * [DURACOM-177] Use gap-* classes on navbar buttons
    
    (cherry picked from commit a356295)
    
    * [DURACOM-197] Fix cache issue when depositing a submission
    
    (cherry picked from commit f992ff6)
    
    * Add UI nameSpace context path to Mirador viewer path
    
    (cherry picked from commit 3228c45)
    
    * 108055: fix issue 8686: unable to enter freetext values in the submission form for vocabulary
    
    (cherry picked from commit 0dcf6cb)
    
    * 108055: add user input to tag list
    
    (cherry picked from commit aac58e6)
    
    * Support type-bind of elements based on repeatable list type-bound element (CHECKBOX_GROUP)
    
    (cherry picked from commit 09aaa46)
    
    * [DURACOM-195] Simplify vertical spacing in header and breadcrumbs
    
    (cherry picked from commit a3e6d9b)
    
    * [DURACOM-180] Prevent header from covering media viewer controls (dspace theme)
    
    (cherry picked from commit 0208a78)
    
    * [DURACOM-180] Prevent header from covering media viewer controls (base theme)
    
    (cherry picked from commit c042cd8)
    
    * Update condition to render show more node
    
    `loadingNode` ends up being the current `node` after clicking it preventing it from rendering when more pages available.
    
    Update community list component spec
    
    Make the show more flat node id unique
    
    The nodes with same id are conflicting when added to the tree. Clicking on the second with same id places the show more button under the wrong branch and expands the wrong page.
    
    (cherry picked from commit 11d3771)
    
    * Filter expanded nodes by id
    
    Co-Authored-By: Art Lowel <1567693+artlowel@users.noreply.github.com>
    (cherry picked from commit dc2ef98)
    
    * Added skip to main content button
    
    * Limit getMembers() and getSubgroups() to only fetching one object. These lists are only used to find the size of each
    
    (cherry picked from commit 0da7c15)
    
    * Remove isSubgroupOfGroup() functionality as it loads every subgroup at once. Bad peformance for large groups
    
    (cherry picked from commit 97479a2)
    
    * Fix bug where linked Community/Collection info was sometimes listed many times in a row
    
    (cherry picked from commit 2292366)
    
    * Remove "isMemberOfGroup()" from members-list component.
    
    (cherry picked from commit 43d3719)
    
    * Remove unnecessary EpersonDtoModel. Rework code and tests to use EPerson instead.
    
    (cherry picked from commit bffae54)
    
    * Also remove unnecessary EpersonDtoModel from extending ReviewersListComponent. Remove "memberOfGroup" from EpersonDtoModel as it is no longer used
    
    (cherry picked from commit b598f1b)
    
    * Fix subgroups-list specs so they align with new members-list specs
    
    (cherry picked from commit 64f968b)
    
    * Refactor members-list and subgroups-list components to use new isNotMemberOf endpoints (via services)
    
    (cherry picked from commit 8a10888)
    
    * Refactor subgroups-list component's "search()" to act same as member-list component's "search()". Avoids reloading the page as frequently.
    
    (cherry picked from commit 2eb1a17)
    
    * Remove seemingly unnecessary page reload after new search.
    
    (cherry picked from commit d163db1)
    
    * Address feedback. Run empty search on init. Reorder sections to list current members before add members (for both eperson and groups)
    
    (cherry picked from commit 9117ac0)
    
    * Bump axios from 0.27.2 to 1.6.0
    
    Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.6.0.
    - [Release notes](https://github.com/axios/axios/releases)
    - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
    - [Commits](axios/axios@v0.27.2...v1.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: axios
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    (cherry picked from commit ef9f31d)
    
    * 108045: Fix for repeatable date field labels
    
    * Fixed test
    
    * Fix handle redirect not working with custom nameSpace
    
    (cherry picked from commit b894dce)
    
    * adding new access-status-list-element-badge css classes
    
    (cherry picked from commit e847e4e)
    
    * Create new access-status-badge.component.scss
    
    (cherry picked from commit 3bf2eb1)
    
    * new accessStatusClass atribute
    
    (cherry picked from commit 6378dbe)
    
    * remove replaceAll and use an object property
    
    (cherry picked from commit c7eae92)
    
    * adding ngOnDestroy for dealing with unsubscribe
    
    (cherry picked from commit 75b788d)
    
    * 107671: Fix handle theme not working with canonical prefix https://hdl.handle.net/
    
    (cherry picked from commit a7faf7d)
    
    * 107671: Split Theme model & ThemeConfig classes in separate files to prevent circular dependencies
    
    (cherry picked from commit da8880e)
    
    * 107671: Fixed bug where config property would still sometimes be undefined whey calling the ngOnDestroy in the ThemedComponent
    
    (cherry picked from commit 4e54cca)
    
    * 107671: Fixed theme matching by handle not working in production mode
    
    (cherry picked from commit 7529ed8)
    
    * [DURACOM-202] feature: item edit pages are accessible by administrator
    
    (cherry picked from commit ccf1cc4)
    
    * [DURACOM-202] refactor: code
    
    (cherry picked from commit b6d515f)
    
    * [DURACOM-202] refactor: code
    
    (cherry picked from commit 6f64db1)
    
    * fix: random order of buttons in status tab
    
    (cherry picked from commit 35f8b55)
    
    * refactor: code
    
    (cherry picked from commit fbbbc18)
    
    * 107685: menu-component re-render section on store update
    
    * 107902: Created test case for 2f26e68
    
    * Update version tag for release
    
    * Fixed lint errors
    
    * Fixed compilation errors which were created by mistakes from upgrade
    
    * Fixed wrong resolved conlicts for test files and copied yarn.lock from the dspace761 image
    
    * Update charts, toggle dependencies in the package.json
    
    * updated yarn.lock - from 7.6.1 and run yarn install
    
    * Revert "updated yarn.lock - from 7.6.1 and run yarn install"
    
    This reverts commit 2dabb71.
    
    * updated yarn.lock - from 7.6.1 and run yarn install
    
    * Fixed lint errors
    
    * Fixed semicolon lint error.
    
    * update clarin item statistics
    
    * After deleting `.browserlistrc` the errors are gone.. that file is totally empty, it isn't into Vanilla 7.6. and makes me so many problems..
    ReactiveX/rxjs#5976
    
    * Fixed clarin-zip-download-page.component.spec.ts tests - if payload was null it throws an error
    
    * Fixed section-form.component.spec.ts tests - delay was missing in tests and some duplicate of the code has occurred.
    
    * Checkout vocabulary-treeview.component.html file because it was removed during resolving conflicts.
    
    * Updated router.mock.ts - one method was missing from clarin routerstub
    
    * Fixed log-in-password.component.spec.ts - authService was used in the wrong way
    
    * Removed set timeout in tests `section-form.component.spec.ts`
    
    * Removed duplicate cypress config file
    
    * Updated complex input field test
    
    * spy on reinitializeForm method
    
    * Fixed warn in the `bypassSecurityTrustResourceUrl` when the url contains `undefined`
    
    * Removed `id` - it doesn't help in the failing tests.
    
    * Commented out failing tests.
    
    * Renamed integration test names following a new cypress version.
    
    * WorkspaceitemsEditPage resolver was missing.
    
    * Removed green line from the navbar.
    
    * Fixed crossing home page into nav and footer.
    
    * Fixed home page to the navbar and footer
    
    * Added missing messages into en.json
    
    * `my-cs` main content must be used, I updated margin of home page
    
    * Updated padding between language flags
    
    * Show license type in the default grey color in the item view box
    
    * Updated license selector padding and colors
    
    * Do not show empty item type box in the item view box
    
    * The sponsor values are showed in the Item View.
    
    * Added unit tests for testing showing of the Acknowledgement
    
    * Added messages for the acknowledgement component.
    
    * Fixed lint errors from the `cs.json5`
    
    * Added translate module into clarin-sponsor-item-field.component.spec.ts because it was missing
    
    * Updated IT database dump - a DB was updated by Vanilla
    
    * Fixed `collection-statistics.cy.ts` test, it wanted to see `menu` option which was removed in the CLARIN-DSpace update.
    
    * Call index-discovery in the docker-compose-ci.yml instead of `cli.assetstore.yml` because it is not run from the `cli.assetstore.yml`
    
    * Commented out the `login-modal.cy.ts` because the CLARIN-DSpace has different login
    
    * Commented out the accessibility violations in the `my-dspace.cy.ts`
    
    * Fixed calling indexing of the solr
    
    * Commented community statistics menu from the `community-statistics.cy` integration test
    
    * Commented out the search navbar tests
    
    * Login and language flags was covered by the menu navbar - I updated z-index
    
    * Commented out item-page accessibility tests
    
    * Updated submission.cy.ts process - license granting
    
    * Commented out the item statistics menu test
    
    * Commented out the accessibility tests
    
    * Added missing .env properties into `cypress`
    
    * Fixed failing IT
    
    ---------
    
    Co-authored-by: Tim Donohue <tim.donohue@lyrasis.org>
    Co-authored-by: Sergio Fernández Celorio <sfernandez@arvo.es>
    Co-authored-by: Hugo Dominguez <hugo@escire.lat>
    Co-authored-by: Alan Orth <alan.orth@gmail.com>
    Co-authored-by: Nona Luypaert <nona.luypaert@atmire.com>
    Co-authored-by: Kristof De Langhe <kristof.delanghe@atmire.com>
    Co-authored-by: José Carvalho <jnsc@ua.pt>
    Co-authored-by: Sascha Szott <szott@gmx.de>
    Co-authored-by: Alexandre Vryghem <alexandre@atmire.com>
    Co-authored-by: Mark H. Wood <mwood@iu.edu>
    Co-authored-by: Yana De Pauw <yana@atmire.com>
    Co-authored-by: Art Lowel <art.lowel@gmail.com>
    Co-authored-by: DSpace Bot <68393067+dspace-bot@users.noreply.github.com>
    Co-authored-by: Hrafn Malmquist <hrafn.malmquist@gmail.com>
    Co-authored-by: imilos <imilos@gmail.com>
    Co-authored-by: Andrea Barbasso <´andrea.barbasso@4science.com´>
    Co-authored-by: Davide Negretti <davide.negretti@4science.com>
    Co-authored-by: Yury Bondarenko <ybnd@tuta.io>
    Co-authored-by: Marie Verdonck <maria.verdonck@atmire.com>
    Co-authored-by: Janne Jensen <micrograph@posteo.de>
    Co-authored-by: Pascal-Nicolas Becker <pnbecker@users.noreply.github.com>
    Co-authored-by: Jens Vannerum <jens.vannerum@atmire.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Gantner, Florian Klaus <florian.gantner@uni-bamberg.de>
    Co-authored-by: Agustina Martinez <am857@cam.ac.uk>
    Co-authored-by: Eike Martin Löhden <eike.loehden@ub.uni-marburg.de>
    Co-authored-by: Marco Aurelio Cardoso <marcoaurelio.cardoso@gmail.com>
    Co-authored-by: Alisa Ismailati <alisa.ismailati@atis.al>
    Co-authored-by: Alisa Ismailati <alisa.ismailati@4science.com>
    Co-authored-by: Giuseppe Digilio <giuseppe.digilio@4science.com>
    Co-authored-by: William Welling <wwelling@tamu.edu>
    Co-authored-by: Andreas Mahnke <andreas.mahnke@leuphana.de>
    Co-authored-by: lotte <lotte_hofstede@hotmail.com>
    Co-authored-by: Paulo Graça <paulo1978@gmail.com>
    Co-authored-by: Vlad Nouski <uladzislau.nouski@4science.com>
    Configuration menu
    Copy the full SHA
    8fc0f08 View commit details
    Browse the repository at this point in the history
  133. Update docker.yml (#452)

    It was run only for `dspace` repository
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    d2e50fd View commit details
    Browse the repository at this point in the history
  134. Configuration menu
    Copy the full SHA
    565a4be View commit details
    Browse the repository at this point in the history
  135. Configuration menu
    Copy the full SHA
    72587ce View commit details
    Browse the repository at this point in the history
  136. configured path (#455)

    try to append server/ to test gh action
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    74578e6 View commit details
    Browse the repository at this point in the history
  137. Internal/run container in production mode (#456)

    * Added NODE_ENV=production because the container is trying to run in development mode
    
    * Use Vanilla dspace-ui.json instead of ours from root.
    
    * Updated path for running `dspace-ui.json`
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    d484e1a View commit details
    Browse the repository at this point in the history
  138. Configuration menu
    Copy the full SHA
    99ab922 View commit details
    Browse the repository at this point in the history
  139. The docker-compose-rest has defined network which is not the same lik…

    …e in the cli.yml - it throws an error (#458)
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    b931c8e View commit details
    Browse the repository at this point in the history
  140. Update deploy.yml (#459)

    Allowed S3
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    7987993 View commit details
    Browse the repository at this point in the history
  141. Update deploy.yml (#461)

    Use .env file from the dev5 instead of createing a new one in the github action
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    7b0db8d View commit details
    Browse the repository at this point in the history
  142. Update deploy.yml (#462)

    Working directory was missing
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    eabe886 View commit details
    Browse the repository at this point in the history
  143. ufal/cannot-login-after-upgrade

    Merge pull request DSpace#2731 from DSpace/backport-2670-to-main (#512)
    
    [Port main] Ensure HALEndpointService doesn't use stale responses
    
    Co-authored-by: Tim Donohue <tim.donohue@lyrasis.org>
    milanmajchrak and tdonohue committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    0501730 View commit details
    Browse the repository at this point in the history
  144. ufal/cannot-load-user-metadata

    Added searchData because it was null (#514)
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    1aa4293 View commit details
    Browse the repository at this point in the history
  145. ufal/license-agreement-multiple-records (#516)

    * Load required input fields only if are loaded user metadata or the user is anonymous
    
    * Added ID into ClarinUserRegistration model
    
    * Added a search method in the userMetadataService
    
    * The filtered user metadata are loaded from the BE
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    6d0a3e0 View commit details
    Browse the repository at this point in the history
  146. internal/update-deploy-s3-props (#448)

    * Update deploying customer/uk - there weren't right S3 properties.
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    302bccd View commit details
    Browse the repository at this point in the history
  147. ufal/discojuice-not-popped-up (#515)

    * Use cookie to popup discojuice login.
    
    * Added Cookie Service into tests
    
    * Close discojuice if it is popped up
    
    * Do not import commands in the constants file.
    
    * commands must be imported in the e2e.ts
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    d3330c8 View commit details
    Browse the repository at this point in the history
  148. ufal/search-page-without-results (#517)

    * Use ClarinSearch instead of Vanilla one - updated themed component
    
    * Added updates from the vanilla upgrade into clarin-search.component.ts
    
    * Removed empty my-dspace file
    
    * Maybe IT will be passed with vanilla search component
    
    * Fixed my-dspace integration tests, they failed because the clarin-search was filtering only Items and integration tests exceted publication and other types
    
    * Do not close discojuice login if it is not popped up
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    c9fe848 View commit details
    Browse the repository at this point in the history
  149. Configuration menu
    Copy the full SHA
    96d4e0e View commit details
    Browse the repository at this point in the history
  150. ufal/s3-checksum-improvements (#518)

    * Do not compute checksum on null object..
    
    * The checksum is computed only after the download button is clicked.
    
    * Added tests to check the checksum won't be loaded on init
    
    * Fixed accidentally updated message key
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    c3cc847 View commit details
    Browse the repository at this point in the history
  151. add information about modified entrypoint (#520)

    * add information about modified entrypoint
    
    * accept jm's suggestion
    
    Co-authored-by: Jozef Misutka <332350+vidiecan@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Jozef Misutka <332350+vidiecan@users.noreply.github.com>
    2 people authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    684a23c View commit details
    Browse the repository at this point in the history
  152. Configuration menu
    Copy the full SHA
    4a1cc3a View commit details
    Browse the repository at this point in the history
  153. Internal/rework actions (#523)

    * no longer needed gh action
    
    * deploy after images not working
    
    * five is five!
    
    * corrected indent
    
    * removed unused action
    
    * is it plane? is it duck? is it string?
    
    * same repo needs other syntax?
    
    * run, not runs
    
    * this if is wrong
    
    * just inputs, not github.event.inputs
    
    * correct inputs to gh actions
    
    * full build and fixed deploy.yml
    
    * last polish
    
    * final v2
    MajoBerger authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    7f05e31 View commit details
    Browse the repository at this point in the history
  154. Configuration menu
    Copy the full SHA
    b70b31c View commit details
    Browse the repository at this point in the history
  155. internal/discojuice-missing-port

    Do not ignore port when connecting to Shibboleth.SSO (#524)
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    2d3df5c View commit details
    Browse the repository at this point in the history
  156. make deploy action work (#525)

    MajoBerger authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    a65aa07 View commit details
    Browse the repository at this point in the history
  157. Fix erase options on deploy (#526)

    * condify the erase_db
    
    * remove wrong comment
    
    * remove useless line
    MajoBerger authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    d7f093f View commit details
    Browse the repository at this point in the history
  158. rm unused import action (#527)

    MajoBerger authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    f7d2062 View commit details
    Browse the repository at this point in the history
  159. add version to FE + improve build action (#528)

    * python script for version
    
    * reworked build
    
    * correct dependency on deploy job
    
    * tmp different branch
    
    * correct tmp different branch
    
    * correct tmp different branch as well
    
    * merge-ready branches
    
    * formatting
    MajoBerger authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    a542ef5 View commit details
    Browse the repository at this point in the history
  160. longer deploy limit

    MajoBerger authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    5878eb2 View commit details
    Browse the repository at this point in the history
  161. Fix all mistakes in the /home page (#529)

    * Fix Catalogue message in the header navbar to Catalog
    
    * The Lindat icon in the header must be stored in our assets, not from the current lindat page
    
    * Do not redirect to /home page after click on lindat icon in the navbar
    
    * Downloaded clarin icons instead of fetching them from lindat page. Changed routerLink to absolute https://lindat.mff.cuni.cz/ path.
    
    * The user is redirected to the search page after click on Enter - only if there is some value in the input.
    
    * After click on Lindat icon on the navbar menu the user will be redirected into /home page for better develoment using
    
    * Override the search classes for the home page from the global styles because ::ng-deep is deprecated
    
    * Our custom search is replaced by vanilla search component
    
    * Added `Description` translation into clarin-item-box-view.component
    
    * The item name should be underscored in the item-view-box.component
    
    * The space should not be in the author string before `;` separator
    
    * Show correct message if the item contains one file.
    
    * Added `and` translation into authors in the item-view-box.component
    
    * Added `Show everyone` translation into authors in the item-view-box.component
    
    * Do not cut links in the fast search in the home page
    
    * Updated fast search links to be correctly responsive
    
    * Removed unused css class
    
    * Added `... View More` browsing filter button
    
    * Do not redirect to home page after click on `Please help, I cannot find my provider` in the discojuice
    
    * Added RSS feed button to the home page
    
    * Show image for every item type in the item view box
    
    * Do not overlay text on the item type icon
    
    * View More message in the fast search should be in the new row
    
    * Item view box already show more than 20 files info
    
    * Fixed linting mistake - import breadcrumbs
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    efad1e4 View commit details
    Browse the repository at this point in the history
  162. wrongly commited file

    MajoBerger authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    a687c27 View commit details
    Browse the repository at this point in the history
  163. introduce release pipeline

    add run link to VERSION_D.html
    comment sourceversion script so that future programmers hate me less
    add tag-release workflow
    correct old mistakes that were found underway
    MajoBerger authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    0338a0d View commit details
    Browse the repository at this point in the history
  164. Configuration menu
    Copy the full SHA
    e1bd1d6 View commit details
    Browse the repository at this point in the history
  165. Configuration menu
    Copy the full SHA
    2e2a4df View commit details
    Browse the repository at this point in the history
  166. correct support images while testing (solr) (#534)

    only solr was changed, since PG remains the original one, as is the case on upstream
    INSTANCE was added so that cli connects to the correct DB
    MajoBerger authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    164ae1e View commit details
    Browse the repository at this point in the history
  167. fix ipranges in docker composes (#536)

    removed redundant network spec, added config from upstream
    MajoBerger authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    802e038 View commit details
    Browse the repository at this point in the history
  168. Create create_bitstreams.yml

    MajoBerger authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    bae2e42 View commit details
    Browse the repository at this point in the history
  169. fix a bad save

    MajoBerger authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    47eca72 View commit details
    Browse the repository at this point in the history
  170. Fixed all mistakes in the Item View page (#532)

    * Redirect the user to the new browser page after click on featured service.
    
    * Show dropdown options in the featured services button - it was not working
    
    * Added the copy button into metadata field row.
    
    * Added missing Demo Uri metadata field
    
    * The referenced by is a hyperlink, the translations was added and fixed overlaying of big cz translation.
    
    * Replaced unwanted separator values in the Size metadata field. I've created a new pipe - dsReplaced
    
    * Updated messages for the full item page redirect
    
    * Updated metadata field translations
    
    * Show cursor on hover in the author preview component
    
    * Show handle and DOI identifier following the cfg.
    
    * Show different date messages in special occurrences
    
    * Show description with line breaks and redirection links.
    
    * Updated language and other metadata spacing with separator.
    
    * Added citation type to the bottom of the citation box.
    
    * Ref box should have full width
    
    * Fixed big spacing between metadata fields. It was because of d-inline-flex.
    
    * The full item view page looks almost the same as in the v5.
    
    * Make metadata values in the full item page clickable when there is a link and remove the separator `;` from the medata value.
    
    * Show language info only for admin
    
    * Added icons for every mimetype, that icon is showed up in the bitstream file box.
    
    * Collection component is aligned to other metadata values.
    
    * License info is different for CZ language and EN
    
    * Update button and form colors
    
    * Featured service dropdown options fixed.
    
    * fixed failing unit tests
    
    * Removed commented out and not used code.
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    d581c36 View commit details
    Browse the repository at this point in the history
  171. Fixed all mistakes in the Search page (#537)

    * Composing of the Item's date was refactored and moved into shared service.
    
    * The item view box was refactored. The item view box is different for the search result. The label title is triggered on mouse hover.
    
    * Show workspace items in the `/mydspace` - there were problem with filtering `dsoTypes` in the `clarin-search.component`
    
    * Use Vanilla file size in the Item View and search results in the item view box.
    
    * Updated sorting option names
    
    * Updated search filter head messages
    
    * Defined search options in the themed-search.component.ts following CLARIN requirements.
    
    * Default configuration list must be set to null instead of empty array, because it shows empty space.
    
    * Use homepage configuration which contains searching by dc.date.accessioned
    
    * Updated border in  the item view box
    
    * Updated `Has files` filter messages
    
    * Show Item type in the Item view from the `emd.type`
    
    * Fixed searching by publisher.
    
    * Added languages for `Community` and `Rights` filtering.
    
    * Updated `Search all of DSpace` button color.
    
    * Fixed showing license label icons when there is czech translation.
    
    * Updated messages on sidebar search and results header.
    
    * Updated RSS Feed description button and css
    
    * Prettied Copy button of handle in the Item View page
    
    * Updated favicon icon
    
    * Update item view box: Fixed occurrences when the author is null.
    
    * Remove `DSpace Repository ::` from the browser page title.
    
    * Use `LINDAT/CLARIAH-CZ Repository title prefix`
    
    * Fixed unit tests
    
    * Fixed linting errors
    
    * Commented out check for view options in the Search page - for CLARIN that options was disabled.
    
    * Fixed Verify SSR - do not check if there is DSpace in the title
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    8a7329a View commit details
    Browse the repository at this point in the history
  172. Prettified the DOI metadata field - removed the DOI resolver from met…

    …adata value (#539)
    
    * Prettify the DOI metadata field. Remove the DOI resolver from that metadata value.
    
    * Fixed failing unit test
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    ee62932 View commit details
    Browse the repository at this point in the history
  173. Configuration menu
    Copy the full SHA
    a915271 View commit details
    Browse the repository at this point in the history
  174. fixed non-created admin user

    MajoBerger authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    cedb23c View commit details
    Browse the repository at this point in the history
  175. fixed order

    MajoBerger authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    3860c03 View commit details
    Browse the repository at this point in the history
  176. Configuration menu
    Copy the full SHA
    2f0ced5 View commit details
    Browse the repository at this point in the history
  177. Show authors from the dc.contributor.other metadata field (#544)

    * Show authors from the `dc.contributor.other` metadata field
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    c785e5c View commit details
    Browse the repository at this point in the history
  178. UI - fixed small changes (#543)

    * Removed duplicate author message and added `:` char into specific messages.
    
    * Show breadcumbs full text on hover
    
    * Fixed pinned sidebar translation
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    47b2009 View commit details
    Browse the repository at this point in the history
  179. Update translates and sorting (#551)

    * Do not show error to the console when the Item does not have any data.
    
    * Fixed issue when a collection is null.
    
    * Added translation for browsing by the `language.
    
    * Changed `Vydavatel` cs translation to `Nakladatel`
    
    * Changed Ascending czech translation.
    
    * Show keywords only if there are more values in the search.
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    5485c38 View commit details
    Browse the repository at this point in the history
  180. Fixed refbox and copied citations - ignore authors if they are unknow…

    …n and show all authors if there are less than 5 of them. (#552)
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    d62adea View commit details
    Browse the repository at this point in the history
  181. Load only first values of the subject facet in the home page. (#553)

    * Load only first values of the `subject` facet in the home page.
    
    * Fetch facets from `homepage` configuration in the home page.
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    8aaa01e View commit details
    Browse the repository at this point in the history
  182. Configuration menu
    Copy the full SHA
    a011382 View commit details
    Browse the repository at this point in the history
  183. Update docker compose command (#588)

    `docker-compose` to `docker compose` because of a new version of docker.
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    7ab860a View commit details
    Browse the repository at this point in the history
  184. Configuration menu
    Copy the full SHA
    feba6c8 View commit details
    Browse the repository at this point in the history
  185. Configuration menu
    Copy the full SHA
    8100edd View commit details
    Browse the repository at this point in the history
  186. Configuration menu
    Copy the full SHA
    892499e View commit details
    Browse the repository at this point in the history
  187. [devOps] testing create_bitstreams task (#601)

    authored by: jm <jm@maz>
    vidiecan authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    915660e View commit details
    Browse the repository at this point in the history
  188. rearrange build (#603)

    MajoBerger authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    83ea4d7 View commit details
    Browse the repository at this point in the history
  189. codestyle create_bitstreams.yml

    vidiecan authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    d9037aa View commit details
    Browse the repository at this point in the history
  190. [devOps] simplifying create bitstreams

    jm authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    c113047 View commit details
    Browse the repository at this point in the history
  191. [devOps] fix urls, make pip install quiet

    jm authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    4b4bea9 View commit details
    Browse the repository at this point in the history
  192. fix deploy action(#604)

    MajoBerger authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    861530f View commit details
    Browse the repository at this point in the history
  193. Configuration menu
    Copy the full SHA
    0301a93 View commit details
    Browse the repository at this point in the history
  194. [devOps] fix path

    jm authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    f6138ba View commit details
    Browse the repository at this point in the history
  195. strip / at the end

    jm authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    9813f1e View commit details
    Browse the repository at this point in the history
  196. Configuration menu
    Copy the full SHA
    573265f View commit details
    Browse the repository at this point in the history
  197. Updated browsing links to do not overflow to the next line (#598)

    * Updated browsing links to do not overflow to the next line
    
    * Add truncate length to some constant
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    94d385b View commit details
    Browse the repository at this point in the history
  198. Update ref box - show publisher if there are not authors

    1. Show publisher in the refbox if the Item has no authors. (#599)
    2. Revert changes from the PR where the `:uknow author` was hidden - this feature is more complex and will be developed with the configurable ref box issue.
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    87b07e6 View commit details
    Browse the repository at this point in the history
  199. Configuration menu
    Copy the full SHA
    e79be64 View commit details
    Browse the repository at this point in the history
  200. dspace-cli needs configs (#555)

    - local.cfg has passwords etc.
    - ui url is used when minting dois
    - logging for cli
    kosarko authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    61b9046 View commit details
    Browse the repository at this point in the history
  201. Configuration menu
    Copy the full SHA
    f0947f2 View commit details
    Browse the repository at this point in the history
  202. remove references to TUL

    MajoBerger authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    d4bf3e8 View commit details
    Browse the repository at this point in the history
  203. Configuration menu
    Copy the full SHA
    c7e791f View commit details
    Browse the repository at this point in the history
  204. License label - do not require icon and Edit license - correctly load…

    …ed required info (#595)
    
    * Load max 100 license labels in the edit license page
    
    * The icon is not required during creation of the clarin license label
    
    * Updated creating of the clarin license label - refactored code, the icon is not required
    
    * Fixed issue with wrong loaded required info.
    
    * Updated test which controlles creating license label without icon
    
    * Replaced `if` condition by `catch`.
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    18bd188 View commit details
    Browse the repository at this point in the history
  205. tune up playwright after deploy

    MajoBerger authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    9f75a69 View commit details
    Browse the repository at this point in the history
  206. correct wait times

    MajoBerger authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    256ad60 View commit details
    Browse the repository at this point in the history
  207. correct " in action

    MajoBerger authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    b475b31 View commit details
    Browse the repository at this point in the history
  208. Configuration menu
    Copy the full SHA
    4d40a17 View commit details
    Browse the repository at this point in the history
  209. Rreplace lindat repository url in static pages (#596)

    * Removed static files with license definitions. They are not already used because license definitions are loaded from the BE.
    
    * Updated download cmd command and removed copy button
    
    * Updated `lindat.mff.cuni.cz/repository/xoai/..` with `lindat.mff.cuni.cz/repository/static`
    
    * Removed hardcoded lindat url from static pages.
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    f6ea23a View commit details
    Browse the repository at this point in the history
  210. Configuration menu
    Copy the full SHA
    4b5b7dc View commit details
    Browse the repository at this point in the history
  211. Configuration menu
    Copy the full SHA
    000335e View commit details
    Browse the repository at this point in the history
  212. Check if the IP address is in the download form. Add IP address as us…

    …er metadata into request. (#611)
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    0f1d025 View commit details
    Browse the repository at this point in the history
  213. Configuration menu
    Copy the full SHA
    b702f4b View commit details
    Browse the repository at this point in the history
  214. Login if restricted Item - accessing via ..handle/ url (#612)

    * Redirect to login page if the user is not authenticated to see the requested page
    
    * Added missing parts into failing unit test
    
    * Empty commit to run actions
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    992125b View commit details
    Browse the repository at this point in the history
  215. Show Download all as ZIP button only when all conditions are met (#606

    )
    
    * Show download all in zip button only when all conditions are met
    
    * Updated test because of new updates
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    80cdc76 View commit details
    Browse the repository at this point in the history
  216. Download restricted zip (#618)

    * Added items/download/zip path for the email download link.
    
    * Add dtoken to the download request because of authorization.
    
    * Call the right download request if the user downloads ZIP.
    
    * Redirect to download/zip page for authorization when the user is downloading the ZIP
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    6161f61 View commit details
    Browse the repository at this point in the history
  217. Edit Item's license (#619)

    * Added authorization and basic redirect to the `Edit Item - License` component
    
    * Show current license
    
    * Added a selector for licenses
    
    * Added `Update` and `Return` buttons and all html messages into EN language.
    
    * Send the request to the BE endpoint with a new licenseId
    
    * The current license is updated after the request is successfull. Added notification. Added redirect for defining a new license.
    
    * Translated messages to cs
    
    * Updated test file for passing tests
    
    * Translation `zmáčkněte změnit` changed to `zmáčkněte aktualizovat`.
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    cac70ce View commit details
    Browse the repository at this point in the history
  218. Complex input field issues (#617)

    * Show EU funding name instead of organization name.
    
    * Show required character in the submission complex input field `*` however the whole complex input field is not required.
    
    * Refactored adding of error messages into complex input field.
    
    * Mark nested input field from the complex input field as required, however the complex input field is not required.
    
    * Removed complex input field when the value is `N/A`
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    1169cd1 View commit details
    Browse the repository at this point in the history
  219. Merge pull request DSpace#2802 from DSpace/backport-2766-to-dspace-7_x (

    #621)
    
    [Port dspace-7_x] Fix missing Register DOI button if configuration enabled
    
    Co-authored-by: Tim Donohue <tim.donohue@lyrasis.org>
    milanmajchrak and tdonohue committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    597e397 View commit details
    Browse the repository at this point in the history
  220. use images built by dataquest, not DSpace or other (#627)

    * use dtq solr image
    * use dtq dspace image
    MajoBerger authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    8a58b72 View commit details
    Browse the repository at this point in the history
  221. Added a new required info (#623)

    * CS translation: `Klika polozky` translated to `Handle polozky`
    
    * Added a new required info. Changed the way how the required messages are rendered. Updated old required info messages.
    
    * Updated messages - for being consistent
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    b115ba7 View commit details
    Browse the repository at this point in the history
  222. Cherry picked ORCID updated from customer/uk. (#629)

    Co-authored-by: Ondřej Košarko <ko_ok@centrum.cz>
    milanmajchrak and kosarko committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    a4a8cbf View commit details
    Browse the repository at this point in the history
  223. Configuration menu
    Copy the full SHA
    ed0c153 View commit details
    Browse the repository at this point in the history
  224. Fix editing license bugs: confirmation, required info messages (#634)

    * Updated license definition form messages for required info labels.
    
    * The confirmation default value is loaded.
    milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    9817316 View commit details
    Browse the repository at this point in the history
  225. Update deploy.yml

    [devOps] show healthcheck in a separate step
    vidiecan authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    8d07216 View commit details
    Browse the repository at this point in the history
  226. Update deploy.yml (#636)

    add forgotten var
    MajoBerger authored and milanmajchrak committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    eda3f88 View commit details
    Browse the repository at this point in the history
  227. Internal/synchro upstream (#638)

    * Show error message from the error response
    
    (cherry picked from commit e6546b4)
    
    * fix(i18n): add and update missing status strings
    
    New strings for status filter entries:
    search.filters.namedresourcetype.*
    Refactored strings introduced with DSpace#2068 (refactor badged),
    e.g. mydspace.status.archived -> mydspace.status.mydspaceArchived
    
    * 104126: ProcessDetailComponent test improvement
    
    * Bump word-wrap from 1.2.3 to 1.2.5
    
    Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5.
    - [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
    - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.5)
    
    ---
    updated-dependencies:
    - dependency-name: word-wrap
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    (cherry picked from commit 2fec33e)
    
    * Replace mentions of demo7.dspace.org and api7.dspace.org with demo or sandbox
    
    * Update default configs to use https://demo.dspace.org/server/
    
    * 2437 Correct and clarify commented-out code in several custom components
    
    - Correct the path in commented-out code in the custom theme's
      components
    - Clarify that the workflow-item-sen-back.component.scss file is a stub
    - It has no corresponding SCSS file in the base theme
    
    (cherry picked from commit 0906234)
    
    * fix lint error in workflow-item-send-back.component.ts
    
    (cherry picked from commit 518cc71)
    
    * Enable new skip merge commit feature
    
    * 103818 Add warning tooltip to "Inherit policies" checkbox on item move page
    
    * 103818 Adjusted "Inherit policies" tooltip
    
    * Update pl.json5
    
    Update from 7.4 to 7.6 version
    
    (cherry picked from commit b439ab4)
    
    * Update pl.json5
    
    Translation update of 2 spaces instead of 3
    
    (cherry picked from commit cfd753f)
    
    * Update pl.json5 fix issues from tests
    
    (cherry picked from commit 93299ec)
    
    * Update pl.json5 fix test 2 spaces instead of 1
    
    (cherry picked from commit f58a7a2)
    
    * 105265: Made the DsDynamicListComponent's checkbox & radio buttons ids unique for each metadata field to prevent other value-pairs having the same id
    
    (cherry picked from commit 4c419e1)
    
    * Fix lint issue.
    
    * 103176: Fix vcr not being defined yet in OnInit hook
    
    * 101577: Ensure the component is always destroyed before rendering the new component
    
    * Reset to base theme when no default theme is set and leaving UUID/handle theme
    
    * Merge branch 'fix-ngonchanges-not-working-for-themed-components_contribute-7.2' into fix-ngonchanges-not-working-for-themed-components_contribute-7.4
    
    * 🐛 go to first page after submit search
    
    (cherry picked from commit 88a7088)
    
    * ✅ add first page condition when search submit
    
    (cherry picked from commit 0442302)
    
    * Replace h5 with a span
    
    (cherry picked from commit 5ef4a82)
    
    * Replace h2 with a h1
    
    (cherry picked from commit 05c53ad)
    
    * Add trackby function so cdktree can differentiate between new and old nodes
    
    (cherry picked from commit 5f71de8)
    
    * Improve documentation
    
    (cherry picked from commit d9b6e9d)
    
    * Reorder instance method to come after member declaration
    
    (cherry picked from commit e59913a)
    
    * fix(i18m): curation-task.task.registerdoi.label
    
    changed curation-task.task.register-doi.label back to
    curation-task.task.registerdoi.label and added German translation
    
    (cherry picked from commit 0ec72f6)
    
    * Implemented i18n cache busting
    
    * Update to latest cypress
    
    (cherry picked from commit 68a3323)
    
    * Update to latest axe-core
    
    (cherry picked from commit 50899f1)
    
    * Reenable accessibility check fixed in DSpace#2251
    
    (cherry picked from commit 158ebb0)
    
    * Enable excessibility checking of login menu, and remove unnecessary exclusion from header
    
    (cherry picked from commit 339ed63)
    
    * Fix heading order issue with item page & update accessibility tests to prove it now passes
    
    (cherry picked from commit ba244bf)
    
    * Update ng2-nouislider and nouislider to latest versions
    
    (cherry picked from commit 91d8b7e)
    
    * Fix accessibility of date sliders by adding aria-labels
    
    (cherry picked from commit 2a88179)
    
    * Minor fixes to cypress tests
    
    (cherry picked from commit 70a7bbe)
    
    * Fix heading order accessibility issue in search filters/facets
    
    (cherry picked from commit 276d808)
    
    * Spanish translation updated to 7.6
    
    (cherry picked from commit 4cc4192)
    
    * Some lint errors fixed
    
    (cherry picked from commit 1885638)
    
    * 🐛 fix when navbar expands on firefox
    
    (cherry picked from commit 6070672)
    
    * 🐛 Fix Value of dropdown changes automatically on item submission page
    
    (cherry picked from commit 6513059)
    
    * ✅change test event, click by mousedown on dynamic-scrollable-dropdown.component.spec.ts
    
    (cherry picked from commit 25479e1)
    
    * config/config.example.yml: fix example syntax
    
    As of DSpace Angular 7.2 the syntax has changed from TypeScript to
    YAML.
    
    (cherry picked from commit 9e46b53)
    
    * Fix VocabularyTreeview not updating + i18n for nsi
    
    (cherry picked from commit b5a70e8)
    
    * 104189: Allow CSV export on related entity search
    
    (cherry picked from commit cac1407)
    
    * 104189: CSV export add fixedFilter
    
    (cherry picked from commit 45ad5f7)
    
    * Minor pt-PT translation fixes
    
    (cherry picked from commit a6c1120)
    
    * remove redundant cache default values from server.ts
    
    (cherry picked from commit e53abcb)
    
    * 🚸remove thumbnail from file-upload section and show bitstream format and checksum
    
    (cherry picked from commit 4c8ec8a)
    
    * 🎨revert unnecessary format
    
    (cherry picked from commit 13e4052)
    
    * Update workspaceitem-section-upload-file.model.ts
    
    Fix code comment
    
    (cherry picked from commit 01c8a4d)
    
    * ♻️ refactor chain of observables to avoid async issues
    
    (cherry picked from commit 2dc9fd4)
    
    * 🐛 fix bug of caching when add new schema
    
    (cherry picked from commit 9fb9e58)
    
    * 🎨 revert format
    
    (cherry picked from commit 3e5524d)
    
    * Fix innerText still being undefined in ssr mode
    
    * Correct text of help info on edit group page
    
    (cherry picked from commit 4924743)
    
    * Graceful shutdown on SIGINT (e.g. from 'pm2 stop').
    
    (cherry picked from commit 6709c3b)
    
    * Properly await termination.
    
    (cherry picked from commit 4449737)
    
    * Document a modified method as required by PR guidelines.
    
    (cherry picked from commit bf9b2b8)
    
    * 106974: Angular SSR menu issues
    
    * src/app/shared/search: don't capitalize metadata values
    
    Don't capitalize metadata values for display purposes.
    
    * fix issue where more than one api call was made on every route change
    
    * fix issue where invalidateRootCache didn't happen when the page first loaded
    
    * remove obsolete label element in metadata-schema.component.html
    
    (cherry picked from commit 6847c30)
    
    * removed trailing whitespaces as suggested by reviewer
    
    (cherry picked from commit 43f19e7)
    
    * [Port dspace-7_x] Update fi.json5 (DSpace#2516)
    
    * Update fi.json5
    
    Two last translations to the Finnish file.
    
    (cherry picked from commit c3a908b)
    
    * Fix routes not working with baseHref
    
    (cherry picked from commit 18febff)
    
    * [Port dspace-7_x] Serbian (Latin) translation (DSpace#2520)
    
    * Serbian (latin) translation added.
    
    ---------
    
    Co-authored-by: imilos <imilos@gmail.com>
    
    * [Port dspace-7_x] Fix missing or wrong Italian translations (DSpace#2522)
    
    [DURACOM-184] fix missing or wrong Italian translations
    
    ---------
    
    Co-authored-by: Andrea Barbasso <´andrea.barbasso@4science.com´>
    
    * fix dev mode issue where retrieving the login options fails
    
    * roll back unintended change to the responseMsToLive for RootDataservice
    
    * [DURACOM-185] Fix pointer on language dropdown menu
    
    (cherry picked from commit 6b5708c)
    
    * Move subscription button to DSO edit menu
    
    (cherry picked from commit c955816)
    
    * Update DSO edit menu resolver tests
    
    - Abstract away the different "subsections" ~ DSO type (the tests should not care about this)
      Instead, retrieve sections of interest by ID & assert whether they're there & how they should look
    - Test separately for Communities, Collections & Items
    - Test newly added menu section
    
    (cherry picked from commit 18b7a9c)
    
    * Issue#2535: Hide add more button in submission if no disabled sections
    
    * translate community as 'Bereich' in de.json5
    
    (cherry picked from commit 0139670)
    
    * Fix browse by visual bug
    
    (cherry picked from commit d0b4e15)
    
    * Bump postcss from 8.4.23 to 8.4.31
    
    Bumps [postcss](https://github.com/postcss/postcss) from 8.4.23 to 8.4.31.
    - [Release notes](https://github.com/postcss/postcss/releases)
    - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
    - [Commits](postcss/postcss@8.4.23...8.4.31)
    
    ---
    updated-dependencies:
    - dependency-name: postcss
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    (cherry picked from commit 3c5079e)
    
    * check cssRules existence before css variables are get from stylesheet
    
    (cherry picked from commit 367cda2)
    
    * checkstyle remove unused extra lines
    
    (cherry picked from commit 5f8a9de)
    
    * 107664: Normalized ePerson & group edit url and moved error message to translation file
    
    * Bump @babel/traverse from 7.21.4 to 7.23.2
    
    Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.4 to 7.23.2.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/traverse"
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    (cherry picked from commit 97f7a5e)
    
    * Revert "Check cssRules before css variables are read from stylesheet (DSpace#2454)"
    
    This reverts commit fa79c35.
    
    (cherry picked from commit 6f73b65)
    
    * Update email-request-copy.component.html
    
    Message is optional: remove req in [disabled]
    
    (cherry picked from commit 94c756d)
    
    * Fix RequestService test failing because of different lastUpdated time
    
    (cherry picked from commit fb31533)
    
    * Use gap instead of individual paddings for header icons
    
    (cherry picked from commit 9f2a1d0)
    
    * Themed LangSwitchComponent
    
    (cherry picked from commit f9b4460)
    
    * Applied same gap between header icons in the dspace theme and made the search field non-focusable when collapsed
    
    (cherry picked from commit 58d31dd)
    
    * Fixed invalid html structure the ExpandableNavbarSectionComponent had an ul tag containing non-li tags
    
    (cherry picked from commit fa56d5d)
    
    * Added Serbian cyrilic translation and corrected Serbian latin translation.
    
    (cherry picked from commit ad12e5a)
    
    * Added Serbian cyrilic translation and corrected Serbian latin translation.
    
    (cherry picked from commit aa9e12d)
    
    * Merge branch 'fix-display-order-authentication-methods_contribute-7.4' into fix-display-order-authentication-methods_contribute-7.6
    
    * Added themed-user-menu component.
    
    * Corrected missing semicolon.
    
    * Replaced tags for ds-user-menu.
    
    * Included user-menu component in custom theme.
    
    * Removed default value from inExpandableNavbar.
    
    * [DURACOM-190] Fix i18n labels in vocabulary-treeview
    
    (cherry picked from commit b321d6f)
    
    * [DURACOM-190] Fix alignment in vocabulary-treeview
    
    (cherry picked from commit feb2b2b)
    
    * allow to insert multi-line scope notes in MD field registry
    
    (cherry picked from commit 5bc5dd8)
    
    * Added support for changing the color of the navbar
    
    (cherry picked from commit f6649e1)
    
    * Fixed header bg color not being set in default (no) theme
    
    (cherry picked from commit 14b1ce5)
    
    * Fixed breadcrumb padding using incorrect syntax
    
    (cherry picked from commit 6c48238)
    
    * Added new variables for the expandable navbar section
    
    (cherry picked from commit 2ca2a38)
    
    * New themed components & minor CSS fixes (DSpace#2442)
    
    * 100839: Created themeable BrowseByComponent
    
    * 100839: Added themed BrowseByComponent to custom theme
    
    * 100839: Added themed BrowseEntryListElementComponent to custom theme
    
    * Added PersonComponent to custom theme
    
    * Themed LogInComponent
    
    * Fix focus on navbar using different color
    
    * Fix ccLicense checkbox margin
    
    * Fix long search facets name not displaying correctly
    
    * Removed RecentItemListComponent's unnecessary float causing alignment issues when adding components underneath it
    
    * Themed RegisterEmailFormComponent
    
    * more error-prone check of cssRules existence before css variables are get from stylesheet
    
    check the existence off cssRules property before the variables are readed from this stylesheet
    DSpace#2450
    
    (cherry picked from commit 4dd334f)
    
    * fix(pt-BR.json5): fix and update the language file
    
    Fix and update the pt-BR language file
    
    * fix(pt-BR.json5): fix and update the language file and previous errors
    
    Fix and update the pt-BR language file and the previous errors
    
    * Merged in DSC-106 (pull request #643)
    
    [DSC-106] Date input usable via keyboard using tab
    
    Approved-by: Vincenzo Mecca
    (cherry picked from commit 543b4ad)
    
    * [DURACOM-194] fixed year input value on input type date
    
    (cherry picked from commit c412c1f)
    
    * Ensure e2e tests run in production mode
    
    (cherry picked from commit 7dcaae8)
    
    * Specify user agent to avoid being detected as a "bot" by backend
    
    (cherry picked from commit 72cda41)
    
    * [DURACOM-177] gap-* classes
    
    (cherry picked from commit 930a381)
    
    * [DURACOM-177] Use gap-* classes on navbar buttons
    
    (cherry picked from commit a356295)
    
    * [DURACOM-197] Fix cache issue when depositing a submission
    
    (cherry picked from commit f992ff6)
    
    * Add UI nameSpace context path to Mirador viewer path
    
    (cherry picked from commit 3228c45)
    
    * 108055: fix issue 8686: unable to enter freetext values in the submission form for vocabulary
    
    (cherry picked from commit 0dcf6cb)
    
    * 108055: add user input to tag list
    
    (cherry picked from commit aac58e6)
    
    * Support type-bind of elements based on repeatable list type-bound element (CHECKBOX_GROUP)
    
    (cherry picked from commit 09aaa46)
    
    * [DURACOM-195] Simplify vertical spacing in header and breadcrumbs
    
    (cherry picked from commit a3e6d9b)
    
    * [DURACOM-180] Prevent header from covering media viewer controls (dspace theme)
    
    (cherry picked from commit 0208a78)
    
    * [DURACOM-180] Prevent header from covering media viewer controls (base theme)
    
    (cherry picked from commit c042cd8)
    
    * Update condition to render show more node
    
    `loadingNode` ends up being the current `node` after clicking it preventing it from rendering when more pages available.
    
    Update community list component spec
    
    Make the show more flat node id unique
    
    The nodes with same id are conflicting when added to the tree. Clicking on the second with same id places the show more button under the wrong branch and expands the wrong page.
    
    (cherry picked from commit 11d3771)
    
    * Filter expanded nodes by id
    
    Co-Authored-By: Art Lowel <1567693+artlowel@users.noreply.github.com>
    (cherry picked from commit dc2ef98)
    
    * Added skip to main content button
    
    * Limit getMembers() and getSubgroups() to only fetching one object. These lists are only used to find the size of each
    
    (cherry picked from commit 0da7c15)
    
    * Remove isSubgroupOfGroup() functionality as it loads every subgroup at once. Bad peformance for large groups
    
    (cherry picked from commit 97479a2)
    
    * Fix bug where linked Community/Collection info was sometimes listed many times in a row
    
    (cherry picked from commit 2292366)
    
    * Remove "isMemberOfGroup()" from members-list component.
    
    (cherry picked from commit 43d3719)
    
    * Remove unnecessary EpersonDtoModel. Rework code and tests to use EPerson instead.
    
    (cherry picked from commit bffae54)
    
    * Also remove unnecessary EpersonDtoModel from extending ReviewersListComponent. Remove "memberOfGroup" from EpersonDtoModel as it is no longer used
    
    (cherry picked from commit b598f1b)
    
    * Fix subgroups-list specs so they align with new members-list specs
    
    (cherry picked from commit 64f968b)
    
    * Refactor members-list and subgroups-list components to use new isNotMemberOf endpoints (via services)
    
    (cherry picked from commit 8a10888)
    
    * Refactor subgroups-list component's "search()" to act same as member-list component's "search()". Avoids reloading the page as frequently.
    
    (cherry picked from commit 2eb1a17)
    
    * Remove seemingly unnecessary page reload after new search.
    
    (cherry picked from commit d163db1)
    
    * Address feedback. Run empty search on init. Reorder sections to list current members before add members (for both eperson and groups)
    
    (cherry picked from commit 9117ac0)
    
    * Bump axios from 0.27.2 to 1.6.0
    
    Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.6.0.
    - [Release notes](https://github.com/axios/axios/releases)
    - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
    - [Commits](axios/axios@v0.27.2...v1.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: axios
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    (cherry picked from commit ef9f31d)
    
    * 108045: Fix for repeatable date field labels
    
    * Fixed test
    
    * Fix handle redirect not working with custom nameSpace
    
    (cherry picked from commit b894dce)
    
    * adding new access-status-list-element-badge css classes
    
    (cherry picked from commit e847e4e)
    
    * Create new access-status-badge.component.scss
    
    (cherry picked from commit 3bf2eb1)
    
    * new accessStatusClass atribute
    
    (cherry picked from commit 6378dbe)
    
    * remove replaceAll and use an object property
    
    (cherry picked from commit c7eae92)
    
    * adding ngOnDestroy for dealing with unsubscribe
    
    (cherry picked from commit 75b788d)
    
    * 107671: Fix handle theme not working with canonical prefix https://hdl.handle.net/
    
    (cherry picked from commit a7faf7d)
    
    * 107671: Split Theme model & ThemeConfig classes in separate files to prevent circular dependencies
    
    (cherry picked from commit da8880e)
    
    * 107671: Fixed bug where config property would still sometimes be undefined whey calling the ngOnDestroy in the ThemedComponent
    
    (cherry picked from commit 4e54cca)
    
    * 107671: Fixed theme matching by handle not working in production mode
    
    (cherry picked from commit 7529ed8)
    
    * [DURACOM-202] feature: item edit pages are accessible by administrator
    
    (cherry picked from commit ccf1cc4)
    
    * [DURACOM-202] refactor: code
    
    (cherry picked from commit b6d515f)
    
    * [DURACOM-202] refactor: code
    
    (cherry picked from commit 6f64db1)
    
    * fix: random order of buttons in status tab
    
    (cherry picked from commit 35f8b55)
    
    * refactor: code
    
    (cherry picked from commit fbbbc18)
    
    * 107685: menu-component re-render section on store update
    
    * 107902: Created test case for 2f26e68
    
    * Update version tag for release
    
    * empty commit - force checks
    
    * remove double permissions
    
    * Removed duplicated attributes
    
    * Use our docker workflow and docker compose
    
    * Removed empty row
    
    ---------
    
    Co-authored-by: milanmajchrak <milan.majchrak@dataquest.sk>
    Co-authored-by: Alan Orth <alan.orth@gmail.com>
    Co-authored-by: Mirko Scherf <mscherf@uni-mainz.de>
    Co-authored-by: Tim Donohue <tim.donohue@lyrasis.org>
    Co-authored-by: Kristof De Langhe <kristof.delanghe@atmire.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Hardy Pottinger <hardy.pottinger@gmail.com>
    Co-authored-by: Koen Pauwels <koen.pauwels@atmire.com>
    Co-authored-by: Michał Dykas <96572102+michdyk@users.noreply.github.com>
    Co-authored-by: Alexandre Vryghem <alexandre@atmire.com>
    Co-authored-by: Hugo Dominguez <hugo@escire.lat>
    Co-authored-by: Hrafn Malmquist <hrafn.malmquist@gmail.com>
    Co-authored-by: Sergio Fernández Celorio <sfernandez@arvo.es>
    Co-authored-by: Nona Luypaert <nona.luypaert@atmire.com>
    Co-authored-by: José Carvalho <jnsc@ua.pt>
    Co-authored-by: Sascha Szott <szott@gmx.de>
    Co-authored-by: Mark H. Wood <mwood@iu.edu>
    Co-authored-by: Yana De Pauw <yana@atmire.com>
    Co-authored-by: Art Lowel <art.lowel@gmail.com>
    Co-authored-by: DSpace Bot <68393067+dspace-bot@users.noreply.github.com>
    Co-authored-by: imilos <imilos@gmail.com>
    Co-authored-by: Andrea Barbasso <´andrea.barbasso@4science.com´>
    Co-authored-by: Davide Negretti <davide.negretti@4science.com>
    Co-authored-by: Yury Bondarenko <ybnd@tuta.io>
    Co-authored-by: Marie Verdonck <maria.verdonck@atmire.com>
    Co-authored-by: Janne Jensen <micrograph@posteo.de>
    Co-authored-by: Pascal-Nicolas Becker <pnbecker@users.noreply.github.com>
    Co-authored-by: Jens Vannerum <jens.vannerum@atmire.com>
    Co-authored-by: Gantner, Florian Klaus <florian.gantner@uni-bamberg.de>
    Co-authored-by: Agustina Martinez <am857@cam.ac.uk>
    Co-authored-by: Eike Martin Löhden <eike.loehden@ub.uni-marburg.de>
    Co-authored-by: Marco Aurelio Cardoso <marcoaurelio.cardoso@gmail.com>
    Co-authored-by: Alisa Ismailati <alisa.ismailati@atis.al>
    Co-authored-by: Alisa Ismailati <alisa.ismailati@4science.com>
    Co-authored-by: Giuseppe Digilio <giuseppe.digilio@4science.com>
    Co-authored-by: William Welling <wwelling@tamu.edu>
    Co-authored-by: Andreas Mahnke <andreas.mahnke@leuphana.de>
    Co-authored-by: lotte <lotte_hofstede@hotmail.com>
    Co-authored-by: Paulo Graça <paulo1978@gmail.com>
    Co-authored-by: Vlad Nouski <uladzislau.nouski@4science.com>
    Configuration menu
    Copy the full SHA
    ee71830 View commit details
    Browse the repository at this point in the history
  228. Configuration menu
    Copy the full SHA
    1c91c75 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    714db54 View commit details
    Browse the repository at this point in the history
  2. removed -r flag

    Paurikova2 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    a0606cd View commit details
    Browse the repository at this point in the history
  3. redefination of input

    Paurikova2 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    1b2b08e View commit details
    Browse the repository at this point in the history
  4. added -r flag

    Paurikova2 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    57312bf View commit details
    Browse the repository at this point in the history
  5. replaced cp by docker cp

    Paurikova2 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    3a5abe6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c4cc77a View commit details
    Browse the repository at this point in the history
  7. TEST: assesttore

    Paurikova2 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    506d79c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    29b376d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4c4992d View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    499d648 View commit details
    Browse the repository at this point in the history
  2. empty assetstore control

    Paurikova2 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    7d37f8f View commit details
    Browse the repository at this point in the history
  3. test assetstore folder

    Paurikova2 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    d08cf6d View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. correct branch after test

    Paurikova2 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    8ea5872 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed77a35 View commit details
    Browse the repository at this point in the history
  3. forgotten slash

    Paurikova2 authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    70ee4cc View commit details
    Browse the repository at this point in the history
  4. assetstore path forgotten slash

    forgotten slash
    Paurikova2 authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    28edc82 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    257d084 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c951c7c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1598d13 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c3f8036 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    280f77c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2199438 View commit details
    Browse the repository at this point in the history