Commit Graph

3554 Commits

Author SHA1 Message Date
Julius Gruber
e9abafb141 Code clean up 2019-10-18 12:41:03 +02:00
Julius Gruber
64a396a00f Code clean up 2019-10-18 12:40:19 +02:00
Julius Gruber
9741fbe9f6 Code clean up 2019-10-18 12:38:14 +02:00
Julius Gruber
eb099e588c Removed dev stub from config environment.default.js 2019-10-18 12:33:29 +02:00
Julius Gruber
0aac997238 Removed dev console logs 2019-10-18 11:40:08 +02:00
Julius Gruber
94539cd61d Code clean up 2019-10-18 11:37:38 +02:00
Kristof De Langhe
1fafc3a5d5 65240: Additional tests 2019-10-18 10:35:25 +02:00
Julius Gruber
ac32d2de11 Added storage of redirectUrl in a cookie 2019-10-18 10:20:18 +02:00
Julius Gruber
8ea2b79edf Testing local storage of redirectURL 2019-10-18 09:50:37 +02:00
Julius Gruber
8d939cd35c Shared module import fixed 2019-10-18 09:12:15 +02:00
Julius Gruber
8fbe6ade81 Merge conflicts resolved 2019-10-18 09:11:22 +02:00
Julius Gruber
792f7bf74d Removed isStandAlone from store 2019-10-18 08:58:36 +02:00
Michael W Spalti
6b26506d88 Added matcher function to router that supports handle paths (eliminates the need to encode the forward slash).
Fixed comment.
2019-10-17 15:08:35 -07:00
Kristof De Langhe
c7bb6ab17c 65240: ComCol logo delete on bitstreams endpoint + caching issue fixes when editing logos 2019-10-17 17:59:18 +02:00
lotte
ae6a6f28f7 added new submission list component for persons 2019-10-17 16:37:55 +02:00
Julius Gruber
392b539036 Removed model InjectedAuthMethods 2019-10-17 15:46:55 +02:00
Julius Gruber
6a2b9dad26 Added Action to set isStandAlonePage in store 2019-10-17 15:39:33 +02:00
lotte
99517c084c fixed issues after merge 2019-10-17 13:57:10 +02:00
lotte
bc358ec954 Merge branch 'master' into w2p-65195_dynamic-component-refactoring 2019-10-17 12:49:50 +02:00
lotte
f79e210959 Merge branch 'w2p-65195_dynamic-component-refactoring' into clean-relationships-in-submission 2019-10-17 12:49:22 +02:00
Art Lowel
bf5fb417e1 Merge pull request #472 from lhenze/460-coll-pages
Collections pages: add collection header and footer to all "browse by..." views
2019-10-17 12:38:01 +02:00
lotte
6d253be878 Fix for search parameters 2019-10-17 10:19:12 +02:00
lotte
44228c3839 fixed tests for demo 2019-10-17 10:18:33 +02:00
Michael W Spalti
e38556e821 Updated unit test. 2019-10-16 23:42:36 -07:00
Michael W Spalti
b695da8487 Encoding removed. 2019-10-16 23:39:47 -07:00
Michael W Spalti
85d179e27f Bugfix for request by handle (removed unnecessary encoding) 2019-10-16 13:18:03 -07:00
Michael W Spalti
2d49f3e765 Added unit test for isCachedOrPending lookup by id (FindByIdRequest). 2019-10-16 13:18:03 -07:00
Michael W Spalti
5e40d7a4c1 Fixed lint errors. 2019-10-16 13:18:03 -07:00
Michael W Spalti
2aaab83427 Added unit tests. 2019-10-16 13:18:03 -07:00
Michael W Spalti
a1d21cd6af Minor change to comment. 2019-10-16 13:18:03 -07:00
Michael W Spalti
5ec9b7c29f Added new unit tests. 2019-10-16 13:18:03 -07:00
Michael W Spalti
efc91a4591 Updated work on routing by id.
Fixed unit tests.

Updated to use pid REST endpoint.

Minor change in data.service and unit test update.

Updated the objectnotfound page with new text and go home button.
2019-10-16 13:18:03 -07:00
lotte
ddbe0c825a fixed test issue 2019-10-16 16:32:22 +02:00
lotte
437dce9b15 Merge branch 'master' into w2p-65195_dynamic-component-refactoring 2019-10-16 15:48:39 +02:00
Julius Gruber
8fde909915 Changed log-in.comonent to use observables again 2019-10-16 15:33:18 +02:00
lotte
ac851f3812 renaming fixes, new tests 2019-10-16 14:48:17 +02:00
Julius Gruber
94377487b7 Another testserver log 2019-10-16 13:41:51 +02:00
Julius Gruber
a59aafb1f4 Commit for server test 2019-10-16 13:14:24 +02:00
lotte
d962e40c58 added TypeDoc 2019-10-16 11:21:25 +02:00
Julius Gruber
331596968b Added log for injectedAuthMethods on testserver 2019-10-16 10:41:19 +02:00
Julius Gruber
26fd261d17 Added more debug logs for testserver 2019-10-16 10:08:49 +02:00
Michael W Spalti
ef4ae44898 Added forceBypassCache property to request model. 2019-10-15 14:42:38 -07:00
Michael W Spalti
4b03f76db2 Setting responseMsToLive to zero for SubmissionRequest. 2019-10-15 14:42:38 -07:00
Art Lowel
040692455e increased responseMsToLive from 0 to 10s, to prevent infinite loops 2019-10-15 14:42:38 -07:00
Art Lowel
70a5e271f4 ensure object cache uses responseMsToLive from request 2019-10-15 14:40:39 -07:00
Michael W Spalti
2475de726f Tentative fix for the mydspace submission requests. 2019-10-15 14:40:39 -07:00
Michael W Spalti
255e17b1a9 Removed a missed forcedBypassCache property. 2019-10-15 14:40:39 -07:00
Michael W Spalti
5c2b7767ed Renamed cache property and replaced conditional with hasValue. 2019-10-15 14:40:39 -07:00
Michael W Spalti
2d9fdef974 Explicitly checking for undefined in dataService (since I think 0 is not truthy for number). 2019-10-15 14:40:11 -07:00
Michael W Spalti
934f5a1bd0 Sets responseMsToLive to zero in some dataService methods and adds ability to reset the responseMsToLive value in subclasses. 2019-10-15 14:38:52 -07:00