Skip to content

@fedimod/fires-server@0.8.0

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Nov 20:50
· 22 commits to main since this release
39275a4

Minor Changes

Patch Changes

  • #251 68c3d97 Thanks @ThisIsMissEm! - Refactor input validation to use shared component

  • #255 b72bdf2 Thanks @ThisIsMissEm! - Fix encoding of special characters in entities

    This ensures that the entity key is always encoded correctly:

    • domains are punycode encoded
    • URLs for actors have the hostname punycode encoded and the rest of the URL correctly encoded (e.g., special characters are escaped)

    The administrative UI also now shows that the entity key has been encoded in some way, and provides information showing the decoded value.

  • #255 a900ac7 Thanks @ThisIsMissEm! - Fix incorrect validation on domain entities where domains without multiple parts were accepted

  • #251 ad82cfa Thanks @ThisIsMissEm! - Fix validation logic for dataset changes

  • #255 fd7162b Thanks @ThisIsMissEm! - Add button to dataset pages to import data to the dataset

  • #254 5493c02 Thanks @ThisIsMissEm! - Refactor validators to separate administrative ones from public validators

  • #251 04b31a9 Thanks @ThisIsMissEm! - Added ability to change your own username or password to Admin UI