0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-25 04:15:37 +01:00
Tekaoh b6616591d1 Check for either escaped or unescaped wiki filenames ()
* Check for either escaped or unescaped wiki filenames

+ Gitea currently saves wiki pages with escaped filenames.
+ Wikis mirrored from other places like Github use unescaped filenames.
+ We need to be checking for filenames in either format to increase compatibility.

* Better logic for escaped and unescaped wiki filenames

Co-Authored-By: null <guillep2k@users.noreply.github.com>
2019-10-09 21:49:37 +03:00
..