Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/feature/organization-working'
Browse files Browse the repository at this point in the history
  • Loading branch information
eungjun-yi committed Apr 22, 2014
2 parents 89e63eb + 7cc53fb commit 53e695e
Show file tree
Hide file tree
Showing 297 changed files with 5,604 additions and 256 deletions.
24 changes: 16 additions & 8 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,33 @@
#
# see: https://github.com/nforge/yobi/graphs/contributors

# Authors and Person in charge
Authors ordered by first contribution.

# Active committers
Suwon Chae (doortts) <[email protected]>
Yi EungJun (npcode) <[email protected]>
JiHan Kim (laziel) <[email protected]>
Keesun Baik (Whiteship) <[email protected]>
Wansoon Park (wansoon) <[email protected]>
kjkmadness <[email protected]>
insanehong <[email protected]>
Changsung Kim <[email protected]>

# Inactive committers (early leaver)
Sangcheol Hwang <[email protected]>
Yoon Kim <[email protected]>
Ahn Hyeok Jun <[email protected]>
Hwi Ahn <[email protected]>
Tae <[email protected]>
JiHan Kim (laziel) <[email protected]>
Keesun Baik (Whiteship) <[email protected]>
Wansoon Park (wansoon) <[email protected]>
kjkmadness <[email protected]>
insanehong <[email protected]>

#Design Support
# Design Support
MiHyun Choi <[email protected]>
SeungChang Lee <[email protected]>

#Contributors
# Translate Support
Kate Lee <[email protected]>

# Contributors
javarouka <[email protected]>
Daegeun Kim <[email protected]>
Youngje Yun <[email protected]>
Expand Down
30 changes: 26 additions & 4 deletions app/assets/stylesheets/less/_page.less
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,8 @@
}

.project-header-outer {
background-color:#ececec;
background-color: #565656;
height:80px;
border-bottom:1px solid #ddd;
background-clip: padding-box;
background-position: bottom;
background-repeat: no-repeat;
Expand All @@ -253,7 +252,9 @@
position:absolute;
width: 80px;
height: 80px;
border:5px solid #fff;
border:5px solid #f9f9f9;
border-radius: 3px !important;
background: #fff;

img {
width: 100%;
Expand Down Expand Up @@ -379,7 +380,6 @@
&.project-menu-gruop {
float:left;
margin-left:110px;
border-left:1px solid #ddd;
}

li {
Expand Down Expand Up @@ -5440,3 +5440,25 @@ div.diff-body[data-outdated="true"] tr:hover .icon-comment {
.margin-right-15 {
margin-right: 15px;
}

.howto-resolve-conflict {
.help {
padding:10px;
font-size:12px;
background:#fefefe;
.border-radius(2px);

ol {
margin-left: 30px;

code {
display:block;
font-weight:normal;
padding:5px; margin:5px 0;
}

.ybtn { margin:0 5px; font-weight:normal !important; }
}
}
}

20 changes: 20 additions & 0 deletions app/controllers/AbstractPostingApp.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/**
* Yobi, Project Hosting SW
*
* Copyright 2013 NAVER Corp.
* http://yobi.io
*
* @Author Yi EungJun
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package controllers;

import models.*;
Expand Down
20 changes: 20 additions & 0 deletions app/controllers/Application.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/**
* Yobi, Project Hosting SW
*
* Copyright 2012 NAVER Corp.
* http://yobi.io
*
* @Author Sangcheol Hwang
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package controllers;

import models.Project;
Expand Down
20 changes: 20 additions & 0 deletions app/controllers/AttachmentApp.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/**
* Yobi, Project Hosting SW
*
* Copyright 2012 NAVER Corp.
* http://yobi.io
*
* @Author Yi EungJun
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package controllers;

import static play.libs.Json.toJson;
Expand Down
21 changes: 20 additions & 1 deletion app/controllers/BoardApp.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@

/**
* Yobi, Project Hosting SW
*
* Copyright 2012 NAVER Corp.
* http://yobi.io
*
* @Author Sangcheol Hwang
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package controllers;

import actions.AnonymousCheckAction;
Expand Down
20 changes: 20 additions & 0 deletions app/controllers/CodeApp.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/**
* Yobi, Project Hosting SW
*
* Copyright 2012 NAVER Corp.
* http://yobi.io
*
* @Author Ahn Hyeok Jun
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package controllers;

import actions.DefaultProjectCheckAction;
Expand Down
20 changes: 20 additions & 0 deletions app/controllers/CodeHistoryApp.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/**
* Yobi, Project Hosting SW
*
* Copyright 2012 NAVER Corp.
* http://yobi.io
*
* @Author Yi EungJun
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package controllers;

import actions.DefaultProjectCheckAction;
Expand Down
20 changes: 20 additions & 0 deletions app/controllers/CommentApp.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/**
* Yobi, Project Hosting SW
*
* Copyright 2013 NAVER Corp.
* http://yobi.io
*
* @Author Yi EungJun
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package controllers;

import models.enumeration.Operation;
Expand Down
20 changes: 20 additions & 0 deletions app/controllers/EnrollProjectApp.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/**
* Yobi, Project Hosting SW
*
* Copyright 2013 NAVER Corp.
* http://yobi.io
*
* @Author Keesun Baik
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package controllers;

import actions.AnonymousCheckAction;
Expand Down
20 changes: 20 additions & 0 deletions app/controllers/GitApp.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/**
* Yobi, Project Hosting SW
*
* Copyright 2012 NAVER Corp.
* http://yobi.io
*
* @Author Ahn Hyeok Jun
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package controllers;

import java.io.IOException;
Expand Down
20 changes: 20 additions & 0 deletions app/controllers/HelpApp.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/**
* Yobi, Project Hosting SW
*
* Copyright 2012 NAVER Corp.
* http://yobi.io
*
* @Author Sangcheol Hwang
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package controllers;

import play.mvc.Controller;
Expand Down
20 changes: 20 additions & 0 deletions app/controllers/ImportApp.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/**
* Yobi, Project Hosting SW
*
* Copyright 2013 NAVER Corp.
* http://yobi.io
*
* @Author Keesun Baik
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package controllers;

import models.Organization;
Expand Down
20 changes: 20 additions & 0 deletions app/controllers/IssueApp.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/**
* Yobi, Project Hosting SW
*
* Copyright 2012 NAVER Corp.
* http://yobi.io
*
* @Author Tae
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package controllers;

import actions.NullProjectCheckAction;
Expand Down
Loading

0 comments on commit 53e695e

Please sign in to comment.