aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js
Commit message (Expand)AuthorAgeFilesLines
* Prevent NPE if trying to restore an already restored deleted branch (#21940)zeripath2022-11-251-0/+6
* Fix scroll over mermaid frame (#21925)silverwind2022-11-241-1/+1
* feat: add button to quickly clear merge message (#21548)kolaente2022-11-231-0/+11
* Fixes #21895: standardize UTC tz for util tests (#21897)Felipe Leopoldo Sologuren Gutiérrez2022-11-221-2/+2
* Update JS dependencies (#21881)silverwind2022-11-224-5/+5
* Improvements for Content Copy (#21842)silverwind2022-11-217-21/+127
* Tweak katex options (#21828)silverwind2022-11-171-4/+6
* fix webpackChunkName for citation-js-csl (#21806)silverwind2022-11-131-1/+1
* Copy citation file content, in APA and BibTex format, on repo home page (#19999)Nolann2022-11-112-0/+62
* Ignore line anchor links with leading zeroes (#21728)silverwind2022-11-112-15/+39
* Quick fixes monaco-editor error: "vs.editor.nullLanguage" (#21734)Xinyu Zhou2022-11-092-3/+4
* Fix UI language switching bug (#21597)wxiaoguang2022-11-091-1/+1
* Add "Copy" button to file view of raw text (#21629)Yarden Shoham2022-11-041-1/+16
* Fix opaque background on mermaid diagrams (#21642)silverwind2022-10-311-0/+1
* Localize time units on activity heatmap (#21570)Yarden Shoham2022-10-284-7/+51
* Improve code comment review on mobile (#21461)Gusted2022-10-251-3/+3
* Enable Monaco automaticLayout (#21515)silverwind2022-10-201-4/+1
* Add team member invite by email (#20307)KN4CK3R2022-10-191-1/+14
* Remove vitest globals (#21505)silverwind2022-10-193-0/+3
* Localize all timestamps (#21440)Yarden Shoham2022-10-171-4/+26
* Add system setting table with cache and also add cache supports for user sett...Lunny Xiao2022-10-175-3/+42
* Fix mermaid-related bugs (#21431)silverwind2022-10-152-1/+5
* Switch from jest to vitest (#21444)silverwind2022-10-144-11/+6
* Remove useless `appVer` from JS `window.config` (#21445)wxiaoguang2022-10-141-2/+2
* Respect user's locale when rendering the date range in the repo activity page...Yarden Shoham2022-10-131-0/+7
* Update JS dependencies and eslint config (#21388)silverwind2022-10-102-2/+2
* Fix typos in PullRequestMergeForm.vue header comment (#21378)Yarden Shoham2022-10-091-2/+2
* Use weighted algorithm for string matching when finding files in repo (#21370)wxiaoguang2022-10-085-65/+109
* Refactor from Vue2 to Vue3 (#20044)André Jaenisch2022-10-0112-95/+88
* Feature: Case-insensitive "find files in repo" (#21269)HeySora2022-09-282-13/+14
* Add filetree on left of diff view (#21012)sebastian-sauer2022-09-277-25/+417
* Add KaTeX rendering to Markdown. (#20571)zeripath2022-09-142-0/+39
* Improve commit status icons (#21124)silverwind2022-09-092-1/+2
* Add down key check has tribute container (#21016)Tyrone Yeh2022-09-031-0/+12
* Show language name on hover (#20923)JakobDev2022-09-021-1/+1
* Support Issue forms and PR forms (#20987)Jason Song2022-09-022-6/+15
* Forbid HTML string tooltips (#20935)silverwind2022-08-231-1/+1
* Enable contenthash in filename for dynamic assets (#20813)silverwind2022-08-235-11/+30
* Correctly escape within tribute.js (#20831)zeripath2022-08-171-4/+5
* Fix tooltip init after review (#20814)silverwind2022-08-171-9/+13
* Remove useless JS operation for relative time tooltips (#20756)silverwind2022-08-121-8/+0
* Fix loading button with invalid form (#20754)silverwind2022-08-111-10/+6
* Use separate class for tippy targets (#20742)silverwind2022-08-101-3/+4
* Add support mCaptcha as captcha provider (#20458)Gusted2022-08-102-0/+18
* Fix CI status popup (#20737)silverwind2022-08-101-1/+1
* Change commit status icons to SVG (#20736)silverwind2022-08-091-2/+2
* Replace fomantic popup module with tippy.js (#20428)silverwind2022-08-0911-96/+144
* Rework repo buttons (#20602)silverwind2022-08-081-1/+1
* move handleGlobalEnterQuickSubmit into a separate file to avoid cycle-import ...wxiaoguang2022-08-053-15/+17
* Fix the JS error "EventSource is not defined" caused by some non-standard bro...wxiaoguang2022-08-033-64/+71