| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix typo (#12013) | successgo | 2020-06-22 | 1 | -1/+1 |
* | Prevent multiple listings of organization when creating a repository (#11303) | 6543 | 2020-05-07 | 1 | -6/+6 |
* | Ensure DeleteUser is not allowed to Delete Orgs and visa versa (#10134) | 6543 | 2020-02-04 | 1 | -4/+4 |
* | API add/generalize pagination (#9452) | SpaWn2KiLl | 2020-01-24 | 1 | -19/+30 |
* | Restricted users (#6274) | Manush Dodunekov | 2020-01-13 | 1 | -6/+19 |
* | Only show part of members on orgnization dashboard and add paging for orgniza... | Lunny Xiao | 2019-12-06 | 1 | -12/+45 |
* | Team permission to create repository in organization (#8312) | David Svantesson | 2019-11-20 | 1 | -0/+32 |
* | Add team option to grant rights for all organization repositories (#8688) | David Svantesson | 2019-11-06 | 1 | -5/+9 |
* | Upgrade xorm to v0.8.0 (#8536) | Lunny Xiao | 2019-10-17 | 1 | -1/+1 |
* | Add teams to repo on collaboration page. (#8045) | David Svantesson | 2019-09-23 | 1 | -7/+1 |
* | Add support for DEFAULT_ORG_MEMBER_VISIBLE (#7669) | guillep2k | 2019-08-24 | 1 | -2/+4 |
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 1 | -1/+1 |
* | org/members: display 2FA members states + optimize sql requests (#7621) | Antoine GIRARD | 2019-08-02 | 1 | -8/+9 |
* | Fix error log when loading issues caused by a xorm bug (#7271) | Lunny Xiao | 2019-06-23 | 1 | -1/+1 |
* | Add golangci (#6418) | kolaente | 2019-06-12 | 1 | -7/+10 |
* | Fixes #5960 - Adds API Endpoint for Repo Edit (#7006) | Richard Mahn | 2019-05-30 | 1 | -2/+2 |