Skip to content

v1.1.0 Improve and fix URL Shortenings

Choose a tag to compare

@Neztore Neztore released this 04 Oct 21:35
· 47 commits to master since this release
4c0311b

Bugs fixed

  • Fixed issue where non-root users could not delete their shortened URLs

Improvements

  • Adds the ability for you to specify the URI (DOMAIN/XXXX) for a given URL shortening.
    Given some people may give (less) trusted people access, this has some safeguards:
    • Must be between 2 and 20 characters
    • Must be alphanumeric
    • You cannot overwrite existing URL shortenings

If any of these requirements are failed, a generated URI is returned (as if no custom was specified)