1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-11 05:55:29 +00:00
Commit Graph

60 Commits

Author SHA1 Message Date
aa12135b97 Fix panic when view profile without signin
Also fix that no matter who, still able to see organizations with private membership.
2016-02-19 18:10:03 -05:00
fd92d91da3 Minor fix for #2578 2016-02-14 20:36:03 -05:00
2cfe6f8c60 Admins and user itself sees private org relations on profile 2016-02-07 10:20:58 +01:00
ddf9fa06c7 Minor fix for #2530 2016-02-04 13:03:34 -05:00
739d5aa1d3 Merge pull request #2530 from fnkr/hide-other-teams-repos-from-org-page
Hide other teams & repos from organization page
2016-02-04 12:52:11 -05:00
fb1708e1af Remove unnecessary private functions 2016-02-04 17:08:25 +00:00
90780a0d90 Use invalid value (-1) instead of 0 to prevent bug if auto increment starts with 0 2016-01-31 19:17:58 +00:00
bba1847a8e Everyone can see public repos 2016-01-31 18:37:50 +00:00
e35791b2b2 Only show teams the user has access to 2016-01-31 15:30:07 +00:00
5eafe2b17e Only show repositories the user has access to, on the organization home 2016-01-31 15:29:45 +00:00
295de51b99 Show all orgs on user profile, except the private one's 2016-01-30 21:53:58 +00:00
112a7cab31 #2497 incorrect error handle for team name 2016-01-29 17:06:14 -05:00
9cd16c5b12 #1692 add organization APIs 2015-12-17 02:28:47 -05:00
3362b3a44f fix possible disclosure 2015-12-14 17:06:54 -05:00
4d31eb2c0d #2155 fix org max repo limit default to -1 2015-12-11 15:48:02 -05:00
c98dad1cf3 New admin organization UI 2015-09-25 19:54:52 +02:00
3d9b98fae4 #1585 order owners list by last changed time 2015-09-07 13:58:23 -04:00
80701d45bb #1193 Make organization emails non-mandatory 2015-09-06 10:08:14 -04:00
aa67de910a fix #1558 2015-09-06 08:54:08 -04:00
ff35a37769 #1458: Authorities were messed up when using mysql database 2015-08-28 13:51:15 +08:00
dea3a8c6a4 WIP: create PR - choose branch 2015-08-08 22:43:14 +08:00
698b9e2acc #1070 Clearer error message for illegal characters 2015-03-26 17:11:47 -04:00
466facc009 #1067: Deleting users should remove them from collaborator lists
- fix delete user but repository watches are not decreased
2015-03-17 21:51:39 -04:00
473e265727 models: done testing on new access system 2015-02-28 21:44:09 -05:00
8896c82d34 models: fix issue with transfer repository
README: fix typo
2015-02-24 00:27:22 -05:00
ee68a826a5 v4 migration, merge 'dev', clean code and mirror fix 2015-02-23 02:15:53 -05:00
10e4b5b6c6 Merge branch 'access' of github.com:gogits/gogs into access 2015-02-22 22:55:35 -05:00
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
2015-02-22 22:51:25 -05:00
04164eada3 models: able to rename user with diff letter cases #981
- templates/org: mirror fix on name output
- routers: add missing error check
2015-02-22 18:24:49 -05:00
0009a1d2b1 Fix access for team mode update 2015-02-13 23:12:33 +02:00
6d0f3a07d4 code fix #941 caution: undertest 2015-02-13 00:58:46 -05:00
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
2015-02-12 14:25:07 +02:00
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.
2015-02-12 14:14:45 +02:00
485ea6f14f models: make code change for session issue with SQLite3 #739 2015-02-10 23:44:16 -05:00
0d158e569b Change constants to UPPERCASE_WITH_UNDERSCORE style 2015-02-09 13:36:33 +02:00
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.
2015-02-06 13:18:11 +02:00
ac4a10456e api: able to create repo and fix #726
- POST /user/repos
- POST /org/:org/repos
2014-12-12 20:30:32 -05:00
39c068400e Fix spelling errors in comments. 2014-12-06 20:22:48 -05:00
8ea7ba3afa fix #644 2014-11-21 13:10:00 -05:00
c04aea8d9d Fix #540 2014-10-12 02:39:00 -04:00
0d7b9065c6 Fix #540 2014-10-12 02:06:46 -04:00
e848b17fab bug fixed for #540 2014-10-11 13:24:36 +08:00
a2cac952a4 Prepare 0.5 release 2014-09-12 21:36:26 -04:00
d2aff9a46a Continue working on new admin pages 2014-08-29 20:50:43 +08:00
1aec1a2dda Finish new admin dashboard 2014-08-28 22:29:00 +08:00
9baf2b38d0 Bug fix on organization 2014-08-27 16:39:36 +08:00
74b31566cf Finsih add/remove repo in organization 2014-08-26 18:11:15 +08:00
21a1b8e5a3 Finish new edit team page, add member to team 2014-08-24 21:09:05 +08:00
a60edbe88c Add/remove member need add/remove access to repositories as well 2014-08-16 16:58:32 +08:00
bba707de36 Finish team list, create new team, join/leave team page 2014-08-16 16:21:17 +08:00