| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 1 | -3/+3 |
* | Do not allow organisation owners add themselves as collaborator (#20043) | Wim | 2022-09-28 | 1 | -0/+13 |
* | Move some files into models' sub packages (#20262) | Lunny Xiao | 2022-08-25 | 1 | -5/+6 |
* | Fix mirror address setting not working (#20850) | Gary Wang | 2022-08-21 | 1 | -2/+5 |
* | Add new API endpoints for push mirrors management (#19841) | Mohamed Sekour | 2022-07-30 | 1 | -9/+9 |
* | fix enabling repo packages when projects are off (#20486) | Norwin | 2022-07-26 | 1 | -1/+1 |
* | Implement sync push mirror on commit (#19411) | Chongyi Zheng | 2022-07-08 | 1 | -6/+8 |
* | Unify repo settings & show better error (#19828) | Gusted | 2022-06-12 | 1 | -5/+7 |
* | Fix some mirror bugs (#18649) | Lunny Xiao | 2022-06-11 | 1 | -6/+8 |
* | Custom regexp external issues (#17624) | Sandro Santilli | 2022-06-10 | 1 | -3/+4 |
* | Ensure minimum mirror interval is reported on settings page (#19895) | zeripath | 2022-06-07 | 1 | -9/+22 |
* | Move some repository related code into sub package (#19711) | Lunny Xiao | 2022-06-06 | 1 | -4/+4 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 1 | -8/+9 |
* | Move access and repo permission to models/perm/access (#19350) | Lunny Xiao | 2022-05-11 | 1 | -3/+3 |
* | Repository level enable package or disable (#19323) | Lunny Xiao | 2022-05-08 | 1 | -0/+9 |
* | When updating mirror repo intervals by API reschedule next update too (#19429) | zeripath | 2022-04-20 | 1 | -6/+1 |
* | Move organization related structs into sub package (#18518) | Lunny Xiao | 2022-03-29 | 1 | -8/+9 |
* | Refactor repo clone button and repo clone links, fix JS error on empty repo p... | wxiaoguang | 2022-03-29 | 1 | -0/+1 |
* | Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo... | wxiaoguang | 2022-03-22 | 1 | -3/+3 |
* | Renamed ctx.User to ctx.Doer. (#19161) | KN4CK3R | 2022-03-22 | 1 | -13/+13 |
* | Add config option to disable "Update branch by rebase" (#18745) | Jimmy Praet | 2022-03-04 | 1 | -0/+1 |
* | Use base32 for 2FA scratch token (#18384) | wxiaoguang | 2022-01-26 | 1 | -1/+1 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -7/+7 |
* | Remove unused route "/tasks/trigger" (#18160) | Gusted | 2022-01-03 | 1 | -25/+0 |
* | Unify and simplify TrN for i18n (#18141) | wxiaoguang | 2022-01-02 | 1 | -5/+2 |
* | Use correct user when determining max repo limits for error messages (#18153) | Gusted | 2022-01-02 | 1 | -1/+1 |
* | Use correct translation key (#18135) | Gusted | 2021-12-31 | 1 | -1/+6 |
* | Add Reindex buttons to repository settings page (#17494) | zeripath | 2021-12-16 | 1 | -0/+47 |
* | Return nicer error for ForcePrivate (#17971) | zeripath | 2021-12-14 | 1 | -1/+1 |
* | Some repository refactors (#17950) | Lunny Xiao | 2021-12-12 | 1 | -8/+8 |
* | Move keys to models/asymkey (#17917) | Lunny Xiao | 2021-12-10 | 1 | -14/+15 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 1 | -38/+47 |
* | Make Requests Processes and create process hierarchy. Associate OpenRepositor... | zeripath | 2021-11-30 | 1 | -1/+1 |
* | Move accessmode into models/perm (#17828) | Lunny Xiao | 2021-11-28 | 1 | -1/+2 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -12/+13 |
* | Use `hostmatcher` to replace `matchlist`, improve security (#17605) | wxiaoguang | 2021-11-20 | 1 | -3/+1 |
* | Use a standalone struct name for Organization (#17632) | Lunny Xiao | 2021-11-19 | 1 | -2/+2 |
* | Multiple Escaping Improvements (#17551) | zeripath | 2021-11-16 | 1 | -8/+8 |
* | Move migrations into services and base into modules/migration (#17663) | Lunny Xiao | 2021-11-16 | 1 | -1/+1 |
* | Move some functions into services/repository (#17660) | Lunny Xiao | 2021-11-16 | 1 | -1/+1 |
* | Move unit into models/unit/ (#17576) | Lunny Xiao | 2021-11-09 | 1 | -30/+31 |
* | Move login related structs and functions to models/login (#17093) | Lunny Xiao | 2021-09-24 | 1 | -1/+2 |
* | refactor: move from io/ioutil to io and os package (#17109) | Eng Zer Jun | 2021-09-22 | 1 | -3/+3 |
* | Decrement Fork Num when converting from Fork (#17035) | zeripath | 2021-09-14 | 1 | -4/+2 |
* | Add repo_id for attachment (#16958) | Lunny Xiao | 2021-09-08 | 1 | -1/+2 |
* | Make mirror feature more configurable (#16957) | 6543 | 2021-09-07 | 1 | -3/+20 |
* | Add missing return to handleSettingRemoteAddrError (#16794) | zeripath | 2021-08-23 | 1 | -0/+1 |
* | [API] generalize list header (#16551) | 6543 | 2021-08-12 | 1 | -2/+2 |
* | Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) | 6543 | 2021-08-11 | 1 | -5/+5 |
* | Rename context.Query to context.Form (#16562) | Lunny Xiao | 2021-07-29 | 1 | -10/+10 |