Unknwon
739d5aa1d3
Merge pull request #2530 from fnkr/hide-other-teams-repos-from-org-page
Hide other teams & repos from organization page
9 年前
Florian Kaiser
fb1708e1af
Remove unnecessary private functions
9 年前
Florian Kaiser
90780a0d90
Use invalid value (-1) instead of 0 to prevent bug if auto increment starts with 0
9 年前
Florian Kaiser
bba1847a8e
Everyone can see public repos
9 年前
Florian Kaiser
e35791b2b2
Only show teams the user has access to
9 年前
Florian Kaiser
5eafe2b17e
Only show repositories the user has access to, on the organization home
9 年前
Florian Kaiser
295de51b99
Show all orgs on user profile, except the private one's
9 年前
Unknwon
112a7cab31
#2497 incorrect error handle for team name
9 年前
Unknwon
9cd16c5b12
#1692 add organization APIs
9 年前
Unknwon
3362b3a44f
fix possible disclosure
9 年前
Unknwon
4d31eb2c0d
#2155 fix org max repo limit default to -1
9 年前
Antoine GIRARD
c98dad1cf3
New admin organization UI
9 年前
Unknwon
3d9b98fae4
#1585 order owners list by last changed time
9 年前
Unknwon
80701d45bb
#1193 Make organization emails non-mandatory
9 年前
Unknwon
aa67de910a
fix #1558
9 年前
Unknwon
ff35a37769
#1458 : Authorities were messed up when using mysql database
9 年前
Unknwon
dea3a8c6a4
WIP: create PR - choose branch
10 年前
Unknwon
698b9e2acc
#1070 Clearer error message for illegal characters
10 年前
Unknwon
466facc009
#1067 : Deleting users should remove them from collaborator lists
- fix delete user but repository watches are not decreased
10 年前
Unknwon
473e265727
models: done testing on new access system
10 年前
Unknwon
8896c82d34
models: fix issue with transfer repository
README: fix typo
10 年前
Unknwon
ee68a826a5
v4 migration, merge 'dev', clean code and mirror fix
10 年前
Unknwon
10e4b5b6c6
Merge branch 'access' of github.com:gogits/gogs into access
10 年前
Unknwon
7ccab9cd09
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
10 年前
Unknwon
04164eada3
models: able to rename user with diff letter cases #981
- templates/org: mirror fix on name output
- routers: add missing error check
10 年前
Peter Smit
0009a1d2b1
Fix access for team mode update
10 年前
Unknwon
6d0f3a07d4
code fix #941 caution: undertest
10 年前
Peter Smit
6c1ee384f1
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
10 年前
Peter Smit
0a4cda0dd4
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.
10 年前
Unknwon
485ea6f14f
models: make code change for session issue with SQLite3 #739
10 年前
Peter Smit
0d158e569b
Change constants to UPPERCASE_WITH_UNDERSCORE style
10 年前
Peter Smit
4e79adf6b5
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.
10 年前
Unknwon
ac4a10456e
api: able to create repo and fix #726
- POST /user/repos
- POST /org/:org/repos
10 年前
Joseph Crail
39c068400e
Fix spelling errors in comments.
10 年前
Unknwon
8ea7ba3afa
fix #644
10 年前
Unknwon
c04aea8d9d
Fix #540
10 年前
Unknwon
0d7b9065c6
Fix #540
10 年前
lunnyxiao
e848b17fab
bug fixed for #540
10 年前
Unknwon
a2cac952a4
Prepare 0.5 release
10 年前
Unknwon
d2aff9a46a
Continue working on new admin pages
10 年前
Unknwon
1aec1a2dda
Finish new admin dashboard
10 年前
Unknwon
9baf2b38d0
Bug fix on organization
10 年前
Unknwon
74b31566cf
Finsih add/remove repo in organization
10 年前
Unknwon
21a1b8e5a3
Finish new edit team page, add member to team
10 年前
Unknwon
a60edbe88c
Add/remove member need add/remove access to repositories as well
11 年前
Unknwon
bba707de36
Finish team list, create new team, join/leave team page
11 年前
Unknwon
36b4c57ff1
Finish new organization members and invitation page
11 年前
Unknwon
5fbf8531e6
Finish new home page of organization
11 年前
Unknown
fd5412ec47
Work on #274
11 年前
Unknown
465dc962b5
Finish create organization team
11 年前