aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js
Commit message (Expand)AuthorAgeFilesLines
* Add "Allow edits from maintainer" feature (#18002)qwerty2872022-04-282-0/+35
* Improve dashboard's repo list performance (#18963)Gusted2022-04-261-20/+25
* Allow commit status popup on /pulls page (#19507)parnic2022-04-263-13/+20
* Add a new menu in file view to open blame view and fix blame view select rang...Lunny Xiao2022-04-261-4/+18
* Fix two UI bugs: JS error in imagediff.js, 500 error in diff/compare.tmplwxiaoguang2022-04-261-4/+11
* Improve Stopwatch behavior (#18930)Gusted2022-04-251-0/+4
* Never use /api/v1 from Gitea UI Pages (#19318)Lunny Xiao2022-04-0710-14/+14
* Skip frontend ROOT_URL check on installation page, remove unnecessary global ...wxiaoguang2022-04-011-0/+3
* Show messages for users if the ROOT_URL is wrong, show JavaScript errors (#18...wxiaoguang2022-03-304-9/+65
* Refactor repo clone button and repo clone links, fix JS error on empty repo p...wxiaoguang2022-03-292-19/+49
* Feature: show issue assignee on project board (#15232)Roger Luo2022-03-091-0/+8
* Fix EasyMDE error when input Enter (#19004)wxiaoguang2022-03-061-2/+2
* Fix the editor height in review box (#19003)wxiaoguang2022-03-041-1/+2
* Remove CodeMirror dependencies (#18911)silverwind2022-02-261-40/+3
* Set max text height to prevent overflow (#18862)Kyle D2022-02-231-1/+1
* Fix behavior or checkbox submission. (#18851)Gusted2022-02-221-0/+2
* Replace deprecated String.prototype.substr() with String.prototype.slice() (#...CommanderRoot2022-02-186-11/+11
* Various Mermaid improvements (#18776)silverwind2022-02-161-15/+24
* Fix source code line highlighting (#18729)Jimmy Praet2022-02-121-2/+5
* Add LDAP group sync to Teams, fixes #1395 (#16299)Sven Seeberg2022-02-111-10/+6
* Add apply-patch, basic revert and cherry-pick functionality (#17902)zeripath2022-02-094-12/+90
* Prevent security failure due to bad APP_ID (#18678)zeripath2022-02-091-0/+13
* Fix review excerpt (#18502)confusedsushi2022-02-011-1/+3
* Use explicit jQuery import, remove unused eslint globals (#18435)silverwind2022-01-2850-14/+76
* Place inline diff comment dialogs on split diff in 4th and 8th columns (#18403)zeripath2022-01-251-0/+2
* Prevent showing webauthn error for every time visiting `/user/settings/securi...wxiaoguang2022-01-241-4/+3
* Fix PR comments UI (#18323)wxiaoguang2022-01-192-2/+2
* Make the height of the editor in Review Box smaller (4 lines as GitHub) (#18319)wxiaoguang2022-01-192-4/+7
* Place inline diff comment dialogs in the 4th column. (#18321)JonRB2022-01-181-1/+1
* Revert "Prevent possible XSS when using jQuery (#18289)" (#18293)wxiaoguang2022-01-169-34/+34
* Prevent possible XSS when using jQuery (#18289)Gusted2022-01-169-34/+34
* Webauthn nits (#18284)zeripath2022-01-151-8/+11
* Support webauthn (#17957)Lunny Xiao2022-01-143-128/+200
* Fix EasyMDE image paste bug during refactoring (#18207)wxiaoguang2022-01-082-4/+9
* Fix CSS specificity issue with easymde's css (#18201)silverwind2022-01-071-1/+1
* Add warning for BIDI characters in page renders and in diffs (#17562)zeripath2022-01-073-1/+44
* Load EasyMDE/CodeMirror dynamically, remove RequireEasyMDE (#18069)wxiaoguang2022-01-057-187/+237
* Fix EasyMDE validation (#18161)wxiaoguang2022-01-033-24/+40
* Require codereview to have content (#18156)Gusted2022-01-023-13/+38
* Handle invalid issues (#18111)Gusted2021-12-281-8/+20
* Clean legacy SimpleMDE code (#17926)wxiaoguang2021-12-107-61/+83
* Support sorting for project board issuses (#17152)Anbraten2021-12-081-14/+26
* Remove unnecessary `X-Remote` HTTP header in AJAX request (#17932)wxiaoguang2021-12-082-7/+0
* Refactor install page (db type) (#17919)wxiaoguang2021-12-071-36/+27
* Fix loading content history on show more (#17819)Gusted2021-12-061-1/+3
* Update JS dependencies, adjust eslint config (#17904)silverwind2021-12-044-6/+5
* Added missing `data-` prefix. (#17884)KN4CK3R2021-12-031-3/+3
* Switch archive URL code back to href attributes (#17796)fnetX (aka fralix)2021-11-291-1/+1
* Detect dark theme via css variable (#17800)ThetaDev2021-11-251-7/+2
* Improve ellipsis buttons (#17773)silverwind2021-11-222-4/+6