| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 10 | -21/+102 |
* | Migrating wiki don't require token, so we should move it out of the require f... | Lunny Xiao | 2021-11-16 | 1 | -1/+0 |
* | Fix GitBucket icon (#17644) | silverwind | 2021-11-16 | 1 | -1/+1 |
* | Fix database deadlock when update issue labels (#17649) | wxiaoguang | 2021-11-16 | 2 | -26/+22 |
* | Add icon to vscode clone link (#17641) | silverwind | 2021-11-14 | 1 | -0/+1 |
* | Add migration from GitBucket (#16767) | KN4CK3R | 2021-11-14 | 1 | -0/+39 |
* | 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 | 5 | -8/+7 |
* | Move merge-section to `> .content` (#17582) | Gusted | 2021-11-09 | 1 | -8/+15 |
* | 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 | 2 | -3/+19 |
* | 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 |
* | Tune UI alignment for nav bar notification icon, avatar image, issue label (#... | wxiaoguang | 2021-10-26 | 2 | -0/+3 |
* | fix markdown checkbox rendering (#17425) | wxiaoguang | 2021-10-25 | 1 | -0/+6 |
* | Fix issue content history problems, improve UI (#17404) | wxiaoguang | 2021-10-23 | 1 | -2/+2 |
* | Fix issue markdown bugs (#17411) | wxiaoguang | 2021-10-23 | 1 | -1/+4 |
* | 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 |
* | Fix SVG side by side comparison link (#17375) | Mario Lubenka | 2021-10-21 | 1 | -1/+0 |
* | Frontend refactor, PascalCase to camelCase, remove unused code (#17365) | wxiaoguang | 2021-10-21 | 33 | -137/+137 |
* | Prevent NPE in CSV diff rendering when column removed (#17018) | Richard Mahn | 2021-10-20 | 3 | -0/+10 |
* | "Copy branch name" button in pull request (#17323) | Mario Lubenka | 2021-10-19 | 2 | -2/+13 |
* | 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 | 2 | -0/+8 |
* | Disable form autofill (#17291) | wxiaoguang | 2021-10-19 | 1 | -3/+6 |
* | fix: repository summary on mobile (#17322) | kolaente | 2021-10-17 | 1 | -0/+11 |
* | Ensure popup text is aligned left (#17327) | Mario Lubenka | 2021-10-17 | 1 | -0/+4 |
* | 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 |
* | fix: issue close/comment buttons on mobile (#17317) | kolaente | 2021-10-15 | 1 | -29/+39 |
* | fix: code review comments on mobile (#17321) | kolaente | 2021-10-16 | 2 | -2/+56 |
* | 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 | 8 | -587/+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 |
* | Add option to copy line permalink (#17145) | qwerty287 | 2021-10-02 | 1 | -26/+25 |