* add util method and tests
* make sure the title of an issue cannot be empty
* wiki title cannot be empty
* pull request title cannot be empty
* update to make use of the new util methof
* Fix open redirect vulnerability on login screen
Signed-off-by: Jonas Franz <[email protected]>
* Reorder imports
Signed-off-by: Jonas Franz <[email protected]>
* Replace www. from Domain too
Signed-off-by: Jonas Franz <[email protected]>
* Replace '%28' with '#'
Add test case
Signed-off-by: Jonas Franz <[email protected]>
* Use ResolveReference instead of strings.Replace
Signed-off-by: Jonas Franz <[email protected]>