lotte
bafb2f3490
fixed existing tests and added linkType
2019-10-14 16:27:08 +02:00
lotte
dfe1143184
metadata representation
2019-10-10 16:18:14 +02:00
lotte
0fb12c4274
refactored mydspace/listelements etc
2019-10-08 15:51:31 +02:00
lotte
a1f144aa0b
replaced type input by getRenderType method
2019-10-04 16:06:59 +02:00
lotte
9badabade6
Split typed list/grid elements into normal and search result
2019-10-03 16:26:58 +02:00
lotte
5b6aa951ad
continued refactoring listable objects
2019-10-02 15:43:19 +02:00
lotte
5353e889a3
added new decorator for metadata representations
2019-09-27 16:58:24 +02:00
lotte
20274bd4af
refactored ItemViewMode to be part of ViewMode and added the Context enum
2019-09-27 13:19:26 +02:00
lotte
e584489eaf
65195: removed duplicate view mode, renamed existing modes from SetViewMode
2019-09-27 11:22:55 +02:00
Tim Donohue
d85cc0a0f2
Merge pull request #467 from mspalti/login_redirect_url
...
Redirecting user to same page after login.
2019-09-19 17:30:00 +02:00
Michael W Spalti
ca048736b5
Removed unnecessary import in unit test.
2019-09-18 12:13:41 -07:00
Michael W Spalti
73dd0147bc
Minor update of the imports in unit test.
2019-09-18 10:37:12 -07:00
Michael W Spalti
e70b9c5994
Added new auth redirect code for ssr.
2019-09-17 12:44:02 -07:00
Art Lowel
5917d92a07
Merge pull request #484 from atmire/fix-CVE-2019-10747
...
Update set-value to fix CVE-2019-10747
2019-09-17 10:33:06 +02:00
Michael W Spalti
8fe617bd74
Changed method name.
2019-09-16 13:14:45 -07:00
Tim Donohue
6ae9efde59
Merge pull request #477 from atmire/64644-Removal-of-filtered-discovery-page
...
Removal of filtered-discovery-page in Angular
2019-09-16 19:08:21 +02:00
Tim Donohue
f429483c93
Merge pull request #479 from terrywbrady/compose-v2
...
Use the improved DSpace Docker Compose files to create the ci image
2019-09-16 19:06:52 +02:00
Art Lowel
d088f0a504
update set-value to fix CVE-2019-10747
2019-09-16 18:35:17 +02:00
Art Lowel
b4d5bff1e6
update set-value to fix CVE-2019-10747
2019-09-16 18:28:40 +02:00
Art Lowel
f45bc3124a
Merge pull request #483 from DSpace/dependabot/npm_and_yarn/mixin-deep-1.3.2
...
Bump mixin-deep from 1.3.1 to 1.3.2
2019-09-16 18:06:51 +02:00
dependabot[bot]
95005ef110
Bump mixin-deep from 1.3.1 to 1.3.2
...
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep ) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases )
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2 )
Signed-off-by: dependabot[bot] <support@github.com >
2019-09-16 15:36:17 +00:00
Art Lowel
5fd8a12489
Merge pull request #439 from atmire/improve-i18n-files
...
Convert i18n files to JSON5 format
2019-09-16 17:28:41 +02:00
Art Lowel
ed958c1232
Merge branch 'master' into improve-i18n-files
2019-09-16 16:57:17 +02:00
Tim Donohue
8ffd44f1ed
Merge pull request #480 from atmire/upgrade-travis-image
...
Fix travis chrome install issue
2019-09-16 16:16:07 +02:00
Art Lowel
7d947291e4
add dpkg to prevent chrome install issues
2019-09-16 11:04:35 +02:00
helix84
6c0aaa7bee
Update cs.json5
2019-09-16 08:28:56 +02:00
Tim Donohue
ef8f857fe8
Merge pull request #335 from atmire/Move-item-component
...
Move item component
2019-09-13 18:14:17 +02:00
Art Lowel
154fc83930
fix typo
2019-09-12 17:14:19 +02:00
Art Lowel
b186ec635e
Merge branch 'master' into improve-i18n-files
2019-09-12 17:13:43 +02:00
Ben Bosman
da0b70faa4
Merge remote-tracking branch 'atmire-git/w2p-64644_Removal-of-filtered-discovery-page' into 64644-Removal-of-filtered-discovery-page
2019-09-10 12:38:24 +02:00
Ben Bosman
4c5d4427dc
Merge remote-tracking branch 'atmire-git/64644-Removal-of-filtered-discovery-page' into 64644-Removal-of-filtered-discovery-page
2019-09-10 09:24:44 +02:00
Michael W Spalti
6425f6e7d1
Removed the router injection that slipped into auth service during rebase, test now passes.
2019-09-09 13:33:51 -07:00
Michael W Spalti
c3102b9d43
A little cleanup in unit tests.
2019-09-09 12:58:55 -07:00
Michael W Spalti
d9fb68dce9
Modified redirectToPreviousUrl to use the standalone page parameter if no redirect url is found in the store.
...
Removed unused import that was causing merge conflict.
Once again try to fix merge conflict.
Added routeService to server module providers.
Changed order of providers.
Minor change to ServerAuthService to make method signature consistent with AuthService.
Try adding RouteService to browser-app module to see if that fixes travis build.
One more try at getting the CI build to work.
Removed change to browser module.
2019-09-09 12:58:55 -07:00
Michael W Spalti
0935bd4afd
Proposed authentication service method that sets redirect url and dispatches auth request.
2019-09-09 12:55:31 -07:00
Michael W Spalti
f0813fcbc1
Added @Input to the log-in component that indicates whether the component is being used in the standalone login page or the drop-down.
2019-09-09 12:39:04 -07:00
Michael W Spalti
54fc57d1f3
Modified mobile log-in to use history as provided by the store.
...
Minor typedoc and import updates.
2019-09-09 12:39:04 -07:00
Michael W Spalti
fcaf01807c
Modifed log-in component to use LOGIN_ROUTE when setting the redirect url.
...
Also added check for mobile layout that forces setting of the redirect url.
2019-09-09 12:39:04 -07:00
Michael W Spalti
c6156c5cbe
Modified log-in component to set the redirect url only if one has not been set already.
2019-09-09 12:39:04 -07:00
Michael W Spalti
db326a706c
Fixed the unit test (and added a typedoc)
2019-09-09 12:39:04 -07:00
Michael W Spalti
6360d5a88c
Modified the log-in component to set the redirectUrl in AuthState (so the user is returned to the same page after login).
2019-09-09 12:39:04 -07:00
Yana De Pauw
ee760908c5
Merge branch 'master' into w2p-64644_Removal-of-filtered-discovery-page
2019-09-09 18:26:01 +02:00
Yana De Pauw
5553d046ce
64644: Remove empty line to fix lint error
2019-09-09 17:37:14 +02:00
Yana De Pauw
ee76c256f8
Merge branch 'master' into Move-item-component
2019-09-09 11:06:16 +02:00
Terry Brady
754abdd2ec
correct data load script
2019-09-06 20:32:11 -07:00
Terry Brady
0b1bc9fe65
Use v2 compose files
2019-09-06 20:27:44 -07:00
Art Lowel
80706b9f61
Merge pull request #437 from atmire/w2p-62355_optimize-search-performance
...
Search performance optimisations #2
2019-09-06 16:35:45 +02:00
Tim Donohue
3c9fdec8dd
Merge pull request #466 from terrywbrady/travis-docker
...
Start Docker Compose for end-to-end (e2e) Testing
2019-09-06 16:12:48 +02:00
lotte
e518380025
fixed import issues
2019-09-06 16:07:37 +02:00
Tim Donohue
ddd1bb42cf
Spelling fixes
2019-09-06 08:38:48 -05:00