| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | #2727 make IN clause compatible with Postgres | Unknwon | 2016-03-01 | 1 | -3/+3 |
* | Fix panic when view profile without signin | Unknwon | 2016-02-19 | 1 | -11/+9 |
* | Minor fix for #2578 | Unknwon | 2016-02-14 | 1 | -4/+4 |
* | Admins and user itself sees private org relations on profile | ExMex | 2016-02-07 | 1 | -6/+9 |
* | Minor fix for #2530 | Unknwon | 2016-02-04 | 1 | -29/+31 |
* | Merge pull request #2530 from fnkr/hide-other-teams-repos-from-org-page | Unknwon | 2016-02-04 | 1 | -0/+57 |
|\ |
|
| * | Remove unnecessary private functions | Florian Kaiser | 2016-02-04 | 1 | -14/+6 |
| * | Use invalid value (-1) instead of 0 to prevent bug if auto increment starts w... | Florian Kaiser | 2016-01-31 | 1 | -1/+1 |
| * | Everyone can see public repos | Florian Kaiser | 2016-01-31 | 1 | -3/+14 |
| * | Only show teams the user has access to | Florian Kaiser | 2016-01-31 | 1 | -11/+28 |
| * | Only show repositories the user has access to, on the organization home | Florian Kaiser | 2016-01-31 | 1 | -0/+37 |
* | | Show all orgs on user profile, except the private one's | Florian Kaiser | 2016-01-30 | 1 | -1/+21 |
|/ |
|
* | #2497 incorrect error handle for team name | Unknwon | 2016-01-29 | 1 | -10/+15 |
* | #1692 add organization APIs | Unknwon | 2015-12-17 | 1 | -3/+8 |
* | fix possible disclosure | Unknwon | 2015-12-14 | 1 | -0/+2 |
* | #2155 fix org max repo limit default to -1 | Unknwon | 2015-12-11 | 1 | -0/+1 |
* | New admin organization UI | Antoine GIRARD | 2015-09-25 | 1 | -5/+4 |
* | #1585 order owners list by last changed time | Unknwon | 2015-09-07 | 1 | -0/+21 |
* | #1193 Make organization emails non-mandatory | Unknwon | 2015-09-06 | 1 | -37/+14 |
* | fix #1558 | Unknwon | 2015-09-06 | 1 | -12/+11 |
* | #1458: Authorities were messed up when using mysql database | Unknwon | 2015-08-28 | 1 | -1/+1 |
* | WIP: create PR - choose branch | Unknwon | 2015-08-08 | 1 | -15/+15 |
* | #1070 Clearer error message for illegal characters | Unknwon | 2015-03-26 | 1 | -19/+19 |