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 )
10 years ago
Unknwon
8328452c5a
#1692 add admin APIs to add/remove a user from teams
10 years ago
Unknwon
2d90be9c2e
#13 finish user and repository search
Both are possible on explore and admin panel
10 years ago
Unknwon
bbfa25a992
#2727 fix incompatible SQL in PostgreSQL
10 years ago
Unknwon
3cc10a7cb2
#2743 more fixes on SQL errors
10 years ago
Unknwon
7989af0eba
#2743 and #2751 fix bad SQL generated by XORM
Use hand-written SQL to do complex query
10 years ago
Unknwon
53dcea5053
#2743 workaround to fix XORM problem
10 years ago
Unknwon
2e192cd647
#2727 make IN clause compatible with Postgres
10 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.
10 years ago
Unknwon
d471a759c6
Minor fix for #2578
10 years ago
ExMex
57f9ff45ee
Admins and user itself sees private org relations on profile
10 years ago
Unknwon
671ab5fcbc
Minor fix for #2530
10 years ago
Unknwon
2732046410
Merge pull request #2530 from fnkr/hide-other-teams-repos-from-org-page
Hide other teams & repos from organization page
10 years ago
Florian Kaiser
b68a8036e6
Remove unnecessary private functions
10 years ago
Florian Kaiser
b8095e4698
Use invalid value (-1) instead of 0 to prevent bug if auto increment starts with 0
10 years ago
Florian Kaiser
129747beec
Everyone can see public repos
10 years ago
Florian Kaiser
88ae14a8a6
Only show teams the user has access to
10 years ago
Florian Kaiser
08b69fc9a9
Only show repositories the user has access to, on the organization home
10 years ago
Florian Kaiser
cddcdf8c87
Show all orgs on user profile, except the private one's
10 years ago
Unknwon
0c6f6be314
#2497 incorrect error handle for team name
10 years ago
Unknwon
ae4bcfa2e0
#1692 add organization APIs
10 years ago
Unknwon
35703e5fda
fix possible disclosure
10 years ago
Unknwon
5e9781339e
#2155 fix org max repo limit default to -1
10 years ago
Antoine GIRARD
9d6563127b
New admin organization UI
10 years ago
Unknwon
ac2078c988
#1585 order owners list by last changed time
10 years ago
Unknwon
a92df42d1e
#1193 Make organization emails non-mandatory
10 years ago
Unknwon
bc8d123aae
fix #1558
10 years ago
Unknwon
2cae65fde9
#1458 : Authorities were messed up when using mysql database
10 years ago
Unknwon
36fa23ed16
WIP: create PR - choose branch
10 years ago
Unknwon
dd7f3e9f60
#1070 Clearer error message for illegal characters
11 years ago
Unknwon
4ec2e465f9
#1067 : Deleting users should remove them from collaborator lists
- fix delete user but repository watches are not decreased
11 years ago
Unknwon
1d80e7bfbd
models: done testing on new access system
11 years ago
Unknwon
08b8901cd9
models: fix issue with transfer repository
README: fix typo
11 years ago
Unknwon
56a29ce158
v4 migration, merge 'dev', clean code and mirror fix
11 years ago
Unknwon
df64dcfdfd
Merge branch 'access' of github.com:gogits/gogs into access
11 years ago
Unknwon
5a7bca797c
Merge branch 'dev' of github.com:gogits/gogs into access
Conflicts:
gogs.go
models/models.go
models/user.go
templates/.VERSION
templates/org/home.tmpl
11 years ago
Unknwon
f6e65b5e06
models: able to rename user with diff letter cases #981
- templates/org: mirror fix on name output
- routers: add missing error check
11 years ago
Peter Smit
234fba2c09
Fix access for team mode update
11 years ago
Unknwon
7ae5b92db8
code fix #941 caution: undertest
11 years ago
Peter Smit
71ea4a71bd
Merge remote-tracking branch 'mine/access_refactor' into access_refactor
Conflicts:
cmd/serve.go
models/access.go
models/migrations/migrations.go
models/org.go
models/repo.go
models/user.go
modules/middleware/org.go
modules/middleware/repo.go
routers/api/v1/repo.go
routers/org/teams.go
routers/repo/http.go
routers/user/home.go
11 years ago
Peter Smit
81083a9415
Refactoring of the Access Table
This commit does a lot of the work of refactoring the access table in a table with id's instead of strings.
The result does compile, but has not been tested. It may eat your kittens.
11 years ago
Unknwon
f771ec8c6c
models: make code change for session issue with SQLite3 #739
11 years ago
Peter Smit
5af7b2864c
Change constants to UPPERCASE_WITH_UNDERSCORE style
11 years ago
Peter Smit
5deb52e1b8
Refactoring of the Access Table
This commit does a lot of the work of refactoring the access table in a table with id's instead of strings.
The result does compile, but has not been tested. It may eat your kittens.
11 years ago