108 Commits (a31f64d639f32ee4ef428e76277eb0b0bf5616c4)

Author SHA1 Message Date
  Lunny Xiao 9c645b54dc bug fixed on issues and pulls 7 years ago
  Lunny Xiao 4cfde304df bug fixed for my repository (#933) 7 years ago
  Lunny Xiao 55ae78208e Small optimization for getTeamIDs (#919) 7 years ago
  Ethan Koenig f82ea42679 Fix bug in removeOrgRepo 7 years ago
  Gabriel Jackson bf6f61cc69 Cleanup log messaging 7 years ago
  Ethan Koenig a2412492da Unit tests and bug fix for models/org 7 years ago
  Lunny Xiao bb5a6b7a07 fix xorm NewSession uncorrected usages (#774) 7 years ago
  Ethan Koenig da1b6164fe Fix FIXME and remove superfluous queries in models/org (#749) 7 years ago
  btrepp 302fa42980 Removes reliance on server specific SQL (#393) 7 years ago
  Bo-Yi Wu cbf2a967c5 refactor: Add new deleteOrg func. (#633) 7 years ago
  Andrey Nering 84b7d29d34 Create missing database indexes (#596) 7 years ago
  Lunny Xiao 09dabe2ff2 fix bug #564 (#567) 7 years ago
  Schwobaland c0904f1942 Restrict creating organisations by user (#193) 7 years ago
  Lunny Xiao 799d0c2030 slight optimization for GetUserRepositories (#498) 7 years ago
  Lunny Xiao ba134bd27a fix 500 when delete orgnization and resolved #486 8 years ago
  Bwko fa3abc22c0 Added sorting to organizations, repos & users page (#222) 8 years ago
  Denis Denisov 380e32e129 Fix random string generator (#384) 8 years ago
  Lunny Xiao 21846d16e5 golint for models/org_team.go 8 years ago
  Bwko a4ece1f223 Fixes typos 8 years ago
  Bwko 0b9cf10340 Lint models/org.go & models.go 8 years ago
  Lunny Xiao ade6d4a20f optimization on database IN 8 years ago
  Lunny Xiao 9bf28a2799 bug fixed for 500 caused by get org users (#149) 8 years ago
  Thibault Meyer b12f2a5916
Remove unused import 8 years ago
  Thibault Meyer a4454f5d0f
Rewrite XORM queries 8 years ago
  Sandro Santilli 4247304f5a Update import paths from github.com/go-gitea to code.gitea.io (#135) 8 years ago
  Thibault Meyer 3a10a0c1ca
Ordering organizations and users by name 8 years ago
  Lunny Xiao 7dcc3bc3d7 use x.SQL instead of x.Sql 8 years ago
  Sandro Santilli aadd7dcdc3 And others 8 years ago
  Sandro Santilli f388661bda ACCESS_MODE_* -> AccessMode* 8 years ago
  Thibault Meyer fe8bfa54de Ordering team by name ascending except for 'Owners' (#48) 8 years ago
  Rémy Boulanouar 2d68bd1ef9 Change import reference to match gitea instead of gogs (#37) 8 years ago
  Thibault Meyer 8ad92bb8a4 Verify list len before use it with IN (#3423) 8 years ago
  Unknwon a562228c5e Add org.getUserTeams to reduce redundant code 8 years ago
  Unknwon e74630ae3b #1384 add pagination for repositories 8 years ago
  Unknwon 1f2e173a74 Refactor User.Id to User.ID 8 years ago
  Unknwon 69f5308761 #2903 use different reversed words and patterns for repository and user 8 years ago
  Unknwon 4f78abe7dc #3066 fix create organization ignores full name property 8 years ago
  Unknwon f1b8d52eb3 #2854 fix no mail notification when issue is closed/reopened 8 years ago
  Kim Carlbäcker 3c0c7a9f83 Fix listing team members (#3048) 8 years ago
  Unknwon b1d41cfa60 #1692 add admin APIs to add/remove a user from teams 8 years ago
  Unknwon 2bf8494332 #13 finish user and repository search 8 years ago
  Unknwon eed9966ad6 #2727 fix incompatible SQL in PostgreSQL 8 years ago
  Unknwon 5335e671be #2743 more fixes on SQL errors 8 years ago
  Unknwon d57a2b908a #2743 and #2751 fix bad SQL generated by XORM 8 years ago
  Unknwon c9901bbba5 #2743 workaround to fix XORM problem 8 years ago
  Unknwon 97429a25ab #2727 make IN clause compatible with Postgres 8 years ago
  Unknwon aa12135b97 Fix panic when view profile without signin 8 years ago
  Unknwon fd92d91da3 Minor fix for #2578 8 years ago
  ExMex 2cfe6f8c60 Admins and user itself sees private org relations on profile 8 years ago
  Unknwon ddf9fa06c7 Minor fix for #2530 8 years ago