All Versions
662
Latest Version
Avg Release Cycle
13 days
Latest Release
988 days ago
Changelog History
Page 64
Changelog History
Page 64
-
v9.0.11 Changes
July 19, 2017- Renders 404 if given project is not readable by the user on Todos dashboard.
- π Fix incorrect project authorizations.
- β Remove uploads/appearance symlink. A leftover from a previous migration.
-
v9.0.10 Changes
June 07, 2017- No changes.
-
v9.0.9 Changes
June 02, 2017- π Fix visibility when referencing snippets.
-
v9.0.8 Changes
May 31, 2017- π Move uploads from 'public/uploads' to 'public/uploads/system'.
- Restrict API X-Frame-Options to same origin.
- π Allow users autocomplete by author_id only for authenticated users.
-
v9.0.7 Changes
May 05, 2017- Enforce project features when searching blobs and wikis.
- π Fixed branches dropdown rendering branch names as HTML.
- π Make Asciidoc & other markup go through pipeline to prevent XSS.
- Validate URLs in markdown using URI to detect the host correctly.
- π Fix for XSS in project import view caused by Hamlit filter usage.
- Sanitize submodule URLs before linking to them in the file tree view.
- π¨ Refactor snippets finder & dont return internal snippets for external users.
- π Fix snippets visibility for show action - external users can not see internal snippets.
- Do not show private groups on subgroups page if user doesn't have access to.
-
v9.0.6 Changes
April 21, 2017- π· Bugfix: POST /projects/:id/hooks and PUT /projects/:id/hook/:hook_id no longer ignore the the job_events param in the V4 API. !10586
- π Fix MR widget bug that merged a MR when Merge when pipeline succeeds was clicked via the dropdown. !10611
- π Fix PlantUML integration in GFM. !10651
- π Show sub-nav under Merge Requests when issue tracker is non-default. !10658
- π Fix restricted project visibility setting available to users.
- β Removed orphaned notification settings without a namespace.
- π Fix issue's note cache expiration after delete. (mhasbini)
- π Display custom hook error messages when automatic merge is enabled.
- π Fix filtered search input width for IE.
-
v9.0.5 Changes
April 10, 2017- β Add shortcuts and counters to MRs and issues in navbar.
- Disable invalid service templates.
- π Handle SSH keys that have multiple spaces between each marker.
-
v9.0.4 Changes
April 05, 2017- Donβt show source project name when user does not have access.
- β Remove the class attribute from the whitelist for HTML generated from Markdown.
- π Fix path disclosure in project import/export.
- π Fix for open redirect vulnerability using continue[to] in URL when requesting project import status.
- π Fix for open redirect vulnerabilities in todos, issues, and MR controllers.
-
v9.0.3 Changes
April 05, 2017- π Fix name colision when importing GitHub pull requests from forked repositories. !9719
- π Fix GitHub Importer for PRs of deleted forked repositories. !9992
- π Fix environment folder route when special chars present in environment name. !10250
- π Improve Markdown rendering when a lot of merge requests are referenced. !10252
- π Allow users to import GitHub projects to subgroups.
- Backport API changes needed to fix sticking in EE.
- Remove unnecessary ORDER BY clause from
forked_to_project_id
subquery. (mhasbini) - π Make CI build to use optimistic locking only on status change.
- π Fix race condition where a namespace would be deleted before a project was deleted.
- π Fix linking to new issue with selected template via url parameter.
- β Remove unnecessary ORDER BY clause when updating todos. (mhasbini)
- API: Make the /notes endpoint work with noteable iid instead of id.
- π Fixes method not replacing URL parameters correctly and breaking pipelines pagination.
- π Move issue, mr, todos next to profile dropdown in top nav.
-
v9.0.2 Changes
March 29, 2017- β‘οΈ Correctly update paths when changing a child group.
- π Fixed private group name disclosure via new/update forms.