Commit Graph

3917 Commits

Author SHA1 Message Date
Marie Verdonck
cc402a0a02 [groups/epeople admin pages] messages added, activeGroup reset after page refresh fix & clearcache/reload after add/delete member moved 2020-04-02 17:18:30 +02:00
lotte
258b1228f3 replaced wfi components by task components that render wfi's 2020-04-02 17:05:46 +02:00
lotte
f664cf4c90 made timeout longer for e2e 2020-04-02 17:02:14 +02:00
lotte
97953912c5 added waiting until loading is done to e2e tests 2020-04-02 11:22:48 +02:00
lotte
b3ba67e31d Merge branch 'master' into angular-cli 2020-04-02 10:36:37 +02:00
lotte
5bb4065580 print html in e2e to debug 2020-04-02 10:27:08 +02:00
Bram Luyten
ddc0ed6321 Spelling correction in a single en.json5 key 2020-04-02 10:14:32 +02:00
lotte
45beb3f93f Added more thens to e2e tests 2020-04-02 09:44:05 +02:00
lotte
6e49ef6859 start of admin workflow ui 2020-04-01 17:04:54 +02:00
Tim Donohue
b493c9b0f2 Merge pull request #640 from atmire/broken-create-community
Broken create community
2020-04-01 10:03:56 -05:00
Kristof De Langhe
27f17b35f9 68346: Set upload url after bundle create 2020-04-01 14:51:24 +02:00
Kristof De Langhe
1f984c4c40 69920: Test fix 2020-04-01 13:29:25 +02:00
lotte
5bcc700cc9 fixed e2e issue 2020-04-01 10:43:07 +02:00
Tim Donohue
6850a47d70 Merge pull request #638 from tdonohue/add_license_terms
Add LICENSE info to this codebase
2020-03-31 13:45:39 -05:00
Tim Donohue
52d5beae1d Merge pull request #633 from DSpace/pull_request_template
Create an initial PR template for DSpace 7 UI
2020-03-31 13:44:16 -05:00
Tim Donohue
46a5a3eaca Link back to license-checker 2020-03-31 12:14:08 -05:00
Tim Donohue
59df043578 Add license terms to this codebase 2020-03-31 12:11:51 -05:00
Tim Donohue
ecf8e8915f Minor tweak based on feedback. 2020-03-31 12:00:11 -05:00
lotte
4a52513a38 fixed test 2020-03-31 16:11:13 +02:00
lotte
27fcdab8ad fixed non-existing color in setenv script 2020-03-31 15:04:38 +02:00
lotte
894bee2583 added rimraf to dev deps 2020-03-31 13:52:39 +02:00
lotte
69ba0865a8 fixed test files + added clean for environment.ts + fixed set-env script bug 2020-03-31 13:50:12 +02:00
lotte
6b6068ffb8 Merge branch 'master' into angular-cli 2020-03-31 13:49:40 +02:00
Kristof De Langhe
b1b8c05150 Merge branch 'master' into w2p-68346_Bundles-in-edit-item-Updates
Conflicts:
	src/app/app-routing.module.ts
	src/app/shared/shared.module.ts
2020-03-30 16:42:06 +02:00
Giuseppe Digilio
1f26a7b634 Show the policies for each bundle and bitstream within the item 2020-03-30 12:57:33 +02:00
Giuseppe Digilio
18d38ca737 Implemented resource policies component 2020-03-30 12:36:36 +02:00
Marie Verdonck
06c6ed18a6 [groups/epeople admin pages] No adding current active group itself as own subgroup:
* Added message if trying to add current group (that is being edited) as own subgroup
* Removed possible add/delete button from current group being edited in subgroups list, replace with message
2020-03-30 11:49:07 +02:00
Giuseppe Digilio
be8923d572 Added primaryBitstream and bitstreams properties to Bundle model 2020-03-30 11:43:38 +02:00
Giuseppe Digilio
2e94b349f9 Added eperson and group property to ResourcePolicy model 2020-03-30 11:43:02 +02:00
Giuseppe Digilio
1af5958fa9 Added ngFor track by DSO's id directive 2020-03-30 11:40:58 +02:00
Marie Verdonck
48d7f6987e [groups/epeople admin pages] Changes/Fixes:
* Added check with Group.permanent on whether or not to show delete button
* Disabled groupName input field if group that is being edited is permanent
* Cancel edit group button sends you back to group registry now
* In group edit, cache only gets cleared of that groups subgroups and epersons cache (at member delete/add) instead of cleared of all groups info
* Separated search groups result list and list of subgroups in edit group page and eperson members of edit group page
* Fixed pagination after search issues in groups registry, group edit page (groups search, subgroups, epeople search and members)
* Applied same fixes to epeople registry
* Browse All button added to all group/eperson searches to browse all groups/epeople
* Fixed immediately being able to add members after group creation in edit group page
* Fixed hover i18n tags on groups & epeople registry page => Missing tags
* Fixed tests after changes
2020-03-30 11:10:02 +02:00
Tim Donohue
0d38c75ea2 Initial draft PR template 2020-03-27 12:37:45 -05:00
Tim Donohue
b535d166e0 Merge pull request #568 from 4Science/shibboleth
Dspace 7 shibboleth (Angular)
2020-03-27 09:56:31 -05:00
Art Lowel
f61f92e1ad add template file, update readme, remove logs 2020-03-27 15:51:54 +01:00
Giuseppe Digilio
e48b8ad147 Fixed issue with accessCondition in SubmissionSectionUploadAccessConditionsComponent 2020-03-27 12:21:53 +01:00
Giuseppe Digilio
e87c173e96 Fixed issue with getSearchEndpoint which make wrong request to endpointMap 2020-03-27 12:19:20 +01:00
Giuseppe Digilio
ac323f48cc Added item authorizations component 2020-03-27 12:17:59 +01:00
lotte
1caec64115 added npm-run-all 2020-03-27 11:02:07 +01:00
lotte
a3b97f7bd9 fixed notification type 2020-03-27 10:10:44 +01:00
lotte
0850c264b6 added nodemon to watch dev environment changes 2020-03-27 10:06:17 +01:00
Kristof De Langhe
7996555ec2 Merge branch 'master' into w2p-69305_Apply-new-MyDSpace-fix
Conflicts:
	src/app/core/core.module.ts
	src/app/shared/shared.module.ts
2020-03-27 09:59:33 +01:00
lotte
1b7fdfc59c removed custom environment files and fixed config build 2020-03-27 09:10:32 +01:00
lotte
e53727248d environment.ts script 2020-03-26 15:30:41 +01:00
Giuseppe Digilio
e396fe054e Refactored Resource Policy service 2020-03-26 14:40:06 +01:00
Art Lowel
521b0d3986 Merge pull request #629 from vitorsilverio/translation_typo
Fix pt tranlation typo
2020-03-25 17:05:18 +01:00
Kristof De Langhe
02526753e2 68346: Routing back to edit-bitstreams page 2020-03-25 16:15:58 +01:00
Kristof De Langhe
74af325e45 Merge branch 'master' into w2p-68346_Bundles-in-edit-item-Updates
Conflicts:
	src/app/shared/shared.module.ts
2020-03-25 14:01:44 +01:00
Tim Donohue
b384a9400b Merge pull request #595 from atmire/Notice-regarding-the-availability-of-new-version
Notice regarding the availability of new version on item pages
2020-03-23 11:40:51 -05:00
Giuseppe Digilio
7cf0480098 Merge remote-tracking branch 'remotes/origin/master' into shibboleth
# Conflicts:
#	src/app/app-routing.module.ts
#	src/app/core/auth/auth.service.ts
#	src/app/shared/shared.module.ts
2020-03-23 10:36:19 +01:00
Marie Verdonck
54b351c0d3 final tests (group-form & member&subgroup lists) & notification
for group creation fail, with specific notification for group name in use
2020-03-22 22:48:18 +01:00