| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix org visibility bug when git cloning (#6743) | Lunny Xiao | 2019-04-25 | 1 | -1/+5 |
* | Fix: Sort repos on org home page with non-admin login (#6741) | Lunny Xiao | 2019-04-24 | 1 | -3/+11 |
* | Better logging (#6038) (#6095) | zeripath | 2019-04-02 | 1 | -1/+1 |
* | Allow to set organization visibility (public, internal, private) (#1763) | Rémy Boulanouar | 2019-02-18 | 1 | -0/+36 |
* | Feature - #3031 - search for org repos (#5986) | Richard Mahn | 2019-02-08 | 1 | -0/+9 |
* | api: Add missing GET teams endpoints (#5382) | Harshit Bansal | 2019-01-16 | 1 | -1/+1 |
* | Ensure that sessions are passed into queries that could use the database to p... | zeripath | 2019-01-13 | 1 | -1/+5 |
* | Fix sqlite deadlock when assigning to a PR (#5640) | zeripath | 2019-01-04 | 1 | -1/+5 |
* | fix sqlite and mssql lock (#5214) | Lunny Xiao | 2018-10-29 | 1 | -12/+22 |
* | Remove check for negative length (#5120) | Oleg Kovalov | 2018-10-20 | 1 | -2/+2 |
* | Do not autocreate directory for new user/orgs (#4828) (#4849) | SagePtr | 2018-09-06 | 1 | -4/+0 |
* | Fix out-of-transaction query in removeOrgUser (#4521) (#4522) | SagePtr | 2018-07-27 | 1 | -1/+1 |
* | Update xorm to latest version and fix correct `user` table referencing in sql... | Lauris BH | 2018-07-20 | 1 | -2/+2 |
* | hide issues from org private repos w/o team assignment (#4034) | David Schneiderbauer | 2018-06-21 | 1 | -1/+16 |
* | Fix remove team member issue (#3566) | Wendell Sun | 2018-02-23 | 1 | -8/+14 |
* | Remove IsOwner, NumTeams from OrgUser (#3269) | Ethan Koenig | 2018-01-08 | 1 | -15/+23 |
* | Fix ignored errors when checking if organization, team member (#3177) | Ethan Koenig | 2017-12-21 | 1 | -18/+21 |
* | fix org owner cannot be removed if there is not in owner team (#3164) | Lunny Xiao | 2017-12-13 | 1 | -1/+6 |
* | Hide unactive on explore users and some refactors (#2741) | Lunny Xiao | 2017-10-24 | 1 | -17/+0 |
* | Replace deprecated Id method with ID (#2655) | Ethan Koenig | 2017-10-05 | 1 | -3/+3 |
* | Reduce usage of allcols on update (#2596) | Lunny Xiao | 2017-09-25 | 1 | -1/+1 |
* | Fix lint errors (#2547) | Ethan Koenig | 2017-09-19 | 1 | -5/+1 |
* | Fixes 500 error on dashboard when using MSSQL (#2504) | bradder555 | 2017-09-15 | 1 | -1/+1 |
* | improve protected branch to add whitelist support (#2451) | Lunny Xiao | 2017-09-14 | 1 | -0/+5 |
* | Improve org error handling (#2117) | Antoine GIRARD | 2017-07-06 | 1 | -4/+2 |
* | Refactor session close as xorm already does everything needed internally (#2020) | Lauris BH | 2017-06-21 | 1 | -2/+2 |
* | Fix bug in removeOrgRepo (#1858) | Ethan Koenig | 2017-06-02 | 1 | -1/+1 |
* | Fix locking bug in removeOrgRepo (#1842) | Ethan Koenig | 2017-06-01 | 1 | -1/+1 |
* | Give all units to owner team (#1812) | Ethan Koenig | 2017-05-26 | 1 | -0/+1 |
* | fix migrate failed and org dashboard failed on MSSQL database (#1448) | Lunny Xiao | 2017-04-06 | 1 | -4/+21 |
* | fix random avatars (#1147) | Lunny Xiao | 2017-03-08 | 1 | -1/+3 |
* | fix del org avatar potential delete all avtars (#1120) | Lunny Xiao | 2017-03-06 | 1 | -4/+6 |
* | Remove unnecessary loads in org_team (#1035) | Ethan Koenig | 2017-02-24 | 1 | -1/+1 |
* | bug fixed on issues and pulls | Lunny Xiao | 2017-02-15 | 1 | -1/+0 |