| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Refactor branch/tag selector to Vue SFC (#23421) | wxiaoguang | 2023-03-14 | 4 | -212/+298 |
* | Refactor dashboard repo list to Vue SFC (#23405) | wxiaoguang | 2023-03-14 | 5 | -399/+439 |
* | Fix actions frontend bugs (pagination, long name alignment) and small simplif... | Hester Gong | 2023-03-13 | 1 | -2/+1 |
* | Refactor branch/tag selector dropdown (first step) (#23394) | wxiaoguang | 2023-03-11 | 1 | -40/+27 |
* | Add ActionRunStatus component (#23259) | yp05327 | 2023-03-06 | 2 | -16/+35 |
* | Improve the frontend guideline (#23298) | wxiaoguang | 2023-03-05 | 1 | -1/+1 |
* | Add run status in action view page (#23212) | yp05327 | 2023-03-04 | 1 | -2/+13 |
* | Fix incorrect checkbox behaviors in the dashboard repolist's filter (#23147) | wxiaoguang | 2023-03-01 | 1 | -63/+28 |
* | Add pagination for dashboard and user activity feeds (#22937) | Brecht Van Lommel | 2023-02-24 | 1 | -0/+2 |
* | Require approval to run actions for fork pull request (#22803) | Jason Song | 2023-02-24 | 1 | -2/+18 |
* | Add force_merge to merge request and fix checking mergable (#23010) | Jason Song | 2023-02-21 | 1 | -1/+6 |
* | Fix the Manually Merged form (#23015) | wxiaoguang | 2023-02-21 | 1 | -0/+4 |
* | Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remov... | wxiaoguang | 2023-02-19 | 1 | -3/+3 |
* | Scoped labels (#22585) | Brecht Van Lommel | 2023-02-18 | 1 | -19/+4 |
* | Add `title` to PR file tree items (#22918) | delvh | 2023-02-16 | 1 | -1/+2 |
* | Fix the full-height problem for all pages (#22905) | wxiaoguang | 2023-02-14 | 1 | -5/+5 |
* | Move helpers to be prefixed with `gt-` (#22879) | zeripath | 2023-02-13 | 5 | -26/+26 |
* | Remove _actions.less (#22885) | Jason Song | 2023-02-13 | 1 | -2/+53 |
* | Fix style of actions rerun button (#22835) | Jason Song | 2023-02-12 | 1 | -18/+30 |
* | Fix PR file tree folders no longer collapsing (#22864) | gempir | 2023-02-12 | 1 | -2/+5 |
* | Fix rerun button of Actions (#22798) | Jason Song | 2023-02-08 | 1 | -6/+9 |
* | Use relative url in actions view (#22675) | Jason Song | 2023-01-31 | 1 | -4/+4 |
* | Implement actions (#21937) | Jason Song | 2023-01-31 | 1 | -0/+398 |
* | Restore function to "Show more" buttons (#22399) | zeripath | 2023-01-13 | 1 | -1/+4 |
* | JS refactors (#22227) | silverwind | 2022-12-24 | 6 | -38/+4 |
* | Fix heatmap first color being unused (#22157) | silverwind | 2022-12-19 | 1 | -0/+7 |
* | feat: add button to quickly clear merge message (#21548) | kolaente | 2022-11-23 | 1 | -0/+11 |
* | Localize time units on activity heatmap (#21570) | Yarden Shoham | 2022-10-28 | 1 | -4/+4 |
* | Update JS dependencies and eslint config (#21388) | silverwind | 2022-10-10 | 1 | -1/+1 |
* | Fix typos in PullRequestMergeForm.vue header comment (#21378) | Yarden Shoham | 2022-10-09 | 1 | -2/+2 |
* | Refactor from Vue2 to Vue3 (#20044) | André Jaenisch | 2022-10-01 | 7 | -61/+68 |
* | Add filetree on left of diff view (#21012) | sebastian-sauer | 2022-09-27 | 3 | -0/+360 |
* | Replace fomantic popup module with tippy.js (#20428) | silverwind | 2022-08-09 | 1 | -1/+4 |
* | Fix default merge style (#20564) | wxiaoguang | 2022-07-31 | 1 | -1/+4 |
* | Fix eslint parsing errors, remove eslint-plugin-html (#20323) | silverwind | 2022-07-15 | 1 | -0/+16 |
* | Fix checks in PR for empty commits #19603 (#20290) | Ing. Jaroslav Šafka | 2022-07-13 | 1 | -1/+1 |
* | Auto merge pull requests when all checks succeeded via WebUI (#19648) | 6543 | 2022-06-11 | 1 | -10/+124 |
* | Use Vue to refactor pull merge UI (#19650) | wxiaoguang | 2022-05-12 | 1 | -0/+127 |
* | Improve dashboard's repo list performance (#18963) | Gusted | 2022-04-26 | 1 | -20/+25 |
* | Never use /api/v1 from Gitea UI Pages (#19318) | Lunny Xiao | 2022-04-07 | 2 | -3/+3 |
* | Add apply-patch, basic revert and cherry-pick functionality (#17902) | zeripath | 2022-02-09 | 1 | -2/+58 |
* | Use explicit jQuery import, remove unused eslint globals (#18435) | silverwind | 2022-01-28 | 3 | -0/+3 |
* | Revert "Prevent possible XSS when using jQuery (#18289)" (#18293) | wxiaoguang | 2022-01-16 | 1 | -1/+1 |
* | Prevent possible XSS when using jQuery (#18289) | Gusted | 2022-01-16 | 1 | -1/+1 |
* | Handle invalid issues (#18111) | Gusted | 2021-12-28 | 1 | -8/+20 |
* | Cleanup and use global style on popups (#17674) | silverwind | 2021-11-18 | 1 | -1/+1 |
* | Frontend refactor, PascalCase to camelCase, remove unused code (#17365) | wxiaoguang | 2021-10-21 | 3 | -6/+6 |
* | Fix dashboard repolist alignment and repolisting (#17355) | zeripath | 2021-10-19 | 1 | -0/+1 |
* | Split `index.js` to separate files (#17315) | wxiaoguang | 2021-10-17 | 4 | -17/+10 |
* | Frontend refactor: move Vue related code from `index.js` to `components` dir,... | wxiaoguang | 2021-10-15 | 5 | -26/+617 |