[PR #4] [MERGED] Allow (forward) slashes in image names #23

Closed
opened 2026-02-27 07:15:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jc21/docker-registry-ui/pull/4
Author: @h3rj4n
Created: 10/21/2018
Status: Merged
Merged: 10/21/2018
Merged by: @jc21

Base: masterHead: master


📝 Commits (1)

  • 767c0be Allow (forward) slashes in image names

📊 Changes

3 files changed (+6 additions, -1 deletions)

View changed files

📝 src/backend/routes/api/repos.js (+1 -1)
📝 src/frontend/js/router.js (+1 -0)
📝 src/frontend/js/routes/image.js (+4 -0)

📄 Description

Fix for #3

I was not able to make the changes to frontend/router.js cleaner. I just added a second line with a slash to allow the slashes in the image name. On the image page I just join the two params.

The router changes for the backend are a lot nicer ;)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jc21/docker-registry-ui/pull/4 **Author:** [@h3rj4n](https://github.com/h3rj4n) **Created:** 10/21/2018 **Status:** ✅ Merged **Merged:** 10/21/2018 **Merged by:** [@jc21](https://github.com/jc21) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`767c0be`](https://github.com/jc21/docker-registry-ui/commit/767c0be0a11c6b7b4841145fa1ab25e11eb0df6d) Allow (forward) slashes in image names ### 📊 Changes **3 files changed** (+6 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/backend/routes/api/repos.js` (+1 -1) 📝 `src/frontend/js/router.js` (+1 -0) 📝 `src/frontend/js/routes/image.js` (+4 -0) </details> ### 📄 Description Fix for #3 I was not able to make the changes to frontend/router.js cleaner. I just added a second line with a slash to allow the slashes in the image name. On the image page I just join the two params. The router changes for the backend are a lot nicer ;) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 07:15:14 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/docker-registry-ui-jc21#23
No description provided.