mirror of https://github.com/go-gitea/gitea.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dabc06d13b
This (short) PR builds upon #15028 and makes the file search case-insensitive. Previously, having a file named `TestFile.cs` would not be shown if `test` was typed in the search box. This now changes the matching function to be case-insensitive (without affecting the UI). The matching function, `strSubMatch`, is only used for this feature (it has been introduced by #15028), meaning that this PR does not affect the behaviour of any unrelated functionality of Gitea. |
2 years ago | |
---|---|---|
.. | ||
components | 2 years ago | |
features | 2 years ago | |
markup | 2 years ago | |
modules | 2 years ago | |
standalone | 3 years ago | |
testUtils | 3 years ago | |
bootstrap.js | 3 years ago | |
index.js | 2 years ago | |
jquery.js | 5 years ago | |
serviceworker.js | 5 years ago | |
svg.js | 2 years ago | |
svg.test.js | 3 years ago | |
utils.js | 2 years ago | |
utils.test.js | 2 years ago |