summaryrefslogtreecommitdiffstats
path: root/web_src/js
Commit message (Expand)AuthorAgeFilesLines
* Fix EasyMDE image paste bug during refactoring (#18207)wxiaoguang2022-01-082-4/+9
* Fix CSS specificity issue with easymde's css (#18201)silverwind2022-01-071-1/+1
* Add warning for BIDI characters in page renders and in diffs (#17562)zeripath2022-01-073-1/+44
* Load EasyMDE/CodeMirror dynamically, remove RequireEasyMDE (#18069)wxiaoguang2022-01-057-187/+237
* Fix EasyMDE validation (#18161)wxiaoguang2022-01-033-24/+40
* Require codereview to have content (#18156)Gusted2022-01-023-13/+38
* Handle invalid issues (#18111)Gusted2021-12-281-8/+20
* Clean legacy SimpleMDE code (#17926)wxiaoguang2021-12-107-61/+83
* Support sorting for project board issuses (#17152)Anbraten2021-12-081-14/+26
* Remove unnecessary `X-Remote` HTTP header in AJAX request (#17932)wxiaoguang2021-12-082-7/+0
* Refactor install page (db type) (#17919)wxiaoguang2021-12-071-36/+27
* Fix loading content history on show more (#17819)Gusted2021-12-061-1/+3
* Update JS dependencies, adjust eslint config (#17904)silverwind2021-12-044-6/+5
* Added missing `data-` prefix. (#17884)KN4CK3R2021-12-031-3/+3
* Switch archive URL code back to href attributes (#17796)fnetX (aka fralix)2021-11-291-1/+1
* Detect dark theme via css variable (#17800)ThetaDev2021-11-251-7/+2
* Improve ellipsis buttons (#17773)silverwind2021-11-222-4/+6
* 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-167-20/+50
* Fix database deadlock when update issue labels (#17649)wxiaoguang2021-11-162-26/+22
* 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-112-2/+1
* 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-281-1/+4
* 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
* Fix issue content history problems, improve UI (#17404)wxiaoguang2021-10-231-2/+2
* 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
* Frontend refactor, PascalCase to camelCase, remove unused code (#17365)wxiaoguang2021-10-2133-137/+137
* "Copy branch name" button in pull request (#17323)Mario Lubenka2021-10-191-2/+4
* 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-191-0/+1
* 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
* Add buttons to allow loading of incomplete diffs (#16829)zeripath2021-10-152-0/+26