| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix error when calculate the repository size (#22392) (#22474) | zeripath | 2023-01-16 | 1 | -1/+1 |
* | Fix Operator does not exist bug on explore page with ONLY_SHOW_RELEVANT_REPOS... | zeripath | 2023-01-16 | 1 | -2/+7 |
* | Fix issues count bug (#21557) | Lunny Xiao | 2022-10-25 | 1 | -25/+20 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 9 | -39/+39 |
* | Make every not exist error unwrappable to a fs.ErrNotExist (#20891) | zeripath | 2022-10-18 | 9 | -0/+65 |
* | Add generic set type (#21408) | KN4CK3R | 2022-10-12 | 3 | -30/+14 |
* | Add user/organization code search (#19977) | Lauris BH | 2022-10-11 | 1 | -10/+20 |
* | Tag list should include draft releases with existing tags (#21263) | Jason Song | 2022-10-03 | 1 | -0/+8 |
* | Fix various typos (#21103) | luzpaz | 2022-09-07 | 1 | -1/+1 |
* | fix hard-coded timeout and error panic in API archive download endpoint (#20925) | Peter GardfjÀll | 2022-08-29 | 1 | -3/+3 |
* | Only show relevant repositories on explore page (#19361) | Gusted | 2022-08-25 | 1 | -2/+29 |
* | Move some files into models' sub packages (#20262) | Lunny Xiao | 2022-08-25 | 4 | -0/+716 |
* | In PushMirrorsIterate and MirrorsIterate if limit is negative do not set it (... | zeripath | 2022-08-18 | 2 | -8/+12 |
* | Remove calls to load Mirrors in user.Dashboard (#20855) | zeripath | 2022-08-18 | 1 | -53/+0 |
* | Check Mirror exists before linking its Repo (#20840) | zeripath | 2022-08-18 | 1 | -1/+3 |
* | Add migrate repo archiver and packages storage support on command line (#20757) | Lunny Xiao | 2022-08-16 | 2 | -46/+0 |
* | Refactor AssertExistsAndLoadBean to use generics (#20797) | Lunny Xiao | 2022-08-16 | 7 | -24/+24 |
* | Add issue filter for Author (#20578) | parnic | 2022-08-08 | 1 | -0/+12 |
* | Add new API endpoints for push mirrors management (#19841) | Mohamed Sekour | 2022-07-30 | 2 | -28/+54 |
* | Fix: Actor is required to get user repositories (#20443) | Dhruv Manilawala | 2022-07-21 | 1 | -0/+4 |
* | Add order by for assignee no sort issue (#20053) | Tyrone Yeh | 2022-07-14 | 1 | -2/+2 |
* | Implement sync push mirror on commit (#19411) | Chongyi Zheng | 2022-07-08 | 1 | -0/+9 |
* | Adjust transaction handling via db.Context (#20031) | Lunny Xiao | 2022-06-20 | 1 | -7/+1 |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 2 | -4/+4 |
* | In code search, get code unit accessible repos in one (main) query (#19764) | Hugo Hoitink | 2022-06-16 | 1 | -21/+48 |
* | Move tests as seperate sub packages to reduce duplicated file names (#19951) | Lunny Xiao | 2022-06-15 | 2 | -0/+89 |
* | Move issues related files into models/issues (#19931) | Lunny Xiao | 2022-06-13 | 1 | -0/+47 |
* | Move some code into models/git (#19879) | Lunny Xiao | 2022-06-12 | 1 | -0/+21 |
* | Fix some mirror bugs (#18649) | Lunny Xiao | 2022-06-11 | 1 | -6/+0 |
* | Custom regexp external issues (#17624) | Sandro Santilli | 2022-06-10 | 2 | -3/+7 |
* | Feature: Find files in repo (#15028) | Roger Luo | 2022-06-09 | 2 | -2/+3 |
* | Move some repository related code into sub package (#19711) | Lunny Xiao | 2022-06-06 | 18 | -168/+1460 |
* | feat: add DEFAULT_MERGE_STYLE to `repository.pull-request` section for repo i... | ttys3 | 2022-06-02 | 1 | -0/+5 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 20 | -306/+169 |
* | Use Vue to refactor pull merge UI (#19650) | wxiaoguang | 2022-05-12 | 1 | -18/+0 |
* | Move access and repo permission to models/perm/access (#19350) | Lunny Xiao | 2022-05-11 | 3 | -0/+200 |
* | Repository level enable package or disable (#19323) | Lunny Xiao | 2022-05-08 | 1 | -1/+1 |
* | Allow custom default merge message with .gitea/default_merge_message/<merge_s... | Lunny Xiao | 2022-05-08 | 1 | -3/+3 |
* | Use for a repo action one database transaction (#19576) | 6543 | 2022-05-03 | 1 | -2/+13 |
* | Use a struct as test options (#19393) | Lunny Xiao | 2022-04-14 | 1 | -13/+16 |
* | Add Package Registry (#16510) | KN4CK3R | 2022-03-30 | 1 | -1/+1 |
* | Make git.OpenRepository accept Context (#19260) | 6543 | 2022-03-30 | 2 | -4/+5 |
* | Move organization related structs into sub package (#18518) | Lunny Xiao | 2022-03-29 | 2 | -34/+87 |
* | Refactor repo clone button and repo clone links, fix JS error on empty repo p... | wxiaoguang | 2022-03-29 | 1 | -1/+0 |
* | Touch mirrors on even on fail to update (#19217) | zeripath | 2022-03-27 | 1 | -0/+8 |
* | Add config option to disable "Update branch by rebase" (#18745) | Jimmy Praet | 2022-03-04 | 1 | -0/+3 |
* | Improve mirror iterator (#18928) | Lunny Xiao | 2022-02-28 | 3 | -3/+5 |
* | Avoid database lookups for `DescriptionHTML` (#18924) | Gusted | 2022-02-27 | 1 | -1/+1 |
* | Fix trace log to show value instead of pointers (#18926) | Gusted | 2022-02-27 | 1 | -1/+8 |
* | Add separate SSH_USER config option (#17584) | Clar Fon | 2022-02-07 | 2 | -5/+2 |