Commit Graph

15 Commits (d45302a6bafef3e0d496fd4e1af5a0021811527a)

Author SHA1 Message Date
Adam Strzelecki e57b2dffa4 Admin should be able to see all organizations
This is follow-up for 56c66ee486 allowing admin
to see private repositories, even when not being member of them.
Unknwon 3ca544912f Drop /org/ URL path prefix in organization home page
Unknwon 932dbccb67 fix import path, fix
Unknwon e50982f5ec allow anonymous SSH clone
Unknwon 6f8e388b55 fix
- prevent create reop on existed path
Peter Smit 0d158e569b Change constants to UPPERCASE_WITH_UNDERSCORE style
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.
Unknwon ac4a10456e api: able to create repo and fix
- POST /user/repos
- POST /org/:org/repos
Unknwon 7ba9257a7f Add suburl support
Martin van Beurden 0055cbd365 Allow Gogs to run from a suburl behind a reverse proxy. e.g. http://mydomain.com/gogs/
Conflicts:
	modules/setting/setting.go

Conflicts:
	templates/repo/release/list.tmpl
	templates/user/dashboard/dashboard.tmpl

Conflicts:
	routers/repo/setting.go
Unknwon 9baf2b38d0 Bug fix on organization
Unknwon 21a1b8e5a3 Finish new edit team page, add member to team
Unknwon bba707de36 Finish team list, create new team, join/leave team page
Unknwon 36b4c57ff1 Finish new organization members and invitation page
Unknwon 5acc948562 Page: `/org/:orgname/settings`