summaryrefslogtreecommitdiffstats
path: root/models/org.go
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|\ | | | | | | | | | | | | | | | | # Conflicts: # models/git_diff.go # models/issue.go # models/org.go # models/pull.go # models/repo.go
| * Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-2/+2
| | | | | | | | | | | | | | - Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
* | 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.Sql
| * 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
| | | | Both are possible on explore and admin panel
* #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
| | | | Use hand-written SQL to do complex query
* #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
| | | | Also fix that no matter who, still able to see organizations with private membership.
* 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
|\ | | | | Hide other teams & repos from organization page
| * Remove unnecessary private functionsFlorian Kaiser2016-02-041-14/+6
| |
| * Use invalid value (-1) instead of 0 to prevent bug if auto increment starts ↵Florian Kaiser2016-01-311-1/+1
| | | | | | | | with 0
| * Everyone can see public reposFlorian Kaiser2016-01-311-3/+14
| |
| * Only show teams the user has access toFlorian Kaiser2016-01-311-11/+28
| |
| * Only show repositories the user has access to, on the organization homeFlorian Kaiser2016-01-311-0/+37
| |
* | Show all orgs on user profile, except the private one'sFlorian Kaiser2016-01-301-1/+21
|/
* #2497 incorrect error handle for team nameUnknwon2016-01-291-10/+15
|
* #1692 add organization APIsUnknwon2015-12-171-3/+8
|
* fix possible disclosureUnknwon2015-12-141-0/+2
|
* #2155 fix org max repo limit default to -1Unknwon2015-12-111-0/+1
|
* New admin organization UIAntoine GIRARD2015-09-251-5/+4
|
* #1585 order owners list by last changed timeUnknwon2015-09-071-0/+21
|
* #1193 Make organization emails non-mandatoryUnknwon2015-09-061-37/+14
|
* fix #1558Unknwon2015-09-061-12/+11
|