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.
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.
2 years ago
..
components Add filetree on left of diff view (#21012) 2 years ago
features Add filetree on left of diff view (#21012) 2 years ago
markup Add KaTeX rendering to Markdown. (#20571) 2 years ago
modules Improve commit status icons (#21124) 2 years ago
standalone Add new JS linter rules (#17699) 3 years ago
testUtils Update JS dependencies (#19675) 2 years ago
bootstrap.js Bypass Firefox (iOS) bug (#20244) 2 years ago
index.js Add filetree on left of diff view (#21012) 2 years ago
jquery.js Upgrade jQuery to 3.5.0, remove jQuery-Migrate, fix deprecations (#11055) 4 years ago
serviceworker.js Fix serviceworker output file and misc improvements (#11562) 4 years ago
svg.js Add filetree on left of diff view (#21012) 2 years ago
svg.test.js Add copy button to markdown code blocks (#17638) 3 years ago
utils.js Feature: Case-insensitive "find files in repo" (#21269) 2 years ago
utils.test.js Feature: Case-insensitive "find files in repo" (#21269) 2 years ago