Browse Source

Moved vendored js/css into `public/vendor` and documented sources (#1484) (#2241)

* Cleaning up public/ and documenting js/css libs.

This commit mostly addresses #1484 by moving vendor'ed plugins into a
vendor/ directory and documenting their upstream source and license in
vendor/librejs.html.

This also proves gitea is using only open source js/css libraries which
helps toward reaching #1524.

* Removing unused css file.

The version of this file in use is located at:
  vendor/plugins/highlight/github.css

* Cleaned up librejs.html and added javascript header

A SafeJS function was added to templates/helper.go to allow keeping
comments inside of javascript.

A javascript comment was added in the header of templates/base/head.tmpl
to mark all non-inline source as free.

The librejs.html file was updated to meet the current librejs spec. I
have now verified that the librejs plugin detects most of the scripts
included in gitea and suspect the non-free detections are the result of
a bug in the plugin. I believe this commit is enough to meet the C0.0
requirement of #1534.

* Updating SafeJS function per lint suggestion

* Added VERSIONS file, per request
for-closed-social
Michael Lustfield 6 years ago
committed by Kim "BKC" Carlbäcker
parent
commit
a915a09e4f
1339 changed files with 813 additions and 126 deletions
  1. +2
    -2
      Makefile
  2. +6
    -0
      modules/templates/helper.go
  3. +0
    -84
      public/assets/librejs/librejs.html
  4. +0
    -1
      public/css/github.min.css
  5. +21
    -0
      public/css/themes/github/LICENSE
  6. +1
    -1
      public/js/index.js
  7. +60
    -0
      public/vendor/VERSIONS
  8. +97
    -0
      public/vendor/assets/font-awesome/LICENSE
  9. +7
    -0
      public/vendor/assets/font-awesome/css/LICENSE
  10. +0
    -0
      public/vendor/assets/font-awesome/css/font-awesome.min.css
  11. +0
    -0
      public/vendor/assets/font-awesome/fonts/FontAwesome.otf
  12. +97
    -0
      public/vendor/assets/font-awesome/fonts/LICENSE
  13. +0
    -0
      public/vendor/assets/font-awesome/fonts/fontawesome-webfont.eot
  14. +0
    -0
      public/vendor/assets/font-awesome/fonts/fontawesome-webfont.svg
  15. +0
    -0
      public/vendor/assets/font-awesome/fonts/fontawesome-webfont.ttf
  16. +0
    -0
      public/vendor/assets/font-awesome/fonts/fontawesome-webfont.woff
  17. +0
    -0
      public/vendor/assets/font-awesome/fonts/fontawesome-webfont.woff2
  18. +21
    -0
      public/vendor/assets/octicons/LICENSE
  19. +0
    -0
      public/vendor/assets/octicons/octicons.eot
  20. +0
    -0
      public/vendor/assets/octicons/octicons.min.css
  21. +0
    -0
      public/vendor/assets/octicons/octicons.svg
  22. +0
    -0
      public/vendor/assets/octicons/octicons.ttf
  23. +0
    -0
      public/vendor/assets/octicons/octicons.woff
  24. +0
    -0
      public/vendor/assets/octicons/octicons.woff2
  25. +0
    -0
      public/vendor/assets/swagger-ui/favicon-16x16.png
  26. +0
    -0
      public/vendor/assets/swagger-ui/favicon-32x32.png
  27. +0
    -0
      public/vendor/assets/swagger-ui/index.html
  28. +0
    -0
      public/vendor/assets/swagger-ui/oauth2-redirect.html
  29. +0
    -0
      public/vendor/assets/swagger-ui/swagger-ui-bundle.js
  30. +0
    -0
      public/vendor/assets/swagger-ui/swagger-ui-bundle.js.map
  31. +0
    -0
      public/vendor/assets/swagger-ui/swagger-ui-standalone-preset.js
  32. +0
    -0
      public/vendor/assets/swagger-ui/swagger-ui-standalone-preset.js.map
  33. +0
    -0
      public/vendor/assets/swagger-ui/swagger-ui.css
  34. +0
    -0
      public/vendor/assets/swagger-ui/swagger-ui.css.map
  35. +0
    -0
      public/vendor/assets/swagger-ui/swagger-ui.js
  36. +0
    -0
      public/vendor/assets/swagger-ui/swagger-ui.js.map
  37. +136
    -0
      public/vendor/librejs.html
  38. +21
    -0
      public/vendor/plugins/autolink/LICENSE
  39. +0
    -0
      public/vendor/plugins/autolink/autolink.js
  40. +18
    -0
      public/vendor/plugins/clipboard/LICENSE
  41. +0
    -0
      public/vendor/plugins/clipboard/clipboard.min.js
  42. +0
    -0
      public/vendor/plugins/codemirror/.gitattributes
  43. +0
    -0
      public/vendor/plugins/codemirror/.gitignore
  44. +0
    -0
      public/vendor/plugins/codemirror/.npmignore
  45. +0
    -0
      public/vendor/plugins/codemirror/.travis.yml
  46. +21
    -0
      public/vendor/plugins/codemirror/LICENSE
  47. +0
    -0
      public/vendor/plugins/codemirror/addon/mode/loadmode.js
  48. +0
    -0
      public/vendor/plugins/codemirror/addon/mode/multiplex.js
  49. +0
    -0
      public/vendor/plugins/codemirror/addon/mode/multiplex_test.js
  50. +0
    -0
      public/vendor/plugins/codemirror/addon/mode/overlay.js
  51. +0
    -0
      public/vendor/plugins/codemirror/addon/mode/simple.js
  52. +0
    -0
      public/vendor/plugins/codemirror/mode/apl/apl.js
  53. +0
    -0
      public/vendor/plugins/codemirror/mode/apl/index.html
  54. +0
    -0
      public/vendor/plugins/codemirror/mode/asciiarmor/asciiarmor.js
  55. +0
    -0
      public/vendor/plugins/codemirror/mode/asciiarmor/index.html
  56. +0
    -0
      public/vendor/plugins/codemirror/mode/asn.1/asn.1.js
  57. +0
    -0
      public/vendor/plugins/codemirror/mode/asn.1/index.html
  58. +0
    -0
      public/vendor/plugins/codemirror/mode/asterisk/asterisk.js
  59. +0
    -0
      public/vendor/plugins/codemirror/mode/asterisk/index.html
  60. +0
    -0
      public/vendor/plugins/codemirror/mode/brainfuck/brainfuck.js
  61. +0
    -0
      public/vendor/plugins/codemirror/mode/brainfuck/index.html
  62. +0
    -0
      public/vendor/plugins/codemirror/mode/clike/clike.js
  63. +0
    -0
      public/vendor/plugins/codemirror/mode/clike/index.html
  64. +0
    -0
      public/vendor/plugins/codemirror/mode/clike/scala.html
  65. +0
    -0
      public/vendor/plugins/codemirror/mode/clike/test.js
  66. +0
    -0
      public/vendor/plugins/codemirror/mode/clojure/clojure.js
  67. +0
    -0
      public/vendor/plugins/codemirror/mode/clojure/index.html
  68. +0
    -0
      public/vendor/plugins/codemirror/mode/cmake/cmake.js
  69. +0
    -0
      public/vendor/plugins/codemirror/mode/cmake/index.html
  70. +0
    -0
      public/vendor/plugins/codemirror/mode/cobol/cobol.js
  71. +0
    -0
      public/vendor/plugins/codemirror/mode/cobol/index.html
  72. +0
    -0
      public/vendor/plugins/codemirror/mode/coffeescript/coffeescript.js
  73. +0
    -0
      public/vendor/plugins/codemirror/mode/coffeescript/index.html
  74. +0
    -0
      public/vendor/plugins/codemirror/mode/commonlisp/commonlisp.js
  75. +0
    -0
      public/vendor/plugins/codemirror/mode/commonlisp/index.html
  76. +0
    -0
      public/vendor/plugins/codemirror/mode/crystal/crystal.js
  77. +0
    -0
      public/vendor/plugins/codemirror/mode/crystal/index.html
  78. +0
    -0
      public/vendor/plugins/codemirror/mode/css/css.js
  79. +0
    -0
      public/vendor/plugins/codemirror/mode/css/gss.html
  80. +0
    -0
      public/vendor/plugins/codemirror/mode/css/gss_test.js
  81. +0
    -0
      public/vendor/plugins/codemirror/mode/css/index.html
  82. +0
    -0
      public/vendor/plugins/codemirror/mode/css/less.html
  83. +0
    -0
      public/vendor/plugins/codemirror/mode/css/less_test.js
  84. +0
    -0
      public/vendor/plugins/codemirror/mode/css/scss.html
  85. +0
    -0
      public/vendor/plugins/codemirror/mode/css/scss_test.js
  86. +0
    -0
      public/vendor/plugins/codemirror/mode/css/test.js
  87. +0
    -0
      public/vendor/plugins/codemirror/mode/cypher/cypher.js
  88. +0
    -0
      public/vendor/plugins/codemirror/mode/cypher/index.html
  89. +0
    -0
      public/vendor/plugins/codemirror/mode/d/d.js
  90. +0
    -0
      public/vendor/plugins/codemirror/mode/d/index.html
  91. +0
    -0
      public/vendor/plugins/codemirror/mode/dart/dart.js
  92. +0
    -0
      public/vendor/plugins/codemirror/mode/dart/index.html
  93. +0
    -0
      public/vendor/plugins/codemirror/mode/diff/diff.js
  94. +0
    -0
      public/vendor/plugins/codemirror/mode/diff/index.html
  95. +0
    -0
      public/vendor/plugins/codemirror/mode/django/django.js
  96. +0
    -0
      public/vendor/plugins/codemirror/mode/django/index.html
  97. +0
    -0
      public/vendor/plugins/codemirror/mode/dockerfile/dockerfile.js
  98. +0
    -0
      public/vendor/plugins/codemirror/mode/dockerfile/index.html
  99. +0
    -0
      public/vendor/plugins/codemirror/mode/dtd/dtd.js
  100. +0
    -0
      public/vendor/plugins/codemirror/mode/dtd/index.html

+ 2
- 2
Makefile View File

@ -285,9 +285,9 @@ public/css/index.css: $(STYLESHEETS)
.PHONY: swagger-ui
swagger-ui:
rm -Rf public/assets/swagger-ui
rm -Rf public/vendor/assets/swagger-ui
git clone --depth=10 -b v3.0.7 --single-branch https://github.com/swagger-api/swagger-ui.git $(TMPDIR)/swagger-ui
mv $(TMPDIR)/swagger-ui/dist public/assets/swagger-ui
mv $(TMPDIR)/swagger-ui/dist public/vendor/assets/swagger-ui
rm -Rf $(TMPDIR)/swagger-ui
$(SED_INPLACE) "s;http://petstore.swagger.io/v2/swagger.json;../../swagger.v1.json;g" public/assets/swagger-ui/index.html

+ 6
- 0
modules/templates/helper.go View File

@ -66,6 +66,7 @@ func NewFuncMap() []template.FuncMap {
},
"AvatarLink": base.AvatarLink,
"Safe": Safe,
"SafeJS": SafeJS,
"Sanitize": bluemonday.UGCPolicy().Sanitize,
"Str2html": Str2html,
"TimeSince": base.TimeSince,
@ -162,6 +163,11 @@ func Safe(raw string) template.HTML {
return template.HTML(raw)
}
// SafeJS renders raw as JS
func SafeJS(raw string) template.JS {
return template.JS(raw)
}
// Str2html render Markdown text to HTML
func Str2html(raw string) template.HTML {
return template.HTML(markdown.Sanitize(raw))

+ 0
- 84
public/assets/librejs/librejs.html View File

@ -1,84 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>JavaScript license information</title>
</head>
<body>
<table id="jslicense-labels1">
<tr>
<td><a href="/js/libs/jquery.are-you-sure.js">jquery.are-you-sure.js</a></td>
<td>
<a href="http://www.freebsd.org/copyright/freebsd-license.html">Expat</a>
<br>
<a href="http://www.gnu.org/licenses/gpl-2.0.html">GNU-GPL-2.0-or-later</a>
</td>
<td><a href="/js/libs/jquery.are-you-sure.js">jquery.are-you-sure.js</a></td>
</tr>
<tr>
<td><a href="/js/semantic-2.2.7.min.js">semantic-2.2.1.min.js</a></td>
<td><a href="http://www.freebsd.org/copyright/freebsd-license.html">Expat</a></td>
<td><a href="https://github.com/Semantic-Org/Semantic-UI/archive/2.2.1.tar.gz">semantic-UI-2.2.1.tar.gz</a></td>
</tr>
<tr>
<td><a href="/js/gogs.js">gogs.js</a></td>
<td><a href="http://www.freebsd.org/copyright/freebsd-license.html">Expat</a></td>
<td><a href="/js/gogs.js">gogs.js</a></td>
</tr>
<tr>
<td><a href="/js/libs/clipboard-1.5.9.min.js">clipboard-1.5.9.min.js</a></td>
<td><a href="http://www.freebsd.org/copyright/freebsd-license.html">Expat</a></td>
<td><a href="https://github.com/zenorocha/clipboard.js/archive/v1.5.9.tar.gz">clipboard-1.5.9.tar.gz</a></td>
</tr>
<tr>
<td><a href="/js/libs/emojify-1.1.0.min.js">emojify-1.1.0.min.js</a></td>
<td><a href="http://www.freebsd.org/copyright/freebsd-license.html">Expat</a></td>
<td><a href="https://github.com/Ranks/emojify.js/archive/1.1.0.tar.gz">emojify-1.1.0.tar.gz</a></td>
</tr>
<tr>
<td><a href="/js/libs/loadCSS.min.js">loadCSS.min.js</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT License</a></td>
<td><a href="https://github.com/filamentgroup/loadCSS/archive/v1.3.1.tar.gz">loadCSS-1.3.1.tar.gz</a></td>
</tr>
<tr>
<td><a href="/js/libs/cssrelpreload.min.js">cssrelpreload.min.js</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT License</a></td>
<td><a href="https://github.com/filamentgroup/loadCSS/archive/v1.3.1.tar.gz">loadCSS-1.3.1.tar.gz</a></td>
</tr>
<td><a href="/plugins/dropzone-4.2.0/dropzone.js">dropzone.js</a></td>
<td><a href="http://www.freebsd.org/copyright/freebsd-license.html">Expat</a></td>
<td><a href="/plugins/dropzone-4.2.0/dropzone.js">dropzone.js</a></td>
</tr>
<tr>
<td><a href="/plugins/highlight-9.6.0/highlight.pack.js">highlight.pack.js</a></td>
<td><a href="https://github.com/isagalaev/highlight.js/blob/master/LICENSE">BSD 3 Clause</a></td>
<td><a href="https://github.com/isagalaev/highlight.js/archive/9.6.0.tar.gz">highlight.js-9.6.0.tar.gz</a></td>
</tr>
<tr>
<td><a href="/plugins/jquery.datetimepicker-2.4.5/jquery.datetimepicker.js">jquery.datetimepicker.js</a></td>
<td><a href="http://www.freebsd.org/copyright/freebsd-license.html">Expat</a></td>
<td><a href="/plugins/jquery.datetimepicker-2.4.5/jquery.datetimepicker.js">jquery.datetimepicker.js</a></td>
</tr>
<tr>
<td><a href="/plugins/jquery.minicolors-2.2.3/jquery.minicolors.min.js">jquery.minicolors.min.js</a></td>
<td><a href="http://www.freebsd.org/copyright/freebsd-license.html">Expat</a></td>
<td><a href="https://github.com/claviska/jquery-minicolors/archive/2.2.3.tar.gz">jquery.minicolors-2.2.3.tar.gz</a></td>
</tr>
<tr>
<td><a href="/plugins/simplemde-1.10.1/simplemde.min.js">simplemde.min.js</a></td>
<td><a href="http://www.freebsd.org/copyright/freebsd-license.html">Expat</a></td>
<td><a href="https://github.com/NextStepWebs/simplemde-markdown-editor/archive/1.10.1.tar.gz">simplemde-markdown-editor-1.10.1.tar.gz</a></td>
</tr>
<tr>
<td><a href="/plugins/marked-0.3.6/marked.min.js">marked.min.js</a></td>
<td><a href="/plugins/marked-0.3.6/LICENSE">Expat</a></td>
<td><a href="https://github.com/chjj/marked/archive/v0.3.6.tar.gz">marked-0.3.6.tar.gz</a></td>
</tr>
<tr>
<td><a href="/plugins/notebookjs-0.2.6/notebook.min.js">notebook.min.js</a></td>
<td><a href="/plugins/notebookjs-0.2.6/LICENSE.txt">Expat</a></td>
<td><a href="https://github.com/jsvine/notebookjs/archive/v0.2.6.tar.gz">notebookjs-0.2.6.tar.gz</a></td>
</tr>
</table>
</body>
</html>

+ 0
- 1
public/css/github.min.css View File

@ -1 +0,0 @@
.hljs{display:block;overflow-x:auto;padding:.5em;color:#333;background:#f8f8f8}.hljs-comment,.hljs-template_comment,.diff .hljs-header,.hljs-javadoc{color:#998;font-style:italic}.hljs-keyword,.css .rule .hljs-keyword,.hljs-winutils,.javascript .hljs-title,.nginx .hljs-title,.hljs-subst,.hljs-request,.hljs-status{color:#333;font-weight:bold}.hljs-number,.hljs-hexcolor,.ruby .hljs-constant{color:#099}.hljs-string,.hljs-tag .hljs-value,.hljs-phpdoc,.tex .hljs-formula{color:#d14}.hljs-title,.hljs-id,.coffeescript .hljs-params,.scss .hljs-preprocessor{color:#900;font-weight:bold}.javascript .hljs-title,.lisp .hljs-title,.clojure .hljs-title,.hljs-subst{font-weight:normal}.hljs-class .hljs-title,.haskell .hljs-type,.vhdl .hljs-literal,.tex .hljs-command{color:#458;font-weight:bold}.hljs-tag,.hljs-tag .hljs-title,.hljs-rules .hljs-property,.django .hljs-tag .hljs-keyword{color:#000080;font-weight:normal}.hljs-attribute,.hljs-variable,.lisp .hljs-body{color:#008080}.hljs-regexp{color:#009926}.hljs-symbol,.ruby .hljs-symbol .hljs-string,.lisp .hljs-keyword,.tex .hljs-special,.hljs-prompt{color:#990073}.hljs-built_in,.lisp .hljs-title,.clojure .hljs-built_in{color:#0086b3}.hljs-preprocessor,.hljs-pragma,.hljs-pi,.hljs-doctype,.hljs-shebang,.hljs-cdata{color:#999;font-weight:bold}.hljs-deletion{background:#fdd}.hljs-addition{background:#dfd}.diff .hljs-change{background:#0086b3}.hljs-chunk{color:#aaa}

+ 21
- 0
public/css/themes/github/LICENSE View File

@ -0,0 +1,21 @@
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.

+ 1
- 1
public/js/index.js View File

@ -1456,7 +1456,7 @@ $(document).ready(function () {
// Emojify
emojify.setConfig({
img_dir: suburl + '/img/emoji',
img_dir: suburl + '/plugins/emojify/images',
ignore_emoticons: true
});
var hasEmoji = document.getElementsByClassName('has-emoji');

+ 60
- 0
public/vendor/VERSIONS View File

@ -0,0 +1,60 @@
# About: This file was added per request of BKC. It duplicates content present in librejs.html.
# To do: Choose a dependency management solution and use it to replace both files.
# Notes: Download and license information is available in librejs.html.
File(s): /vendor/plugins/jquery.areyousure/jquery.are-you-sure.js
Version: 1.9.0
File(s): /vendor/plugins/jquery/jquery.min.js
Version: 1.11.3
File(s): /vendor/plugins/semantic/semantic.min.js
Version: 2.2.1
File(s): /vendor/plugins/clipboard/clipboard.min.js
Version: 1.5.9
File(s): /vendor/plugins/gitgraph/gitgraph.js
Version: 5fcc26b
File(s): /vendor/plugins/autolink/autolink.js
Version: 741f66f
File(s): /vendor/plugins/vue/vue.min.js
Version: 2.1.10
File(s): /vendor/plugins/emojify/emojify.min.js
Version: 1.1.0
File(s): /vendor/plugins/cssrelpreload/
Version: 1.3.1
File(s): /vendor/plugins/dropzone/dropzone.js
Version: 4.2.0
File(s): /vendor/plugins/highlight/highlight.pack.js
Version: 9.6.0
File(s): /vendor/plugins/jquery.datetimepicker/jquery.datetimepicker.js
Version: 2.4.5
File(s): /vendor/plugins/jquery.minicolors/jquery.minicolors.min.js
Version: 2.2.3
File(s): /vendor/plugins/codemirror/
Version: 5.17.0
File(s): /vendor/plugins/simplemde/simplemde.min.js
Version: 1.10.1
File(s): /vendor/plugins/pdfjs/
Version: 1.4.20
File(s): /vendor/assets/font-awesome/fonts/
Version: 4.6.0
File(s): /vendor/assets/octicons/
Version: 4.3.0
File(s): /vendor/assets/swagger-ui/
Version: 3.0.4

+ 97
- 0
public/vendor/assets/font-awesome/LICENSE View File

@ -0,0 +1,97 @@
Copyright (c) <dates>, <Copyright Holder> (<URL|email>),
with Reserved Font Name <Reserved Font Name>.
Copyright (c) <dates>, <additional Copyright Holder> (<URL|email>),
with Reserved Font Name <additional Reserved Font Name>.
Copyright (c) <dates>, <additional Copyright Holder> (<URL|email>).
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------
PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.
The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.
DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.
"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).
"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).
"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to a
new environment.
"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.
PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
Software, subject to the following conditions:
1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.
2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.
3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any
Modified Version, except to acknowledge the contribution(s) of the
Copyright Holder(s) and the Author(s) or with their explicit written
permission.
5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created
using the Font Software.
TERMINATION
This license becomes null and void if any of the above conditions are
not met.
DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.

+ 7
- 0
public/vendor/assets/font-awesome/css/LICENSE View File

@ -0,0 +1,7 @@
Copyright <YEAR> <COPYRIGHT HOLDER>
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.

public/assets/font-awesome-4.6.3/css/font-awesome.min.css → public/vendor/assets/font-awesome/css/font-awesome.min.css View File


public/assets/font-awesome-4.6.3/fonts/FontAwesome.otf → public/vendor/assets/font-awesome/fonts/FontAwesome.otf View File


+ 97
- 0
public/vendor/assets/font-awesome/fonts/LICENSE View File

@ -0,0 +1,97 @@
Copyright (c) <dates>, <Copyright Holder> (<URL|email>),
with Reserved Font Name <Reserved Font Name>.
Copyright (c) <dates>, <additional Copyright Holder> (<URL|email>),
with Reserved Font Name <additional Reserved Font Name>.
Copyright (c) <dates>, <additional Copyright Holder> (<URL|email>).
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------
PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.
The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.
DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.
"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).
"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).
"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to a
new environment.
"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.
PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
Software, subject to the following conditions:
1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.
2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.
3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any
Modified Version, except to acknowledge the contribution(s) of the
Copyright Holder(s) and the Author(s) or with their explicit written
permission.
5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created
using the Font Software.
TERMINATION
This license becomes null and void if any of the above conditions are
not met.
DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.

public/assets/font-awesome-4.6.3/fonts/fontawesome-webfont.eot → public/vendor/assets/font-awesome/fonts/fontawesome-webfont.eot View File


public/assets/font-awesome-4.6.3/fonts/fontawesome-webfont.svg → public/vendor/assets/font-awesome/fonts/fontawesome-webfont.svg View File


public/assets/font-awesome-4.6.3/fonts/fontawesome-webfont.ttf → public/vendor/assets/font-awesome/fonts/fontawesome-webfont.ttf View File


public/assets/font-awesome-4.6.3/fonts/fontawesome-webfont.woff → public/vendor/assets/font-awesome/fonts/fontawesome-webfont.woff View File


public/assets/font-awesome-4.6.3/fonts/fontawesome-webfont.woff2 → public/vendor/assets/font-awesome/fonts/fontawesome-webfont.woff2 View File


+ 21
- 0
public/vendor/assets/octicons/LICENSE View File

@ -0,0 +1,21 @@
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.

public/assets/octicons-4.3.0/octicons.eot → public/vendor/assets/octicons/octicons.eot View File


public/assets/octicons-4.3.0/octicons.min.css → public/vendor/assets/octicons/octicons.min.css View File


public/assets/octicons-4.3.0/octicons.svg → public/vendor/assets/octicons/octicons.svg View File


public/assets/octicons-4.3.0/octicons.ttf → public/vendor/assets/octicons/octicons.ttf View File


public/assets/octicons-4.3.0/octicons.woff → public/vendor/assets/octicons/octicons.woff View File


public/assets/octicons-4.3.0/octicons.woff2 → public/vendor/assets/octicons/octicons.woff2 View File


public/assets/swagger-ui/favicon-16x16.png → public/vendor/assets/swagger-ui/favicon-16x16.png View File


public/assets/swagger-ui/favicon-32x32.png → public/vendor/assets/swagger-ui/favicon-32x32.png View File


public/assets/swagger-ui/index.html → public/vendor/assets/swagger-ui/index.html View File


public/assets/swagger-ui/oauth2-redirect.html → public/vendor/assets/swagger-ui/oauth2-redirect.html View File


public/assets/swagger-ui/swagger-ui-bundle.js → public/vendor/assets/swagger-ui/swagger-ui-bundle.js View File


public/assets/swagger-ui/swagger-ui-bundle.js.map → public/vendor/assets/swagger-ui/swagger-ui-bundle.js.map View File


public/assets/swagger-ui/swagger-ui-standalone-preset.js → public/vendor/assets/swagger-ui/swagger-ui-standalone-preset.js View File


public/assets/swagger-ui/swagger-ui-standalone-preset.js.map → public/vendor/assets/swagger-ui/swagger-ui-standalone-preset.js.map View File


public/assets/swagger-ui/swagger-ui.css → public/vendor/assets/swagger-ui/swagger-ui.css View File


public/assets/swagger-ui/swagger-ui.css.map → public/vendor/assets/swagger-ui/swagger-ui.css.map View File


public/assets/swagger-ui/swagger-ui.js → public/vendor/assets/swagger-ui/swagger-ui.js View File


public/assets/swagger-ui/swagger-ui.js.map → public/vendor/assets/swagger-ui/swagger-ui.js.map View File


+ 136
- 0
public/vendor/librejs.html View File

@ -0,0 +1,136 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>JavaScript and plugin license information</title>
</head>
<body>
<table id="jslicense-labels1">
<thead>
<tr><th>Script</th><th>License</th><th>Source</th></tr>
</thead>
<tbody>
<tr>
<td><a href="/vendor/plugins/jquery.areyousure/jquery.are-you-sure.js">jquery.are-you-sure.js</a></td>
<td><a href="http://www.freebsd.org/copyright/freebsd-license.html">Expat</a></td>
<td><a href="https://github.com/codedance/jquery.AreYouSure/archive/1.9.0.tar.gz">jquery.areyousure-1.9.0.tar.gz</a></td>
</tr>
<tr>
<td><a href="/vendor/plugins/jquery/jquery.min.js">jquery.min.js</a></td>
<td><a href="http://www.freebsd.org/copyright/freebsd-license.html">Expat</a></td>
<td><a href="https://code.jquery.com/jquery-1.11.3.min.js">jquery-1.11.3.min.js</a></td>
</tr>
<tr>
<td><a href="/vendor/plugins/semantic/semantic.min.js">semantic.min.js</a></td>
<td><a href="http://www.freebsd.org/copyright/freebsd-license.html">Expat</a></td>
<td><a href="https://github.com/Semantic-Org/Semantic-UI/archive/2.2.1.tar.gz">semantic-UI-2.2.1.tar.gz</a></td>
</tr>
<tr>
<td><a href="/js/index.js">index.js</a></td>
<td><a href="https://github.com/go-gitea/gitea/blob/master/LICENSE">Expat</a></td>
<td><a href="https://github.com/go-gitea/gitea/tree/master/public/js">index.js</a></td>
</tr>
<tr>
<td><a href="/js/draw.js">draw.js</a></td>
<td><a href="https://github.com/go-gitea/gitea/blob/master/LICENSE">Expat</a></td>
<td><a href="https://github.com/go-gitea/gitea/tree/master/public/js">draw.js</a></td>
</tr>
<tr>
<td><a href="/vendor/plugins/clipboard/clipboard.min.js">clipboard.min.js</a></td>
<td><a href="http://www.freebsd.org/copyright/freebsd-license.html">Expat</a></td>
<td><a href="https://github.com/zenorocha/clipboard.js/archive/v1.5.9.tar.gz">clipboard-1.5.9.tar.gz</a></td>
</tr>
<tr>
<td><a href="/vendor/plugins/gitgraph/gitgraph.js">gitgraph.js</a></td>
<td><a href="https://github.com/bluef/gitgraph.js/blob/master/LICENSE">BSD 3-Clause</a></td>
<td><a href="https://github.com/bluef/gitgraph.js">gitgraph.js-latest</a></td>
</tr>
<tr>
<td><a href="/vendor/plugins/autolink/autolink.js">autolink.min.js</a></td>
<td><a href="https://github.com/egoist/autolink.js/blob/master/LICENSE">Expat</a></td>
<td><a href="https://github.com/egoist/autolink.js">autolink.js-latest</a></td>
</tr>
<tr>
<td><a href="/vendor/plugins/vue/vue.min.js">vue.min.js</a></td>
<td><a href="https://github.com/vuejs/vue/blob/dev/LICENSE">Expat</a></td>
<td><a href="https://github.com/vuejs/vue/archive/v2.1.10.tar.gz">vue.js-v2.1.10.tar.gz</a></td>
</tr>
<tr>
<td><a href="/vendor/plugins/emojify/emojify.min.js">emojify.min.js</a></td>
<td><a href="http://www.freebsd.org/copyright/freebsd-license.html">Expat</a></td>
<td><a href="https://github.com/Ranks/emojify.js/archive/1.1.0.tar.gz">emojify-1.1.0.tar.gz</a></td>
</tr>
<tr>
<td><a href="/vendor/plugins/cssrelpreload/loadCSS.min.js">loadCSS.min.js</a></td>
<td><a href="http://www.freebsd.org/copyright/freebsd-license.html">Expat</a></td>
<td><a href="https://github.com/filamentgroup/loadCSS/archive/v1.3.1.tar.gz">loadCSS-1.3.1.tar.gz</a></td>
</tr>
<tr>
<td><a href="/vendor/plugins/cssrelpreload/cssrelpreload.min.js">cssrelpreload.min.js</a></td>
<td><a href="http://www.freebsd.org/copyright/freebsd-license.html">Expat</a></td>
<td><a href="https://github.com/filamentgroup/loadCSS/archive/v1.3.1.tar.gz">loadCSS-1.3.1.tar.gz</a></td>
</tr>
<tr>
<td><a href="/vendor/plugins/dropzone/dropzone.js">dropzone.js</a></td>
<td><a href="https://github.com/enyo/dropzone/blob/master/LICENSE">Expat</a></td>
<td><a href="https://github.com/enyo/dropzone/archive/v4.2.0.tar.gz">dropzone.js-4.2.0.tar.gz</a></td>
</tr>
<tr>
<td><a href="/vendor/plugins/highlight/highlight.pack.js">highlight.pack.js</a></td>
<td><a href="https://github.com/isagalaev/highlight.js/blob/master/LICENSE">BSD 3-Clause</a></td>
<td><a href="https://github.com/isagalaev/highlight.js/archive/9.6.0.tar.gz">highlight.js-9.6.0.tar.gz</a></td>
</tr>
<tr>
<td><a href="/vendor/plugins/jquery.datetimepicker/jquery.datetimepicker.js">jquery.datetimepicker.js</a></td>
<td><a href="https://github.com/xdan/datetimepicker/blob/master/MIT-LICENSE.txt">Expat</a></td>
<td><a href="https://github.com/xdan/datetimepicker/archive/2.4.5.tar.gz">jquery.datetimepicker-2.4.5.tar.gz</a></td>
</tr>
<tr>
<td><a href="/vendor/plugins/jquery.minicolors/jquery.minicolors.min.js">jquery.minicolors.min.js</a></td>
<td><a href="https://github.com/claviska/jquery-minicolors/blob/master/LICENSE.md">Expat</a></td>
<td><a href="https://github.com/claviska/jquery-minicolors/archive/2.2.3.tar.gz">jquery.minicolors-2.2.3.tar.gz</a></td>
</tr>
<tr>
<td><a href="/vendor/plugins/codemirror/addon/mode/loadmode.js">loadmode.js</a></td>
<td><a href="https://github.com/codemirror/CodeMirror/blob/master/LICENSE">Expat</a></td>
<td><a href="https://github.com/codemirror/CodeMirror/archive/5.17.0.tar.gz">codemirror-5.17.0.tar.gz</a></td>
</tr>
<tr>
<td><a href="/vendor/plugins/codemirror/mode/meta.js">meta.js</a></td>
<td><a href="https://github.com/codemirror/CodeMirror/blob/master/LICENSE">Expat</a></td>
<td><a href="https://github.com/codemirror/CodeMirror/archive/5.17.0.tar.gz">codemirror-5.17.0.tar.gz</a></td>
</tr>
<tr>
<td><a href="/vendor/plugins/simplemde/simplemde.min.js">simplemde.min.js</a></td>
<td><a href="https://github.com/sparksuite/simplemde-markdown-editor/blob/master/LICENSE">Expat</a></td>
<td><a href="https://github.com/NextStepWebs/simplemde-markdown-editor/archive/1.10.1.tar.gz">simplemde-markdown-editor-1.10.1.tar.gz</a></td>
</tr>
<tr>
<td><a href="/vendor/plugins/pdfjs/">pdf.js</a></td>
<td><a href="https://github.com/mozilla/pdf.js/blob/master/LICENSE">Apache-2.0-only</a></td>
<td><a href="https://github.com/mozilla/pdf.js/archive/v1.4.20.tar.gz">pdf.js-v1.4.20.tar.gz</a></td>
</tr>
<tr>
<td><a href="/vendor/assets/font-awesome/fonts/">font-awesome - fonts</a></td>
<td><a href="http://fontawesome.io/license/">OFL</a></td>
<td><a href="http://fontawesome.io/assets/font-awesome-4.6.0.zip">font-awesome-4.6.0.zip</a></td>
</tr>
<tr>
<td><a href="/vendor/assets/font-awesome/css/">font-awesome - code</a></td>
<td><a href="http://fontawesome.io/license/">Expat</a></td>
<td><a href="http://fontawesome.io/assets/font-awesome-4.6.0.zip">font-awesome-4.6.0.zip</a></td>
</tr>
<tr>
<td><a href="/vendor/assets/octicons/">octicons</a></td>
<td><a href="https://github.com/primer/octicons/blob/master/LICENSE">Expat</a></td>
<td><a href="https://github.com/primer/octicons/archive/v4.3.0.tar.gz">octicons-v4.3.0.tar.gz</a></td>
</tr>
<tr>
<td><a href="/vendor/assets/swagger-ui/">swagger-ui</a></td>
<td><a href="https://github.com/swagger-api/swagger-ui/blob/master/LICENSE">Apache-2.0</a></td>
<td><a href="https://github.com/swagger-api/swagger-ui/archive/v3.0.4.tar.gz">swagger-ui-v3.0.4.tar.gz</a></td>
</tr>
</tbody>
</table>
</body>
</html>

+ 21
- 0
public/vendor/plugins/autolink/LICENSE View File

@ -0,0 +1,21 @@
The MIT License (MIT)
Copyright (c) 2015 egoist 0x142857@gmail.com
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.

public/js/libs/autolink.js → public/vendor/plugins/autolink/autolink.js View File


+ 18
- 0
public/vendor/plugins/clipboard/LICENSE View File

@ -0,0 +1,18 @@
The MIT License
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.

public/js/libs/clipboard-1.5.9.min.js → public/vendor/plugins/clipboard/clipboard.min.js View File


public/plugins/codemirror-5.17.0/.gitattributes → public/vendor/plugins/codemirror/.gitattributes View File


public/plugins/codemirror-5.17.0/.gitignore → public/vendor/plugins/codemirror/.gitignore View File


public/plugins/codemirror-5.17.0/.npmignore → public/vendor/plugins/codemirror/.npmignore View File


public/plugins/codemirror-5.17.0/.travis.yml → public/vendor/plugins/codemirror/.travis.yml View File


+ 21
- 0
public/vendor/plugins/codemirror/LICENSE View File

@ -0,0 +1,21 @@
MIT License
Copyright (C) 2017 by Marijn Haverbeke <marijnh@gmail.com> and others
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.

public/plugins/codemirror-5.17.0/addon/mode/loadmode.js → public/vendor/plugins/codemirror/addon/mode/loadmode.js View File


public/plugins/codemirror-5.17.0/addon/mode/multiplex.js → public/vendor/plugins/codemirror/addon/mode/multiplex.js View File


public/plugins/codemirror-5.17.0/addon/mode/multiplex_test.js → public/vendor/plugins/codemirror/addon/mode/multiplex_test.js View File


public/plugins/codemirror-5.17.0/addon/mode/overlay.js → public/vendor/plugins/codemirror/addon/mode/overlay.js View File


public/plugins/codemirror-5.17.0/addon/mode/simple.js → public/vendor/plugins/codemirror/addon/mode/simple.js View File


public/plugins/codemirror-5.17.0/mode/apl/apl.js → public/vendor/plugins/codemirror/mode/apl/apl.js View File


public/plugins/codemirror-5.17.0/mode/apl/index.html → public/vendor/plugins/codemirror/mode/apl/index.html View File


public/plugins/codemirror-5.17.0/mode/asciiarmor/asciiarmor.js → public/vendor/plugins/codemirror/mode/asciiarmor/asciiarmor.js View File


public/plugins/codemirror-5.17.0/mode/asciiarmor/index.html → public/vendor/plugins/codemirror/mode/asciiarmor/index.html View File


public/plugins/codemirror-5.17.0/mode/asn.1/asn.1.js → public/vendor/plugins/codemirror/mode/asn.1/asn.1.js View File


public/plugins/codemirror-5.17.0/mode/asn.1/index.html → public/vendor/plugins/codemirror/mode/asn.1/index.html View File


public/plugins/codemirror-5.17.0/mode/asterisk/asterisk.js → public/vendor/plugins/codemirror/mode/asterisk/asterisk.js View File


public/plugins/codemirror-5.17.0/mode/asterisk/index.html → public/vendor/plugins/codemirror/mode/asterisk/index.html View File


public/plugins/codemirror-5.17.0/mode/brainfuck/brainfuck.js → public/vendor/plugins/codemirror/mode/brainfuck/brainfuck.js View File


public/plugins/codemirror-5.17.0/mode/brainfuck/index.html → public/vendor/plugins/codemirror/mode/brainfuck/index.html View File


public/plugins/codemirror-5.17.0/mode/clike/clike.js → public/vendor/plugins/codemirror/mode/clike/clike.js View File


public/plugins/codemirror-5.17.0/mode/clike/index.html → public/vendor/plugins/codemirror/mode/clike/index.html View File


public/plugins/codemirror-5.17.0/mode/clike/scala.html → public/vendor/plugins/codemirror/mode/clike/scala.html View File


public/plugins/codemirror-5.17.0/mode/clike/test.js → public/vendor/plugins/codemirror/mode/clike/test.js View File


public/plugins/codemirror-5.17.0/mode/clojure/clojure.js → public/vendor/plugins/codemirror/mode/clojure/clojure.js View File


public/plugins/codemirror-5.17.0/mode/clojure/index.html → public/vendor/plugins/codemirror/mode/clojure/index.html View File


public/plugins/codemirror-5.17.0/mode/cmake/cmake.js → public/vendor/plugins/codemirror/mode/cmake/cmake.js View File


public/plugins/codemirror-5.17.0/mode/cmake/index.html → public/vendor/plugins/codemirror/mode/cmake/index.html View File


public/plugins/codemirror-5.17.0/mode/cobol/cobol.js → public/vendor/plugins/codemirror/mode/cobol/cobol.js View File


public/plugins/codemirror-5.17.0/mode/cobol/index.html → public/vendor/plugins/codemirror/mode/cobol/index.html View File


public/plugins/codemirror-5.17.0/mode/coffeescript/coffeescript.js → public/vendor/plugins/codemirror/mode/coffeescript/coffeescript.js View File


public/plugins/codemirror-5.17.0/mode/coffeescript/index.html → public/vendor/plugins/codemirror/mode/coffeescript/index.html View File


public/plugins/codemirror-5.17.0/mode/commonlisp/commonlisp.js → public/vendor/plugins/codemirror/mode/commonlisp/commonlisp.js View File


public/plugins/codemirror-5.17.0/mode/commonlisp/index.html → public/vendor/plugins/codemirror/mode/commonlisp/index.html View File


public/plugins/codemirror-5.17.0/mode/crystal/crystal.js → public/vendor/plugins/codemirror/mode/crystal/crystal.js View File


public/plugins/codemirror-5.17.0/mode/crystal/index.html → public/vendor/plugins/codemirror/mode/crystal/index.html View File


public/plugins/codemirror-5.17.0/mode/css/css.js → public/vendor/plugins/codemirror/mode/css/css.js View File


public/plugins/codemirror-5.17.0/mode/css/gss.html → public/vendor/plugins/codemirror/mode/css/gss.html View File


public/plugins/codemirror-5.17.0/mode/css/gss_test.js → public/vendor/plugins/codemirror/mode/css/gss_test.js View File


public/plugins/codemirror-5.17.0/mode/css/index.html → public/vendor/plugins/codemirror/mode/css/index.html View File


public/plugins/codemirror-5.17.0/mode/css/less.html → public/vendor/plugins/codemirror/mode/css/less.html View File


public/plugins/codemirror-5.17.0/mode/css/less_test.js → public/vendor/plugins/codemirror/mode/css/less_test.js View File


public/plugins/codemirror-5.17.0/mode/css/scss.html → public/vendor/plugins/codemirror/mode/css/scss.html View File


public/plugins/codemirror-5.17.0/mode/css/scss_test.js → public/vendor/plugins/codemirror/mode/css/scss_test.js View File


public/plugins/codemirror-5.17.0/mode/css/test.js → public/vendor/plugins/codemirror/mode/css/test.js View File


public/plugins/codemirror-5.17.0/mode/cypher/cypher.js → public/vendor/plugins/codemirror/mode/cypher/cypher.js View File


public/plugins/codemirror-5.17.0/mode/cypher/index.html → public/vendor/plugins/codemirror/mode/cypher/index.html View File


public/plugins/codemirror-5.17.0/mode/d/d.js → public/vendor/plugins/codemirror/mode/d/d.js View File


public/plugins/codemirror-5.17.0/mode/d/index.html → public/vendor/plugins/codemirror/mode/d/index.html View File


public/plugins/codemirror-5.17.0/mode/dart/dart.js → public/vendor/plugins/codemirror/mode/dart/dart.js View File


public/plugins/codemirror-5.17.0/mode/dart/index.html → public/vendor/plugins/codemirror/mode/dart/index.html View File


public/plugins/codemirror-5.17.0/mode/diff/diff.js → public/vendor/plugins/codemirror/mode/diff/diff.js View File


public/plugins/codemirror-5.17.0/mode/diff/index.html → public/vendor/plugins/codemirror/mode/diff/index.html View File


public/plugins/codemirror-5.17.0/mode/django/django.js → public/vendor/plugins/codemirror/mode/django/django.js View File


public/plugins/codemirror-5.17.0/mode/django/index.html → public/vendor/plugins/codemirror/mode/django/index.html View File


public/plugins/codemirror-5.17.0/mode/dockerfile/dockerfile.js → public/vendor/plugins/codemirror/mode/dockerfile/dockerfile.js View File


public/plugins/codemirror-5.17.0/mode/dockerfile/index.html → public/vendor/plugins/codemirror/mode/dockerfile/index.html View File


public/plugins/codemirror-5.17.0/mode/dtd/dtd.js → public/vendor/plugins/codemirror/mode/dtd/dtd.js View File


public/plugins/codemirror-5.17.0/mode/dtd/index.html → public/vendor/plugins/codemirror/mode/dtd/index.html View File


Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save