forgejo/web_src/js
HeySora dabc06d13b
Feature: Case-insensitive "find files in repo" (#21269)
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.
2022-09-28 00:55:15 +02:00
..
components Add filetree on left of diff view (#21012) 2022-09-27 13:22:19 +08:00
features Add filetree on left of diff view (#21012) 2022-09-27 13:22:19 +08:00
markup
modules
standalone
testUtils
bootstrap.js
index.js Add filetree on left of diff view (#21012) 2022-09-27 13:22:19 +08:00
jquery.js
serviceworker.js
svg.js Add filetree on left of diff view (#21012) 2022-09-27 13:22:19 +08:00
svg.test.js
utils.js Feature: Case-insensitive "find files in repo" (#21269) 2022-09-28 00:55:15 +02:00
utils.test.js Feature: Case-insensitive "find files in repo" (#21269) 2022-09-28 00:55:15 +02:00