Custom Query (2152 matches)
Results (1357 - 1359 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1611 | duplicate | Implement auth API calls for webstore/external use | ross | ross |
Description |
As part of #1574 we decided that it would be better for webstore (and future external services) to be able to authenticate simply with CKAN-Core. Currently webstore access the CKAN database to obtain the key for the user but it would be better if this connection was not so tightly bound and that webstore used an API as any other external service might. Need to discuss further with dread |
|||
#671 | fixed | Implement and show user names in WUI | pudo | pudo |
#1199 | fixed | Implement an email function for users. | pudo | pudo |
Description |
We need an email function in CKAN to accept messages sent to users. The basic signature will be:
This has a number of use cases:
Finally, the mail function should be exposed in the API for sysadmin clients. This way we can have scripts traverse CKAN for 404s, invalid data or missing fields and ping users about that automatically (requires traversal by revision, not package, to get the associated users). ImplementationNote we have already written code like this (*and* tested it) in isitopen: |