aboutsummaryrefslogtreecommitdiffstats
path: root/web_src
Commit message (Expand)AuthorAgeFilesLines
* Refactor repo-legacy.js, remove messy global variables. Fix errors. (#17646)wxiaoguang2021-11-192-200/+197
* Cleanup and use global style on popups (#17674)silverwind2021-11-182-6/+14
* Sanitize user-input on file name (#17666)Gusted2021-11-171-1/+2
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-1/+1
* Remove superfluous argument (#17667)Gusted2021-11-161-1/+1
* Add copy button to markdown code blocks (#17638)silverwind2021-11-1610-21/+102
* Migrating wiki don't require token, so we should move it out of the require f...Lunny Xiao2021-11-161-1/+0
* Fix GitBucket icon (#17644)silverwind2021-11-161-1/+1
* Fix database deadlock when update issue labels (#17649)wxiaoguang2021-11-162-26/+22
* Add icon to vscode clone link (#17641)silverwind2021-11-141-0/+1
* Add migration from GitBucket (#16767)KN4CK3R2021-11-141-0/+39
* perf: only generate data-comment-url once (#17618)Gusted2021-11-141-1/+1
* Fix some incorrect async functions, improve frontend document. (#17597)wxiaoguang2021-11-126-44/+48
* Update JS dependencies (#17611)silverwind2021-11-115-8/+7
* Move merge-section to `> .content` (#17582)Gusted2021-11-091-8/+15
* Improve async/await usage, and sort init calls in `index.js` (#17386)wxiaoguang2021-11-0921-202/+214
* Remove appSubUrl from pasted images (#17572)zeripath2021-11-081-3/+3
* Move key forms before list and add cancel button (#17432)qwerty2872021-10-281-1/+2
* make commit-statuses popup can be shown correctly. (#17447)wxiaoguang2021-10-282-3/+19
* Fix a UI error when folding a file content in a commit view (#17446)wxiaoguang2021-10-271-2/+1
* Show client-side error if wiki page is empty (#17415)David Jimenez2021-10-271-2/+20
* Tune UI alignment for nav bar notification icon, avatar image, issue label (#...wxiaoguang2021-10-262-0/+3
* fix markdown checkbox rendering (#17425)wxiaoguang2021-10-251-0/+6
* Fix issue content history problems, improve UI (#17404)wxiaoguang2021-10-231-2/+2
* Fix issue markdown bugs (#17411)wxiaoguang2021-10-231-1/+4
* Fix context popup error (#17398)wxiaoguang2021-10-223-2/+29
* Fix the click behavior for <tr> and <td> with [data-href] (#17388)wxiaoguang2021-10-211-8/+13
* Fix SVG side by side comparison link (#17375)Mario Lubenka2021-10-211-1/+0
* Frontend refactor, PascalCase to camelCase, remove unused code (#17365)wxiaoguang2021-10-2133-137/+137
* Prevent NPE in CSV diff rendering when column removed (#17018)Richard Mahn2021-10-203-0/+10
* "Copy branch name" button in pull request (#17323)Mario Lubenka2021-10-192-2/+13
* Re-allow clipboard copy on non-https sites (#17118)Netduma Luke M2021-10-191-1/+32
* Update JS dependencies (#17357)silverwind2021-10-192-2/+2
* Fix dashboard repolist alignment and repolisting (#17355)zeripath2021-10-192-0/+8
* Disable form autofill (#17291)wxiaoguang2021-10-191-3/+6
* fix: repository summary on mobile (#17322)kolaente2021-10-171-0/+11
* Ensure popup text is aligned left (#17327)Mario Lubenka2021-10-171-0/+4
* Fix the PR review form bug during frontend refactor (#17332)wxiaoguang2021-10-161-1/+1
* Split `index.js` to separate files (#17315)wxiaoguang2021-10-1740-3494/+3686
* fix: issue close/comment buttons on mobile (#17317)kolaente2021-10-151-29/+39
* fix: code review comments on mobile (#17321)kolaente2021-10-162-2/+56
* Add buttons to allow loading of incomplete diffs (#16829)zeripath2021-10-152-0/+26
* Frontend refactor: move Vue related code from `index.js` to `components` dir,...wxiaoguang2021-10-158-587/+629
* Show direct match on top for user search (#17303)Maximilian Weiler2021-10-151-2/+8
* Add user status filter to admin user management page (#16770)wxiaoguang2021-10-122-0/+34
* Save and view issue/comment content history (#16909)wxiaoguang2021-10-103-0/+139
* Move add deploy key form before the list and add a cancel button (#17228)qwerty2872021-10-081-0/+3
* Defer Last Commit Info (#16467)zeripath2021-10-082-0/+42
* Reference in new issue modal: dont pre-populate issue title (#17208)Norwin2021-10-021-2/+0
* Add option to copy line permalink (#17145)qwerty2872021-10-021-26/+25