diff options
author | Michael Lustfield <MTecknology@users.noreply.github.com> | 2017-08-23 09:58:05 -0500 |
---|---|---|
committer | Kim "BKC" Carlbäcker <kim.carlbacker@gmail.com> | 2017-08-23 16:58:05 +0200 |
commit | a915a09e4f8edc7734c9374ad9f9a51b39241ee3 (patch) | |
tree | d2498d2cfb579cd5c1d73d750163905cfbc5fab5 /public/vendor/VERSIONS | |
parent | 64b706884635bcac31710d878bbb5e1b2d96ac0c (diff) | |
download | gitea-a915a09e4f8edc7734c9374ad9f9a51b39241ee3.tar.gz gitea-a915a09e4f8edc7734c9374ad9f9a51b39241ee3.zip |
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
Diffstat (limited to 'public/vendor/VERSIONS')
-rw-r--r-- | public/vendor/VERSIONS | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/public/vendor/VERSIONS b/public/vendor/VERSIONS new file mode 100644 index 0000000000..356c35ec7c --- /dev/null +++ b/public/vendor/VERSIONS @@ -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 |