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.
gitea/web_src
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.
3 years ago
..
fomantic Various CSS tweaks (#21244) 3 years ago
js Feature: Case-insensitive "find files in repo" (#21269) 3 years ago
less Fix empty container layer history and UI (#21251) 3 years ago
svg Add support for Vagrant packages (#20930) 3 years ago