| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Start cleaning the messy ".ui.left / .ui.right", improve label list page, fix... | wxiaoguang | 2023-04-29 | 1 | -11/+11 |
* | Fix layouts of admin table / adapt repo / email test (#24370) | wxiaoguang | 2023-04-28 | 4 | -53/+52 |
* | Move secrets and runners settings to actions settings (#24200) | Hester Gong | 2023-04-27 | 2 | -4/+11 |
* | Modify width of ui container, fine tune css for settings pages and org header... | Hester Gong | 2023-04-26 | 2 | -68/+61 |
* | Remove unnecessary helper function `DateFmtLong` (#24343) | Yarden Shoham | 2023-04-26 | 1 | -1/+1 |
* | Fix template function DateTime (#24317) | wxiaoguang | 2023-04-25 | 8 | -12/+12 |
* | Improve some modal action buttons (#24289) | wxiaoguang | 2023-04-24 | 9 | -30/+12 |
* | Allow using localized absolute date times within phrases with place holders a... | Yarden Shoham | 2023-04-23 | 8 | -12/+12 |
* | Change to vertical navbar layout for secondary navbar for repo/user/admin set... | Hester Gong | 2023-04-23 | 26 | -169/+114 |
* | Refactor delete_modal_actions template and use it for project column related ... | Hester Gong | 2023-04-23 | 10 | -35/+29 |
* | Use auto-updating, natively hoverable, localized time elements (#23988) | Yarden Shoham | 2023-04-11 | 11 | -15/+15 |
* | Clean template/helper.go (#23922) | wxiaoguang | 2023-04-07 | 1 | -1/+1 |
* | Convert .Source.SkipVerify to $cfg.SkipVerify (#23839) | yp05327 | 2023-04-03 | 1 | -1/+1 |
* | Prefill input values in oauth settings as intended (#23829) | yp05327 | 2023-04-02 | 1 | -7/+7 |
* | Remove incorrect HTML self close tag (#23748) | wxiaoguang | 2023-03-27 | 6 | -15/+15 |
* | Use data-tooltip-content for tippy tooltip (#23649) | wxiaoguang | 2023-03-24 | 5 | -11/+11 |
* | Fix `.locale.Tr` function not found in delete modal (#23468) | delvh | 2023-03-20 | 1 | -2/+20 |
* | Convert `<div class="button">` to `<button class="button">` (#23337) | delvh | 2023-03-14 | 5 | -48/+17 |
* | Support reflogs (#22451) | Philip Peterson | 2023-03-13 | 1 | -0/+12 |
* | Handle OpenID discovery URL errors a little nicer when creating/editing sourc... | zeripath | 2023-03-10 | 1 | -1/+1 |
* | Fix missed `.hide` class (#23208) | yp05327 | 2023-03-02 | 1 | -3/+3 |
* | Fix some more hidden problems (#23074) | wxiaoguang | 2023-02-22 | 2 | -2/+2 |
* | Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remov... | wxiaoguang | 2023-02-19 | 7 | -19/+19 |
* | Add context cache as a request level cache (#22294) | Lunny Xiao | 2023-02-15 | 1 | -1/+1 |
* | Move helpers to be prefixed with `gt-` (#22879) | zeripath | 2023-02-13 | 3 | -17/+17 |
* | Map OIDC groups to Orgs/Teams (#21441) | KN4CK3R | 2023-02-08 | 3 | -1/+17 |
* | Add main landmark to templates and adjust titles (#22670) | Felipe Leopoldo Sologuren GutiƩrrez | 2023-02-01 | 21 | -21/+21 |
* | Improve checkbox accessibility a bit by adding the title attribute (#22593) | Felipe Leopoldo Sologuren GutiƩrrez | 2023-02-01 | 1 | -2/+2 |
* | Implement actions (#21937) | Jason Song | 2023-01-31 | 3 | -0/+21 |
* | Display unreferenced packages total size in package admin panel (#22498) | Lunny Xiao | 2023-01-18 | 1 | -1/+3 |
* | Use dynamic package type list (#22263) | KN4CK3R | 2022-12-29 | 1 | -12/+3 |
* | Fix sorting admin user list by last login (#22081) | aceArt-GmbH | 2022-12-11 | 1 | -2/+2 |
* | fix(config): remove context on config template (#22096) | Restray | 2022-12-11 | 1 | -1/+1 |
* | Rename almost all Ctx functions (#22071) | Lunny Xiao | 2022-12-10 | 1 | -1/+1 |
* | Optimize html templates (#22080) | Jason Song | 2022-12-09 | 4 | -34/+34 |
* | Rename actions to operations on UI (#22067) | Jason Song | 2022-12-08 | 1 | -1/+1 |
* | Webhook list enhancements (#21893) | silverwind | 2022-11-22 | 1 | -1/+1 |
* | Embed Matrix icon as SVG (#21890) | silverwind | 2022-11-21 | 1 | -1/+1 |
* | Allow package version sorting (#21453) | KN4CK3R | 2022-10-23 | 1 | -6/+6 |
* | Added check for disabled Packages (#21540) | rock2dust | 2022-10-22 | 1 | -3/+5 |
* | Localize all timestamps (#21440) | Yarden Shoham | 2022-10-17 | 6 | -8/+8 |
* | Add system setting table with cache and also add cache supports for user sett... | Lunny Xiao | 2022-10-17 | 1 | -2/+10 |
* | Support instance-wide OAuth2 applications (#21335) | qwerty287 | 2022-10-12 | 3 | -0/+26 |
* | Fix template bug of admin monitor (#21208) | Lunny Xiao | 2022-09-19 | 1 | -1/+1 |
* | Use form for admin purge user (#21070) | John Olheiser | 2022-09-12 | 1 | -3/+11 |
* | Make sure fmt catches all templates (#20979) | silverwind | 2022-08-31 | 4 | -12/+12 |
* | Add support for Vagrant packages (#20930) | KN4CK3R | 2022-08-29 | 1 | -0/+1 |
* | Add whitespace removal inside template curly brackes (#20853) | silverwind | 2022-08-25 | 6 | -18/+18 |
* | Fix input.value attr for RequiredClaimName/Value (#20946) | soumyadey | 2022-08-25 | 1 | -2/+2 |
* | Replace fomantic popup module with tippy.js (#20428) | silverwind | 2022-08-09 | 1 | -1/+1 |