-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #698 from owncloud/branded-kopano
- Loading branch information
Showing
141 changed files
with
22,515 additions
and
766 deletions.
There are no files selected for viewing
This file contains 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,8 @@ node_modules/ | |
*/assets | ||
|
||
.idea | ||
|
||
*/yarn-error.log | ||
|
||
# Konnectd | ||
konnectd/assets/identifier |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Change: Bring oC theme | ||
|
||
Tags: konnectd | ||
|
||
We've styled our konnectd login page to reflect ownCloud theme. | ||
|
||
https://github.com/owncloud/ocis/pull/698 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
PORT=3001 | ||
HOST=127.0.0.1 | ||
BROWSER=none | ||
INLINE_RUNTIME_CHUNK=false | ||
EXTEND_ESLINT=true |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
build/* | ||
node_modules/* | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"plugins": ["react-intl-format"], | ||
"extends": ["plugin:react/recommended", "plugin:jest/recommended"], | ||
"settings": { | ||
"react": { | ||
"version": "detect" | ||
} | ||
}, | ||
"parser": "babel-eslint", | ||
"rules": { | ||
"react-intl-format/missing-formatted-message": [ | ||
"error", | ||
{ | ||
"noTrailingWhitespace": false, | ||
"ignoreLinks": false | ||
} | ||
], | ||
"react-intl-format/missing-attribute": [ | ||
"error", | ||
{ | ||
"noTrailingWhitespace": false, | ||
"noSpreadOperator": true | ||
} | ||
], | ||
"react-intl-format/missing-values": [ | ||
"error" | ||
], | ||
"react/display-name": "off" | ||
} | ||
} |
This file contains 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
142 changes: 0 additions & 142 deletions
142
konnectd/assets/identifier/precache-manifest.ea8b619599c55ba5f128f51d796152cd.js
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
konnectd/assets/identifier/static/css/main.ed0ebb7d.chunk.css
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
konnectd/assets/identifier/static/css/main.ed0ebb7d.chunk.css.map
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
konnectd/assets/identifier/static/js/identifier-app.b36b0d07.chunk.js
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.