Commit Graph

8 Commits (6f1dddf5c38e86d8cd89c19f13a924a83a99dea5)

Author SHA1 Message Date
zeripath 74bd9691c6
Re-attempt to delete temporary upload if the file is locked by another process ()
Replace all calls to os.Remove/os.RemoveAll by retrying util.Remove/util.RemoveAll and remove circular dependencies from util.

Fix 

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: silverwind <me@silverwind.io>
guillep2k 7b97e04555 Convert EOL to UNIX-style to render MD properly ()
* Convert EOL to UNIX-style to render MD properly

* Update modules/markup/markdown/markdown.go

Co-Authored-By: zeripath <art27@cantab.net>

* Fix lint optimization

* Check for empty content before conversion

* Update modules/util/util.go

Co-Authored-By: zeripath <art27@cantab.net>

* Improved checks and tests

* Add paragraph render test

* Improve speed even more, improve tests

* Small improvement by @gary-kim

* Fix test for DOS

* More improvements

* Restart CI
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