Commit Graph

6690 Commits

Author SHA1 Message Date
Giuseppe Digilio
8f28429fe6 Added auth service 2018-02-02 14:35:26 +01:00
Giuseppe Digilio
55c55dc682 Added Eperson and group models 2018-02-02 14:33:48 +01:00
Giuseppe Digilio
2309c1be3b Added login page ang nav menu 2018-02-01 17:13:08 +01:00
Art Lowel
78574df60b removed the concept of prerender strategies. rehydrate is the default now 2018-02-01 13:57:24 +01:00
Art Lowel
4fbceab1b9 Switched to angular 5's built-in transfer state api 2018-02-01 13:17:59 +01:00
Art Lowel
befe08b571 Merge pull request #213 from 4Science/fix-pagination
Fix pagination issue on change page size
2018-01-25 15:41:59 +01:00
Lotte Hofstede
58a26c03cc 46063: removed ellipsis, added other animations.. 2018-01-25 14:01:02 +01:00
Lotte Hofstede
1b0fc45b6d 46063: working CSS truncation, but were switching to JS again... 2018-01-24 15:22:31 +01:00
Art Lowel
1aebb4fb5b package @angularclass/idle-preload was renamed to angular-idle-preload 2018-01-23 16:32:26 +01:00
Art Lowel
50ce788946 fixed 'Critical dependency' warnings when running karma 2018-01-23 16:00:39 +01:00
Art Lowel
643b715da2 fix lint issues 2018-01-23 15:18:11 +01:00
Art Lowel
962d87173e Fixed AoT Build 2018-01-23 15:16:22 +01:00
Giuseppe Digilio
cf867cbcd6 Fixed pagination issue on change page size 2018-01-23 13:12:59 +01:00
Lotte Hofstede
136edddbdd Merge branch 'master' into w2p-46063_truncation-implementation
Conflicts:
	src/app/object-list/item-list-element/item-list-element.component.ts
	src/app/object-list/search-result-list-element/item-search-result/item-search-result-list-element.component.scss
	src/app/shared/object-list/search-result-list-element/item-search-result/item-search-result-list-element.component.ts
	src/styles/_custom_variables.scss
	src/styles/_mixins.scss
2018-01-23 10:27:25 +01:00
Lotte Hofstede
33e04fd324 46063: saved currect state 2018-01-23 10:21:35 +01:00
Art Lowel
107a0736c6 Angular 5 upgrade: upgrade dependencies - AoT build broken 2018-01-22 17:02:35 +01:00
Art Lowel
e47046c43d Angular 5 upgrade: upgrade prep 2018-01-22 11:40:19 +01:00
Art Lowel
90c3d16e8e Merge pull request #211 from artlowel/post-support
Store requests by UUID instead of URL
2018-01-19 13:07:25 +01:00
Art Lowel
1d48172ecd refactored tests 2018-01-19 12:47:29 +01:00
Art Lowel
b771503cf7 more tests for request service 2018-01-19 10:40:04 +01:00
Art Lowel
55bb142d3a Merge branch 'master' into post-support 2018-01-18 14:53:18 +01:00
Art Lowel
4c361d25b6 fixed an issue where certain GET requests would be performed more often then needed and added tests for the requestservice (not everything tested yet) 2018-01-18 13:51:01 +01:00
Art Lowel
a4bdc6d862 Merge pull request #210 from courtneypattison/http-client
Replaced Http with HttpClient
2018-01-17 17:10:02 +01:00
Art Lowel
f349f27002 fixed type issues in tests 2018-01-17 16:29:12 +01:00
Art Lowel
334b07ac26 added a RestRequest class for each http method 2018-01-17 15:58:40 +01:00
Art Lowel
ab570e4ffb Merge branch 'master' into post-support 2018-01-17 15:34:54 +01:00
Art Lowel
1a1cc3a32a Merge pull request #202 from jonas-atmire/150-List-and-grid-feedback
Closes #150
2018-01-17 14:04:57 +01:00
Art Lowel
6711b63827 Removed errors with status code 200 in mock search service and tests 2018-01-15 10:48:50 +01:00
Jonas Van Goolen
bbd6dcd475 #150 alligning statements.... 2018-01-11 10:41:05 +01:00
Art Lowel
eb37488296 commented out the create method until the spec for POST responses is final 2018-01-11 10:40:31 +01:00
Art Lowel
0010f9d704 fixed find-and-replace mistakes in yarn.lock 2018-01-10 14:02:58 +01:00
courtneypattison
d3b8bf063d DSpaceRESTv2Service gets response with payload and statusCode 2017-12-22 12:19:47 -08:00
Jonas Van Goolen
c89e34386b #150 Get component's pageSizeOptions 2017-12-21 08:53:49 +01:00
Jonas Van Goolen
0e4c93bd49 #150 Separate pageSizeOptions for list and grid 2017-12-20 16:19:22 +01:00
Jonas Van Goolen
df31790183 #150 Remove incorrectly referencing searchOptions 2017-12-20 16:10:39 +01:00
Lotte Hofstede
f381649112 46063: css attempt to fix multiline clamping 2017-12-20 12:38:59 +01:00
Lotte Hofstede
eb2143d0a1 46063: overflow-text-clamp wrapper attempt 2017-12-20 08:55:45 +01:00
courtneypattison
7a7d27c680 Replaced Http with HttpClient 2017-12-19 13:50:12 -08:00
Lotte Hofstede
970b1f6b74 47063: truncation option with shave library 2017-12-19 11:54:20 +01:00
Jonas Van Goolen
4a56bd0f14 #150 Feedback fixes 2017-12-19 10:41:35 +01:00
Lotte Hofstede
d7c2b09697 print commit 2017-12-18 13:57:01 +01:00
Art Lowel
5f5d9eaeee Switched to storing requests based on UUID, generalized UUIDIndexReducer to work with any type of index 2017-12-12 17:45:32 +01:00
Jonas Van Goolen
8270587624 #150 Mive object-list.component test to correct package + delete empty file 2017-12-07 13:12:41 +01:00
Jonas Van Goolen
23afe334cf Merge remote-tracking branch 'community/master' into 150-List-and-grid-feedback 2017-12-07 13:05:22 +01:00
Art Lowel
d775467fcb cleaned up remotedata for a better separation of concerns, moved statuscode and errormsg in to RemoteDataError object, moved pageInfo to PaginatedList object in the payload 2017-12-07 11:28:44 +01:00
Art Lowel
98a49b3191 add support for multiple request methods 2017-12-06 10:11:29 +01:00
Jonas Van Goolen
5061ceef3c #150 Payload compatibility fix 2017-12-01 13:34:38 +01:00
Art Lowel
84ea88c56b Merge pull request #205 from LotteHofstede/130-increase-testing-coverage
Increase test coverage
2017-12-01 13:25:01 +01:00
Jonas Van Goolen
1f873acea4 #150 TSLint error fixing 2017-12-01 13:09:48 +01:00
Jonas Van Goolen
9b812100b1 #150 Fixing path to use relative import 2017-12-01 11:50:34 +01:00