Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
19a8b6ce
Commit
19a8b6ce
authored
Jun 02, 2014
by
GitLab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove copyright licenses missed in
0fdab6a7
.
parent
abd55836
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
36 deletions
+0
-36
app/controllers/projects/group_links_controller.rb
app/controllers/projects/group_links_controller.rb
+0
-6
app/models/project_group_link.rb
app/models/project_group_link.rb
+0
-6
lib/gitlab/ldap/access.rb
lib/gitlab/ldap/access.rb
+0
-6
lib/gitlab/ldap/adapter.rb
lib/gitlab/ldap/adapter.rb
+0
-6
lib/gitlab/ldap/group.rb
lib/gitlab/ldap/group.rb
+0
-6
lib/gitlab/ldap/person.rb
lib/gitlab/ldap/person.rb
+0
-6
No files found.
app/controllers/projects/group_links_controller.rb
View file @
19a8b6ce
#-------------------------------------------------------------------
#
# Copyright (C) 2013 GitLab.com - Distributed under the MIT Expat License
#
#-------------------------------------------------------------------
class
Projects::GroupLinksController
<
Projects
::
ApplicationController
class
Projects::GroupLinksController
<
Projects
::
ApplicationController
layout
'project_settings'
layout
'project_settings'
before_filter
:authorize_admin_project!
before_filter
:authorize_admin_project!
...
...
app/models/project_group_link.rb
View file @
19a8b6ce
#-------------------------------------------------------------------
#
# Copyright (C) 2013 GitLab.com - Distributed under the MIT Expat License
#
#-------------------------------------------------------------------
class
ProjectGroupLink
<
ActiveRecord
::
Base
class
ProjectGroupLink
<
ActiveRecord
::
Base
GUEST
=
10
GUEST
=
10
REPORTER
=
20
REPORTER
=
20
...
...
lib/gitlab/ldap/access.rb
View file @
19a8b6ce
#-------------------------------------------------------------------
#
# Copyright (C) 2013 GitLab.com - Distributed under the MIT Expat License
#
#-------------------------------------------------------------------
module
Gitlab
module
Gitlab
module
LDAP
module
LDAP
class
Access
class
Access
...
...
lib/gitlab/ldap/adapter.rb
View file @
19a8b6ce
#-------------------------------------------------------------------
#
# Copyright (C) 2013 GitLab.com - Distributed under the MIT Expat License
#
#-------------------------------------------------------------------
module
Gitlab
module
Gitlab
module
LDAP
module
LDAP
class
Adapter
class
Adapter
...
...
lib/gitlab/ldap/group.rb
View file @
19a8b6ce
#-------------------------------------------------------------------
#
# Copyright (C) 2013 GitLab.com - Distributed under the MIT Expat License
#
#-------------------------------------------------------------------
module
Gitlab
module
Gitlab
module
LDAP
module
LDAP
class
Group
class
Group
...
...
lib/gitlab/ldap/person.rb
View file @
19a8b6ce
#-------------------------------------------------------------------
#
# Copyright (C) 2013 GitLab.com - Distributed under the MIT Expat License
#
#-------------------------------------------------------------------
module
Gitlab
module
Gitlab
module
LDAP
module
LDAP
class
Person
class
Person
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment