| Commit message (Expand) | Author | Age | Files | Lines |
* | Add user blocking (#29028) | KN4CK3R | 2024-03-04 | 1 | -18/+18 |
* | Refactor deletion (#28610) | delvh | 2023-12-25 | 1 | -1/+1 |
* | Refactor the function RemoveOrgUser (#27582) | Lunny Xiao | 2023-11-03 | 1 | -19/+11 |
* | Replace more db.DefaultContext (#27628) | Lunny Xiao | 2023-10-15 | 1 | -2/+2 |
* | refactor some functions to support ctx as first parameter (#21878) | Lunny Xiao | 2022-12-03 | 1 | -1/+1 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 1 | -2/+1 |
* | Allow detect whether it's in a database transaction for a context.Context (#2... | Lunny Xiao | 2022-11-12 | 1 | -1/+1 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 1 | -4/+4 |
* | Move some files into models' sub packages (#20262) | Lunny Xiao | 2022-08-25 | 1 | -66/+0 |
* | Use neutral language in comments and docs (#20135) | Gusted | 2022-06-25 | 1 | -1/+1 |
* | In code search, get code unit accessible repos in one (main) query (#19764) | Hugo Hoitink | 2022-06-16 | 1 | -1/+2 |
* | Move some repository related code into sub package (#19711) | Lunny Xiao | 2022-06-06 | 1 | -1/+1 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 1 | -3/+3 |
* | Move access and repo permission to models/perm/access (#19350) | Lunny Xiao | 2022-05-11 | 1 | -1/+2 |
* | Move organization related structs into sub package (#18518) | Lunny Xiao | 2022-03-29 | 1 | -901/+12 |
* | Move deletebeans into models/db (#18781) | Lunny Xiao | 2022-02-17 | 1 | -4/+2 |
* | Team permission allow different unit has different permission (#17811) | Lunny Xiao | 2022-01-05 | 1 | -3/+3 |
* | Some repository refactors (#17950) | Lunny Xiao | 2021-12-12 | 1 | -1/+1 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 1 | -7/+8 |
* | Move more model into models/user (#17826) | Lunny Xiao | 2021-11-28 | 1 | -3/+3 |
* | Move accessmode into models/perm (#17828) | Lunny Xiao | 2021-11-28 | 1 | -7/+8 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -33/+43 |
* | Remove unnecessary attributes of User struct (#17745) | Lunny Xiao | 2021-11-22 | 1 | -7/+13 |
* | Support pagination of organizations on user settings pages (#16083) | Lunny Xiao | 2021-11-22 | 1 | -18/+45 |
* | Remove NewSession method from db.Engine interface (#17577) | Lunny Xiao | 2021-11-21 | 1 | -27/+14 |
* | Use a standalone struct name for Organization (#17632) | Lunny Xiao | 2021-11-19 | 1 | -56/+144 |
* | Move user/org deletion to services (#17673) | KN4CK3R | 2021-11-19 | 1 | -55/+9 |
* | Move EmailAddress & UserRedirect into models/user/ (#17607) | Lunny Xiao | 2021-11-11 | 1 | -14/+12 |
* | Move unit into models/unit/ (#17576) | Lunny Xiao | 2021-11-09 | 1 | -2/+3 |
* | Use provided database Engine (#17595) | Gusted | 2021-11-09 | 1 | -1/+1 |
* | [API] Add endpount to get user org permissions (#17232) | Romain | 2021-10-12 | 1 | -0/+13 |
* | Fix incorrect repository count on organization tab of dashboard (#17256) | Jimmy Praet | 2021-10-08 | 1 | -1/+1 |
* | Move login related structs and functions to models/login (#17093) | Lunny Xiao | 2021-09-24 | 1 | -3/+3 |
* | DBContext is just a Context (#17100) | zeripath | 2021-09-23 | 1 | -31/+31 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 1 | -46/+51 |
* | Add `AbsoluteListOptions` (#17028) | KN4CK3R | 2021-09-14 | 1 | -2/+2 |
* | Correctly return the number of Repositories for Organizations (#16807) | zeripath | 2021-09-01 | 1 | -12/+56 |
* | [API] generalize list header (#16551) | 6543 | 2021-08-12 | 1 | -9/+5 |
* | Fix various documentation, user-facing, and source comment typos (#16367) | luzpaz | 2021-07-08 | 1 | -1/+1 |
* | Add Visible modes function from Organisation to Users too (#16069) | Sergey Dryabzhinsky | 2021-06-26 | 1 | -8/+8 |
* | Improve performance of dashboard list orgs (#16099) | Lunny Xiao | 2021-06-14 | 1 | -0/+19 |
* | chore(models): rewrite code format. (#14754) | Bo-Yi Wu | 2021-03-14 | 1 | -6/+6 |
* | Repository transfer has to be confirmed, if user can not create repo for new ... | 6543 | 2021-03-01 | 1 | -0/+14 |
* | Redirect on changed user and org name (#11649) | Andrew Bezold | 2021-01-24 | 1 | -0/+4 |
* | Issues overview should not show issues from archived repos (#13220) | Elena Neuschild | 2021-01-12 | 1 | -1/+1 |
* | Team dashboards (#14159) | Jimmy Praet | 2020-12-27 | 1 | -8/+24 |
* | Change order of possible-owner organizations to alphabetical (#13160) | Elena Neuschild | 2020-10-15 | 1 | -1/+2 |
* | Avatars and Repo avatars support storing in minio (#12516) | Lunny Xiao | 2020-10-14 | 1 | -6/+4 |
* | Fix bug preventing transfer to private organization (#12497) | zeripath | 2020-08-16 | 1 | -1/+1 |
* | Re-attempt to delete temporary upload if the file is locked by another proces... | zeripath | 2020-08-11 | 1 | -3/+3 |