Ronald "Fritz" Ray
Ronald "Fritz" Ray
Note: I haven't looked at how password management is currently done. These are just recent, generally accepted minimum practices. * Passwords should never be accessible in their original form during...
There is a missing authentication method, which is the only real method, which is via signature sheets (can be present in headers or in a POST). I'd really look at...
That may be -- gets and whatnot don't have signature sheets necessarily, but let's ram our faces into that roadblock and find a way through. I think the intent is...
I can think of a simple configuration option that would enable this, but it would play havoc with all of the editor use cases. https://github.com/cassproject/CASS/blob/master/src/main/server/skyRepo.js#L151 A check there for an...
Let's strip environment variables from the pm2 files, especially when they match the defaults. - [ ] Strip environment variables from the pm2 files, especially when they match the defaults.
Additionally, the upgrade to 8.23 shouldn't require any database upgrades. Just API changes.
mbox check for email address ("@") compares against null instead of -1. Can use account.name == person.identifier comparison. Have to modify person object by hand.
So here's the situation: ceasn:identifier is equivalentTo asn:identifier asn:identifier refines (specializes?) dc:identifier and has a controlled range of URI (based on the description, maybe not based on the intended range?)...
Ah, some more background may help. In IMS CASE, identifier seems to be used in the dc sense. https://opensalt.net/ims/case/v1p0/CFDocuments/c5fb3436-d7cb-11e8-824f-0242ac160002 ```json { "uri": "https://opensalt.net/ims/case/v1p0/CFDocuments/c5fb3436-d7cb-11e8-824f-0242ac160002", "identifier": "c5fb3436-d7cb-11e8-824f-0242ac160002", "lastChangeDateTime": "2018-10-24T20:31:24+00:00", ... } ```...
* Leave it as case:identifier and not translate to schema:identifier or dc:identifier. * OR Remove the translationability of dc:identifier to/from ceasn:identifier/asn:identifier. * OR Disentangle the entomology of identifier across schema:,...