aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/features
Commit message (Expand)AuthorAgeFilesLines
* Add copy button to markdown code blocks (#17638)silverwind2021-11-162-17/+19
* 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-0919-128/+137
* 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-221-1/+4
* 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-2127-125/+125
* "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-191-1/+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-1734-17/+3568
* Add buttons to allow loading of incomplete diffs (#16829)zeripath2021-10-151-0/+24
* Frontend refactor: move Vue related code from `index.js` to `components` dir,...wxiaoguang2021-10-151-1/+1
* Add user status filter to admin user management page (#16770)wxiaoguang2021-10-121-0/+32
* Save and view issue/comment content history (#16909)wxiaoguang2021-10-101-0/+135
* Defer Last Commit Info (#16467)zeripath2021-10-081-0/+40
* Kanban colored boards (#16647)Romain2021-09-291-4/+47
* Do not show issue context popup on external issues (#17050)zeripath2021-09-151-0/+3
* Update JS dependencies (#16708)silverwind2021-08-173-6/+6
* Update notification table with only latest data (#16445)zeripath2021-07-171-4/+12
* Load issue/PR context popup data only when needed (#15955)Lauris BH2021-07-131-55/+22
* Add custom emoji support (#16004)65432021-06-291-3/+4
* Fix heatmap activity (#15252)siddweiker2021-06-251-2/+9
* Do not show No match found for tribute (#16231)zeripath2021-06-231-2/+2
* Remove spurious AppSubUrl in serviceworker request. (#16047)zeripath2021-06-081-4/+3
* Add Image Diff for SVG files (#14867)KN4CK3R2021-06-051-8/+66
* Replace clipboard.js with async clipboard api (#15899)silverwind2021-05-301-18/+34
* Unregister non-matching serviceworkers (#15834)silverwind2021-05-121-22/+26
* Rename StaticUrlPrefix to AssetUrlPrefix (#15779)silverwind2021-05-082-3/+3
* Remove spurious set name from eventsource.sharedworker.js (#15643)zeripath2021-04-281-2/+0
* add `/assets` as root dir of public files (#15219)a10121127962021-04-281-1/+1
* Project board improvements (#15429)silverwind2021-04-201-0/+2
* Fix Dropzone following #15315 (#15353)zeripath2021-04-091-1/+1
* Add LFS Migration and Mirror (#14726)KN4CK3R2021-04-081-0/+12
* Monaco improvements (#15333)silverwind2021-04-081-2/+50
* Fix handling of logout event (#15323)zeripath2021-04-082-2/+2
* Check if stopwatch element empty (#15278)Kyle D2021-04-051-4/+5
* Drop the event source if we are unauthorized (#15275)zeripath2021-04-043-0/+11
* Update JS dependencies (#15033)silverwind2021-03-222-4/+3
* Signed-off-by: jolheiser <john.olheiser@gmail.com> (#14898)John Olheiser2021-03-051-4/+5
* Add Image Diff options in Pull Request Diff view (#14450)KN4CK3R2021-02-271-0/+206