Commit Graph

875 Commits

Author SHA1 Message Date
Giuseppe Digilio
98f79a7f67 Fixed merge issue 2018-06-11 11:55:02 +02:00
Giuseppe Digilio
b17cb180bb Merge remote-tracking branch 'remotes/origin/master' into dynamic_forms 2018-06-11 11:14:32 +02:00
Giuseppe Digilio
5ec01031d9 updated with the latest changes 2018-06-11 11:13:05 +02:00
Tim Donohue
43380732de Merge pull request #268 from atmire/browse-entries
Fetching and parsing browse entries
2018-05-18 10:17:14 -05:00
Art Lowel
7c392f316d fixed lint error 2018-05-18 16:00:59 +02:00
Art Lowel
a0851884e6 Added more tests 2018-05-18 15:54:05 +02:00
Art Lowel
44b031a234 #255 Fetching and parsing browse entries 2018-05-17 14:52:09 +02:00
Giuseppe Digilio
10c739c903 Merge remote-tracking branch 'remotes/origin/master' into dynamic_forms 2018-05-16 16:53:37 +02:00
Tim Donohue
fdd9746f64 Merge pull request #263 from the-library-code/262
Set ip and port by an env variable.
2018-05-15 15:44:14 -05:00
Tim Donohue
b1d3d4f7d5 Remove unnecessary "as ServerConfig" statements 2018-05-15 15:14:23 -05:00
Giuseppe Digilio
1e4bc0563a Merge remote-tracking branch 'remotes/origin/master' into dynamic_forms
# Conflicts:
#	src/app/app.reducer.ts
#	src/app/core/core.module.ts
#	src/app/shared/shared.module.ts
2018-05-15 18:44:51 +02:00
Art Lowel
f21b3e390e Merge pull request #267 from Georgetown-University-Libraries/mock-admin-guard
Mock AdminGuard
2018-05-14 18:31:38 +02:00
Michael Marttila
b60373e290 Add MockAdminGuard as provider 2018-05-14 11:25:35 -04:00
Michael Marttila
0827208c58 Spacing style fix 2018-05-14 09:39:00 -04:00
Michael Marttila
b53b7fdfb8 Add MockAdminGuard 2018-05-14 09:06:06 -04:00
Pascal-Nicolas Becker
c6557ca317 Set a few configuration options an env variables.
For docker containers it would be useful if any configuration variables
defining how to connect to the angular ui and how it connects to the
DSpace 7 REST endpoint could be overriden by environment variables. We
should not extend configuration by environment variables too much.
2018-05-11 18:52:00 +02:00
Art Lowel
c712ae789e Merge pull request #243 from 4Science/notifications
This PR closes #160
2018-05-11 18:24:26 +02:00
Giuseppe Digilio
1609a06a43 made sure that content and title notification are not interpreted as html 2018-05-11 16:19:59 +02:00
Giuseppe Digilio
7a4f15c3e0 turned the html field in to a boolean 2018-05-11 13:57:31 +02:00
Giuseppe Digilio
876dba2892 Added tests 2018-05-10 17:24:09 +02:00
Giuseppe Digilio
a114650564 fixes and adjustments 2018-05-09 19:23:09 +02:00
Giuseppe Digilio
7a32d18b1b Merged dynamic form module 2018-05-09 12:14:18 +02:00
Giuseppe Digilio
7d38976ea0 Fixed tests 2018-05-08 10:05:11 +02:00
Giuseppe Digilio
343e5e4f30 Fixed tests 2018-05-07 16:37:09 +02:00
Giuseppe Digilio
ada577c2be Merge remote-tracking branch 'remotes/origin/master' into notifications
# Conflicts:
#	src/app/app.component.ts
#	src/app/core/core.module.ts
2018-05-07 16:10:17 +02:00
Giuseppe Digilio
bafa46bb24 Adjusted CSS and added default notification options in the environment config files 2018-05-07 15:49:03 +02:00
Art Lowel
99f8d4f24d Merge pull request #235 from LotteHofstede/search-backend
Search service implementation
2018-05-03 11:20:33 +02:00
Lotte Hofstede
b065df356a fixed sorting issue 2018-05-03 10:21:31 +02:00
Lotte Hofstede
a4b2229509 fixed prod build issue 2018-05-03 09:48:34 +02:00
Lotte Hofstede
38efd5b542 changed default sort options 2018-05-03 09:32:48 +02:00
Art Lowel
ebbe2e6a93 added tests for the new object-grid-component onInit code 2018-04-26 15:51:36 +02:00
Art Lowel
d6fc8aca4f added support for Object.entries, removed a console.log and fixed an issue where the page wouldn't reset after selecting a new filter 2018-04-26 14:36:19 +02:00
Art Lowel
5ad190c906 fixed an issue where the search form wouldn't work on any page but the search page 2018-04-26 13:37:14 +02:00
Art Lowel
5e2dc51828 replaced css with bootstrap classes 2018-04-26 13:27:15 +02:00
Art Lowel
cb4c062ad9 fixed an issue with the AoT build 2018-04-26 11:58:32 +02:00
Art Lowel
2d0a43f91f added tests for new HostWindowService code 2018-04-26 11:38:36 +02:00
Art Lowel
994c089925 fixed a few sorting, rpp and view persistence issues with grid view 2018-04-26 10:57:12 +02:00
Art Lowel
545145a759 fixed an issue where a search result without hitlighlights would break the grid view 2018-04-20 16:01:59 +02:00
Art Lowel
2317f1f3a3 fixed an issue where changing the sort direction wouldn't work 2018-04-20 14:19:18 +02:00
Art Lowel
c125f36f43 fixed an issue where browse definition REST URLs would be wrong in certain cases 2018-04-20 11:17:52 +02:00
Art Lowel
c19369f027 Merge pull request #245 from artlowel/angulartics-docs
Added docs about Angulartics providers
2018-04-19 17:37:21 +02:00
Art Lowel
bff1550520 capitalized google analytics 2018-04-19 17:27:01 +02:00
Art Lowel
6b3f99d782 added docs about other angulartics providers besides GA 2018-04-16 14:12:47 +02:00
Lotte Hofstede
60366e3eec removed log 2018-04-13 15:35:26 +02:00
Lotte Hofstede
790ca4bc79 Fixed TSLint errors 2018-04-13 15:31:26 +02:00
Lotte Hofstede
e56ea2aff8 Applied feedback and other fixes 2018-04-13 15:18:35 +02:00
Giuseppe Digilio
e0deb52ed7 Fixed test labels 2018-04-12 15:09:51 +02:00
Art Lowel
69ca4ce904 Merge pull request #241 from Atmire-Kristof/w2p-50479_Google-analytics
Added support for Google Analytics
2018-04-12 15:06:24 +02:00
Giuseppe Digilio
1db0217e7c Merge remote-tracking branch 'remotes/origin/master' into notifications 2018-04-12 14:57:09 +02:00
Lotte Hofstede
c9e7cdcf9a added search service test 2018-04-09 16:29:12 +02:00