summaryrefslogtreecommitdiffstats
path: root/models/org.go
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in removeOrgRepoEthan Koenig2017-02-041-2/+20
* Cleanup log messagingGabriel Jackson2017-02-021-2/+2
* Unit tests and bug fix for models/orgEthan Koenig2017-01-271-22/+8
* fix xorm NewSession uncorrected usages (#774)Lunny Xiao2017-01-281-4/+6
* Fix FIXME and remove superfluous queries in models/org (#749)Ethan Koenig2017-01-251-61/+69
* Removes reliance on server specific SQL (#393)btrepp2017-01-141-2/+16
* refactor: Add new deleteOrg func. (#633)Bo-Yi Wu2017-01-111-9/+50
* Create missing database indexes (#596)Andrey Nering2017-01-061-1/+1
* fix bug #564 (#567)Lunny Xiao2017-01-031-1/+1
* Restrict creating organisations by user (#193)Schwobaland2016-12-311-0/+4
* slight optimization for GetUserRepositories (#498)Lunny Xiao2016-12-291-8/+11
* fix 500 when delete orgnization and resolved #486Lunny Xiao2016-12-271-6/+7
* Added sorting to organizations, repos & users page (#222)Bwko2016-12-241-6/+13
* Fix random string generator (#384)Denis Denisov2016-12-201-2/+6
* golint for models/org_team.goLunny Xiao2016-11-281-5/+5
* Fixes typosBwko2016-11-271-1/+1
* Lint models/org.go & models.goBwko2016-11-261-14/+16
* optimization on database INLunny Xiao2016-11-121-5/+4
* bug fixed for 500 caused by get org users (#149)Lunny Xiao2016-11-121-2/+2
* Remove unused importThibault Meyer2016-11-101-1/+0
* Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queriesThibault Meyer2016-11-101-1/+2
|\
| * Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-2/+2
* | Rewrite XORM queriesThibault Meyer2016-11-101-43/+67
|/
* Merge pull request #129 from lunny/lunny/SQL_instead_SqlLunny Xiao2016-11-101-2/+2
|\
| * use x.SQL instead of x.SqlLunny Xiao2016-11-101-2/+2
* | Ordering organizations and users by nameThibault Meyer2016-11-101-17/+30
|/
* And othersSandro Santilli2016-11-071-1/+1
* ACCESS_MODE_* -> AccessMode*Sandro Santilli2016-11-071-1/+1
* Ordering team by name ascending except for 'Owners' (#48)Thibault Meyer2016-11-061-4/+4
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-2/+2
* Verify list len before use it with IN (#3423)Thibault Meyer2016-08-101-2/+5
* Add org.getUserTeams to reduce redundant codeUnknwon2016-07-241-32/+29
* #1384 add pagination for repositoriesUnknwon2016-07-241-47/+102
* Refactor User.Id to User.IDUnknwon2016-07-241-23/+23
* #2903 use different reversed words and patterns for repository and userUnknwon2016-07-231-1/+1
* #3066 fix create organization ignores full name propertyUnknwon2016-07-231-1/+0
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-161-4/+4
* Fix listing team members (#3048)Kim Carlbäcker2016-05-061-1/+3
* #1692 add admin APIs to add/remove a user from teamsUnknwon2016-03-251-612/+0
* #13 finish user and repository searchUnknwon2016-03-111-1/+1
* #2727 fix incompatible SQL in PostgreSQLUnknwon2016-03-091-4/+3
* #2743 more fixes on SQL errorsUnknwon2016-03-041-6/+6
* #2743 and #2751 fix bad SQL generated by XORMUnknwon2016-03-041-15/+11
* #2743 workaround to fix XORM problemUnknwon2016-03-031-4/+2
* #2727 make IN clause compatible with PostgresUnknwon2016-03-011-3/+3
* Fix panic when view profile without signinUnknwon2016-02-191-11/+9
* Minor fix for #2578Unknwon2016-02-141-4/+4
* Admins and user itself sees private org relations on profileExMex2016-02-071-6/+9
* Minor fix for #2530Unknwon2016-02-041-29/+31
* Merge pull request #2530 from fnkr/hide-other-teams-repos-from-org-pageUnknwon2016-02-041-0/+57
|\