Commit Graph

48 Commits

Author SHA1 Message Date
FrancescoMolinaro
a79c4036cb fix menu resolver condition for LDN 2024-03-04 11:38:56 +01:00
FrancescoMolinaro
0a3f884793 Resolve conflicts after merge of part 1 2024-02-29 15:13:53 +01:00
FrancescoMolinaro
6fc4c05627 Merge branch 'main' into coar-notify-7 2024-02-29 08:56:49 +01:00
Jean-François Morin
410a278eca Resolved conflicts 2024-02-27 22:06:24 -05:00
FrancescoMolinaro
2b57275e6d map constraints, add guard, small restyle (badge), remove unused patterns 2024-02-26 13:07:47 +01:00
Alisa Ismailati
e7579b7bf5 [CST-12109] fix of text messages / source image 2024-02-23 15:03:52 +01:00
Jean-François Morin
f1cfe9991d Fixed single-quote constraint 2024-02-22 16:07:32 -05:00
Jean-François Morin
64e3149e7e Added enable/disable Conte Reports functionality 2024-02-22 15:49:41 -05:00
frabacche
e4a03404ad LDN Service link always visible to admin 2024-02-22 18:53:54 +01:00
frabacche
ff1444b241 coar-notify-7 LDN Service menu show/hide configuration 2024-02-22 08:55:23 +01:00
Alisa Ismailati
8d0971d9ff Merge branch 'main' into CST-12109-WITHDRAWN-REINSTATE-requests 2024-02-21 10:14:50 +01:00
jeffmorin
872a670f02 Merge branch 'DSpace:main' into main 2024-02-16 08:47:39 -05:00
FrancescoMolinaro
6380abc759 Fix merge conflicts 2024-02-16 13:10:38 +01:00
FrancescoMolinaro
d4bf3a519a refactor, clean up 2024-01-25 13:22:17 +01:00
FrancescoMolinaro
66cd035f87 refactor, fix tests 2024-01-25 11:50:02 +01:00
frabacche
afa6559b19 CST-5249_suggestion refactor deleting 'reciter', docs 2024-01-24 18:32:21 +01:00
frabacche
2bb421c7cf CST-5249_suggestion community first code review 2024-01-23 17:44:49 +01:00
Alisa Ismailati
a4b0c5a13d cherry-picked "[CST-12791] changed the route for suggestions to be be accessible to any logged in user" to CST-12109 2024-01-18 12:46:49 +01:00
Alisa Ismailati
16b9a14191 [CST-12791] rename of files & components by removing admin 2024-01-12 16:04:12 +01:00
Alisa Ismailati
565f723096 Merge branch 'CST-12791-merge-main-to-coar' into coar-CST-12791 2024-01-12 14:39:02 +01:00
Alisa Ismailati
c6993aee80 Merge branch 'main' into coar-notify-7 2024-01-12 11:21:15 +01:00
frabacche
108db1e0c5 CST-5249_suggestion alignment to main, merge conflicts 2023-12-21 12:44:12 +01:00
Jean-François Morin
ef651a3686 Resolved conflicts 2023-12-18 16:32:43 -05:00
FrancescoMolinaro
f7be255345 add QA authorization config 2023-12-15 15:20:39 +01:00
Alisa Ismailati
71bc0192e3 [CST-12791] changed the route for suggestions to be be accessible to any logged in user 2023-11-30 13:01:46 +01:00
Jean-François Morin
6d9768ec81 Updated to latest version from main branch 2023-11-21 09:36:34 -05:00
Sondissimo
1c9fbd4629 CST-11048 FInished the angular implementation for the ldn inbox, needs cleanup 2023-09-26 11:12:19 +02:00
Francesco Bacchelli
9b556fd703 Merge branch CST-5249_suggestion of https://github.com/4Science/DSpace into CST-11299 2023-08-22 11:16:30 +02:00
Francesco Bacchelli
37121b001b Merge branch 'main' of https://github.com/DSpace/dspace-angular into CST-11298 2023-08-01 15:51:02 +02:00
Giuseppe Digilio
06fef61f02 [CST-9636] Create page for bulk access 2023-05-09 18:39:04 +02:00
Jean-François Morin
a105dd5c46 Fixed conflicts 2023-03-24 11:40:35 -04:00
Yana De Pauw
0076edd026 Merge remote-tracking branch 'upstream/main' into w2p-97425_System-wide-alerts 2023-02-09 11:57:25 +01:00
Yana De Pauw
37ec888b0a 97425: Create "System Wide Alerts" feature 2022-12-23 10:51:53 +01:00
Koen Pauwels
742b68b706 97183 Minor fixes (code review) 2022-12-09 14:52:41 +01:00
Koen Pauwels
92c7922fbe 97183 Fixed linting issues 2022-12-06 15:59:01 +01:00
Koen Pauwels
68bac1f400 97183 Hide sidebar items w/o appropriate permissions.
See https://github.com/DSpace/dspace-angular/issues/1643

Sidebar now omits "New" and/or "Edit" options in the sidebar if the user does
not have permissions to respectively create new Items or edit Items.

If this results in an empty sidebar, the sidebar is hidden in its entirety.
2022-12-06 11:30:46 +01:00
Jean-François Morin
f37122b23c Content Reports 2022-11-30 15:41:56 -05:00
Koen Pauwels
627da93e23 97183 Workaround: reorder admin sidebar sections
The issue described at https://github.com/DSpace/dspace-angular/issues/1643 was
no longer reproducible: The menu component ultimately retrieves menu section
information from the store, but in the `MenuComponent#ngOnInit` method, this
information is piped through `distinctUntilChanged(compareArraysUsingIds())`,
which discards an update that sets these menu elements to be visible.

The behavior of this pipe is probably incorrect, but a proper fix is out of
scope for the current task. For now, we work around the problem by adding
top-level menu sections _after_ their children while initializing the menu
section store, which side-steps this issue.
2022-11-30 15:25:36 +01:00
Luca Giamminonni
50f74cdaf7 Merge remote-tracking branch '4Science-bitbucket/main' into CST-5337 2022-11-09 12:04:55 +01:00
Nikunj Sharma
98ee0751ec [CST-6685] added new batch export functionality 2022-09-27 20:19:50 +05:30
Nikunj Sharma
c1498424f3 CST-6685 changes for import batch 2022-09-13 16:18:32 +05:30
Mark H. Wood
5ed369d097 Make create, edit community/collection/item dialogs theme-able. 2022-08-19 16:23:20 -04:00
Luca Giamminonni
a7d2278d99 [CST-5249] Renamed nbevent and nbtopics 2022-07-06 17:21:34 +02:00
Giuseppe Digilio
7b6ccb780f [CST-5535] fix menu entry after merge 2022-05-19 18:41:54 +02:00
Yura Bondarenko
b05125dd16 Fix import menu to align with export menu code 2022-05-18 13:51:44 +02:00
Yura Bondarenko
1522c36ed0 Merge remote-tracking branch 'origin/main' into w2p-90978_Improve-initial-page-load_PR 2022-04-28 13:49:39 +02:00
Yura Bondarenko
8a4f811575 90978: Move admin menu to MenuResolver, clean up & add tests 2022-04-28 12:01:02 +02:00
Art Lowel
3bc5ee0253 pages loading twice poc
Cherry-picked from original branch started from Angular 13 PR
2022-04-27 11:58:43 +02:00