| Commit message (Expand) | Author | Age | Files | Lines |
* | Move some files into models' sub packages (#20262) | Lunny Xiao | 2022-08-25 | 1 | -28/+6 |
* | Move issues related files into models/issues (#19931) | Lunny Xiao | 2022-06-13 | 1 | -2/+3 |
* | Move some code into models/git (#19879) | Lunny Xiao | 2022-06-12 | 1 | -1/+2 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 1 | -6/+6 |
* | Fix duplicate entry error when add team member (#19702) | zuzuviewer | 2022-05-14 | 1 | -0/+6 |
* | Move access and repo permission to models/perm/access (#19350) | Lunny Xiao | 2022-05-11 | 1 | -18/+15 |
* | Performance improvement for add team user when org has more than 1000 reposit... | Lunny Xiao | 2022-04-01 | 1 | -12/+42 |
* | Move organization related structs into sub package (#18518) | Lunny Xiao | 2022-03-29 | 1 | -641/+71 |
* | Cleanup protected branches when deleting users & teams (#19158) | Norwin | 2022-03-22 | 1 | -2/+40 |
* | Add `GetUserTeams` (#18499) | Gusted | 2022-02-01 | 1 | -8/+53 |
* | Team permission allow different unit has different permission (#17811) | Lunny Xiao | 2022-01-05 | 1 | -12/+36 |
* | Prevent hang in git cat-file if repository is not a valid repository and othe... | zeripath | 2021-12-16 | 1 | -0/+8 |
* | Some repository refactors (#17950) | Lunny Xiao | 2021-12-12 | 1 | -4/+4 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 1 | -27/+32 |
* | Move accessmode into models/perm (#17828) | Lunny Xiao | 2021-11-28 | 1 | -3/+4 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -8/+9 |
* | Remove NewSession method from db.Engine interface (#17577) | Lunny Xiao | 2021-11-21 | 1 | -69/+52 |
* | Use a standalone struct name for Organization (#17632) | Lunny Xiao | 2021-11-19 | 1 | -8/+9 |
* | Move unit into models/unit/ (#17576) | Lunny Xiao | 2021-11-09 | 1 | -9/+10 |
* | Move login related structs and functions to models/login (#17093) | Lunny Xiao | 2021-09-24 | 1 | -4/+4 |
* | DBContext is just a Context (#17100) | zeripath | 2021-09-23 | 1 | -28/+28 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 1 | -50/+58 |
* | Add `AbsoluteListOptions` (#17028) | KN4CK3R | 2021-09-14 | 1 | -2/+2 |
* | [API] generalize list header (#16551) | 6543 | 2021-08-12 | 1 | -15/+0 |
* | chore(models): rewrite code format. (#14754) | Bo-Yi Wu | 2021-03-14 | 1 | -5/+3 |
* | Automatically remove Watches, Assignments, etc if user loses access due to be... | 6543 | 2020-04-07 | 1 | -10/+3 |
* | Upgrade xorm to v1.0.0 (#10646) | Lunny Xiao | 2020-03-22 | 1 | -5/+7 |
* | Add API branch protection endpoint (#9311) | David Svantesson | 2020-02-12 | 1 | -0/+33 |
* | API add/generalize pagination (#9452) | SpaWn2KiLl | 2020-01-24 | 1 | -16/+31 |
* | [API] orgEditTeam make Fields optional (#9556) | 6543 | 2020-01-09 | 1 | -3/+3 |
* | Branch protection: Possibility to not use whitelist but allow anyone with wri... | David Svantesson | 2019-12-03 | 1 | -1/+5 |
* | Team permission to create repository in organization (#8312) | David Svantesson | 2019-11-20 | 1 | -0/+1 |
* | Allow to add and remove all repositories to/from team. (#8867) | David Svantesson | 2019-11-09 | 1 | -30/+79 |
* | Add team option to grant rights for all organization repositories (#8688) | David Svantesson | 2019-11-06 | 1 | -12/+58 |
* | Upgrade xorm to v0.8.0 (#8536) | Lunny Xiao | 2019-10-17 | 1 | -1/+1 |
* | Recalculate repository access only for specific user (#8481) | David Svantesson | 2019-10-15 | 1 | -2/+2 |
* | Ignore mentions for users with no access (#8395) | guillep2k | 2019-10-10 | 1 | -1/+1 |
* | API endpoint for searching teams. (#8108) | David Svantesson | 2019-10-01 | 1 | -0/+62 |
* | Add teams to repo on collaboration page. (#8045) | David Svantesson | 2019-09-23 | 1 | -2/+2 |
* | Fix approvals counting (#7757) | Lunny Xiao | 2019-08-07 | 1 | -3/+6 |
* | org/members: display 2FA members states + optimize sql requests (#7621) | Antoine GIRARD | 2019-08-02 | 1 | -0/+5 |
* | Add golangci (#6418) | kolaente | 2019-06-12 | 1 | -7/+24 |
* | Trace Logging on Permission Denied & ColorFormat (#6618) | zeripath | 2019-04-22 | 1 | -0/+10 |
* | Fixes #6446 - Sort team members and team's repositories (#6525) | ngourdon | 2019-04-07 | 1 | -1/+7 |
* | Better logging (#6038) (#6095) | zeripath | 2019-04-02 | 1 | -1/+1 |
* | make sure units of a team are returned (#6379) | Lanre Adelowo | 2019-03-19 | 1 | -0/+5 |
* | Config option to disable automatic repo watching (#5852) | sebastian-sauer | 2019-01-27 | 1 | -9/+16 |
* | api: Add missing GET teams endpoints (#5382) | Harshit Bansal | 2019-01-16 | 1 | -4/+16 |
* | Approvals at Branch Protection (#5350) | Jonas Franz | 2018-12-11 | 1 | -0/+8 |
* | Restrict permission check on repositories and fix some problems (#5314) | Lunny Xiao | 2018-11-28 | 1 | -3/+3 |