Custom Query (2152 matches)
Results (781 - 783 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1186 | fixed | Password reset facility | dread | |
Description |
You can register a user with password and (optional) email address. But if you forget the password you can't then log in again. We need a password reset facility that sends and email with a new password. |
|||
#1187 | fixed | Stop spam users with links in the 'about' field | dread | dread |
Description |
When you edit a user, you should be stopped from putting links in the 'about' field, because this is a common tactic by spammers. |
|||
#1190 | fixed | [super] CREP 0004 Data API and Data Processing System | rgrp | rgrp |
Description |
For some time (e.g. 1y+!) we have known that we want to integrate some kind of datastore / data processing system with CKAN. We've had a CREP in progress on this for some months (may copy that here at some point): We can distinguish 3 modules that are needed:
Suggestion is this would be sqlite based with a simple sql based API. http://ckan.net/api/data/{user|org}/{datastore_name}?q={some-read-sql-query}
get a long way with simple javascript running in the browser for development with this javascript then run offline using something like nodejs. Alternatively one could allow one to specify a url to e.g. a python file which would then be run in a sandbox (with access to some specified set of python modules) - #1432 More info |