Ricardo Garcia Silva
Ricardo Garcia Silva
Could you please update the ember and ember-data libs to the current versions? I'm trying to follow along, and stumbling into some errors. It would be nice to use this...
**Is your feature request related to a problem? Please describe.** Up until recently, [pycsw], which GeoNode uses to provide compatibility with [OGC CSW], only supported integration with downstream projects by...
# Description When querying a `postgresql` repository with expressions that take the form `csw:AnyText like %something%`, postgresql's Full Text Search (FTS) should not be used because it leads to erroneous...
# Description As discussed in the previous [developer meeting - Action A3](https://github.com/geopython/pycsw/wiki/Meetings-2017-10-16) it would be nice to have an extra flag for enabling diff outputs in functional tests. I have...
Currently pycsw sets up a database using the `sqlalchemy.Text` type for most columns. In my opinion it would be nicer if we could use other sqlalchemy types, specially the `sqlalchemy.DateTime`...
When an export is ready there is a message bar being shown with some information. Place a button on that message bar to allow opening the directory where the exported...
Current version of the UI install guide is hard to follow due to incorrect formatting and inclusion of git diff outputs in there. I am referring to this document: https://github.com/ceos-seo/data_cube_ui/blob/master/docs/ui/ui_install.md...
This PR implements the solution proposed by @scott2b in the description of #21: https://github.com/simonw/asgi-csrf/issues/21#issuecomment-1183411282 I was getting hit with `NS_ERROR_NET_PARTIAL_TRANSFER` when trying to implement CSRF protection on my [fastapi-users](https://fastapi-users.github.io/fastapi-users/12.1/) based...
This PR includes a small change to the nginx-related `geonode.conf.envsubst` file. It replaces usage of NGINX's `$host` variable with `$http_host`. As mentioned in #11734, the `$host` variable does not preserve...