Commit Graph

1181 Commits

Author SHA1 Message Date
Kristof De Langhe
3a809cc671 55946: Finished edit-item-page and start of collection mapper 2018-10-09 11:51:52 +02:00
Kristof De Langhe
ba4d2861f5 55946: Start of Edit Item Page 2018-10-08 17:50:52 +02:00
Kristof De Langhe
24f6f982e9 55693: Authentication Guard and TSDocs 2018-10-01 14:14:26 +02:00
Kristof De Langhe
5f56d5959d 55693: ItemSelectReducer tests 2018-10-01 13:40:29 +02:00
Kristof De Langhe
199e6c7299 55693: Empty ItemSelectReducer test file 2018-10-01 11:43:37 +02:00
Kristof De Langhe
7934b87336 55693: ItemSelectService tests 2018-10-01 11:38:13 +02:00
Kristof De Langhe
8b99ea44b2 ItemSelectComponent tests 2018-10-01 10:30:05 +02:00
Kristof De Langhe
c3add84d86 55693: ItemSelectComponent tests intermediate + ItemSelectServiceStub 2018-09-28 17:31:05 +02:00
Kristof De Langhe
95b4635291 55693: CollectionItemMapperComponent tests 2018-09-28 16:02:39 +02:00
Kristof De Langhe
44caed878c Merge branch 'master' into w2p-55693_Item-mapping-to-collections
Conflicts:
	src/app/core/auth/auth-response-parsing.service.ts
	src/app/core/auth/auth.service.ts
	src/app/core/auth/models/auth-status.model.ts
	src/app/core/auth/models/normalized-auth-status.model.ts
	src/app/core/auth/server-auth.service.ts
	src/app/shared/testing/auth-request-service-stub.ts
	src/app/shared/testing/auth-service-stub.ts
2018-09-28 13:26:24 +02:00
Kristof De Langhe
e1c734e113 55693: CollectionItemMapperComponent test intermediate 2018-09-28 12:43:38 +02:00
Kristof De Langhe
0a8a6bb720 55693: Messages improvement 2018-09-28 11:27:53 +02:00
Kristof De Langhe
ba8be3f57d 55693: Temporary pagination fix (remove url params on tab change) 2018-09-28 10:56:17 +02:00
Tim Donohue
5912c88791 Merge pull request #290 from atmire/authorization-issue
Fix for authentication
2018-09-27 14:16:11 -05:00
Kristof De Langhe
7b74d9c077 55693: Notifications on success/failure and small refactoring 2018-09-27 17:08:52 +02:00
Kristof De Langhe
6f64b943f5 Merge branch 'Authentication-issue-fix' into w2p-55693_Item-mapping-to-collections 2018-09-27 13:16:34 +02:00
Kristof De Langhe
4731da83cd 55693: Intermediate Commit 2018-09-27 13:16:26 +02:00
Kristof De Langhe
ce134bbd10 55693: emit only once and reset selected items + notification 2018-09-27 11:46:26 +02:00
Kristof De Langhe
09a84edb09 55693: Working store interaction for selecting items 2018-09-27 11:09:36 +02:00
lotte
bfc70f4f88 Added links to issues 2018-09-27 10:37:40 +02:00
Kristof De Langhe
5040d230fb 55693: (incomplete) store interraction for selecting items 2018-09-26 17:30:24 +02:00
Kristof De Langhe
9440401ca3 55693: Fixed scope being passed between tabs 2018-09-26 13:16:56 +02:00
Kristof De Langhe
3dc09062d0 55693: Tabset 2018-09-26 11:45:10 +02:00
Kristof De Langhe
315b6a9690 55693: Intermediate commit 2018-09-26 11:02:11 +02:00
Kristof De Langhe
6b986c8c91 55693: Item mapper page + ItemSelectComponent 2018-09-26 09:44:01 +02:00
Art Lowel
bfb6b1f262 Merge pull request #291 from tdonohue/bootstrap_update
Update version of Bootstrap per CVE-2018-14041
2018-09-24 10:44:10 +02:00
Tim Donohue
9029231396 Update version of Bootstrap per CVE-2018-14041 2018-09-21 12:02:06 -05:00
lotte
7db30e8809 fixed tslint error 2018-09-20 15:37:54 +02:00
lotte
a2bcdfbea9 disabled reloads 2018-09-20 15:24:16 +02:00
lotte
e96eeeaa83 fixed redirect after login 2018-09-18 16:29:55 +02:00
lotte
97669d0c34 upgrade ngrx to fix store devtools bug 2018-09-17 10:20:12 +02:00
Tim Donohue
59baced783 Merge pull request #283 from atmire/browse-by-features
Issues 252,253: Browse by title and browse by metadata (author)
2018-09-14 14:01:27 -05:00
lotte
2b1d4cd12a Fixed logout issue 2018-09-14 11:42:55 +02:00
lotte
1f336f29fd small fixes for authentication 2018-09-12 16:11:04 +02:00
lotte
caf9194f36 Fixes for authentication (awaiting fixes in EPerson REST endpoint) 2018-09-12 11:38:08 +02:00
Kristof De Langhe
ea075fbd8f Correct parsing of AuthStatus and small changes 2018-09-10 08:44:56 +02:00
Kristof De Langhe
cb20a31379 Fixed Browse-By-Title sort direction 2018-09-07 12:05:22 +02:00
Kristof De Langhe
d7582edfa1 BrowseItemsResponseParsingService TypeDocs 2018-09-07 11:24:37 +02:00
Kristof De Langhe
15587a920a Merge branch 'master' into browse-by-features
Conflicts:
	src/app/core/shared/operators.ts
2018-09-07 11:15:01 +02:00
Tim Donohue
0455a16d03 Merge pull request #288 from atmire/resolvers-branch
Resolvers for item, collection and community home page
2018-09-06 11:52:56 -05:00
lotte
e62524e7d0 fixed typos and added TypeDocs 2018-08-30 12:53:57 +02:00
Kristof De Langhe
28d7a169fc removed browse-by pages empty test files 2018-08-30 10:05:09 +02:00
Kristof De Langhe
3a53595573 Merge branch 'browse-by-features' of https://github.com/atmire/dspace-angular into browse-by-features
Conflicts:
	src/app/core/data/data.service.spec.ts
2018-08-29 14:40:38 +02:00
Kristof De Langhe
4590264d5a Merge branch 'master' into browse-by-features
Conflicts:
	src/app/core/core.module.ts
	src/app/core/shared/operators.ts
	src/app/shared/object-grid/item-grid-element/item-grid-element.component.html
	src/app/shared/object-list/item-list-element/item-list-element.component.html
	src/app/shared/shared.module.ts
2018-08-29 14:24:45 +02:00
Kristof De Langhe
535034ec8e Added type docs 2018-08-29 12:46:20 +02:00
Tim Donohue
bf308c02c7 Merge pull request #280 from atmire/search-features
Search features
2018-08-27 12:39:22 -05:00
lotte
9fbbf53661 undo REST server config 2018-08-23 16:00:46 +02:00
lotte
02110c66be Merge branch 'search-features' into resolvers-branch
Conflicts:
	src/app/core/shared/operators.ts
2018-08-23 15:53:02 +02:00
lotte
bf29b74c55 reverse rest endpoint to 4Science server 2018-08-23 15:39:22 +02:00
lotte
9a410d02d9 scope now uses DSO endpoint instead of PID 2018-08-23 15:38:10 +02:00