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.
silverwind 3a187eace5
Fix EOL handling in web editor (#27141)
Fixes https://github.com/go-gitea/gitea/issues/27136.

This does the following for Monaco's EOL setting:

1. Use editorconfig setting if present
2. Use the file's dominant line ending as detected by monaco, which uses
LF for empty file
10 months ago
..
components Use fetch helpers instead of fetch (#27026) 10 months ago
features Fix EOL handling in web editor (#27141) 10 months ago
markup Fix task list checkbox toggle to work with YAML front matter (#25184) 1 year ago
modules Fix Fomantic UI dropdown icon bug when there is a search input in menu (#27225) 10 months ago
render Update JS dependencies (#26586) 11 months ago
standalone Add toasts to UI (#25449) 1 year ago
test Replace 'userxx' with 'orgxx' in all test files when the user type is org (#27052) 10 months ago
utils Avoiding accessing undefined mentionValues (#26461) 11 months ago
vendor Vendor `jquery.are-you-sure` with strict mode fixes (#26901) 11 months ago
webcomponents Add minimum polyfill to support "relative-time-element" in PaleMoon (#26575) 11 months ago
bootstrap.js Remove joinPaths function (#26833) 11 months ago
index.js Add "dir=auto" for input/textarea elements by default (#26735) 11 months ago
jquery.js Upgrade jQuery to 3.5.0, remove jQuery-Migrate, fix deprecations (#11055) 4 years ago
svg.js Add commits dropdown in PR files view and allow commit by commit review (#25528) 12 months ago
svg.test.js Improve `<SvgIcon>` to make it output `svg` node and optimize performance (#23570) 1 year ago
utils.js Remove joinPaths function (#26833) 11 months ago
utils.test.js Remove joinPaths function (#26833) 11 months ago