summaryrefslogtreecommitdiff
path: root/internal/processing/account/alias_test.go
AgeCommit message (Collapse)AuthorFiles
2024-01-20[bugfix] Prevent URL + URI for same account being used as alias target (#2545)Libravatar tobi1
* [bugfix] Ensure URL and URI for same account can't both be provided as alias * test whoopsie from previous PR
2024-01-16[feature] Account alias / move API + db models (#2518)Libravatar tobi1
* [feature] Account alias / move API + db models * go fmt * fix little cherry-pick issues * update error checking, formatting * add and use new util functions to simplify alias logic