Commit Graph

6 Commits (80655026d2cc8e56223be546a5ed46634eafa059)

Author SHA1 Message Date
zeripath 69d81b6569
Handle insecure and ports in go get ()
* Handle insecure and ports in go get

* Fix IsExternalURL for non-standard ports
Lanre Adelowo e1fcd6b742 Disallow empty titles ()
* 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
Jonas Franz 801843b011 Fix open redirect vulnerability on login screen ()
* Fix open redirect vulnerability on login screen

Signed-off-by: Jonas Franz <info@jonasfranz.software>

* Reorder imports

Signed-off-by: Jonas Franz <info@jonasfranz.software>

* Replace www. from Domain too

Signed-off-by: Jonas Franz <info@jonasfranz.software>
Antoine GIRARD 35c3510335 Fix Check for leading / in base before removing it ()
Jonas Franz 2139c152cb Fix relative markdown links with anchors ()
* Replace '%28' with '#'
Add test case

Signed-off-by: Jonas Franz <info@jonasfranz.software>

* Use ResolveReference instead of strings.Replace

Signed-off-by: Jonas Franz <info@jonasfranz.software>
Ethan Koenig 7b104f0cd0 Populate URL field of API commits ()
* Populate URL field of API commits

* fix orgmode_test