diff options
author | Michael Lustfield <MTecknology@users.noreply.github.com> | 2017-08-24 00:52:42 -0500 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2017-08-24 08:52:42 +0300 |
commit | 874f9be3e6eb135a013cb146111dadc6dd5d1042 (patch) | |
tree | 65e9ee4b29e8a1a620f2293992ba1933cdf17133 /public | |
parent | 0fd92898106088379895554862af273f1c8ddea7 (diff) | |
download | gitea-874f9be3e6eb135a013cb146111dadc6dd5d1042.tar.gz gitea-874f9be3e6eb135a013cb146111dadc6dd5d1042.zip |
Move themes to plugin directory. Fixes #2372 (#2375)
Diffstat (limited to 'public')
-rw-r--r-- | public/css/themes/github/LICENSE | 21 | ||||
-rw-r--r-- | public/vendor/plugins/semantic/themes/basic/assets/fonts/icons.eot (renamed from public/css/themes/basic/assets/fonts/icons.eot) | bin | 40166 -> 40166 bytes | |||
-rw-r--r-- | public/vendor/plugins/semantic/themes/basic/assets/fonts/icons.svg (renamed from public/css/themes/basic/assets/fonts/icons.svg) | 0 | ||||
-rw-r--r-- | public/vendor/plugins/semantic/themes/basic/assets/fonts/icons.ttf (renamed from public/css/themes/basic/assets/fonts/icons.ttf) | bin | 39924 -> 39924 bytes | |||
-rw-r--r-- | public/vendor/plugins/semantic/themes/basic/assets/fonts/icons.woff (renamed from public/css/themes/basic/assets/fonts/icons.woff) | bin | 24676 -> 24676 bytes | |||
-rw-r--r-- | public/vendor/plugins/semantic/themes/default/assets/fonts/icons.eot (renamed from public/css/themes/default/assets/fonts/icons.eot) | bin | 76518 -> 76518 bytes | |||
-rw-r--r-- | public/vendor/plugins/semantic/themes/default/assets/fonts/icons.otf (renamed from public/css/themes/default/assets/fonts/icons.otf) | bin | 93888 -> 93888 bytes | |||
-rw-r--r-- | public/vendor/plugins/semantic/themes/default/assets/fonts/icons.svg (renamed from public/css/themes/default/assets/fonts/icons.svg) | 0 | ||||
-rw-r--r-- | public/vendor/plugins/semantic/themes/default/assets/fonts/icons.ttf (renamed from public/css/themes/default/assets/fonts/icons.ttf) | bin | 152796 -> 152796 bytes | |||
-rw-r--r-- | public/vendor/plugins/semantic/themes/default/assets/fonts/icons.woff (renamed from public/css/themes/default/assets/fonts/icons.woff) | bin | 90412 -> 90412 bytes | |||
-rw-r--r-- | public/vendor/plugins/semantic/themes/default/assets/fonts/icons.woff2 (renamed from public/css/themes/default/assets/fonts/icons.woff2) | bin | 71896 -> 71896 bytes | |||
-rw-r--r-- | public/vendor/plugins/semantic/themes/default/assets/images/flags.png (renamed from public/css/themes/default/assets/images/flags.png) | bin | 28123 -> 28123 bytes | |||
-rw-r--r-- | public/vendor/plugins/semantic/themes/github/assets/fonts/octicons-local.ttf (renamed from public/css/themes/github/assets/fonts/octicons-local.ttf) | bin | 53604 -> 53604 bytes | |||
-rw-r--r-- | public/vendor/plugins/semantic/themes/github/assets/fonts/octicons.svg (renamed from public/css/themes/github/assets/fonts/octicons.svg) | 0 | ||||
-rw-r--r-- | public/vendor/plugins/semantic/themes/github/assets/fonts/octicons.ttf (renamed from public/css/themes/github/assets/fonts/octicons.ttf) | bin | 31740 -> 31740 bytes | |||
-rw-r--r-- | public/vendor/plugins/semantic/themes/github/assets/fonts/octicons.woff (renamed from public/css/themes/github/assets/fonts/octicons.woff) | bin | 17772 -> 17772 bytes |
16 files changed, 0 insertions, 21 deletions
diff --git a/public/css/themes/github/LICENSE b/public/css/themes/github/LICENSE deleted file mode 100644 index 4cf2020ce7..0000000000 --- a/public/css/themes/github/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2012-2016 GitHub, Inc. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/public/css/themes/basic/assets/fonts/icons.eot b/public/vendor/plugins/semantic/themes/basic/assets/fonts/icons.eot Binary files differindex 25066de069..25066de069 100644 --- a/public/css/themes/basic/assets/fonts/icons.eot +++ b/public/vendor/plugins/semantic/themes/basic/assets/fonts/icons.eot diff --git a/public/css/themes/basic/assets/fonts/icons.svg b/public/vendor/plugins/semantic/themes/basic/assets/fonts/icons.svg index b9c54d022b..b9c54d022b 100644 --- a/public/css/themes/basic/assets/fonts/icons.svg +++ b/public/vendor/plugins/semantic/themes/basic/assets/fonts/icons.svg diff --git a/public/css/themes/basic/assets/fonts/icons.ttf b/public/vendor/plugins/semantic/themes/basic/assets/fonts/icons.ttf Binary files differindex 318a2643d3..318a2643d3 100644 --- a/public/css/themes/basic/assets/fonts/icons.ttf +++ b/public/vendor/plugins/semantic/themes/basic/assets/fonts/icons.ttf diff --git a/public/css/themes/basic/assets/fonts/icons.woff b/public/vendor/plugins/semantic/themes/basic/assets/fonts/icons.woff Binary files differindex baba1b5ebe..baba1b5ebe 100644 --- a/public/css/themes/basic/assets/fonts/icons.woff +++ b/public/vendor/plugins/semantic/themes/basic/assets/fonts/icons.woff diff --git a/public/css/themes/default/assets/fonts/icons.eot b/public/vendor/plugins/semantic/themes/default/assets/fonts/icons.eot Binary files differindex c7b00d2ba8..c7b00d2ba8 100644 --- a/public/css/themes/default/assets/fonts/icons.eot +++ b/public/vendor/plugins/semantic/themes/default/assets/fonts/icons.eot diff --git a/public/css/themes/default/assets/fonts/icons.otf b/public/vendor/plugins/semantic/themes/default/assets/fonts/icons.otf Binary files differindex f7936cc1e7..f7936cc1e7 100644 --- a/public/css/themes/default/assets/fonts/icons.otf +++ b/public/vendor/plugins/semantic/themes/default/assets/fonts/icons.otf diff --git a/public/css/themes/default/assets/fonts/icons.svg b/public/vendor/plugins/semantic/themes/default/assets/fonts/icons.svg index 8b66187fe0..8b66187fe0 100644 --- a/public/css/themes/default/assets/fonts/icons.svg +++ b/public/vendor/plugins/semantic/themes/default/assets/fonts/icons.svg diff --git a/public/css/themes/default/assets/fonts/icons.ttf b/public/vendor/plugins/semantic/themes/default/assets/fonts/icons.ttf Binary files differindex f221e50a2e..f221e50a2e 100644 --- a/public/css/themes/default/assets/fonts/icons.ttf +++ b/public/vendor/plugins/semantic/themes/default/assets/fonts/icons.ttf diff --git a/public/css/themes/default/assets/fonts/icons.woff b/public/vendor/plugins/semantic/themes/default/assets/fonts/icons.woff Binary files differindex 6e7483cf61..6e7483cf61 100644 --- a/public/css/themes/default/assets/fonts/icons.woff +++ b/public/vendor/plugins/semantic/themes/default/assets/fonts/icons.woff diff --git a/public/css/themes/default/assets/fonts/icons.woff2 b/public/vendor/plugins/semantic/themes/default/assets/fonts/icons.woff2 Binary files differindex 7eb74fd127..7eb74fd127 100644 --- a/public/css/themes/default/assets/fonts/icons.woff2 +++ b/public/vendor/plugins/semantic/themes/default/assets/fonts/icons.woff2 diff --git a/public/css/themes/default/assets/images/flags.png b/public/vendor/plugins/semantic/themes/default/assets/images/flags.png Binary files differindex cdd33c3bc6..cdd33c3bc6 100644 --- a/public/css/themes/default/assets/images/flags.png +++ b/public/vendor/plugins/semantic/themes/default/assets/images/flags.png diff --git a/public/css/themes/github/assets/fonts/octicons-local.ttf b/public/vendor/plugins/semantic/themes/github/assets/fonts/octicons-local.ttf Binary files differindex d5f4e2ecaa..d5f4e2ecaa 100644 --- a/public/css/themes/github/assets/fonts/octicons-local.ttf +++ b/public/vendor/plugins/semantic/themes/github/assets/fonts/octicons-local.ttf diff --git a/public/css/themes/github/assets/fonts/octicons.svg b/public/vendor/plugins/semantic/themes/github/assets/fonts/octicons.svg index d3116a69b2..d3116a69b2 100644 --- a/public/css/themes/github/assets/fonts/octicons.svg +++ b/public/vendor/plugins/semantic/themes/github/assets/fonts/octicons.svg diff --git a/public/css/themes/github/assets/fonts/octicons.ttf b/public/vendor/plugins/semantic/themes/github/assets/fonts/octicons.ttf Binary files differindex 9e09105305..9e09105305 100644 --- a/public/css/themes/github/assets/fonts/octicons.ttf +++ b/public/vendor/plugins/semantic/themes/github/assets/fonts/octicons.ttf diff --git a/public/css/themes/github/assets/fonts/octicons.woff b/public/vendor/plugins/semantic/themes/github/assets/fonts/octicons.woff Binary files differindex cc3c19f0df..cc3c19f0df 100644 --- a/public/css/themes/github/assets/fonts/octicons.woff +++ b/public/vendor/plugins/semantic/themes/github/assets/fonts/octicons.woff |