Andres Vazquez
Andres Vazquez
Is this a good idea? Why we don't allow to index and use as facets new fields? Note: this is not tested, just and idea that should work
### Proposed fixes: If we need to drop the `{% block change_password %}` block for the `user.edit` view to do not allow users to change their password (for `ckanext-saml2` users...
### Proposed fixes: In different CKAN projects I'm using Sendgrid and Slack to notify users. I assume other users have similar requirements. Sometimes we don't have (and don't need) an...
Fixes 403 errors for users trying to see activity stream but do not have the permission to do it ### Proposed fixes: If a user do not have permission for...
### Proposed fixes: It looks like we are not properly handling permission for the activities lists If we open the user activities list we were defining `{% set can_show_activity_detail =...
Catch an error in datastore to avoid 500 error in POSTs to `datatables/ajax/` The `datastore_search` action raises this error, it's captured later in this function but not here ### Features:...
### Proposed fixes: This is just a proposal to allow plugins to add more stats (including `tracking` data) Not finished ### Features: - [ ] includes tests covering changes -...
### Proposed fixes: If a user remove its own nuser from a group we get redirected to `manage_members` page which returns 403 ### Features: - [ ] includes tests covering...
In a field with boolean values like this ```yaml - field_name: some_bool label: Some Bool required: false preset: select choices: - value: false label: "No" - value: true label: "Yes"...
Include a CKAN signal for failed login attempts