-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Allow to set organization visibility (public, internal, private) #1763
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
lafriks
merged 167 commits into
go-gitea:master
from
DblK:feature_AllowPrivateOrganization
Feb 18, 2019
Merged
Changes from 118 commits
Commits
Show all changes
167 commits
Select commit
Hold shift + click to select a range
c2a75b3
Add UI visibility in organization settings
DblK 4df763c
Set Visibility Public by default when creating new organization
DblK 9d73ff4
Implement visibility in explore/organizations
DblK 7bdc6e8
Implement visibility in explore/repos
DblK fb0c45a
Implement global configuration for new organizations
DblK 90ec030
Add in admin/repos and admin/org gold lock icons for private organiza…
DblK 8eaddfc
Handle display of repositories from explore/repo and when viewing an …
DblK 20e63bb
Add lock icon for private org on explore/repo
DblK 15d9e00
User profile display organization based on Membership Visibility and …
DblK 49e4008
Resolve Conflict for merging
DblK fcf8516
Merge remote-tracking branch 'upstream/master' into feature_AllowPriv…
techknowlogick 86d1e78
Fix build errors
techknowlogick 1d74ce3
make fmt
techknowlogick 79131fc
Update string per @BKC's suggestion
techknowlogick 6d87477
Use UpdatedUnix instead of just Updated
techknowlogick 9c797ba
use TimeSinceUnix instead of TimeSince
techknowlogick 79401e3
add migration
techknowlogick df88dbf
Merge branch 'feature_AllowPrivateOrganization' of github.com:DblK/gi…
techknowlogick b1a19ef
fix migration
techknowlogick af87b29
Merge branch 'master' into feature_AllowPrivateOrganization
techknowlogick c850416
Merge branch 'master' into feature_AllowPrivateOrganization
techknowlogick 059dba5
update date
techknowlogick 8a36cf2
update with suggested code
techknowlogick c0fa0de
Merge branch 'master' into feature_AllowPrivateOrganization
techknowlogick 819085a
prepare for conflict resolution
techknowlogick 917cf76
Merge remote-tracking branch 'upstream/master' into feature_AllowPriv…
techknowlogick 0b0b603
hide org profile page if needed when directly accessed
techknowlogick 6db8162
hide repo if hidden
techknowlogick d4c6367
Chose visibility when creating org
techknowlogick 7ee585f
fix build error
techknowlogick 87f16f9
add copyright
techknowlogick f884657
add copyright
techknowlogick 38556b9
update copyright
techknowlogick e46bd24
Merge branch 'master' into feature_AllowPrivateOrganization
techknowlogick 0e546f1
Merge remote-tracking branch 'upstream/master' into feature_AllowPriv…
techknowlogick 250f858
add checks to api & some tests
techknowlogick a60f4be
make fmt
techknowlogick 502fed5
add copyright
techknowlogick 4a1e0bd
add copyright
techknowlogick 28fc8f0
Merge branch 'master' into feature_AllowPrivateOrganization
techknowlogick 36d9124
rename migration
techknowlogick 5a69b47
Merge branch 'master' into feature_AllowPrivateOrganization
techknowlogick 5df42b4
make fmt
techknowlogick 285b47b
Rename v71.go to v77.go
techknowlogick e3a4a08
Merge branch 'master' into feature_AllowPrivateOrganization
techknowlogick d434cec
make fmt fix
techknowlogick 06a7d56
Update user.go
techknowlogick 8f4f59d
resolve @bkcsoft feedback
techknowlogick 24d2e48
Update org.go
techknowlogick 0ed54b6
step before merge master
techknowlogick f8977ad
Merge branch 'master' into feature_AllowPrivateOrganization
techknowlogick 20d33dd
make fmt
techknowlogick e9a1664
add sql queries
techknowlogick 25dcc39
Merge branch 'feature_AllowPrivateOrganization' of github.com:DblK/gi…
techknowlogick c424cc3
remove TODO
techknowlogick 1538c29
Fix Tests
techknowlogick 878b887
accept post field on create
techknowlogick b5faeaf
add func per BKC feedback
techknowlogick cda121f
add comment to func
techknowlogick 1e237d4
update per BKC feedback
techknowlogick 15f4c95
Merge branch 'master' into feature_AllowPrivateOrganization
techknowlogick 6f4da0b
update year
techknowlogick bc208a7
update year
techknowlogick 9df3bf0
update year
techknowlogick 16f4012
update year
techknowlogick b7f88b2
add copyright
techknowlogick 51a10cd
update year
techknowlogick 7c04589
update year
techknowlogick 99bad71
Update year
techknowlogick a085b47
Merge branch 'master' into feature_AllowPrivateOrganization
techknowlogick fd24c9f
Merge branch 'master' into feature_AllowPrivateOrganization
techknowlogick f9122f3
Merge branch 'master' into feature_AllowPrivateOrganization
techknowlogick 829e9f2
Merge branch 'master' into feature_AllowPrivateOrganization
techknowlogick 70471ab
Update app.ini.sample
techknowlogick f32baca
Update setting.go
techknowlogick d6241c8
Add docs
techknowlogick b66b8f0
Update org.go
techknowlogick 1d48754
Update user.go
techknowlogick 8be87bc
Update modules/setting/setting.go
techknowlogick a100940
Update to use constants
techknowlogick 8ea71f6
remove redundant conditional
techknowlogick a68ecf9
split up func for has visibility
techknowlogick 17e3a38
combine conditional
techknowlogick cf3b71b
refactor structs into new package
techknowlogick fd51d42
fix syntax
techknowlogick eed990a
export struct
techknowlogick 8826686
Merge branch 'master' into feature_AllowPrivateOrganization
techknowlogick 3a3a1cb
fix query & template - still more todo
techknowlogick 0d1cd97
Merge branch 'feature_AllowPrivateOrganization' of github.com:DblK/gi…
techknowlogick 4ed648e
reset before sql changes
techknowlogick 0483344
try to fix mssql
techknowlogick e67cbd0
repo SQL
techknowlogick 9cd145c
remove TODO comment
techknowlogick 0159beb
make fmt
techknowlogick 8d26cb6
fix spacing
techknowlogick 45b706c
more spacing
techknowlogick 14e6d04
try different sql join
techknowlogick 5e02b7b
make fmt
techknowlogick 30bdaa0
correct capitalization
techknowlogick 2ffc296
resolve postgresql errors
techknowlogick 7f63414
more psql fixes
techknowlogick 78ed0a7
SQL
techknowlogick 97802f2
psql
techknowlogick ac9aad0
fix mysql
techknowlogick 373e1f5
work for all DB types
techknowlogick da64f72
work on all DBs hopefully
techknowlogick 64af3a6
mssql
techknowlogick d22dff8
mssql
techknowlogick 55cba7c
Update config-cheat-sheet.en-us.md
techknowlogick 655c772
Update user.go
techknowlogick 3a5d9ad
Update structs.go
techknowlogick 3e236c5
Delete v79.go
techknowlogick 148039e
Update migrations.go
techknowlogick 996ee26
Merge branch 'master' into feature_AllowPrivateOrganization
techknowlogick fc19628
Update user.go
techknowlogick 35c4175
Update user.go
techknowlogick 907a5ba
update per feedback
techknowlogick 583a400
fix comment
techknowlogick c8cbf1f
Merge branch 'master' into feature_AllowPrivateOrganization
techknowlogick b4b6871
Merge branch 'master' into feature_AllowPrivateOrganization
techknowlogick a10dfae
Merge branch 'master' into feature_AllowPrivateOrganization
techknowlogick 4fce179
Update org.go
techknowlogick c8b844f
Update repo.go
techknowlogick 7f05374
Update view.go
techknowlogick f94e040
Update home.go
techknowlogick 7082b4a
Merge branch 'master' into feature_AllowPrivateOrganization
techknowlogick b1f7a5d
Update list.tmpl
techknowlogick ec4b110
Update profile.tmpl
techknowlogick 54ddf81
Update options.tmpl
techknowlogick caf2acf
Update create.tmpl
techknowlogick 881db82
Update repo_list.tmpl
techknowlogick 87d8463
Update create.tmpl
techknowlogick f33a083
Update organizations.tmpl
techknowlogick 5b18778
Update list.tmpl
techknowlogick be4f405
Update options.tmpl
techknowlogick 39e8464
Merge branch 'master' into feature_AllowPrivateOrganization
techknowlogick 9462c2d
Update structs.go
techknowlogick 46c75f3
move structs to structs package
techknowlogick 3fcebe6
Update repo_list.go
techknowlogick 88d250a
Update org.go
techknowlogick 1afc055
update per @lunny feedback
techknowlogick dfc6679
split up lines
techknowlogick ec77786
Merge branch 'master' into feature_AllowPrivateOrganization
techknowlogick 0f99946
fix build
techknowlogick f6a85ea
Merge branch 'feature_AllowPrivateOrganization' of github.com:DblK/gi…
techknowlogick c8e22a8
fix build issues
techknowlogick 3423b2e
Update create.tmpl
techknowlogick 3994a5a
Update repo_list.tmpl
techknowlogick bd0add3
update templates
techknowlogick 955ff90
update templates
techknowlogick eb4e19d
rename DefaultVisibility to DefaultOrgVisibility
techknowlogick 2c19f68
Merge branch 'master' into feature_AllowPrivateOrganization
techknowlogick 7a03024
Merge branch 'master' into feature_AllowPrivateOrganization
techknowlogick 91db977
Merge branch 'master' into feature_AllowPrivateOrganization
techknowlogick 3ff683e
Merge branch 'master' into feature_AllowPrivateOrganization
techknowlogick 69e9bad
Merge remote-tracking branch 'upstream/master' into feature_AllowPriv…
techknowlogick fae9107
fix build
techknowlogick 58e5585
Merge branch 'master' into feature_AllowPrivateOrganization
techknowlogick bda7c8d
Merge branch 'master' into feature_AllowPrivateOrganization
techknowlogick 7cae78f
Merge branch 'master' into feature_AllowPrivateOrganization
techknowlogick c9595fc
Merge branch 'master' into feature_AllowPrivateOrganization
techknowlogick 9db666c
Merge branch 'master' into feature_AllowPrivateOrganization
techknowlogick c165437
Merge branch 'master' into feature_AllowPrivateOrganization
techknowlogick dee33fc
Merge branch 'master' into feature_AllowPrivateOrganization
techknowlogick 958530a
Merge branch 'master' into feature_AllowPrivateOrganization
lunny b7c26e1
Merge branch 'master' into feature_AllowPrivateOrganization
lunny e6891d9
Merge branch 'master' into feature_AllowPrivateOrganization
lafriks File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.