mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2022-12-12
This commit is contained in:
@ -123,5 +123,36 @@ $ wc -l /tmp/2022-12-08-orcids.txt
|
||||
- I had a hunch it was related to me updating the `last_modified` timestamp after updating a bunch of countries, regions, etc in items
|
||||
- Then today I noticed this option in `dspace.cfg`: `eperson.subscription.onlynew`
|
||||
- By default DSpace sends notifications for modified items too! I've disabled it now...
|
||||
- I applied 498 fixes and two deletions to affiliations sent by Peter
|
||||
- I applied 206 fixes and eighty-one deletions to donors sent by Peter
|
||||
- I tried to figure out how to authenticate to the DSpace 7 REST API
|
||||
- First [you need a CSRF token](https://github.com/DSpace/RestContract/blob/main/csrf-tokens.md), before you can even try to authenticate
|
||||
- Then you can authenticate, but I can't get it to work:
|
||||
|
||||
```console
|
||||
$ curl -v https://dspace7test.ilri.org/server/api
|
||||
...
|
||||
dspace-xsrf-token: 0b7861fb-9c8a-4eea-be70-b3be3bd0a0b4
|
||||
...
|
||||
$ curl -v -X POST --data "user=aorth@omg.com&password=myPassword" "https://dspace7test.ilri.org/server/authn/login" -H "X-XSRF-TOKEN: 0b7861fb-9c8a-4eea-be70-b3be3bd0a0b4"
|
||||
```
|
||||
|
||||
- Start a harvest on AReS
|
||||
|
||||
## 2022-12-09
|
||||
|
||||
- I found a way to check the owner of a Handle prefix
|
||||
- You query the admin Handle for the prefix, ie: https://hdl.handle.net/0.na/10568
|
||||
|
||||
## 2022-12-11
|
||||
|
||||
- I got LDAP authentication working on DSpace 7
|
||||
|
||||
## 2022-12-12
|
||||
|
||||
- Submit some issues to MEL GitHub:
|
||||
- [Links to https://mel.cgiar.org/dspace/limited for Limited Access items on CGSpace](https://github.com/CodeObia/MEL/issues/11081)
|
||||
- [Items submitted to CGSpace without Initiative](https://github.com/CodeObia/MEL/issues/11083)
|
||||
- PRMS planning meeting before tomorrow's meeting with researchers and submitters
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
Reference in New Issue
Block a user