aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/features/comp
Commit message (Expand)AuthorAgeFilesLines
* Never use /api/v1 from Gitea UI Pages (#19318)Lunny Xiao2022-04-071-1/+1
* Fix EasyMDE error when input Enter (#19004)wxiaoguang2022-03-061-2/+2
* Remove CodeMirror dependencies (#18911)silverwind2022-02-261-40/+3
* Replace deprecated String.prototype.substr() with String.prototype.slice() (#...CommanderRoot2022-02-181-2/+2
* Use explicit jQuery import, remove unused eslint globals (#18435)silverwind2022-01-288-2/+10
* Make the height of the editor in Review Box smaller (4 lines as GitHub) (#18319)wxiaoguang2022-01-191-3/+4
* Revert "Prevent possible XSS when using jQuery (#18289)" (#18293)wxiaoguang2022-01-161-1/+1
* Prevent possible XSS when using jQuery (#18289)Gusted2022-01-161-1/+1
* Fix CSS specificity issue with easymde's css (#18201)silverwind2022-01-071-1/+1
* Load EasyMDE/CodeMirror dynamically, remove RequireEasyMDE (#18069)wxiaoguang2022-01-051-6/+54
* Fix EasyMDE validation (#18161)wxiaoguang2022-01-031-18/+30
* Require codereview to have content (#18156)Gusted2022-01-021-0/+28
* Clean legacy SimpleMDE code (#17926)wxiaoguang2021-12-102-14/+40
* Add new JS linter rules (#17699)silverwind2021-11-221-2/+2
* Improve async/await usage, and sort init calls in `index.js` (#17386)wxiaoguang2021-11-092-2/+2
* Remove appSubUrl from pasted images (#17572)zeripath2021-11-081-3/+3
* Frontend refactor, PascalCase to camelCase, remove unused code (#17365)wxiaoguang2021-10-215-12/+12
* Split `index.js` to separate files (#17315)wxiaoguang2021-10-178-0/+349