| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean legacy SimpleMDE code (#17926) | wxiaoguang | 2021-12-10 | 7 | -61/+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 |
* | Detect dark theme via css variable (#17800) | ThetaDev | 2021-11-25 | 1 | -7/+2 |
* | Improve ellipsis buttons (#17773) | silverwind | 2021-11-22 | 2 | -4/+6 |
* | 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 | 14 | -89/+100 |
* | 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 | 2 | -6/+14 |
* | Sanitize user-input on file name (#17666) | Gusted | 2021-11-17 | 1 | -1/+2 |
* | Multiple Escaping Improvements (#17551) | zeripath | 2021-11-16 | 1 | -1/+1 |
* | Remove superfluous argument (#17667) | Gusted | 2021-11-16 | 1 | -1/+1 |
* | Add copy button to markdown code blocks (#17638) | silverwind | 2021-11-16 | 7 | -20/+50 |
* | Fix database deadlock when update issue labels (#17649) | wxiaoguang | 2021-11-16 | 2 | -26/+22 |
* | perf: only generate data-comment-url once (#17618) | Gusted | 2021-11-14 | 1 | -1/+1 |
* | Fix some incorrect async functions, improve frontend document. (#17597) | wxiaoguang | 2021-11-12 | 6 | -44/+48 |
* | Update JS dependencies (#17611) | silverwind | 2021-11-11 | 2 | -2/+1 |
* | Improve async/await usage, and sort init calls in `index.js` (#17386) | wxiaoguang | 2021-11-09 | 21 | -202/+214 |
* | Remove appSubUrl from pasted images (#17572) | zeripath | 2021-11-08 | 1 | -3/+3 |
* | Move key forms before list and add cancel button (#17432) | qwerty287 | 2021-10-28 | 1 | -1/+2 |
* | make commit-statuses popup can be shown correctly. (#17447) | wxiaoguang | 2021-10-28 | 1 | -1/+4 |
* | Fix a UI error when folding a file content in a commit view (#17446) | wxiaoguang | 2021-10-27 | 1 | -2/+1 |
* | Show client-side error if wiki page is empty (#17415) | David Jimenez | 2021-10-27 | 1 | -2/+20 |
* | Fix issue content history problems, improve UI (#17404) | wxiaoguang | 2021-10-23 | 1 | -2/+2 |
* | Fix context popup error (#17398) | wxiaoguang | 2021-10-22 | 3 | -2/+29 |
* | Fix the click behavior for <tr> and <td> with [data-href] (#17388) | wxiaoguang | 2021-10-21 | 1 | -8/+13 |
* | Frontend refactor, PascalCase to camelCase, remove unused code (#17365) | wxiaoguang | 2021-10-21 | 33 | -137/+137 |
* | "Copy branch name" button in pull request (#17323) | Mario Lubenka | 2021-10-19 | 1 | -2/+4 |
* | Re-allow clipboard copy on non-https sites (#17118) | Netduma Luke M | 2021-10-19 | 1 | -1/+32 |
* | Update JS dependencies (#17357) | silverwind | 2021-10-19 | 2 | -2/+2 |
* | Fix dashboard repolist alignment and repolisting (#17355) | zeripath | 2021-10-19 | 1 | -0/+1 |
* | Fix the PR review form bug during frontend refactor (#17332) | wxiaoguang | 2021-10-16 | 1 | -1/+1 |
* | Split `index.js` to separate files (#17315) | wxiaoguang | 2021-10-17 | 40 | -3494/+3686 |
* | Add buttons to allow loading of incomplete diffs (#16829) | zeripath | 2021-10-15 | 2 | -0/+26 |
* | Frontend refactor: move Vue related code from `index.js` to `components` dir,... | wxiaoguang | 2021-10-15 | 7 | -583/+629 |
* | Show direct match on top for user search (#17303) | Maximilian Weiler | 2021-10-15 | 1 | -2/+8 |
* | Add user status filter to admin user management page (#16770) | wxiaoguang | 2021-10-12 | 2 | -0/+34 |
* | Save and view issue/comment content history (#16909) | wxiaoguang | 2021-10-10 | 3 | -0/+139 |
* | Move add deploy key form before the list and add a cancel button (#17228) | qwerty287 | 2021-10-08 | 1 | -0/+3 |
* | Defer Last Commit Info (#16467) | zeripath | 2021-10-08 | 2 | -0/+42 |
* | Reference in new issue modal: dont pre-populate issue title (#17208) | Norwin | 2021-10-02 | 1 | -2/+0 |