summaryrefslogtreecommitdiffstats
path: root/web_src/js
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up and fix clone button script (#20415)silverwind2022-07-311-27/+3
* Fix default merge style (#20564)wxiaoguang2022-07-311-1/+4
* Add a checkbox to select all issues/PRs (#20177)Tyrone Yeh2022-07-281-8/+27
* Fix ROOT_URL detection for URLs without trailing slash (#20502)wxiaoguang2022-07-271-1/+2
* Add eslint-plugin-sonarjs (#20431)silverwind2022-07-222-4/+4
* Use tippy.js for context popup (#20393)silverwind2022-07-192-11/+18
* Fix eslint parsing errors, remove eslint-plugin-html (#20323)silverwind2022-07-151-0/+16
* Fix checks in PR for empty commits #19603 (#20290)Ing. Jaroslav Šafka2022-07-131-1/+1
* Fix various typos (#20338)luzpaz2022-07-121-1/+1
* Init popup for new code comment (#20234)Gusted2022-07-053-9/+18
* Bypass Firefox (iOS) bug (#20244)wxiaoguang2022-07-051-0/+5
* Enable spellcheck for EasyMDE, use contenteditable mode (#19776)wxiaoguang2022-06-296-65/+102
* Fix remove file on initial comment (#20127)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-124-2/+38
* Auto merge pull requests when all checks succeeded via WebUI (#19648)65432022-06-112-10/+126
* Custom regexp external issues (#17624)Sandro Santilli2022-06-101-0/+5
* Feature: Find files in repo (#15028)Roger Luo2022-06-095-1/+118
* 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-035-4348/+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-124-28/+143
* Update JS dependencies (#19675)silverwind2022-05-101-0/+5
* Allow to mark files in a PR as viewed (#19007)delvh2022-05-075-7/+103
* 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-282-0/+35
* Improve dashboard's repo list performance (#18963)Gusted2022-04-261-20/+25
* Allow commit status popup on /pulls page (#19507)parnic2022-04-263-13/+20
* 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-0710-14/+14
* 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-304-9/+65
* 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