Tim Donohue
916d7fc13d
Merge pull request #1805 from atmire/w2p-92900_Admin_options_dont_appear_after_Shibboleth_authentication_PR
...
Admin options don't appear after Shibboleth authentication
2022-09-13 09:24:10 -05:00
Yury Bondarenko
cc697041eb
Remove unused variable
2022-09-13 14:23:14 +02:00
Nikunj Sharma
c1498424f3
CST-6685 changes for import batch
2022-09-13 16:18:32 +05:30
lotte
ac094aa623
94233: added typedoc
2022-09-13 12:22:55 +02:00
Michael Spalti
db79d46a76
Unused import.
2022-09-12 13:13:56 -07:00
Tim Donohue
335d613df7
Ensure all data is read, not just first chunk
2022-09-12 12:53:03 -05:00
lotte
f70fc7b87a
94233: use actual CSS variables in theme
2022-09-12 17:42:37 +02:00
Yury Bondarenko
147c7180d0
93219: Add (more) reusable functions to test DataService composition
...
Data services that implement *Data interfaces should include the appropriate test functions in their specs.
These go over all methods in the interface & check that they're "wired up" correctly.
See e.g. the change in ExternalSourceDataService for an issue that is easy to miss but was highlighted by these new tests
2022-09-12 17:37:54 +02:00
Yury Bondarenko
8b4dbbad55
93219: Simplify DataService feature interfaces
...
Get rid of optional methods
- createPatchFromCache is useful -> make required
- leave getFindAllHref and getSearchByHref out & use implementation directly or refactor usages
2022-09-12 17:34:25 +02:00
Kostis Alexandris
6907e6a517
Changes in view and item buttons
2022-09-12 15:36:31 +03:00
Yury Bondarenko
c32e4ad7c7
93803: Add tests for create, search & put
2022-09-12 14:15:28 +02:00
Kostis Alexandris
a29a7f5883
Greek support for frontend
2022-09-12 15:02:03 +03:00
Yury Bondarenko
abc9bbeae3
Revert "93803: Update DataService constructor signatures"
...
This reverts commit a6fb4a6303
.
2022-09-12 12:29:04 +02:00
Michael Spalti
7f9c34f08e
A bit of padding for the placeholder.
2022-09-11 16:09:39 -07:00
Michael Spalti
989d243c8e
Pooled task thumb and unused imports.
2022-09-11 14:49:02 -07:00
Michael Spalti
b692fa5924
Added thumbs to mydspace and enviroment component injection.
2022-09-11 13:27:20 -07:00
Michael Spalti
06a68ece9d
Added anchors for entity-type thumbs.
2022-09-09 14:53:56 -07:00
Michael Spalti
8ff9f81247
Minor comment update to configs.
2022-09-09 14:28:52 -07:00
Michael Spalti
aad0085d61
Fixed wayward css class.
2022-09-09 14:20:50 -07:00
Michael Spalti
9218c0545f
Added specs.
2022-09-09 13:44:25 -07:00
Michael Spalti
ccb4c0794c
Updated configuration.
2022-09-09 10:34:17 -07:00
Michael Spalti
580986adae
Updates to thumbnail and placeholder fonts
2022-09-09 10:14:43 -07:00
Davide Negretti
b02826d24d
[UXP-10] Removed unused import
2022-09-09 18:51:58 +02:00
Davide Negretti
ac34a7893b
Merge branch 'main-ghds' into CST-6782-refactor
2022-09-09 18:36:08 +02:00
Davide Negretti
e57970349d
[UXP-10] Test fixed
2022-09-09 18:22:54 +02:00
Davide Negretti
89a7320823
[UXP-10] Refactoring - Disable button fix
2022-09-09 17:45:46 +02:00
Davide Negretti
6dfc5ef2f5
[UXP-10] Handle captcha expiration
2022-09-09 17:04:01 +02:00
Yury Bondarenko
13d33d802f
Fix admin search grid element specs
2022-09-09 17:03:02 +02:00
Davide Negretti
8af725e76f
[UXP-10] Refactoring WIP
2022-09-09 16:32:23 +02:00
Yana De Pauw
06e34355c3
Merge remote-tracking branch 'upstream/main' into w2p-94322_fix-theme-matching-using-handles
2022-09-09 14:44:48 +02:00
Davide Negretti
895e44a25f
[UXP-10] Disable button - Error handling - Notifications
2022-09-09 13:19:07 +02:00
Davide Negretti
97a12cae47
[UXP-10] Notify unaccepted cookies - Fixes
2022-09-08 20:06:36 +02:00
Yury Bondarenko
293ba8408e
94273: Make isAuthorized depend on the target object
...
This ensures that a successful ItemDataService.setWithdrawn call invalidates all related authorizations
2022-09-08 19:54:00 +02:00
Yury Bondarenko
7c13db2f89
94273: Invalidate object on successful patch
2022-09-08 19:54:00 +02:00
Yury Bondarenko
d40f163c49
94273: Implement dependencies between requests
...
When an object is invalidated, its dependent requests are invalidated as well
2022-09-08 19:54:00 +02:00
Giuseppe Digilio
acfd01e774
Merge branch 'main' into CST-6153
2022-09-08 18:02:03 +02:00
Yury Bondarenko
2ac0bcdc98
Merge remote-tracking branch 'origin/main' into w2p-92900_Admin_options_dont_appear_after_Shibboleth_authentication_PR
2022-09-08 17:53:04 +02:00
Giuseppe Digilio
18dda8c44e
Merge branch 'CST-6565' of bitbucket.org:4Science/dspace-angular into CST-6565
...
Conflicts:
src/app/shared/cookies/browser-klaro.service.ts
2022-09-08 17:24:45 +02:00
Giuseppe Digilio
606663dd76
[CST-6565] fix lint
2022-09-08 17:21:57 +02:00
Vincenzo Mecca
4f2f70f851
[CST-6565] Fixed linting
2022-09-08 17:20:45 +02:00
Davide Negretti
05784bfec6
[UXP-10] Fix remove Recaptcha from klaro config
2022-09-08 17:14:14 +02:00
Davide Negretti
0b7cf23e3f
[UXP-10] Fix onInit script
2022-09-08 16:52:43 +02:00
Vincenzo Mecca
032a276494
[CST-6565] Fixed configuration loading
...
ref:
- refactored property loading and mapping
- refactored klaro initialisation
fix:
- now initialisation waits for google-analytics api keys.
2022-09-08 16:42:10 +02:00
Kristof De Langhe
4ddc4b7541
Merge branch 'main' into w2p-94310_SearchEvents-bugfix-main
2022-09-08 15:41:54 +02:00
Tim Donohue
e7dc5f8d14
Merge pull request #1797 from tdonohue/fix_line_endings
...
Force all code to use LF line endings in .gitattibutes
2022-09-08 08:35:59 -05:00
Kristof De Langhe
24189c4ce0
94310: Track search with service method instead of tracking component
2022-09-08 14:53:22 +02:00
Yury Bondarenko
8622e4c059
Fix LGTM alerts
2022-09-08 13:07:36 +02:00
Giuseppe Digilio
877659a7c8
Merge branch 'main' into CST-6565
...
# Conflicts:
# src/app/shared/cookies/browser-klaro.service.ts
2022-09-08 12:12:31 +02:00
Yury Bondarenko
f8404c540e
94207: Extract 'wait for invalidation' pattern into a new method
2022-09-08 12:10:44 +02:00
Michael Spalti
9e14985fc5
Work on columns
2022-09-07 10:47:37 -07:00