Udata

Latest version: v8.0.0

Safety actively analyzes 630052 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 15 of 25

1.6.5

Not secure
- Replace "An user" by "A user" [2033](https://github.com/opendatateam/udata/pull/2033)
- Use "udata" and fix a few other typos in documentation and UI/translation strings [2023](https://github.com/opendatateam/udata/pull/2023)
- Add a surrounding block declaration around community section [2039](https://github.com/opendatateam/udata/pull/2039)
- Fix broken form validation on admin discussions and issues [2045](https://github.com/opendatateam/udata/pull/2045)
- Fix full reindexation by avoiding `SlugField.instance` deepcopy in `no_dereference()` querysets [2048](https://github.com/opendatateam/udata/pull/2048)
- Ensure deleted user slug is pseudonymized [2049](https://github.com/opendatateam/udata/pull/2049)
- Prevent the "Add resource" modal from closing when using the frontend "Add resource" button [2052](https://github.com/opendatateam/udata/pull/2052)

1.6.4

Not secure
- Fix workers: pin redis version for Celery compatibility [2019](https://github.com/opendatateam/udata/pull/2019)

1.6.3

Not secure
- Remove extra attributes on user deletion [1961](https://github.com/opendatateam/udata/pull/1961)
- Pin phantomjs to version `2.1.7` [1975](https://github.com/opendatateam/udata/pull/1975)
- Protect membership accept route against flood [1984](https://github.com/opendatateam/udata/pull/1984)
- Ensure compatibility with IE11 and Firefox ESR [1990](https://github.com/opendatateam/udata/pull/1990)
- Lots of fixes on the resource form. Be explicit about uploading a new file [1991](https://github.com/opendatateam/udata/pull/1991)
- Centralize `selectize` handling and style in `base-completer` and apply some fixes [1992](https://github.com/opendatateam/udata/pull/1992)
- Added the missing `number` input field widget [1993](https://github.com/opendatateam/udata/pull/1993)
- Fix the organization private datasets and reuses counters [1994](https://github.com/opendatateam/udata/pull/1994)
- Disable autocorrect, spellcheck... on search and completion fields [1995](https://github.com/opendatateam/udata/pull/1995)
- Fix harvest preview in edit form not taking configuration (features and filters) [1996](https://github.com/opendatateam/udata/pull/1996)
- Ensure organization page react to URL hash changes (including those from right sidebar) [1997](https://github.com/opendatateam/udata/pull/1997)
- Updating community resource as admin keeps original owner [1999](https://github.com/opendatateam/udata/pull/1999)
- Major form fixes [2000](https://github.com/opendatateam/udata/pull/2000)
- Improved admin errors handling: visual feedback on all errors, `Sentry-ID` header if present, hide organization unauthorized actions [2005](https://github.com/opendatateam/udata/pull/2005)
- Expose and import licenses `alternate_urls` and `alternate_titles` fields [2006](https://github.com/opendatateam/udata/pull/2006)
- Be consistent on search results wording and icons (Stars vs Followers) [2013](https://github.com/opendatateam/udata/pull/2013)
- Switch from a "full facet reset" to a "by term reset" approach in search facets [2014](https://github.com/opendatateam/udata/pull/2014)
- Ensures all modals have the same buttons styles and orders, same color code... [2012](https://github.com/opendatateam/udata/pull/2012)
- Ensure URLs from assets stored on `CDN_DOMAINS` are considered as valid and that associated error message is properly translated [2017](https://github.com/opendatateam/udata/pull/2017)

1.6.2

Not secure
- Display the owner/organization on harvester view [1921](https://github.com/opendatateam/udata/pull/1921)
- Improve harvest validation errors handling [1920](https://github.com/opendatateam/udata/pull/1920)
- Make extra TOS text customizable [1922](https://github.com/opendatateam/udata/pull/1922)
- Fixes an `UnicodeEncodeError` occuring when parsing RDF with unicode URLs [1919](https://github.com/opendatateam/udata/pull/1919)
- Fix some external assets handling cases [1918](https://github.com/opendatateam/udata/pull/1918)
- Harvest items can now match `source.id` before `source.domain` — no more duplicates when changing an harvester URL [1923](https://github.com/opendatateam/udata/pull/1923)
- Ensure image picker/cropper only allows images [1925](https://github.com/opendatateam/udata/pull/1925)
- Make tags min and max length configurable and ensure admin takes its configuration from the backend [1935](https://github.com/opendatateam/udata/pull/1935)
- Prevent errors when there is no date available to focus on the calendar [1937](https://github.com/opendatateam/udata/pull/1937)

Internals

- Update authlib to 0.10 [1916](https://github.com/opendatateam/udata/pull/1916)

1.6.1

Not secure
- Allows arguments and keyword arguments in the task `connect` decorator [1908](https://github.com/opendatateam/udata/pull/1908)
- Allows to restore assets after being deleted (Datasets, Organizations and Reuses) [1901](https://github.com/opendatateam/udata/pull/1901)
- Fixes form events not bubbling (and so fixes harvester config not displaying) [1914](https://github.com/opendatateam/udata/pull/1914)

1.6.0

Not secure
New features

- Harvest sources are now filterable through the harvest source create/edit admin form [1812](https://github.com/opendatateam/udata/pull/1812)
- Harvest sources can now enable or disable some optional backend features [1875](https://github.com/opendatateam/udata/pull/1875)
- Post UIs have been reworked: publication date, publish/unpublish action, save and continue editing, dynamic sidebar, alignments fixes... [1857](https://github.com/opendatateam/udata/pull/1857)

Minor changes

- Only display temporal coverage years on cards and search results [1833](https://github.com/opendatateam/udata/pull/1833)
- Add publisher's name on dataset template [1847](https://github.com/opendatateam/udata/pull/1847)
- Improved upload error handling: deduplicate notifications, localized generic error message, sentry identifier... [1842](https://github.com/opendatateam/udata/pull/1842)
- Allows to filter datasets on resource `type` (needs reindexing) [1848](https://github.com/opendatateam/udata/pull/1848)
- Switch the admin sidebar collapse icon from "hamburger"to left and right arrows [1855](https://github.com/opendatateam/udata/pull/1855)
- Discussion add card style coherence [1884](https://github.com/opendatateam/udata/pull/1884)
- `LINKCHECKING_UNCHECKED_TYPES` setting to prevent linkchecking on some ressource types [1892](https://github.com/opendatateam/udata/pull/1892)
- `swagger.json` API specifications now pass validation [1898](https://github.com/opendatateam/udata/pull/1898)

Breaking changes

- Static assets are now compatible with long-term caching (ie. their hash is present in the filename). :warning: On your development environment you need to run `inv assets-build` to generate an initial `manifest.json`, both in `udata` and in your theme extension if it uses manifest. See [1826](https://github.com/opendatateam/udata/pull/1826) for full details.
- Theme are now responsible for adding their CSS markup on template (no more assumptions on `theme.css` and `admin.css`). Most of the time, overriding `raw.html` and `admin.html` should be sufficient
- The discussions API `posted_by` attribute is now an embedded user instead of an user ID to avoid extra API calls [1839](https://github.com/opendatateam/udata/pull/1839)

Bugfixes

- Hide the `resource.type` attribute from JSON-LD output until handled by a dedicated vocabulary/property [1865](https://github.com/opendatateam/udata/pull/1865)
- RDFs, CSVs and resource redirect views are now handling CORS properly [1866](https://github.com/opendatateam/udata/pull/1866)
- Fix broken sorts on organization's datasets list in admin [1873](https://github.com/opendatateam/udata/pull/1873)
- Ensure harvest previewing is done against current form content [1888](https://github.com/opendatateam/udata/pull/1888)
- Ensure deleted objects are unindexed [1891](https://github.com/opendatateam/udata/pull/1891)
- Fix the dataset resources list layout wrapping [1893](https://github.com/opendatateam/udata/pull/1893)
- Fix wrong behavior for weblinks [1894](https://github.com/opendatateam/udata/pull/1894)
- Ensure `info config` command only displays configuration variables [1897](https://github.com/opendatateam/udata/pull/1897)

Internal

- Upgrade to Authlib 0.9 [1760](https://github.com/opendatateam/udata/pull/1760) [#1827](https://github.com/opendatateam/udata/pull/1827)
- Add a `Dataset.on_resource_added` signal

Page 15 of 25

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.