aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/features
Commit message (Expand)AuthorAgeFilesLines
* Ignore line anchor links with leading zeroes (#21728) (#21777)silverwind2022-11-112-15/+39
* Fix UI language switching bug (#21597) (#21748)Xinyu Zhou2022-11-101-1/+1
* Enable Monaco automaticLayout (#21516)silverwind2022-10-191-0/+1
* Add down key check has tribute container (#21016) (#21038)Tyrone Yeh2022-09-031-0/+12
* Enable contenthash in filename for dynamic assets (#20813) (#20932)silverwind2022-08-253-10/+11
* Rework repo buttons (#20602, #20718) (#20719)silverwind2022-08-201-1/+1
* Correctly escape within tribute.js (#20831) (#20832)zeripath2022-08-171-4/+5
* Fix loading button with invalid form (#20754) (#20759)silverwind2022-08-111-10/+6
* Fix the JS error "EventSource is not defined" caused by some non-standard bro...wxiaoguang2022-08-043-55/+66
* Clean up and fix clone button script (#20415 & #20600) (#20599)silverwind2022-08-021-27/+3
* Update notification count for non-mobile version (#20544)Gusted2022-07-301-6/+4
* Fix ROOT_URL detection for URLs without trailing slash (#20503)wxiaoguang2022-07-271-1/+2
* Init popup for new code comment (#20234) (#20235)Gusted2022-07-052-9/+16
* Fix remove file on initial comment (#20127) (#20128)Gusted2022-06-252-1/+3
* Fix a JS error in initRepoCommitLastCommitLoader's entryMap (#19996)wxiaoguang2022-06-171-1/+6
* Replace unstyled meter with progress (#19968)silverwind2022-06-151-2/+2
* Prettify number of issues (#17760)Gusted2022-06-121-0/+14
* Custom regexp external issues (#17624)Sandro Santilli2022-06-101-0/+5
* Feature: Find files in repo (#15028)Roger Luo2022-06-091-0/+67
* Fix viewed images not loading in a PR (#19919)wxiaoguang2022-06-081-1/+2
* A minimal change to replace data calls with attr as per guidelines (#19900)André Jaenisch2022-06-061-1/+1
* use exact search instead of fuzzy search for branch filter dropdown (#19885)wxiaoguang2022-06-041-4/+4
* Remove customized (unmaintained) dropdown, improve aria a11y for dropdown (#1...wxiaoguang2022-06-034-10/+185
* Remove fomantic progress module (#19760)silverwind2022-05-201-3/+0
* Make Ctrl+Enter (quick submit) work for issue comment and wiki editor (#19729)wxiaoguang2022-05-204-10/+46
* Replace blue button and label classes with primary (#19763)silverwind2022-05-202-3/+1
* Use Vue to refactor pull merge UI (#19650)wxiaoguang2022-05-123-28/+16
* Allow to mark files in a PR as viewed (#19007)delvh2022-05-074-6/+101
* prevent double click new issue/pull/comment button (#16157)a10121127962022-05-071-0/+12
* Improve reviewing PR UX (#19612)Gusted2022-05-072-1/+26
* Add "Allow edits from maintainer" feature (#18002)qwerty2872022-04-281-0/+33
* Allow commit status popup on /pulls page (#19507)parnic2022-04-262-12/+13
* Add a new menu in file view to open blame view and fix blame view select rang...Lunny Xiao2022-04-261-4/+18
* Fix two UI bugs: JS error in imagediff.js, 500 error in diff/compare.tmplwxiaoguang2022-04-261-4/+11
* Improve Stopwatch behavior (#18930)Gusted2022-04-251-0/+4
* Never use /api/v1 from Gitea UI Pages (#19318)Lunny Xiao2022-04-078-11/+11
* Skip frontend ROOT_URL check on installation page, remove unnecessary global ...wxiaoguang2022-04-011-0/+3
* Show messages for users if the ROOT_URL is wrong, show JavaScript errors (#18...wxiaoguang2022-03-301-1/+19
* Refactor repo clone button and repo clone links, fix JS error on empty repo p...wxiaoguang2022-03-292-19/+49
* Feature: show issue assignee on project board (#15232)Roger Luo2022-03-091-0/+8
* Fix EasyMDE error when input Enter (#19004)wxiaoguang2022-03-061-2/+2
* Fix the editor height in review box (#19003)wxiaoguang2022-03-041-1/+2
* Remove CodeMirror dependencies (#18911)silverwind2022-02-261-40/+3
* Set max text height to prevent overflow (#18862)Kyle D2022-02-231-1/+1
* Replace deprecated String.prototype.substr() with String.prototype.slice() (#...CommanderRoot2022-02-186-11/+11
* Fix source code line highlighting (#18729)Jimmy Praet2022-02-121-2/+5
* Add LDAP group sync to Teams, fixes #1395 (#16299)Sven Seeberg2022-02-111-10/+6
* Add apply-patch, basic revert and cherry-pick functionality (#17902)zeripath2022-02-093-10/+32
* Prevent security failure due to bad APP_ID (#18678)zeripath2022-02-091-0/+13
* Fix review excerpt (#18502)confusedsushi2022-02-011-1/+3