| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | bug fixed for my repository (#933) | Lunny Xiao | 2017-02-14 | 1 | -2/+6 |
* | Small optimization for getTeamIDs (#919) | Lunny Xiao | 2017-02-14 | 1 | -10/+12 |
* | Fix bug in removeOrgRepo | Ethan Koenig | 2017-02-04 | 1 | -2/+20 |
* | Cleanup log messaging | Gabriel Jackson | 2017-02-02 | 1 | -2/+2 |
* | Unit tests and bug fix for models/org | Ethan Koenig | 2017-01-27 | 1 | -22/+8 |
* | fix xorm NewSession uncorrected usages (#774) | Lunny Xiao | 2017-01-28 | 1 | -4/+6 |
* | Fix FIXME and remove superfluous queries in models/org (#749) | Ethan Koenig | 2017-01-25 | 1 | -61/+69 |
* | Removes reliance on server specific SQL (#393) | btrepp | 2017-01-14 | 1 | -2/+16 |
* | refactor: Add new deleteOrg func. (#633) | Bo-Yi Wu | 2017-01-11 | 1 | -9/+50 |
* | Create missing database indexes (#596) | Andrey Nering | 2017-01-06 | 1 | -1/+1 |
* | fix bug #564 (#567) | Lunny Xiao | 2017-01-03 | 1 | -1/+1 |
* | Restrict creating organisations by user (#193) | Schwobaland | 2016-12-31 | 1 | -0/+4 |
* | slight optimization for GetUserRepositories (#498) | Lunny Xiao | 2016-12-29 | 1 | -8/+11 |
* | fix 500 when delete orgnization and resolved #486 | Lunny Xiao | 2016-12-27 | 1 | -6/+7 |
* | Added sorting to organizations, repos & users page (#222) | Bwko | 2016-12-24 | 1 | -6/+13 |
* | Fix random string generator (#384) | Denis Denisov | 2016-12-20 | 1 | -2/+6 |
* | golint for models/org_team.go | Lunny Xiao | 2016-11-28 | 1 | -5/+5 |
* | Fixes typos | Bwko | 2016-11-27 | 1 | -1/+1 |
* | Lint models/org.go & models.go | Bwko | 2016-11-26 | 1 | -14/+16 |
* | optimization on database IN | Lunny Xiao | 2016-11-12 | 1 | -5/+4 |
* | bug fixed for 500 caused by get org users (#149) | Lunny Xiao | 2016-11-12 | 1 | -2/+2 |
* | Remove unused import | Thibault Meyer | 2016-11-10 | 1 | -1/+0 |
* | Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queries | Thibault Meyer | 2016-11-10 | 1 | -1/+2 |
|\ |
|
| * | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -2/+2 |
* | | Rewrite XORM queries | Thibault Meyer | 2016-11-10 | 1 | -43/+67 |
|/ |
|
* | Merge pull request #129 from lunny/lunny/SQL_instead_Sql | Lunny Xiao | 2016-11-10 | 1 | -2/+2 |
|\ |
|
| * | use x.SQL instead of x.Sql | Lunny Xiao | 2016-11-10 | 1 | -2/+2 |
* | | Ordering organizations and users by name | Thibault Meyer | 2016-11-10 | 1 | -17/+30 |
|/ |
|
* | And others | Sandro Santilli | 2016-11-07 | 1 | -1/+1 |
* | ACCESS_MODE_* -> AccessMode* | Sandro Santilli | 2016-11-07 | 1 | -1/+1 |
* | Ordering team by name ascending except for 'Owners' (#48) | Thibault Meyer | 2016-11-06 | 1 | -4/+4 |
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -2/+2 |
* | Verify list len before use it with IN (#3423) | Thibault Meyer | 2016-08-10 | 1 | -2/+5 |
* | Add org.getUserTeams to reduce redundant code | Unknwon | 2016-07-24 | 1 | -32/+29 |
* | #1384 add pagination for repositories | Unknwon | 2016-07-24 | 1 | -47/+102 |
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 | 1 | -23/+23 |
* | #2903 use different reversed words and patterns for repository and user | Unknwon | 2016-07-23 | 1 | -1/+1 |
* | #3066 fix create organization ignores full name property | Unknwon | 2016-07-23 | 1 | -1/+0 |
* | #2854 fix no mail notification when issue is closed/reopened | Unknwon | 2016-07-16 | 1 | -4/+4 |
* | Fix listing team members (#3048) | Kim Carlbäcker | 2016-05-06 | 1 | -1/+3 |
* | #1692 add admin APIs to add/remove a user from teams | Unknwon | 2016-03-25 | 1 | -612/+0 |
* | #13 finish user and repository search | Unknwon | 2016-03-11 | 1 | -1/+1 |
* | #2727 fix incompatible SQL in PostgreSQL | Unknwon | 2016-03-09 | 1 | -4/+3 |
* | #2743 more fixes on SQL errors | Unknwon | 2016-03-04 | 1 | -6/+6 |
* | #2743 and #2751 fix bad SQL generated by XORM | Unknwon | 2016-03-04 | 1 | -15/+11 |
* | #2743 workaround to fix XORM problem | Unknwon | 2016-03-03 | 1 | -4/+2 |