]> source.dussan.org Git - gitea.git/commit
Allow to set organization visibility (public, internal, private) (#1763)
authorRémy Boulanouar <rboulanouar@gmail.com>
Mon, 18 Feb 2019 16:00:27 +0000 (17:00 +0100)
committerLauris BH <lauris@nix.lv>
Mon, 18 Feb 2019 16:00:27 +0000 (18:00 +0200)
commit64ce159a6eacc81962d07a8f5ef7f69c17365363
treed6b94d035de14df8b1a773d97ab35937cce1d00a
parentae3a913122d3430ccf14da22f09daf6f636a00f8
Allow to set organization visibility (public, internal, private) (#1763)
27 files changed:
custom/conf/app.ini.sample
docs/content/doc/advanced/config-cheat-sheet.en-us.md
models/migrations/migrations.go
models/org.go
models/org_test.go
models/repo_list.go
models/user.go
modules/auth/org.go
modules/setting/service.go
modules/structs/org_type.go [new file with mode: 0644]
options/locale/locale_en-US.ini
routers/api/v1/org/org.go
routers/api/v1/repo/repo.go
routers/home.go
routers/org/org.go
routers/org/setting.go
routers/repo/view.go
routers/user/home.go
routers/user/profile.go
templates/admin/config.tmpl
templates/admin/org/list.tmpl
templates/admin/repo/list.tmpl
templates/explore/organizations.tmpl
templates/explore/repo_list.tmpl
templates/org/create.tmpl
templates/org/settings/options.tmpl
templates/user/profile.tmpl