Adrià Mercader
Adrià Mercader
@TomeCirun you were kindly volunteered to work on this by @tino097 :) Let's start with the first point. I think what we need to do is: 1. Remove the `@csrf.exempt`...
@goranmaxim What you raise is very reasonable and we should make easy to comply with GDPR. Starting from CKAN 2.8 there is the [`ckan.auth.public_user_details`](http://docs.ckan.org/en/2.8/maintaining/configuration.html#ckan-auth-public-user-details) configuration option that returns a not...
@frafra can we get more details? More detailed logs around these messages or more concrete steps to reproduce? thanks
On the Flask-login failures, I'm pretty sure that they are caused by this change: https://github.com/maxcountryman/flask-login/pull/691 Somehow the combination of storing the logged in user in `g` instead of the stacks...
@Gauravp-NEC thanks for your offer. It would be good to fix the underlying issue so nested data can be provided at any index of the `records` key and it doesn't...
@avdata99 let's finish all the planned work on ckanext-spatial and then we can propose changes in core if necessary
Looks like a merge error. Can you rebase your PR or submit a new one? You should create a PR against the `dev-v2.9` branch thanks
Fixed in 8ccd70a13
Thanks a lot for this @johnfelipe , it would be very valuable to have these docs available in different languages. But we need to find a way for properly managing...
Here's some previous context on the status of this feature: https://github.com/ckan/ckan/issues/4212 But note that my list there underestimated what needs to be done. There are issues about authorization, visibility, etc...