| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix two UI bugs: JS error in imagediff.js, 500 error in diff/compare.tmpl | wxiaoguang | 2022-04-26 | 1 | -4/+11 |
* | Improve Stopwatch behavior (#18930) | Gusted | 2022-04-25 | 1 | -0/+4 |
* | Never use /api/v1 from Gitea UI Pages (#19318) | Lunny Xiao | 2022-04-07 | 8 | -11/+11 |
* | Skip frontend ROOT_URL check on installation page, remove unnecessary global ... | wxiaoguang | 2022-04-01 | 1 | -0/+3 |
* | Show messages for users if the ROOT_URL is wrong, show JavaScript errors (#18... | wxiaoguang | 2022-03-30 | 1 | -1/+19 |
* | Refactor repo clone button and repo clone links, fix JS error on empty repo p... | wxiaoguang | 2022-03-29 | 2 | -19/+49 |
* | Feature: show issue assignee on project board (#15232) | Roger Luo | 2022-03-09 | 1 | -0/+8 |
* | Fix EasyMDE error when input Enter (#19004) | wxiaoguang | 2022-03-06 | 1 | -2/+2 |
* | Fix the editor height in review box (#19003) | wxiaoguang | 2022-03-04 | 1 | -1/+2 |
* | Remove CodeMirror dependencies (#18911) | silverwind | 2022-02-26 | 1 | -40/+3 |
* | Set max text height to prevent overflow (#18862) | Kyle D | 2022-02-23 | 1 | -1/+1 |
* | Replace deprecated String.prototype.substr() with String.prototype.slice() (#... | CommanderRoot | 2022-02-18 | 6 | -11/+11 |
* | Fix source code line highlighting (#18729) | Jimmy Praet | 2022-02-12 | 1 | -2/+5 |
* | Add LDAP group sync to Teams, fixes #1395 (#16299) | Sven Seeberg | 2022-02-11 | 1 | -10/+6 |
* | Add apply-patch, basic revert and cherry-pick functionality (#17902) | zeripath | 2022-02-09 | 3 | -10/+32 |
* | Prevent security failure due to bad APP_ID (#18678) | zeripath | 2022-02-09 | 1 | -0/+13 |
* | Fix review excerpt (#18502) | confusedsushi | 2022-02-01 | 1 | -1/+3 |
* | Use explicit jQuery import, remove unused eslint globals (#18435) | silverwind | 2022-01-28 | 45 | -11/+68 |
* | Place inline diff comment dialogs on split diff in 4th and 8th columns (#18403) | zeripath | 2022-01-25 | 1 | -0/+2 |
* | Prevent showing webauthn error for every time visiting `/user/settings/securi... | wxiaoguang | 2022-01-24 | 1 | -4/+3 |
* | Fix PR comments UI (#18323) | wxiaoguang | 2022-01-19 | 2 | -2/+2 |
* | Make the height of the editor in Review Box smaller (4 lines as GitHub) (#18319) | wxiaoguang | 2022-01-19 | 2 | -4/+7 |
* | Place inline diff comment dialogs in the 4th column. (#18321) | JonRB | 2022-01-18 | 1 | -1/+1 |
* | Revert "Prevent possible XSS when using jQuery (#18289)" (#18293) | wxiaoguang | 2022-01-16 | 8 | -33/+33 |
* | Prevent possible XSS when using jQuery (#18289) | Gusted | 2022-01-16 | 8 | -33/+33 |
* | Webauthn nits (#18284) | zeripath | 2022-01-15 | 1 | -8/+11 |
* | Support webauthn (#17957) | Lunny Xiao | 2022-01-14 | 2 | -125/+197 |
* | Fix EasyMDE image paste bug during refactoring (#18207) | wxiaoguang | 2022-01-08 | 2 | -4/+9 |
* | Fix CSS specificity issue with easymde's css (#18201) | silverwind | 2022-01-07 | 1 | -1/+1 |
* | Add warning for BIDI characters in page renders and in diffs (#17562) | zeripath | 2022-01-07 | 3 | -1/+44 |
* | Load EasyMDE/CodeMirror dynamically, remove RequireEasyMDE (#18069) | wxiaoguang | 2022-01-05 | 6 | -180/+237 |
* | Fix EasyMDE validation (#18161) | wxiaoguang | 2022-01-03 | 3 | -24/+40 |
* | Require codereview to have content (#18156) | Gusted | 2022-01-02 | 3 | -13/+38 |
* | Clean legacy SimpleMDE code (#17926) | wxiaoguang | 2021-12-10 | 6 | -60/+83 |
* | Support sorting for project board issuses (#17152) | Anbraten | 2021-12-08 | 1 | -14/+26 |
* | Remove unnecessary `X-Remote` HTTP header in AJAX request (#17932) | wxiaoguang | 2021-12-08 | 2 | -7/+0 |
* | Refactor install page (db type) (#17919) | wxiaoguang | 2021-12-07 | 1 | -36/+27 |
* | Fix loading content history on show more (#17819) | Gusted | 2021-12-06 | 1 | -1/+3 |
* | Update JS dependencies, adjust eslint config (#17904) | silverwind | 2021-12-04 | 4 | -6/+5 |
* | Added missing `data-` prefix. (#17884) | KN4CK3R | 2021-12-03 | 1 | -3/+3 |
* | Switch archive URL code back to href attributes (#17796) | fnetX (aka fralix) | 2021-11-29 | 1 | -1/+1 |
* | Improve ellipsis buttons (#17773) | silverwind | 2021-11-22 | 1 | -2/+4 |
* | Improvements to content history (#17746) | Jimmy Praet | 2021-11-22 | 1 | -3/+6 |
* | Fix project board bug and improve documents (#17753) | wxiaoguang | 2021-11-22 | 1 | -9/+12 |
* | Add new JS linter rules (#17699) | silverwind | 2021-11-22 | 12 | -84/+94 |
* | Allow Loading of Diffs that are too large (#17739) | zeripath | 2021-11-22 | 1 | -1/+28 |
* | Make a.add-code-comment click handler an event handler (#17737) | zeripath | 2021-11-20 | 1 | -1/+1 |
* | perf: sent `data-path` once for each file (#17657) | Gusted | 2021-11-19 | 2 | -5/+5 |
* | Refactor repo-legacy.js, remove messy global variables. Fix errors. (#17646) | wxiaoguang | 2021-11-19 | 2 | -200/+197 |
* | Cleanup and use global style on popups (#17674) | silverwind | 2021-11-18 | 1 | -5/+13 |