Minor Changes
-
#253
e7df301Thanks @ThisIsMissEm! - Implement the ability to manage administrative accounts on the fires server -
#253
d9de605Thanks @ThisIsMissEm! - Add authorization for accessing various administrative features
Patch Changes
-
#251
68c3d97Thanks @ThisIsMissEm! - Refactor input validation to use shared component -
#255
b72bdf2Thanks @ThisIsMissEm! - Fix encoding of special characters in entitiesThis 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
a900ac7Thanks @ThisIsMissEm! - Fix incorrect validation on domain entities where domains without multiple parts were accepted -
#251
ad82cfaThanks @ThisIsMissEm! - Fix validation logic for dataset changes -
#255
fd7162bThanks @ThisIsMissEm! - Add button to dataset pages to import data to the dataset -
#254
5493c02Thanks @ThisIsMissEm! - Refactor validators to separate administrative ones from public validators -
#251
04b31a9Thanks @ThisIsMissEm! - Added ability to change your own username or password to Admin UI