Lunny Xiao
|
ae0c01e86d
|
optimization on database IN
|
8 years ago |
Lunny Xiao
|
abaec03e67
|
bug fixed for 500 caused by get org users (#149)
|
8 years ago |
Thibault Meyer
|
8cac8c6dde
|
Remove unused import
|
8 years ago |
Thibault Meyer
|
b747797b29
|
Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queries
# Conflicts:
# models/git_diff.go
# models/issue.go
# models/org.go
# models/pull.go
# models/repo.go
|
8 years ago |
Thibault Meyer
|
5d29fda874
|
Rewrite XORM queries
|
8 years ago |
Sandro Santilli
|
cb1b3cc148
|
Update import paths from github.com/go-gitea to code.gitea.io (#135)
- 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
|
8 years ago |
Lunny Xiao
|
00146d574d
|
Merge pull request #129 from lunny/lunny/SQL_instead_Sql
use x.SQL instead of x.Sql
|
8 years ago |
Thibault Meyer
|
4356fe09dd
|
Ordering organizations and users by name
|
8 years ago |
Lunny Xiao
|
4e8fff5273
|
use x.SQL instead of x.Sql
|
8 years ago |
Sandro Santilli
|
0daccd049a
|
And others
|
8 years ago |
Sandro Santilli
|
58cc4e56fa
|
ACCESS_MODE_* -> AccessMode*
|
8 years ago |
Thibault Meyer
|
8ec34183a7
|
Ordering team by name ascending except for 'Owners' (#48)
|
8 years ago |
Rémy Boulanouar
|
9712d5ee89
|
Change import reference to match gitea instead of gogs (#37)
|
8 years ago |
Thibault Meyer
|
b70363bb1d
|
Verify list len before use it with IN (#3423)
|
8 years ago |
Unknwon
|
b85aba0b67
|
Add org.getUserTeams to reduce redundant code
|
9 years ago |
Unknwon
|
027aebc72c
|
#1384 add pagination for repositories
|
9 years ago |
Unknwon
|
3b42ab0e57
|
Refactor User.Id to User.ID
|
9 years ago |
Unknwon
|
ed22b6b01b
|
#2903 use different reversed words and patterns for repository and user
|
9 years ago |
Unknwon
|
3b27731934
|
#3066 fix create organization ignores full name property
|
9 years ago |
Unknwon
|
7b4e810eb5
|
#2854 fix no mail notification when issue is closed/reopened
|
9 years ago |
Kim Carlbäcker
|
73137c2db2
|
Fix listing team members (#3048)
|
9 years ago |
Unknwon
|
8328452c5a
|
#1692 add admin APIs to add/remove a user from teams
|
9 years ago |
Unknwon
|
2d90be9c2e
|
#13 finish user and repository search
Both are possible on explore and admin panel
|
9 years ago |
Unknwon
|
bbfa25a992
|
#2727 fix incompatible SQL in PostgreSQL
|
9 years ago |
Unknwon
|
3cc10a7cb2
|
#2743 more fixes on SQL errors
|
9 years ago |
Unknwon
|
7989af0eba
|
#2743 and #2751 fix bad SQL generated by XORM
Use hand-written SQL to do complex query
|
9 years ago |
Unknwon
|
53dcea5053
|
#2743 workaround to fix XORM problem
|
9 years ago |
Unknwon
|
2e192cd647
|
#2727 make IN clause compatible with Postgres
|
9 years ago |
Unknwon
|
de270d5d87
|
Fix panic when view profile without signin
Also fix that no matter who, still able to see organizations with private membership.
|
9 years ago |
Unknwon
|
d471a759c6
|
Minor fix for #2578
|
9 years ago |
ExMex
|
57f9ff45ee
|
Admins and user itself sees private org relations on profile
|
9 years ago |
Unknwon
|
671ab5fcbc
|
Minor fix for #2530
|
9 years ago |
Unknwon
|
2732046410
|
Merge pull request #2530 from fnkr/hide-other-teams-repos-from-org-page
Hide other teams & repos from organization page
|
9 years ago |
Florian Kaiser
|
b68a8036e6
|
Remove unnecessary private functions
|
9 years ago |
Florian Kaiser
|
b8095e4698
|
Use invalid value (-1) instead of 0 to prevent bug if auto increment starts with 0
|
9 years ago |
Florian Kaiser
|
129747beec
|
Everyone can see public repos
|
9 years ago |
Florian Kaiser
|
88ae14a8a6
|
Only show teams the user has access to
|
9 years ago |
Florian Kaiser
|
08b69fc9a9
|
Only show repositories the user has access to, on the organization home
|
9 years ago |
Florian Kaiser
|
cddcdf8c87
|
Show all orgs on user profile, except the private one's
|
9 years ago |
Unknwon
|
0c6f6be314
|
#2497 incorrect error handle for team name
|
9 years ago |
Unknwon
|
ae4bcfa2e0
|
#1692 add organization APIs
|
9 years ago |
Unknwon
|
35703e5fda
|
fix possible disclosure
|
9 years ago |
Unknwon
|
5e9781339e
|
#2155 fix org max repo limit default to -1
|
9 years ago |
Antoine GIRARD
|
9d6563127b
|
New admin organization UI
|
9 years ago |
Unknwon
|
ac2078c988
|
#1585 order owners list by last changed time
|
9 years ago |
Unknwon
|
a92df42d1e
|
#1193 Make organization emails non-mandatory
|
9 years ago |
Unknwon
|
bc8d123aae
|
fix #1558
|
9 years ago |
Unknwon
|
2cae65fde9
|
#1458: Authorities were messed up when using mysql database
|
9 years ago |
Unknwon
|
36fa23ed16
|
WIP: create PR - choose branch
|
10 years ago |
Unknwon
|
dd7f3e9f60
|
#1070 Clearer error message for illegal characters
|
10 years ago |