aboutsummaryrefslogtreecommitdiffstats
path: root/web_src
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unnecessary `X-Remote` HTTP header in AJAX request (#17932)wxiaoguang2021-12-082-7/+0
* Refactor install page (db type) (#17919)wxiaoguang2021-12-072-37/+28
* Apply CSS Variables to all message elements (#17920)silverwind2021-12-062-85/+76
* Fix loading content history on show more (#17819)Gusted2021-12-061-1/+3
* Fix svg colors in file list table (#17903)silverwind2021-12-042-10/+5
* Update JS dependencies, adjust eslint config (#17904)silverwind2021-12-044-6/+5
* Add migrate from Codebase (#16768)KN4CK3R2021-12-021-0/+13
* Added missing `data-` prefix. (#17884)KN4CK3R2021-12-031-3/+3
* Improve install code to avoid low-level mistakes. (#17779)wxiaoguang2021-12-011-9/+22
* Rework commit page header (#17849)silverwind2021-12-014-158/+64
* Fix position of label color picker colors (#17866)silverwind2021-11-301-4/+4
* Refactor commit graph styling to use css variables (#17860)silverwind2021-11-302-53/+15
* Switch archive URL code back to href attributes (#17796)fnetX (aka fralix)2021-11-291-1/+1
* Fixed org styles. (#17807)KN4CK3R2021-11-251-2/+0
* Detect dark theme via css variable (#17800)ThetaDev2021-11-252-7/+3
* Create menus for organization pages (#17802)Lunny Xiao2021-11-251-0/+6
* Preserve color when inverting emojis (#17797)silverwind2021-11-241-1/+1
* Improve ellipsis buttons (#17773)silverwind2021-11-223-4/+15
* Add copy Commit ID button in commits list (#17759)velengel2021-11-222-1/+8
* Improvements to content history (#17746)Jimmy Praet2021-11-221-3/+6
* Fix project board bug and improve documents (#17753)wxiaoguang2021-11-221-9/+12
* Add new JS linter rules (#17699)silverwind2021-11-2214-89/+100
* Allow Loading of Diffs that are too large (#17739)zeripath2021-11-221-1/+28
* Make a.add-code-comment click handler an event handler (#17737)zeripath2021-11-201-1/+1
* perf: sent `data-path` once for each file (#17657)Gusted2021-11-192-5/+5
* 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