0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-26 14:14:21 +01:00
gitea/web_src/js
silverwind ae8e8f055e
Use fetch helpers instead of fetch (#27026)
WIP because:

- [x] Some calls set a `content-type` but send no body, can likely
remove the header
- [x] Need to check whether `charset=utf-8` has any significance on the
webauthn calls, I assume not as it is the default for json content.
- [x] Maybe `no-restricted-globals` is better for eslint, but will
require a lot of duplication in the yaml or moving eslint config to a
`.js` extension.
- [x] Maybe export `request` as `fetch`, shadowing the global.
2023-09-19 00:50:30 +00:00
..
components Use fetch helpers instead of fetch (#27026) 2023-09-19 00:50:30 +00:00
features Use fetch helpers instead of fetch (#27026) 2023-09-19 00:50:30 +00:00
markup
modules Use fetch helpers instead of fetch (#27026) 2023-09-19 00:50:30 +00:00
render
standalone
test Replace 'userxx' with 'orgxx' in all test files when the user type is org (#27052) 2023-09-14 02:59:53 +00:00
utils
vendor Vendor jquery.are-you-sure with strict mode fixes (#26901) 2023-09-06 00:02:44 +00:00
webcomponents
bootstrap.js Remove joinPaths function (#26833) 2023-08-31 02:46:44 +00:00
index.js Add "dir=auto" for input/textarea elements by default (#26735) 2023-09-07 08:00:20 +00:00
jquery.js
svg.js
svg.test.js
utils.js Remove joinPaths function (#26833) 2023-08-31 02:46:44 +00:00
utils.test.js Remove joinPaths function (#26833) 2023-08-31 02:46:44 +00:00