It's possible to create projects with bad names #88
Labels
No Label
admins only
bug
design
duplicate
gimme feedback
good first issue
hmmmm
invalid
reference
wontfix
No Milestone
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: hmn/hmn#88
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When we generate a slug for a personal project we only keep
a-zA-Z0-9
, which means that a project name that doesn't have any of those will have an empty slug.Our routing and redirecting situation doesn't work for projects with empty slugs.