keppler 2.1.18 → 2.1.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +2 -6
- data/installer/core/.rspec +1 -0
- data/installer/core/Gemfile +2 -0
- data/installer/core/Gemfile.lock +3 -0
- data/installer/core/app/assets/stylesheets/admin/utils/_theme.scss +9 -0
- data/installer/core/app/controllers/admin/admin_controller.rb +7 -3
- data/installer/core/app/controllers/admin/settings_controller.rb +17 -17
- data/installer/core/app/controllers/application_controller.rb +1 -0
- data/installer/core/app/controllers/devise/keppler_sessions_controller.rb +116 -0
- data/installer/core/app/helpers/sessions_helper.rb +12 -0
- data/installer/core/app/views/admin/layouts/_navigation.html.haml +1 -1
- data/installer/core/app/views/admin/layouts/_sidebar.html.haml +4 -1
- data/installer/core/app/views/admin/settings/fields/_appearance.html.haml +0 -8
- data/installer/core/app/views/admin/settings/fields/_configuration.html.haml +28 -0
- data/installer/core/app/views/devise/keppler_sessions/new.html.haml +35 -0
- data/installer/core/app/views/errors/internal_server_error.html.haml +1 -1
- data/installer/core/app/views/errors/not_found.html.haml +1 -1
- data/installer/core/app/views/errors/unprocessable.html.haml +1 -1
- data/installer/core/config/application.rb +1 -1
- data/installer/core/config/initializers/keppler_configuration.rb +1 -1
- data/installer/core/config/locales/en.yml +3 -1
- data/installer/core/config/locales/es.yml +3 -1
- data/installer/core/config/routes.rb +14 -4
- data/installer/core/db/migrate/20160201210520_create_appearances.rb +1 -0
- data/installer/core/db/seeds.rb +0 -56
- data/installer/core/node_modules/.yarn-integrity +12 -0
- data/installer/core/public/assets/.sprockets-manifest-877f022ba780399cd6a445cb823e8e72.json +1 -0
- data/installer/core/public/assets/admin/application-58d3091abebccc0cbdc30400232e382b2b1af77adf19a8b0b7f1176d04e3e5e9.js +69621 -0
- data/installer/core/public/assets/admin/application-58d3091abebccc0cbdc30400232e382b2b1af77adf19a8b0b7f1176d04e3e5e9.js.gz +0 -0
- data/installer/core/public/assets/admin/application-b27fef8a9a1ff72bcdcc99542bef8dc3a0e5dabce87889ccfa6f292de2f80d7a.css +35768 -0
- data/installer/core/public/assets/admin/application-b27fef8a9a1ff72bcdcc99542bef8dc3a0e5dabce87889ccfa6f292de2f80d7a.css.gz +0 -0
- data/{testing-with-2.1.18/app/assets/images/admin/astronauta_keppler.svg → installer/core/public/assets/admin/astronauta_keppler-d82d3870b4df83d706e62601ee8bcdbf226ce7ca7928602d4de1055a95a8b751.svg} +0 -0
- data/installer/core/public/assets/admin/astronauta_keppler-d82d3870b4df83d706e62601ee8bcdbf226ce7ca7928602d4de1055a95a8b751.svg.gz +0 -0
- data/{testing-with-2.1.18/app/assets/images/admin/avatar_keppler.svg → installer/core/public/assets/admin/avatar_keppler-1bce561c65816623b43025321fc59c2bdab4800bac6e7e000ecfe471f105865a.svg} +0 -0
- data/installer/core/public/assets/admin/avatar_keppler-1bce561c65816623b43025321fc59c2bdab4800bac6e7e000ecfe471f105865a.svg.gz +0 -0
- data/{testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/css/gss.html → installer/core/public/assets/admin/codemirror/mode/css/gss-c9fc3e7b6f68e62e1d26819c29c1be5beb597140fd8141293549385c79222d98.html} +0 -0
- data/installer/core/public/assets/admin/codemirror/mode/css/gss-c9fc3e7b6f68e62e1d26819c29c1be5beb597140fd8141293549385c79222d98.html.gz +0 -0
- data/{testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/css/index.html → installer/core/public/assets/admin/codemirror/mode/css/index-1408e496c4871b6ab739e26b9f3dceaa8ef071aebce27d37c2f504a7f8033ccd.html} +0 -0
- data/installer/core/public/assets/admin/codemirror/mode/css/index-1408e496c4871b6ab739e26b9f3dceaa8ef071aebce27d37c2f504a7f8033ccd.html.gz +0 -0
- data/{testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/css/less.html → installer/core/public/assets/admin/codemirror/mode/css/less-f7c3a9cfe1b5f3135f2e01037e9020d50b9c23103b8065514095fbbdea4e0764.html} +0 -0
- data/installer/core/public/assets/admin/codemirror/mode/css/less-f7c3a9cfe1b5f3135f2e01037e9020d50b9c23103b8065514095fbbdea4e0764.html.gz +0 -0
- data/{testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/css/scss.html → installer/core/public/assets/admin/codemirror/mode/css/scss-bad8aebefd205cd2e6eae3abbed6ffc808bbe7e7eea75acb9b1586ef2a762b3f.html} +0 -0
- data/installer/core/public/assets/admin/codemirror/mode/css/scss-bad8aebefd205cd2e6eae3abbed6ffc808bbe7e7eea75acb9b1586ef2a762b3f.html.gz +0 -0
- data/{testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/haml/index.html → installer/core/public/assets/admin/codemirror/mode/haml/index-c6fc029a6ab99692007433b79e187d25c3e779645d0cf1039dda43bc983d5022.html} +0 -0
- data/installer/core/public/assets/admin/codemirror/mode/haml/index-c6fc029a6ab99692007433b79e187d25c3e779645d0cf1039dda43bc983d5022.html.gz +0 -0
- data/{testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/htmlembedded/index.html → installer/core/public/assets/admin/codemirror/mode/htmlembedded/index-5f63fdda0414dad66a9837d592767325f553a21a4a44d6dc29e8b9183fde838a.html} +0 -0
- data/installer/core/public/assets/admin/codemirror/mode/htmlembedded/index-5f63fdda0414dad66a9837d592767325f553a21a4a44d6dc29e8b9183fde838a.html.gz +0 -0
- data/{testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/htmlmixed/index.html → installer/core/public/assets/admin/codemirror/mode/htmlmixed/index-461cc2868fa06065c0443310e03fb947d324bcc31c13cb5b8b5b3ed30a10ebe6.html} +0 -0
- data/installer/core/public/assets/admin/codemirror/mode/htmlmixed/index-461cc2868fa06065c0443310e03fb947d324bcc31c13cb5b8b5b3ed30a10ebe6.html.gz +0 -0
- data/{testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/javascript/index.html → installer/core/public/assets/admin/codemirror/mode/javascript/index-bd3eb54016a0d4bba846aa86a8dd5f451459f02c0a09352094b3d974ddabd6c3.html} +0 -0
- data/installer/core/public/assets/admin/codemirror/mode/javascript/index-bd3eb54016a0d4bba846aa86a8dd5f451459f02c0a09352094b3d974ddabd6c3.html.gz +0 -0
- data/{testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/javascript/json-ld.html → installer/core/public/assets/admin/codemirror/mode/javascript/json-ld-ac787941ea8a1b871daf68054ca196a99d05cd6873587d4b62586aff9fb92452.html} +0 -0
- data/installer/core/public/assets/admin/codemirror/mode/javascript/json-ld-ac787941ea8a1b871daf68054ca196a99d05cd6873587d4b62586aff9fb92452.html.gz +0 -0
- data/{testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/javascript/typescript.html → installer/core/public/assets/admin/codemirror/mode/javascript/typescript-f930148de0b8380ee4b3ca765c56c7b21e40b935a97cd1de75aa1b60843aa8b5.html} +0 -0
- data/installer/core/public/assets/admin/codemirror/mode/javascript/typescript-f930148de0b8380ee4b3ca765c56c7b21e40b935a97cd1de75aa1b60843aa8b5.html.gz +0 -0
- data/{testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/ruby/index.html → installer/core/public/assets/admin/codemirror/mode/ruby/index-00f454d5eff4cef18448d1b8a0052595272d1414c208fb346222ab81eaef1d5a.html} +0 -0
- data/installer/core/public/assets/admin/codemirror/mode/ruby/index-00f454d5eff4cef18448d1b8a0052595272d1414c208fb346222ab81eaef1d5a.html.gz +0 -0
- data/{testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/vue/index.html → installer/core/public/assets/admin/codemirror/mode/vue/index-72d3f8d8f5146bcd0f56166eb47299eee5f32fd150d7e4afac48dc4778105bea.html} +0 -0
- data/installer/core/public/assets/admin/codemirror/mode/vue/index-72d3f8d8f5146bcd0f56166eb47299eee5f32fd150d7e4afac48dc4778105bea.html.gz +0 -0
- data/{testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/xml/index.html → installer/core/public/assets/admin/codemirror/mode/xml/index-d4700b1f6a65957d38cd05e178d099b0bbe200309a5d54172d797ce99dd4a247.html} +0 -0
- data/installer/core/public/assets/admin/codemirror/mode/xml/index-d4700b1f6a65957d38cd05e178d099b0bbe200309a5d54172d797ce99dd4a247.html.gz +0 -0
- data/{testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/yaml-frontmatter/index.html → installer/core/public/assets/admin/codemirror/mode/yaml-frontmatter/index-7350bfe40ce807d0846efe10b17607190bfc8b75229866679c553e12ebf54f79.html} +0 -0
- data/installer/core/public/assets/admin/codemirror/mode/yaml-frontmatter/index-7350bfe40ce807d0846efe10b17607190bfc8b75229866679c553e12ebf54f79.html.gz +0 -0
- data/{testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/yaml/index.html → installer/core/public/assets/admin/codemirror/mode/yaml/index-f998ecd3cffb4f8f1b0d8fcff32462681f7ea38e59bd66599ccd789d3d8b638f.html} +0 -0
- data/installer/core/public/assets/admin/codemirror/mode/yaml/index-f998ecd3cffb4f8f1b0d8fcff32462681f7ea38e59bd66599ccd789d3d8b638f.html.gz +0 -0
- data/{testing-with-2.1.18/app/assets/images/admin/en.png → installer/core/public/assets/admin/en-04d44fc02de55acae6c442daaa08250b16d7698cb5f20a7b79ffff7429b46b77.png} +0 -0
- data/{testing-with-2.1.18/app/assets/images/admin/es.png → installer/core/public/assets/admin/es-50df0dad9e0d73050da6cb012b273ded096ab4c25daa332a8c1514c8feb2e38d.png} +0 -0
- data/{testing-with-2.1.18/app/assets/images/admin/favicon.png → installer/core/public/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png} +0 -0
- data/{testing-with-2.1.18/app/assets/stylesheets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2 → installer/core/public/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu-930d66533ab5afb83f852c6e3ae10a1bacc46e97dfd92ddcb905b5556205d677.woff2} +0 -0
- data/{testing-with-2.1.18/app/assets/stylesheets/admin/fonts-and-icons/fonts/Simple-Line-Icons.woff2 → installer/core/public/assets/admin/fonts-and-icons/fonts/Simple-Line-Icons-104673f4859604362a18fc6294197d8fffb8cb24ad3211e92eb04f655e18cf4a.woff2} +0 -0
- data/{testing-with-2.1.18/app/assets/stylesheets/admin/fonts-and-icons/fonts/Simple-Line-Icons.woff → installer/core/public/assets/admin/fonts-and-icons/fonts/Simple-Line-Icons-14b825d7785bf7f90bab8b02c6df6f22863c639cab02038a8ba3e682ab7d2752.woff} +0 -0
- data/{testing-with-2.1.18/app/assets/stylesheets/admin/fonts-and-icons/fonts/Simple-Line-Icons.eot → installer/core/public/assets/admin/fonts-and-icons/fonts/Simple-Line-Icons-1c823013a692818b26ad756540fcb73f53bfb3409af0d08129bb340c9c5c8a1f.eot} +0 -0
- data/installer/core/public/assets/admin/fonts-and-icons/fonts/Simple-Line-Icons-1c823013a692818b26ad756540fcb73f53bfb3409af0d08129bb340c9c5c8a1f.eot.gz +0 -0
- data/{testing-with-2.1.18/app/assets/stylesheets/admin/fonts-and-icons/fonts/Simple-Line-Icons.ttf → installer/core/public/assets/admin/fonts-and-icons/fonts/Simple-Line-Icons-3f501ddb05c70829bbb51cfe9ca9fff57f39e060457c257b3ccf25df767f0870.ttf} +0 -0
- data/installer/core/public/assets/admin/fonts-and-icons/fonts/Simple-Line-Icons-3f501ddb05c70829bbb51cfe9ca9fff57f39e060457c257b3ccf25df767f0870.ttf.gz +0 -0
- data/{testing-with-2.1.18/app/assets/stylesheets/admin/fonts-and-icons/fonts/boxicons.svg → installer/core/public/assets/admin/fonts-and-icons/fonts/boxicons-04e91e102f037f44d5fab187d1c120bdfe2029357c7e19957ec8ab284174668a.svg} +0 -0
- data/installer/core/public/assets/admin/fonts-and-icons/fonts/boxicons-04e91e102f037f44d5fab187d1c120bdfe2029357c7e19957ec8ab284174668a.svg.gz +0 -0
- data/{testing-with-2.1.18/app/assets/stylesheets/admin/fonts-and-icons/fonts/boxicons.woff → installer/core/public/assets/admin/fonts-and-icons/fonts/boxicons-34b356ebfc024ecb1f42ecc4020ce1f9e0e40dfa569de7e24db7ff746774f904.woff} +0 -0
- data/{testing-with-2.1.18/app/assets/stylesheets/admin/fonts-and-icons/fonts/boxicons.woff2 → installer/core/public/assets/admin/fonts-and-icons/fonts/boxicons-4db228a5fbed38f7046bcecafb5839a49b39756b48c4bec7a4c13d44ccb41b91.woff2} +0 -0
- data/{testing-with-2.1.18/app/assets/stylesheets/admin/fonts-and-icons/fonts/boxicons.eot → installer/core/public/assets/admin/fonts-and-icons/fonts/boxicons-8a68af92eea95d1698739c0d390c8c73228b622b91f6e3170f19e765a8e8979b.eot} +0 -0
- data/installer/core/public/assets/admin/fonts-and-icons/fonts/boxicons-8a68af92eea95d1698739c0d390c8c73228b622b91f6e3170f19e765a8e8979b.eot.gz +0 -0
- data/{testing-with-2.1.18/app/assets/stylesheets/admin/fonts-and-icons/fonts/boxicons.ttf → installer/core/public/assets/admin/fonts-and-icons/fonts/boxicons-db138c828adc2a31e6cfbb64188dd079eeef577131fd4bd138c4d566dd00b6bb.ttf} +0 -0
- data/installer/core/public/assets/admin/fonts-and-icons/fonts/boxicons-db138c828adc2a31e6cfbb64188dd079eeef577131fd4bd138c4d566dd00b6bb.ttf.gz +0 -0
- data/{testing-with-2.1.18/app/assets/images/admin/image_default.png → installer/core/public/assets/admin/image_default-be1d557511976c97715fc6215fc6c861f00a86c33654ef2ded273027182168b9.png} +0 -0
- data/{testing-with-2.1.18/app/assets/images/admin/logo.png → installer/core/public/assets/admin/logo-6fc9f869f19a13f29ea006362e0a3be5fdf2c37c144a0ccac184c8e4b1e9bb28.png} +0 -0
- data/{testing-with-2.1.18/app/assets/images/admin/logo2.png → installer/core/public/assets/admin/logo2-0b42a0f73a5f567a52100fea42cd88764a90ace1f2b0b76df3fdaca41a960421.png} +0 -0
- data/{testing-with-2.1.18/app/assets/images/admin/profile-menu.jpg → installer/core/public/assets/admin/profile-menu-6222ad8e7c653f9216519a7ae99e072e38d6b7435a397648d9beb10678e11f40.jpg} +0 -0
- data/{testing-with-2.1.18/app/assets/images/admin/search.png → installer/core/public/assets/admin/search-1ad39e363da0eb5ec86508ea61bd7c1198aad27e35c9f083466bda731c30f62d.png} +0 -0
- data/{testing-with-2.1.18/app/assets/images/admin/slice.png → installer/core/public/assets/admin/slice-fdba819c5f7aac1c10620c1c7d8e1e9bae109765ff1e0cabce2f57400b6169bf.png} +0 -0
- data/{testing-with-2.1.18/app/assets/images/admin/slice-icon.png → installer/core/public/assets/admin/slice-icon-54a0271ab483f5ed561a4f9e608bbc07ff76ad142d7462e9853f7c8cc1e39ad3.png} +0 -0
- data/{testing-with-2.1.18/app/assets/images/admin/slice-icon-orange.png → installer/core/public/assets/admin/slice-icon-orange-7cdaf53dd3ec3822fe4d7e266766d2527d7f0e95fad681b3b38e000c80eca26f.png} +0 -0
- data/{testing-with-2.1.18/app/assets/images/admin/slice_white.png → installer/core/public/assets/admin/slice_white-3396dde6fa31d2140341e38bfe39044f9f087294373fb75c53b1284387e0ac88.png} +0 -0
- data/installer/core/public/assets/adminlte/dist/img/boxed-bg-5487391fa5db6155709522886beebc00fd7433ffb7ae5f63e585497cd5174ae5.jpg +0 -0
- data/{testing-with-2.1.18/app/assets/images/app/Cohete_nubes_new.png → installer/core/public/assets/app/Cohete_nubes_new-6222ad8e7c653f9216519a7ae99e072e38d6b7435a397648d9beb10678e11f40.png} +0 -0
- data/{testing-with-2.1.18/app/assets/images/app/Home_Keppler.png → installer/core/public/assets/app/Home_Keppler-2f69e6ff6073f785b8253e9fc23dfd06b210881bb611bdb8915c2d07993b90f6.png} +0 -0
- data/{testing-with-2.1.18/app/assets/images/app/Home_Keppler2.png → installer/core/public/assets/app/Home_Keppler2-09a96f8ea6f6ed972ce18747f308d02859c6bb076ab62812e2857389df8f3fab.png} +0 -0
- data/installer/core/public/assets/app/application-168cc167d8c7a14d11da39286d8f0fe13d50a6675e7da90a99ecad8abc962530.css +17575 -0
- data/installer/core/public/assets/app/application-168cc167d8c7a14d11da39286d8f0fe13d50a6675e7da90a99ecad8abc962530.css.gz +0 -0
- data/installer/core/public/assets/app/application-7feb58fe1bdf49525dc81b13cefa58ede1b6878f950febf6cf36cd51ff988445.js +19866 -0
- data/installer/core/public/assets/app/application-7feb58fe1bdf49525dc81b13cefa58ede1b6878f950febf6cf36cd51ff988445.js.gz +0 -0
- data/{testing-with-2.1.18/app/assets/images/app/fondo.svg → installer/core/public/assets/app/fondo-0cace9dce98e106c6911a3eda205eba6a535965900043d7b803a9d178ea28c08.svg} +0 -0
- data/installer/core/public/assets/app/fondo-0cace9dce98e106c6911a3eda205eba6a535965900043d7b803a9d178ea28c08.svg.gz +0 -0
- data/{testing-with-2.1.18/app/assets/images/app/keppler-front.png → installer/core/public/assets/app/keppler-front-a4b24e51b3249bc6cc06f3fd4b17cab6af17018629ec1110b14f6f769749a78e.png} +0 -0
- data/{testing-with-2.1.18/app/assets/images/app/slice.png → installer/core/public/assets/app/slice-fdba819c5f7aac1c10620c1c7d8e1e9bae109765ff1e0cabce2f57400b6169bf.png} +0 -0
- data/{testing-with-2.1.18/app/assets/images/app/slice-front.png → installer/core/public/assets/app/slice-front-366ab15723861e1b74139461053806b21c5d6e9d5f52baa24fd399fdbea23d70.png} +0 -0
- data/installer/core/public/assets/bootstrap/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot +0 -0
- data/installer/core/public/assets/bootstrap/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot.gz +0 -0
- data/installer/core/public/assets/bootstrap/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg +288 -0
- data/installer/core/public/assets/bootstrap/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg.gz +0 -0
- data/installer/core/public/assets/bootstrap/glyphicons-halflings-regular-a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742.woff +0 -0
- data/installer/core/public/assets/bootstrap/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf +0 -0
- data/installer/core/public/assets/bootstrap/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf.gz +0 -0
- data/installer/core/public/assets/bootstrap/glyphicons-halflings-regular-fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c.woff2 +0 -0
- data/installer/core/public/assets/ckeditor/adapters/jquery-1bc59ef62f52859422f96a481de8476c38bbecff7aa6301fc6732261f659bcd2.js +11 -0
- data/installer/core/public/assets/ckeditor/adapters/jquery-1bc59ef62f52859422f96a481de8476c38bbecff7aa6301fc6732261f659bcd2.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/adapters/jquery.js +11 -0
- data/installer/core/public/assets/ckeditor/adapters/jquery.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/application-42636d4067159a70cb5dd3c8f994ed4ed06ea1914f40348f715fd344ac1f5c30.css +225 -0
- data/installer/core/public/assets/ckeditor/application-42636d4067159a70cb5dd3c8f994ed4ed06ea1914f40348f715fd344ac1f5c30.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/application-56a1c7231485c7ea14ed14a767c7fc8d7cfc133308e31300f9751430a78dec38.js +2221 -0
- data/installer/core/public/assets/ckeditor/application-56a1c7231485c7ea14ed14a767c7fc8d7cfc133308e31300f9751430a78dec38.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/application.css +225 -0
- data/installer/core/public/assets/ckeditor/application.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/application.js +2221 -0
- data/installer/core/public/assets/ckeditor/application.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/ckeditor-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js +1185 -0
- data/installer/core/public/assets/ckeditor/ckeditor-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/ckeditor.js +1185 -0
- data/installer/core/public/assets/ckeditor/ckeditor.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/config-6728244dac0c5efcd52dd3415680536b746da4ebc863f0d7322891e465c36303.js +131 -0
- data/installer/core/public/assets/ckeditor/config-6728244dac0c5efcd52dd3415680536b746da4ebc863f0d7322891e465c36303.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/config.js +131 -0
- data/installer/core/public/assets/ckeditor/config.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/contents-2f984ad78c3fcc0586386f0850c78bc6a6e6e9c6aac695464eb1a3f04eaebe6f.css +209 -0
- data/installer/core/public/assets/ckeditor/contents-2f984ad78c3fcc0586386f0850c78bc6a6e6e9c6aac695464eb1a3f04eaebe6f.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/contents.css +209 -0
- data/installer/core/public/assets/ckeditor/contents.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/filebrowser/gal_add-e97dc0969bf9a7b88d048bcc2e4eb28a2f9ae75763e7076b4c68ee2e7de3ea05.png +0 -0
- data/installer/core/public/assets/ckeditor/filebrowser/gal_add.png +0 -0
- data/installer/core/public/assets/ckeditor/filebrowser/gal_del-5103ec7de60473f8c5bafa0208257dca3a993edb783a766666edbc606fd6c531.png +0 -0
- data/installer/core/public/assets/ckeditor/filebrowser/gal_del.png +0 -0
- data/installer/core/public/assets/ckeditor/filebrowser/gal_more-93d8887361f4dd7f757c20a186a2dae6e5cc6698da238814eacbff7b19a43f51.gif +0 -0
- data/installer/core/public/assets/ckeditor/filebrowser/gal_more.gif +0 -0
- data/installer/core/public/assets/ckeditor/filebrowser/javascripts/application-6eb1266221a129c66ba8976527279e7539746e3c5f6b1af3faf7b5a9d013d4e4.js +230 -0
- data/installer/core/public/assets/ckeditor/filebrowser/javascripts/application-6eb1266221a129c66ba8976527279e7539746e3c5f6b1af3faf7b5a9d013d4e4.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/filebrowser/javascripts/application.js +230 -0
- data/installer/core/public/assets/ckeditor/filebrowser/javascripts/application.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/filebrowser/preloader-3799a3e41d7787a31dac5796ebccc242951da2f2b57eb088326ab3bffe15056a.gif +0 -0
- data/installer/core/public/assets/ckeditor/filebrowser/preloader.gif +0 -0
- data/installer/core/public/assets/ckeditor/init-08a73ffab1aded8d16921075e0580e3cc58665718ea81934dda19cbffad54c85.js +1193 -0
- data/installer/core/public/assets/ckeditor/init-08a73ffab1aded8d16921075e0580e3cc58665718ea81934dda19cbffad54c85.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/init.js +1193 -0
- data/installer/core/public/assets/ckeditor/init.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/a11yhelp/dialogs/a11yhelp-d2d45b8c2f3c6c181ac56ba1634ace1359a5c95ee916124a8a25b085b7959265.js +11 -0
- data/installer/core/public/assets/ckeditor/plugins/a11yhelp/dialogs/a11yhelp-d2d45b8c2f3c6c181ac56ba1634ace1359a5c95ee916124a8a25b085b7959265.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +11 -0
- data/installer/core/public/assets/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/about/dialogs/about-2bdd60f2936ccd80435dc740622f8cc5bee4363ceb8f6c103e46d596d21ef6d0.js +9 -0
- data/installer/core/public/assets/ckeditor/plugins/about/dialogs/about-2bdd60f2936ccd80435dc740622f8cc5bee4363ceb8f6c103e46d596d21ef6d0.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/about/dialogs/about.js +9 -0
- data/installer/core/public/assets/ckeditor/plugins/about/dialogs/about.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor-227a0aade8e648c3ab3977ce9e66b9491baa9aa7376082c652fdb76230adffdd.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/about/dialogs/logo_ckeditor-954605bb634dae9f4d15ca33057d86eb62e34ae3bc57dfd5877b6d3356067413.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/about/dialogs/logo_ckeditor.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/colordialog/dialogs/colordialog-1b0cfd23c7a4ee7ea1d35cda8d1ca84b06fffcde7b0d1da676d02af65c1a4e06.css +21 -0
- data/installer/core/public/assets/ckeditor/plugins/colordialog/dialogs/colordialog-1b0cfd23c7a4ee7ea1d35cda8d1ca84b06fffcde7b0d1da676d02af65c1a4e06.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/colordialog/dialogs/colordialog-e44136d492cbbfbb392ac90a85baa6e0cc18c328a285d05212e8dadccb0babaf.js +15 -0
- data/installer/core/public/assets/ckeditor/plugins/colordialog/dialogs/colordialog-e44136d492cbbfbb392ac90a85baa6e0cc18c328a285d05212e8dadccb0babaf.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/colordialog/dialogs/colordialog.css +21 -0
- data/installer/core/public/assets/ckeditor/plugins/colordialog/dialogs/colordialog.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/colordialog/dialogs/colordialog.js +15 -0
- data/installer/core/public/assets/ckeditor/plugins/colordialog/dialogs/colordialog.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/copyformatting/styles/copyformatting-ac599201edee5f6b9414f171c626d6aa70650a5795b31d95d12d31265f6304be.css +46 -0
- data/installer/core/public/assets/ckeditor/plugins/copyformatting/styles/copyformatting-ac599201edee5f6b9414f171c626d6aa70650a5795b31d95d12d31265f6304be.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/copyformatting/styles/copyformatting.css +46 -0
- data/installer/core/public/assets/ckeditor/plugins/copyformatting/styles/copyformatting.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/dialog/dialogDefinition-9ed0fdac536bfa3fa926464f908080b7fd109c847998a496fa5d930b2d05104a.js +6 -0
- data/installer/core/public/assets/ckeditor/plugins/dialog/dialogDefinition-9ed0fdac536bfa3fa926464f908080b7fd109c847998a496fa5d930b2d05104a.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/dialog/dialogDefinition.js +6 -0
- data/installer/core/public/assets/ckeditor/plugins/dialog/dialogDefinition.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/div/dialogs/div-a39822a3b267ec2ea02d7b23b134682ec663c6e3051fb0a13333577b81e3db6f.js +9 -0
- data/installer/core/public/assets/ckeditor/plugins/div/dialogs/div-a39822a3b267ec2ea02d7b23b134682ec663c6e3051fb0a13333577b81e3db6f.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/div/dialogs/div.js +9 -0
- data/installer/core/public/assets/ckeditor/plugins/div/dialogs/div.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/find/dialogs/find-b0230f4d5a23db0546f7c786f5e6870c1d9d876765568eb94ebacbdb56a4c487.js +26 -0
- data/installer/core/public/assets/ckeditor/plugins/find/dialogs/find-b0230f4d5a23db0546f7c786f5e6870c1d9d876765568eb94ebacbdb56a4c487.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/find/dialogs/find.js +26 -0
- data/installer/core/public/assets/ckeditor/plugins/find/dialogs/find.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/flash/dialogs/flash-46239716a5ebaecdf30e3e5090799649eb83b04da46b43e65cb360532babe11a.js +25 -0
- data/installer/core/public/assets/ckeditor/plugins/flash/dialogs/flash-46239716a5ebaecdf30e3e5090799649eb83b04da46b43e65cb360532babe11a.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/flash/dialogs/flash.js +25 -0
- data/installer/core/public/assets/ckeditor/plugins/flash/dialogs/flash.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/flash/images/placeholder-3693431ff1695c9691d5b29bed1c2e30be843edb77bc45ef25effe3eb776a7d9.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/flash/images/placeholder.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/button-9581cee2c5ee9dba2e2616ac53d9dce7945360ad19133ff778be15df144cace0.js +9 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/button-9581cee2c5ee9dba2e2616ac53d9dce7945360ad19133ff778be15df144cace0.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/button.js +9 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/button.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/checkbox-0147ed57721bca0ee1aaf044bd3c1f499ccb40e8ec3fd07f0588e75485df3203.js +10 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/checkbox-0147ed57721bca0ee1aaf044bd3c1f499ccb40e8ec3fd07f0588e75485df3203.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/checkbox.js +10 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/checkbox.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/form-0e934aa82a0bbc58ae59a095fe6567c81117d677d83d3b6eaa89dbfc2ac9f6aa.js +9 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/form-0e934aa82a0bbc58ae59a095fe6567c81117d677d83d3b6eaa89dbfc2ac9f6aa.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/form.js +9 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/form.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/hiddenfield-9ff5458874521e288a588e929811578a4158e0fe6b01a1125cc57451ea271c80.js +8 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/hiddenfield-9ff5458874521e288a588e929811578a4158e0fe6b01a1125cc57451ea271c80.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/hiddenfield.js +8 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/hiddenfield.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/radio-3fcb2e4bb22edd35f3d96b9de1be6e765ede73a84ab5a09e678c51b714fac982.js +10 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/radio-3fcb2e4bb22edd35f3d96b9de1be6e765ede73a84ab5a09e678c51b714fac982.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/radio.js +10 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/radio.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/select-51f77cb58f50119b7b267838d07edd5d4a65a65a6b68c4fa42eca9656879b38b.js +21 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/select-51f77cb58f50119b7b267838d07edd5d4a65a65a6b68c4fa42eca9656879b38b.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/select.js +21 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/select.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/textarea-03c78985cc9239c079ed579a0dfe380d0ad4d33d71561a9cb4a19bc2fe807455.js +9 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/textarea-03c78985cc9239c079ed579a0dfe380d0ad4d33d71561a9cb4a19bc2fe807455.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/textarea.js +9 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/textarea.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/textfield-0a8d256c89b72b596af1bbdfe7deafa9ea59909f157e6e9fc01808191423900a.js +12 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/textfield-0a8d256c89b72b596af1bbdfe7deafa9ea59909f157e6e9fc01808191423900a.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/textfield.js +12 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/dialogs/textfield.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/images/hiddenfield-2314846c5b4071dec60aaa00f5a1bb10496adcfc1f084eb84a76ff2280b00aee.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/forms/images/hiddenfield.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/icons-af6217b63920631c6dd9914678b77fdd11a6e04a2dd72fe154015f52d646476e.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/icons.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/icons_hidpi-be1786d2965715aa5c3d777a477d1f295a634dcf93128b57b46718c5518e82bd.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/icons_hidpi.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/iframe/dialogs/iframe-6769eb441c58bb1ce49b56ca8051ae0bc0472f6b51292d87a872ded0ee2d7aff.js +11 -0
- data/installer/core/public/assets/ckeditor/plugins/iframe/dialogs/iframe-6769eb441c58bb1ce49b56ca8051ae0bc0472f6b51292d87a872ded0ee2d7aff.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/iframe/dialogs/iframe.js +11 -0
- data/installer/core/public/assets/ckeditor/plugins/iframe/dialogs/iframe.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/iframe/images/placeholder-992092e4bcca197097e9fe917441f710b8ef07b9450705ecd514eb8789384d76.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/iframe/images/placeholder.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/image/dialogs/image-701dfe8cd31d930125d5992f3c3e48525d2cf02f8260c898aef60aa03dbc309b.js +45 -0
- data/installer/core/public/assets/ckeditor/plugins/image/dialogs/image-701dfe8cd31d930125d5992f3c3e48525d2cf02f8260c898aef60aa03dbc309b.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/image/dialogs/image.js +45 -0
- data/installer/core/public/assets/ckeditor/plugins/image/dialogs/image.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/image/images/noimage-bd8c0e93d7bc89b0c36085672424fe2f698dac0e680a1b278f00a152579f2a93.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/image/images/noimage.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/link/dialogs/anchor-8a72aeec75103ff7c347c2667da52dc7d1a7885be7c2703dae714d643901bc93.js +9 -0
- data/installer/core/public/assets/ckeditor/plugins/link/dialogs/anchor-8a72aeec75103ff7c347c2667da52dc7d1a7885be7c2703dae714d643901bc93.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/link/dialogs/anchor.js +9 -0
- data/installer/core/public/assets/ckeditor/plugins/link/dialogs/anchor.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/link/dialogs/link-4a63a2521e2df045d7ce9b3cd6c3950124503dfe550153275b53eb5cab2b2857.js +29 -0
- data/installer/core/public/assets/ckeditor/plugins/link/dialogs/link-4a63a2521e2df045d7ce9b3cd6c3950124503dfe550153275b53eb5cab2b2857.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/link/dialogs/link.js +29 -0
- data/installer/core/public/assets/ckeditor/plugins/link/dialogs/link.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/link/images/anchor-cddc8927dfdd672d655b96b551ba1ad1599c5f13d13deb2b09a28b54c853a25c.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/link/images/anchor.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/link/images/hidpi/anchor-b5b952c9dbf47ff88b4904b99cf673cf6ec94cd65f4c66b55eaea5dbb911f4db.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/link/images/hidpi/anchor.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/liststyle/dialogs/liststyle-3ea7426e423ac3a17f484b67e9d06c488676c3184e859ff3358b8b6a02cd2f10.js +11 -0
- data/installer/core/public/assets/ckeditor/plugins/liststyle/dialogs/liststyle-3ea7426e423ac3a17f484b67e9d06c488676c3184e859ff3358b8b6a02cd2f10.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/liststyle/dialogs/liststyle.js +11 -0
- data/installer/core/public/assets/ckeditor/plugins/liststyle/dialogs/liststyle.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/magicline/images/hidpi/icon-92dfb414e7a31e632288097db347e272ecfd001f9825423a16c623dcaeb968b8.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/magicline/images/hidpi/icon-rtl-4046986f6904328c9d470b44c95f1f50ef82d9e470915ea471e1f4dcc0f06618.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/magicline/images/hidpi/icon.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/magicline/images/icon-db2f77571f3e9cb69096a5da21af65b0eacf5eaef08492bb831999504a3e115a.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/magicline/images/icon-rtl-9510f6245b266712f0ec4159e5fc5a97e1ad5c667e65b7fb97c5d1f20cfd7ba5.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/magicline/images/icon-rtl.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/magicline/images/icon.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/pagebreak/images/pagebreak-5db8cbdaf997d012baa522bb75816a70c9ca15017fc170d63392b74958198846.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/pagebreak/images/pagebreak.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/pastefromword/filter/default-553673a5f77556fe9dcea80c6c9773b770f23f93f5a2bce2b08248f2229e7384.js +53 -0
- data/installer/core/public/assets/ckeditor/plugins/pastefromword/filter/default-553673a5f77556fe9dcea80c6c9773b770f23f93f5a2bce2b08248f2229e7384.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/pastefromword/filter/default.js +53 -0
- data/installer/core/public/assets/ckeditor/plugins/pastefromword/filter/default.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/preview/preview-9dd8bdcb9cdf799986eca2803b6a463e05eee76007a8d81d97116876ea0f6685.html +13 -0
- data/installer/core/public/assets/ckeditor/plugins/preview/preview-9dd8bdcb9cdf799986eca2803b6a463e05eee76007a8d81d97116876ea0f6685.html.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/preview/preview.html +13 -0
- data/installer/core/public/assets/ckeditor/plugins/preview/preview.html.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/dialogs/dialog-75e0679953e586ffac55af12700c15b9a4b7d49765103c16fd8943c24162bf0c.css +23 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/dialogs/dialog-75e0679953e586ffac55af12700c15b9a4b7d49765103c16fd8943c24162bf0c.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/dialogs/dialog.css +23 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/dialogs/dialog.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/dialogs/options-9a2090b658e9048617ef46bda16cd14009c4f51cc427babbabddb75aadc4c50a.js +32 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/dialogs/options-9a2090b658e9048617ef46bda16cd14009c4f51cc427babbabddb75aadc4c50a.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/dialogs/options.js +32 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/dialogs/options.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/dialogs/toolbar-e66191abbfc4b5e5e6291bf4d4cacb4e074bb8d94457ff5384b3f18e72195a2c.css +71 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/dialogs/toolbar-e66191abbfc4b5e5e6291bf4d4cacb4e074bb8d94457ff5384b3f18e72195a2c.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/dialogs/toolbar.css +71 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/dialogs/toolbar.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/skins/moono-lisa/scayt-94465f8a7abf4da8295e0fa93a60eba1287830dfc41e3698fb3d20091b95d58c.css +25 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/skins/moono-lisa/scayt-94465f8a7abf4da8295e0fa93a60eba1287830dfc41e3698fb3d20091b95d58c.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/skins/moono-lisa/scayt.css +25 -0
- data/installer/core/public/assets/ckeditor/plugins/scayt/skins/moono-lisa/scayt.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_address-d896b164eb70e2a22f0521131188b185bb7e404d6e0a0d0f55d11d585d28caa3.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_address.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_blockquote-30d5929384e0a68850cd667f70779b8464b6f2b1bececf01526eda3e2b191073.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_blockquote.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_div-34ea88912f128e162de10370b7eadd91e7a0c07f8728693494c1479e95525f56.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_div.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_h1-40d4a2cd8e2737607867d95948972475ff478e0efaf510cbf17a52b511ef0fc3.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_h1.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_h2-6e3acd9cd6b16dcfce92ade07cb8a8d1929103f3a9a7dcd83c49cc52ec72cdea.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_h2.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_h3-3d26b01e2687763a9a00205d749fc9991de1a75f3f346a3dec473ce2141b693a.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_h3.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_h4-5c6807bb4bb7024c89b8364b5dd0f20ef1961e924db31fa338b39998b677a3f0.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_h4.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_h5-148c02c6a115c4d568604f72126dfe2e27ee8ca3a6a4a7d7ae72b2523e27db77.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_h5.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_h6-85384f22c9128004409679694aeb38ba858ca77fa0f85ef52a61b8f289191df5.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_h6.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_p-68e9e5a80bed810ad2bd0fc9273756fcdb7e7b940fa52cc19a38911ca50ee4f3.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_p.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_pre-4168bf89d34fac97391bffbd82339ee79125edf2c6d50c153f3fc30efbf536c8.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/showblocks/images/block_pre.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/dialogs/smiley-c7ccf0ced2d6ffd277f834016347e2ab35d9e4aa5c18716055895e56634f0da8.js +12 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/dialogs/smiley-c7ccf0ced2d6ffd277f834016347e2ab35d9e4aa5c18716055895e56634f0da8.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/dialogs/smiley.js +12 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/dialogs/smiley.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/angel_smile-7b227fc3a29cb0a99e105bbf5065c6086d744bfd8a79b1511bf43184aaf3a0b9.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/angel_smile-8e2aaced8635d70dff8eb5a269cb2ff071115b965cfea30f31275f3aea88529a.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/angel_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/angel_smile.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/angry_smile-aeb431608cf1496216f2c94995d7d568481e32e3cc075e45f12a66a303d2e29d.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/angry_smile-b4fc95418415fe8999f252649af9541c8f77234f57abc2cf8ee99abd56cc19e3.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/angry_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/angry_smile.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/broken_heart-4e8286aacd60df65e9995d8f2afaf4666fc0b0c3be935c441700b5e572e75c5a.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/broken_heart-7a2005c6a4ee561393b6bb9e37dd0a0080b837f2dc938b10ec7ae305a9681825.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/broken_heart.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/broken_heart.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/confused_smile-09953a3738bd6df32e93261f32aa9b8300a05fdd24445f501f55ac468659ef66.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/confused_smile-2de21fd594b102ab9ed8cd4e5b005c45c4e2ff34bf30e5dacea437a959162d6e.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/confused_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/confused_smile.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/cry_smile-7bd254c99e3ff1d1f3e1a832b1564f3e47f9cbdf54f3fca73a91525912ddb38e.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/cry_smile-a2d235ad7d007a6f80c920cbd5e85006a2a42c39e178691e29babe96a03e3d63.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/cry_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/cry_smile.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/devil_smile-2bc850da71b5f9b78a3ed26f03f08869a825e2b40d3e50e2442307361a39dc9f.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/devil_smile-d433e5ef97e9fe9c73b2e36f1a9be76171fa1f4d2464789a1fe440387495dd6c.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/devil_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/devil_smile.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/embaressed_smile-d185a4f35865a517a60dce3cdf73bf92a800d1f7a3a2fabdbded4625b465678d.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/embaressed_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/embarrassed_smile-ce9a77bf015b4c90b27312f4214684460fde4d2d805d44ddc1871082334d3432.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/embarrassed_smile-d185a4f35865a517a60dce3cdf73bf92a800d1f7a3a2fabdbded4625b465678d.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/embarrassed_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/embarrassed_smile.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/envelope-0f1546e9abb9b5bc1cf37b2da74606800cb12b64f001553e7fb5ade49df4d29c.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/envelope-489cf811c9835fef32e06696e3893093f9cda5520b5eac65855bb00fa13e804b.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/envelope.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/envelope.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/heart-4cf4c3ab6c1b894d721b59b2acb0686c832bab5bb03192471ac6548a4bddf92b.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/heart-fd3b59c7dd52b24ee0614169ff7a06ce1b2a6d49fa7098aecbb9f7c4197107e7.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/heart.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/heart.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/kiss-21c801e1e6371e57bdba6ecb16609a627c75a4ec294f9580a03ff498c3099c66.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/kiss-f142944550a855cb698db1d35723e56ce063c8a6a8088a5dfbe99c62b9a00856.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/kiss.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/kiss.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/lightbulb-98347f12145eb2987104a5e04bb78ce8f2a154a1347e422f66327d0def3fc75d.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/lightbulb-ac296632601de086f7aff2c97cbc123dd6a589a2031d1524a28d6222fb005668.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/lightbulb.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/lightbulb.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/omg_smile-628c7bb0d4386f901c2690e5a9ad90ee3e9252ef49a7a708f672b9cbb81aa43b.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/omg_smile-a4ebdb8d59ff587b38a762fa4c97ab7a5fd585d7b0722bb503884f8961e45917.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/omg_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/omg_smile.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/regular_smile-7eb86259f47ef5faf89ccbb9648ba0e93d4e9c48588509048f97156634aac3fb.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/regular_smile-8d3049e853d5fab5e1de160f471649edb6b0d9ffbf791d390d1c2152838ad2c3.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/regular_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/regular_smile.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/sad_smile-34b38077abd9f18ecaad2fa65b3158d61465462875592c4ba62b9a12bf154caf.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/sad_smile-aa4692a6fdec3f45f0eb55243c3371e01bab3fc04d61715b6a9171e70b72e257.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/sad_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/sad_smile.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/shades_smile-8af43d1ee5729b8f6e14f831a63fa64430ad54be488c7a57e0da0f45789bc64d.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/shades_smile-9fd924ea50cb2915ce2863ac5576409b37d9ba9cc7b33832ad3e3b963b2df02c.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/shades_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/shades_smile.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/teeth_smile-ab4d093812a347b70126ac79e0cfc16cae45c1d32fd4437da99b2ea22311c0d6.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/teeth_smile-b1f571f9a46641a3cfb78e3319faa37dcb685bc69ed45dfbea3e1e1fd3b71b1f.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/teeth_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/teeth_smile.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/thumbs_down-571de749810a2b8c5ee078a30be1c872eefb933c5e2a8c33ded5b304787e7ebe.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/thumbs_down-ec8d8c4a49a38597888bee7971c49b25355d1b8ae59a1c6d224608ee7112055d.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/thumbs_down.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/thumbs_down.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/thumbs_up-26ac57c9f26ec725511c7c97a9e0e005aa46710311033eb3f5f23ba355f80cc7.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/thumbs_up-b6359e23c088a020df03ab8e0cd7a5046a3954736426c3cf8370210afc1496cb.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/thumbs_up.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/thumbs_up.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/tongue_smile-9c9ad82d7fdf34d3aef1c92ec4001146348bd4405c9b9252e21047c12a30b5d3.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/tongue_smile-e638c648ca78900b2c8f82156604dd8b46ed0cdaef4095e09277583e6f730e3e.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/tongue_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/tongue_smile.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/tounge_smile-e638c648ca78900b2c8f82156604dd8b46ed0cdaef4095e09277583e6f730e3e.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/tounge_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/whatchutalkingabout_smile-305e959c2c304a31a052a60ac972df52fdb7819945a10a3a1a1f1a7ee5fecf57.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/whatchutalkingabout_smile-e2a8446ea58800515e9e27a49e56518a8b05597df32b2a10d998f6380f293f2b.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/wink_smile-3ec65841e54db291aa0335c7c2083451f7cb92062744ed8831e08e9660d45ec3.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/wink_smile-95de89ce230bc6cbdb5d7881bf9f646e1a0935ca59e5a1ba43526637e1af3d6a.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/wink_smile.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/smiley/images/wink_smile.png +0 -0
- data/installer/core/public/assets/ckeditor/plugins/specialchar/dialogs/specialchar-5b811b917affecbd45c75c2563627f3204f4958e99fdfeef387ce3c98b61adc0.js +15 -0
- data/installer/core/public/assets/ckeditor/plugins/specialchar/dialogs/specialchar-5b811b917affecbd45c75c2563627f3204f4958e99fdfeef387ce3c98b61adc0.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/specialchar/dialogs/specialchar.js +15 -0
- data/installer/core/public/assets/ckeditor/plugins/specialchar/dialogs/specialchar.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/table/dialogs/table-f41e0d83975bd104aff05dbb326fc62a31e1cef27d7abc0046f9e3e1489d3593.js +22 -0
- data/installer/core/public/assets/ckeditor/plugins/table/dialogs/table-f41e0d83975bd104aff05dbb326fc62a31e1cef27d7abc0046f9e3e1489d3593.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/table/dialogs/table.js +22 -0
- data/installer/core/public/assets/ckeditor/plugins/table/dialogs/table.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/tableselection/styles/tableselection-9792b2b1cd17c57ba2adc876d7e2c2bcb474f5876bb18c07fbd757970f8765d7.css +32 -0
- data/installer/core/public/assets/ckeditor/plugins/tableselection/styles/tableselection-9792b2b1cd17c57ba2adc876d7e2c2bcb474f5876bb18c07fbd757970f8765d7.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/tableselection/styles/tableselection.css +32 -0
- data/installer/core/public/assets/ckeditor/plugins/tableselection/styles/tableselection.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/tabletools/dialogs/tableCell-c3bfee31e5a4a1cf6af2b49e3a9570d528d1e4872dcb74b9504419fadba32fbf.js +18 -0
- data/installer/core/public/assets/ckeditor/plugins/tabletools/dialogs/tableCell-c3bfee31e5a4a1cf6af2b49e3a9570d528d1e4872dcb74b9504419fadba32fbf.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/tabletools/dialogs/tableCell.js +18 -0
- data/installer/core/public/assets/ckeditor/plugins/tabletools/dialogs/tableCell.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/dialogs/templates-1ef0039fb16321fd4389611090d375cf5f53ec651054b494d1182521413d44e5.js +11 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/dialogs/templates-1ef0039fb16321fd4389611090d375cf5f53ec651054b494d1182521413d44e5.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/dialogs/templates-f6ec2ac3c08326b52ae312f0262d4503118dae4d2d8778f85bf20ff2497ea089.css +85 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/dialogs/templates-f6ec2ac3c08326b52ae312f0262d4503118dae4d2d8778f85bf20ff2497ea089.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/dialogs/templates.css +85 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/dialogs/templates.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/dialogs/templates.js +11 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/dialogs/templates.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/templates/default-5700a967e02c2de4bb41ded64f8db4d87bd73c4a4441e6e0d04e0941b3b2e6d1.js +8 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/templates/default-5700a967e02c2de4bb41ded64f8db4d87bd73c4a4441e6e0d04e0941b3b2e6d1.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/templates/default.js +8 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/templates/default.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/templates/images/template1-0e5b3ea58bdf1ccf7f8aa1d50c86e03832d0e89056f266b1e938e4872f298a1b.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/templates/images/template1.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/templates/images/template2-3f7cea1cac236e2732feb9eb9f7e5e70bb4b05eced144fc90ebbbce9856c1ddf.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/templates/images/template2.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/templates/images/template3-91987500818e6fa63f868eea61db15178180a11ef09eebd87a295722590efe05.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/templates/templates/images/template3.gif +0 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/ciframe-bbc1f85ed681f80c12a29fc6e390fe3259fc127faadd7a1ab87cc6acf13705f3.html +66 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/ciframe-bbc1f85ed681f80c12a29fc6e390fe3259fc127faadd7a1ab87cc6acf13705f3.html.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/ciframe.html +66 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/ciframe.html.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/tmpFrameset-8edad96824ed6e6687bc150fc92ba749e0cd55c4f4de53434568e2ece1e2b999.html +52 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/tmpFrameset-8edad96824ed6e6687bc150fc92ba749e0cd55c4f4de53434568e2ece1e2b999.html.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +52 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/tmpFrameset.html.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/wsc-43418d6b5efe142c0ea4e864a56974f317d2cac650defd437703587ef2bf83d4.js +93 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/wsc-43418d6b5efe142c0ea4e864a56974f317d2cac650defd437703587ef2bf83d4.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/wsc-e31787ec9d2b04cbd4a6183923949e0dfda6a3bf104656c1f344c71fdfa4875c.css +83 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/wsc-e31787ec9d2b04cbd4a6183923949e0dfda6a3bf104656c1f344c71fdfa4875c.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/wsc.css +83 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/wsc.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/wsc.js +93 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/wsc.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/wsc_ie-dba8afec87a67f0e0a39f3882c952d25e228b6228d0be03f157be65e1e272167.js +12 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/wsc_ie-dba8afec87a67f0e0a39f3882c952d25e228b6228d0be03f157be65e1e272167.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/wsc_ie.js +12 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/dialogs/wsc_ie.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/skins/moono-lisa/wsc-a0fc7fe1ba275090a93038c52950ddb538963b336f0009f4c6efd1722717404f.css +43 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/skins/moono-lisa/wsc-a0fc7fe1ba275090a93038c52950ddb538963b336f0009f4c6efd1722717404f.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/skins/moono-lisa/wsc.css +43 -0
- data/installer/core/public/assets/ckeditor/plugins/wsc/skins/moono-lisa/wsc.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog-7d4bb724b744f9985fe8fe77929477041cbb2b9b32933fd6377599e2b6fecefb.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog-7d4bb724b744f9985fe8fe77929477041cbb2b9b32933fd6377599e2b6fecefb.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog_ie-eb563326b8654de4304b0d42250b1a8aef0d8ebeda3190b3dbd4d14e287b5d7a.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog_ie-eb563326b8654de4304b0d42250b1a8aef0d8ebeda3190b3dbd4d14e287b5d7a.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog_ie.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog_ie.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog_ie8-2d4df01d6ffaf95a014c2e7a84f4a1c4282e389256b2a46baf78c03e6a48b8d4.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog_ie8-2d4df01d6ffaf95a014c2e7a84f4a1c4282e389256b2a46baf78c03e6a48b8d4.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog_ie8.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog_ie8.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog_iequirks-56c1ac096674ca2ffa96415f097d6e811c0fcd18d26249d3551341c353e4d5f6.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog_iequirks-56c1ac096674ca2ffa96415f097d6e811c0fcd18d26249d3551341c353e4d5f6.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog_iequirks.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/dialog_iequirks.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor-a642f516332c0923ce5b04aef2b8ae2f0deb7baf7964f88c72fd2ebb919ca946.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor-a642f516332c0923ce5b04aef2b8ae2f0deb7baf7964f88c72fd2ebb919ca946.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_gecko-f55d1d265c00d459a9d53b74e6683dae3f6246b1e664532fb9efe2b8aec9d83a.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_gecko-f55d1d265c00d459a9d53b74e6683dae3f6246b1e664532fb9efe2b8aec9d83a.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_gecko.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_gecko.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_ie-87bccbf693180cf4489c2c7a89ee6dba186a9f87d8b40944c1cb8263666384b6.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_ie-87bccbf693180cf4489c2c7a89ee6dba186a9f87d8b40944c1cb8263666384b6.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_ie.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_ie.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_ie8-724e651f2ca9cb5f5c10f6735053214218fc93bf29b530c7915aa071f354df8f.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_ie8-724e651f2ca9cb5f5c10f6735053214218fc93bf29b530c7915aa071f354df8f.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_ie8.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_ie8.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_iequirks-fa8825aeccb20dd5c1779a1fc12f536d2e07d8973ee8d238d30c47f245ae751d.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_iequirks-fa8825aeccb20dd5c1779a1fc12f536d2e07d8973ee8d238d30c47f245ae751d.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_iequirks.css +6 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/editor_iequirks.css.gz +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/icons-af6217b63920631c6dd9914678b77fdd11a6e04a2dd72fe154015f52d646476e.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/icons.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/icons_hidpi-be1786d2965715aa5c3d777a477d1f295a634dcf93128b57b46718c5518e82bd.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/icons_hidpi.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/arrow-b2277bbb26fff842ebf687d4e0db0011c97ce2ad5150e20ebd63cd15a2c9550b.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/arrow.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/close-0d5aab99d91cdf9451203c690d1b681efac0e247873137c2e4b254f5eaed0250.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/close.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/hidpi/close-31ca8328e53f548322e8d6cb9b889e1fe6d918e3f944910b905a3c3a9b97f616.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/hidpi/close.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/hidpi/lock-590115a32954f2bf27bdad510aa986ab4790616b3838ed840d36707c37d2e549.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/hidpi/lock-open-0f89da48392084c2b92f1184b20cd15a82b00f76369619827f0c256e4d064a84.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/hidpi/lock-open.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/hidpi/lock.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/hidpi/refresh-0afa815ccda8e98ab0c53b7f84405e7af5926a2f674f294ab7e0636eab8d59bc.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/hidpi/refresh.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/lock-591538a3e1c27b0666fbea0e16e5fd35c37824711bf843bd42e692886cd34a87.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/lock-open-76f7cea49f5c9c3a33ebe05a241e5278530887fe7669529a04accf237ef491ae.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/lock-open.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/lock.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/refresh-908ab5420bc35b3dbb1408cba105349ba1f47334ca98be08d0607410353d033a.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/refresh.png +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/spinner-fe605d83531314abeaec1f47b43c86a4a48c86e3f332ad01b5a9ed2558b8b41f.gif +0 -0
- data/installer/core/public/assets/ckeditor/skins/moono-lisa/images/spinner.gif +0 -0
- data/installer/core/public/assets/ckeditor/styles-97df3adaaae4178d12a212fad062f011c569a42c836a1c558fc7d751a46f3fc4.js +137 -0
- data/installer/core/public/assets/ckeditor/styles-97df3adaaae4178d12a212fad062f011c569a42c836a1c558fc7d751a46f3fc4.js.gz +0 -0
- data/installer/core/public/assets/ckeditor/styles.js +137 -0
- data/installer/core/public/assets/ckeditor/styles.js.gz +0 -0
- data/installer/core/public/assets/errors/application-5bedab1af7243cbddbac6a3bfdb855848f031688fdf0f923ea0432fdc62b76f2.js +117 -0
- data/installer/core/public/assets/errors/application-5bedab1af7243cbddbac6a3bfdb855848f031688fdf0f923ea0432fdc62b76f2.js.gz +0 -0
- data/installer/core/public/assets/errors/application-b2440acdfe3667a77a6858d9dbc123740884b45cc4870f4ad52b831d16ffac97.css +187 -0
- data/installer/core/public/assets/errors/application-b2440acdfe3667a77a6858d9dbc123740884b45cc4870f4ad52b831d16ffac97.css.gz +0 -0
- data/installer/core/public/assets/font-awesome/fa-brands-400-15fe80489bf95e94ba22be4084a11dcf5ff3c631fa8ded2051c0f99f08895f52.svg +1011 -0
- data/installer/core/public/assets/font-awesome/fa-brands-400-15fe80489bf95e94ba22be4084a11dcf5ff3c631fa8ded2051c0f99f08895f52.svg.gz +0 -0
- data/installer/core/public/assets/font-awesome/fa-brands-400-8c507886294992429a98e9382dd1557ef1e7d4a45d6a7bbffa9771e839190c23.ttf +0 -0
- data/installer/core/public/assets/font-awesome/fa-brands-400-8c507886294992429a98e9382dd1557ef1e7d4a45d6a7bbffa9771e839190c23.ttf.gz +0 -0
- data/installer/core/public/assets/font-awesome/fa-brands-400-9ae2326c389ddbc93a2636b121456333152931549bd5bd16a5cd2ee24e601c16.woff2 +0 -0
- data/installer/core/public/assets/font-awesome/fa-brands-400-a25479bdac618c6b4f32a3f60bedee6b4fe759db1500c790eab5f94fdeb59f92.woff +0 -0
- data/installer/core/public/assets/font-awesome/fa-brands-400-b9c345f4fa1349aea117ed753492783a632513f2dd75dc86942cfbc630c84d05.eot +0 -0
- data/installer/core/public/assets/font-awesome/fa-brands-400-b9c345f4fa1349aea117ed753492783a632513f2dd75dc86942cfbc630c84d05.eot.gz +0 -0
- data/installer/core/public/assets/font-awesome/fa-regular-400-33a8657a09af038500733bdaf969d8928b48475f26020cc35ca7193a53fcbedc.eot +0 -0
- data/installer/core/public/assets/font-awesome/fa-regular-400-33a8657a09af038500733bdaf969d8928b48475f26020cc35ca7193a53fcbedc.eot.gz +0 -0
- data/installer/core/public/assets/font-awesome/fa-regular-400-75e64a952613e7f6cdc74628f8bf85206db9a75cc1926ffccb8f1caade2e4db7.svg +366 -0
- data/installer/core/public/assets/font-awesome/fa-regular-400-75e64a952613e7f6cdc74628f8bf85206db9a75cc1926ffccb8f1caade2e4db7.svg.gz +0 -0
- data/installer/core/public/assets/font-awesome/fa-regular-400-b2bb708d78f9ce7490251f676f8f8f6dadc7e8d7e4b3d1ab560a4c1130b0c460.woff2 +0 -0
- data/installer/core/public/assets/font-awesome/fa-regular-400-c25d1ee715f6ca69202404165aa0942709ff14d1bd99f9df5b124522d42077ef.ttf +0 -0
- data/installer/core/public/assets/font-awesome/fa-regular-400-c25d1ee715f6ca69202404165aa0942709ff14d1bd99f9df5b124522d42077ef.ttf.gz +0 -0
- data/installer/core/public/assets/font-awesome/fa-regular-400-e4d56ba6fcd7b99e7e83ee13aa2cecbf6391bc9965d18f43a13bec2957ecd851.woff +0 -0
- data/installer/core/public/assets/font-awesome/fa-solid-900-08f7874f8336b47e49d9719c38cea16cdea6362962f5001db3f2d0bb47332357.woff2 +0 -0
- data/installer/core/public/assets/font-awesome/fa-solid-900-31bb4aa00b5293474c3d74e67a316442a8de04a5331edb3e9e11349b7355fcec.eot +0 -0
- data/installer/core/public/assets/font-awesome/fa-solid-900-31bb4aa00b5293474c3d74e67a316442a8de04a5331edb3e9e11349b7355fcec.eot.gz +0 -0
- data/installer/core/public/assets/font-awesome/fa-solid-900-54997dacd19dcdad4bffdda880c9aa9268ef52281ab39fb0d17b7ba7618a49a6.svg +1644 -0
- data/installer/core/public/assets/font-awesome/fa-solid-900-54997dacd19dcdad4bffdda880c9aa9268ef52281ab39fb0d17b7ba7618a49a6.svg.gz +0 -0
- data/installer/core/public/assets/font-awesome/fa-solid-900-7cf25b1d45ac4436b575e86dcafdd37efc5faeab3bdad3144a9af3b7eae4b48f.ttf +0 -0
- data/installer/core/public/assets/font-awesome/fa-solid-900-7cf25b1d45ac4436b575e86dcafdd37efc5faeab3bdad3144a9af3b7eae4b48f.ttf.gz +0 -0
- data/installer/core/public/assets/font-awesome/fa-solid-900-e20ab4de8913d1e569c3016c5c5aecfd6589f2bff211c387f2d0422d9123ae2f.woff +0 -0
- data/installer/core/public/assets/keppler_capsules/admin/application-3e18899279f0f0db0ed087ef60a3133b36f7735f3e5bf09411c5099fe9551fcd.css +22 -0
- data/installer/core/public/assets/keppler_capsules/admin/application-3e18899279f0f0db0ed087ef60a3133b36f7735f3e5bf09411c5099fe9551fcd.css.gz +0 -0
- data/installer/core/public/assets/keppler_capsules/admin/application-f46080ad1616c7365ec458f0663ca9a285bb005dea3d10079f00e0298c6cd670.js +22 -0
- data/installer/core/public/assets/keppler_capsules/admin/application-f46080ad1616c7365ec458f0663ca9a285bb005dea3d10079f00e0298c6cd670.js.gz +0 -0
- data/installer/core/public/assets/keppler_frontend/admin/application-a59d5002b1a4c8a889da935c51f2679c69bdc2eb3b789d6c96de3f7db67ba730.css +485 -0
- data/installer/core/public/assets/keppler_frontend/admin/application-a59d5002b1a4c8a889da935c51f2679c69bdc2eb3b789d6c96de3f7db67ba730.css.gz +0 -0
- data/installer/core/public/assets/keppler_frontend/admin/application-e783e6e18f4436fdd1b29d1eae96cb33a54b2310f89735806c363c6213488493.js +885 -0
- data/installer/core/public/assets/keppler_frontend/admin/application-e783e6e18f4436fdd1b29d1eae96cb33a54b2310f89735806c363c6213488493.js.gz +0 -0
- data/installer/core/public/assets/keppler_frontend/app/application-6fc1d0e6a7d356107c213726b8f894c8df9332bf966899559aa863b5388748d3.js +34345 -0
- data/installer/core/public/assets/keppler_frontend/app/application-6fc1d0e6a7d356107c213726b8f894c8df9332bf966899559aa863b5388748d3.js.gz +0 -0
- data/installer/core/public/assets/keppler_frontend/app/application-e8573318eb1e34fe271f40b72d2c8b886c16853ee9af153bd6a986091a8e1dd2.css +352 -0
- data/installer/core/public/assets/keppler_frontend/app/application-e8573318eb1e34fe271f40b72d2c8b886c16853ee9af153bd6a986091a8e1dd2.css.gz +0 -0
- data/installer/core/public/assets/keppler_languages/application-789fd3d62d3ea0a804c0818f1e22d8dce8f2a330acd678b5803b078c1e58e59a.css +21 -0
- data/installer/core/public/assets/keppler_languages/application-789fd3d62d3ea0a804c0818f1e22d8dce8f2a330acd678b5803b078c1e58e59a.css.gz +0 -0
- data/installer/core/public/assets/keppler_languages/application-f4839ea4cb8c278f79995502e2945a4490245751bb22f01730596d1c585f5b5a.js +15 -0
- data/installer/core/public/assets/keppler_languages/application-f4839ea4cb8c278f79995502e2945a4490245751bb22f01730596d1c585f5b5a.js.gz +0 -0
- data/installer/core/public/assets/slick-06d80cf01250132fd1068701108453feee68854b750d22c344ffc0de395e1dcb.eot +0 -0
- data/installer/core/public/assets/slick-06d80cf01250132fd1068701108453feee68854b750d22c344ffc0de395e1dcb.eot.gz +0 -0
- data/installer/core/public/assets/slick-26726bac4060abb1226e6ceebc1336e84930fe7a7af1b3895a109d067f5b5dcc.woff +0 -0
- data/installer/core/public/assets/slick-37bc99cfdbbc046193a26396787374d00e7b10d3a758a36045c07bd8886360d2.ttf +0 -0
- data/installer/core/public/assets/slick-37bc99cfdbbc046193a26396787374d00e7b10d3a758a36045c07bd8886360d2.ttf.gz +0 -0
- data/installer/core/public/assets/slick-8ca11b5fcbff92ee6378017cf6832dddfa745253202d7c8d01f42d5d17c4cb5c.svg +14 -0
- data/installer/core/public/assets/slick-8ca11b5fcbff92ee6378017cf6832dddfa745253202d7c8d01f42d5d17c4cb5c.svg.gz +0 -0
- data/installer/core/public/assets/slick/ajax-loader-e7b44c86b050fca766a96ddac2d0932af0126da6f2305280342d909168dcce6b.gif +0 -0
- data/installer/core/rockets/keppler_capsules/app/controllers/keppler_capsules/application_controller.rb +1 -1
- data/installer/core/rockets/keppler_capsules/lib/generators/keppler_capsule_scaffold/templates/models/model.rb +2 -0
- data/installer/core/rockets/keppler_frontend/app/assets/stylesheets/keppler_frontend/admin/frontend.scss +68 -0
- data/installer/core/rockets/keppler_frontend/app/controllers/keppler_frontend/admin/multimedia_controller.rb +7 -7
- data/installer/core/rockets/keppler_frontend/app/controllers/keppler_frontend/admin/themes_controller.rb +0 -15
- data/installer/core/rockets/keppler_frontend/app/controllers/keppler_frontend/admin/views_controller.rb +49 -218
- data/installer/core/rockets/keppler_frontend/app/controllers/keppler_frontend/app/app_controller.rb +5 -0
- data/installer/core/rockets/keppler_frontend/app/controllers/keppler_frontend/app/frontend_controller.rb +0 -11
- data/installer/core/rockets/keppler_frontend/app/controllers/keppler_frontend/application_controller.rb +1 -1
- data/installer/core/rockets/keppler_frontend/app/controllers/keppler_frontend/concerns/services.rb +10 -2
- data/installer/core/rockets/keppler_frontend/app/models/keppler_frontend/theme.rb +12 -14
- data/installer/core/rockets/keppler_frontend/app/policies/keppler_frontend/theme_policy.rb +12 -4
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/editor/resources_format.rb +1 -1
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/urls/assets.rb +4 -0
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/views/add.rb +58 -0
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/views/remove.rb +51 -0
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/views/routes_handler.rb +45 -38
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/views/theme_views.rb +51 -0
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/views/views.rb +78 -0
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/_listing.html.haml +0 -3
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/index.html.haml +59 -57
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_new_view.html.haml +25 -0
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_select_theme.html.haml +32 -0
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_views_listing.html.haml +43 -0
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/generate.js.erb +7 -0
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml +47 -78
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/refresh.js.erb +1 -0
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/remove.js.erb +2 -0
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml +4 -1
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/app/partials/_devise_login.html.erb +1 -1
- data/installer/core/rockets/keppler_frontend/config/locales/en.yml +8 -0
- data/installer/core/rockets/keppler_frontend/config/locales/es.yml +8 -0
- data/installer/core/rockets/keppler_frontend/config/menu.yml +9 -24
- data/installer/core/rockets/keppler_frontend/config/routes.rb +8 -108
- data/installer/core/rockets/keppler_frontend/config/themes.yml +4 -4
- data/installer/core/rockets/keppler_frontend/lib/keppler_frontend/engine.rb +1 -1
- data/installer/core/rockets/keppler_ga_dashboard/app/controllers/keppler_ga_dashboard/admin/dashboard_controller.rb +7 -1
- data/installer/core/rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml +0 -1
- data/installer/core/rockets/keppler_languages/app/controllers/keppler_languages/application_controller.rb +1 -1
- data/installer/core/spec/controllers/admin/admin_controller_spec.rb +8 -1
- data/installer/core/spec/controllers/admin/settings_controller_spec.rb +34 -0
- data/installer/core/spec/routing/setting_spec.rb +12 -0
- data/installer/core/vendor/cache/html-to-haml-0.0.6.gem +0 -0
- data/installer/core/yarn.lock +4 -0
- data/keppler.gemspec +3 -3
- data/lib/keppler/version.rb +1 -1
- metadata +585 -15216
- data/installer/core/app/controllers/devise/sessions_controller.rb +0 -108
- data/installer/core/app/views/devise/sessions/new.html.haml +0 -35
- data/installer/core/db/migrate/20180717160308_create_keppler_frontend_views.keppler_frontend.rb +0 -17
- data/installer/core/db/migrate/20180806203410_create_keppler_frontend_partials.keppler_frontend.rb +0 -13
- data/installer/core/db/migrate/20180827120841_create_keppler_frontend_callback_functions.keppler_frontend.rb +0 -14
- data/installer/core/db/migrate/20180827154329_create_keppler_frontend_view_callbacks.keppler_frontend.rb +0 -12
- data/installer/core/db/migrate/20180830153221_create_keppler_frontend_functions.keppler_frontend.rb +0 -14
- data/installer/core/db/migrate/20180830153222_create_keppler_frontend_parameters.keppler_frontend.rb +0 -13
- data/installer/core/rockets/keppler_frontend/app/controllers/keppler_frontend/admin/callback_functions_controller.rb +0 -194
- data/installer/core/rockets/keppler_frontend/app/controllers/keppler_frontend/admin/functions_controller.rb +0 -205
- data/installer/core/rockets/keppler_frontend/app/controllers/keppler_frontend/admin/parameters_controller.rb +0 -165
- data/installer/core/rockets/keppler_frontend/app/controllers/keppler_frontend/admin/partials_controller.rb +0 -187
- data/installer/core/rockets/keppler_frontend/app/models/keppler_frontend/callback_function.rb +0 -52
- data/installer/core/rockets/keppler_frontend/app/models/keppler_frontend/function.rb +0 -59
- data/installer/core/rockets/keppler_frontend/app/models/keppler_frontend/parameter.rb +0 -43
- data/installer/core/rockets/keppler_frontend/app/models/keppler_frontend/partial.rb +0 -102
- data/installer/core/rockets/keppler_frontend/app/models/keppler_frontend/view.rb +0 -93
- data/installer/core/rockets/keppler_frontend/app/models/keppler_frontend/view_callback.rb +0 -29
- data/installer/core/rockets/keppler_frontend/app/policies/keppler_frontend/callback_function_policy.rb +0 -19
- data/installer/core/rockets/keppler_frontend/app/policies/keppler_frontend/function_policy.rb +0 -19
- data/installer/core/rockets/keppler_frontend/app/policies/keppler_frontend/parameter_policy.rb +0 -11
- data/installer/core/rockets/keppler_frontend/app/policies/keppler_frontend/partial_policy.rb +0 -16
- data/installer/core/rockets/keppler_frontend/app/policies/keppler_frontend/view_policy.rb +0 -39
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/callbacks/code_handler.rb +0 -115
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/callbacks/code_views.rb +0 -74
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/functions/code_handler.rb +0 -0
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/views/actions_handler.rb +0 -120
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/views/css_handler.rb +0 -60
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/views/html_handler.rb +0 -85
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/views/install.rb +0 -57
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/views/js_handler.rb +0 -67
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/views/output.rb +0 -49
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/views/remote_js_handler.rb +0 -60
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/views/save.rb +0 -25
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/views/uninstall.rb +0 -60
- data/installer/core/rockets/keppler_frontend/app/services/keppler_frontend/views/update.rb +0 -57
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml +0 -13
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_editor_views.html.haml +0 -45
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_form.html.haml +0 -31
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml +0 -48
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/edit.html.haml +0 -1
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml +0 -47
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml +0 -80
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml +0 -1
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/reload.js.haml +0 -5
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/show.html.haml +0 -33
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/_description.html.haml +0 -13
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/_form.html.haml +0 -51
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/_listing.html.haml +0 -45
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/_parameter_fields.html.haml +0 -5
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/_parameter_fields_edit.html.haml +0 -6
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/edit.html.haml +0 -1
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/editor.html.haml +0 -0
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/index.html.haml +0 -78
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/new.html.haml +0 -1
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/reload.js.haml +0 -5
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/show.html.haml +0 -65
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/parameters/_description.html.haml +0 -13
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/parameters/_form.html.haml +0 -31
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/parameters/_listing.html.haml +0 -41
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/parameters/edit.html.haml +0 -1
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/parameters/index.html.haml +0 -79
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/parameters/new.html.haml +0 -1
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/parameters/reload.js.haml +0 -5
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/parameters/show.html.haml +0 -33
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/_description.html.haml +0 -13
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/_editor_assets.html.haml +0 -129
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/_form.html.haml +0 -29
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/_listing.html.haml +0 -37
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/edit.html.haml +0 -1
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/index.html.haml +0 -76
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/new.html.haml +0 -1
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/reload.js.haml +0 -5
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/show.html.haml +0 -87
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/editor.html.haml +0 -82
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml +0 -13
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml +0 -132
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml +0 -62
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml +0 -103
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml +0 -66
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml +0 -60
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml +0 -8
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml +0 -8
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb +0 -5
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml +0 -1
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml +0 -7
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml +0 -91
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_only_action.html.haml +0 -40
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_view_js_editor.html.haml +0 -56
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml +0 -1
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/reload.js.haml +0 -5
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/admin/views/show.html.haml +0 -33
- data/installer/core/rockets/keppler_frontend/app/views/keppler_frontend/app/partials/conf +0 -0
- data/installer/core/rockets/keppler_frontend/config/data/callback_functions.yml +0 -15
- data/installer/core/rockets/keppler_frontend/config/data/view_callbacks.yml +0 -1
- data/installer/core/rockets/keppler_frontend/config/data/views.yml +0 -18
- data/installer/core/rockets/keppler_frontend/db/migrate/20180717160248_create_keppler_frontend_views.rb +0 -17
- data/installer/core/rockets/keppler_frontend/db/migrate/20180806203329_create_keppler_frontend_partials.rb +0 -12
- data/installer/core/rockets/keppler_frontend/db/migrate/20180827120734_create_keppler_frontend_callback_functions.rb +0 -13
- data/installer/core/rockets/keppler_frontend/db/migrate/20180827154249_create_keppler_frontend_view_callbacks.rb +0 -11
- data/installer/core/rockets/keppler_frontend/db/migrate/20180830130934_create_keppler_frontend_functions.rb +0 -13
- data/installer/core/rockets/keppler_frontend/db/migrate/20180830153029_create_keppler_frontend_parameters.rb +0 -12
- data/installer/core/spec/controllers/keppler_frontend/admin/views_controller/create_view_spec.rb +0 -35
- data/installer/core/spec/controllers/keppler_frontend/admin/views_controller/editor_spec.rb +0 -20
- data/installer/core/spec/controllers/keppler_frontend/admin/views_controller/views_list_spec.rb +0 -30
- data/installer/core/spec/factories/keppler_frontend/callback_function.rb +0 -8
- data/installer/core/spec/factories/keppler_frontend/function.rb +0 -8
- data/installer/core/spec/factories/keppler_frontend/view.rb +0 -8
- data/installer/core/spec/factories/keppler_frontend/view_callback.rb +0 -6
- data/installer/core/spec/fixtures/keppler_frontend/editor/test.html +0 -16
- data/installer/core/spec/fixtures/keppler_frontend/editor/test.png +0 -0
- data/installer/core/spec/fixtures/keppler_frontend/live_editor/test_index_1.html +0 -16
- data/installer/core/spec/fixtures/keppler_frontend/live_editor/test_index_2.html +0 -0
- data/installer/core/spec/models/keppler_frontend/callback/calbacks_handler_spec.rb +0 -61
- data/installer/core/spec/models/keppler_frontend/callback/model_spec.rb +0 -19
- data/installer/core/spec/models/keppler_frontend/view/callback_view_spec.rb +0 -38
- data/installer/core/spec/models/keppler_frontend/view/model_spec.rb +0 -19
- data/installer/core/spec/models/keppler_frontend/view/view_files_handler_spec.rb +0 -64
- data/installer/core/spec/routing/keppler_frontend/callbacks_spec.rb +0 -68
- data/installer/core/spec/routing/keppler_frontend/functions_spec.rb +0 -68
- data/installer/core/spec/routing/keppler_frontend/views_spec.rb +0 -68
- data/installer/core/spec/services/keppler_frontend/callbacks/callback_view_spec.rb +0 -104
- data/installer/core/spec/services/keppler_frontend/callbacks/code_handler_spec.rb +0 -63
- data/installer/core/spec/services/keppler_frontend/editor/file_format_spec.rb +0 -35
- data/installer/core/spec/services/keppler_frontend/editor/resources_format_spec.rb +0 -45
- data/installer/core/spec/services/keppler_frontend/editor/resources_spec.rb +0 -44
- data/installer/core/spec/services/keppler_frontend/urls/assets_spec.rb +0 -25
- data/installer/core/spec/services/keppler_frontend/urls/config_spec.rb +0 -25
- data/installer/core/spec/services/keppler_frontend/urls/front_spec.rb +0 -38
- data/installer/core/spec/services/keppler_frontend/urls/roots_spec.rb +0 -22
- data/installer/core/spec/services/keppler_frontend/utils/code_search_spec.rb +0 -29
- data/installer/core/spec/services/keppler_frontend/utils/file_format_spec.rb +0 -52
- data/installer/core/spec/services/keppler_frontend/utils/yml_handle_spec.rb +0 -42
- data/installer/core/spec/services/keppler_frontend/views/actions_handler_spec.rb +0 -59
- data/installer/core/spec/services/keppler_frontend/views/css_handler_spec.rb +0 -59
- data/installer/core/spec/services/keppler_frontend/views/format_html_spec.rb +0 -99
- data/installer/core/spec/services/keppler_frontend/views/format_only_action_spec.rb +0 -91
- data/installer/core/spec/services/keppler_frontend/views/format_remote_js_spec.rb +0 -101
- data/installer/core/spec/services/keppler_frontend/views/html_handler_spec.rb +0 -52
- data/installer/core/spec/services/keppler_frontend/views/js_handler_spec.rb +0 -59
- data/installer/core/spec/services/keppler_frontend/views/output_code_spec.rb +0 -39
- data/installer/core/spec/services/keppler_frontend/views/remote_js_handler_spec.rb +0 -55
- data/installer/core/spec/services/keppler_frontend/views/routes_handler_spec.rb +0 -63
- data/installer/core/spec/services/keppler_frontend/views/save_code_spec.rb +0 -53
- data/testing-with-2.1.18/.gitignore +0 -88
- data/testing-with-2.1.18/.ruby-version +0 -1
- data/testing-with-2.1.18/Gemfile +0 -149
- data/testing-with-2.1.18/Gemfile.lock +0 -645
- data/testing-with-2.1.18/Guardfile +0 -18
- data/testing-with-2.1.18/LICENSE +0 -674
- data/testing-with-2.1.18/README.md +0 -134
- data/testing-with-2.1.18/Rakefile +0 -6
- data/testing-with-2.1.18/_config.yml +0 -1
- data/testing-with-2.1.18/app/assets/images/.keep +0 -0
- data/testing-with-2.1.18/app/assets/javascripts/admin/application.coffee +0 -25
- data/testing-with-2.1.18/app/assets/javascripts/admin/bootstrap-colorpicker.js +0 -1322
- data/testing-with-2.1.18/app/assets/javascripts/admin/bootstrap-file-input/fileinput.js +0 -4463
- data/testing-with-2.1.18/app/assets/javascripts/admin/bootstrap-file-input/locales/LANG.js +0 -100
- data/testing-with-2.1.18/app/assets/javascripts/admin/bootstrap-file-input/locales/es.js +0 -100
- data/testing-with-2.1.18/app/assets/javascripts/admin/bootstrap-file-input/plugins/piexif.js +0 -2471
- data/testing-with-2.1.18/app/assets/javascripts/admin/bootstrap-file-input/plugins/piexif.min.js +0 -1
- data/testing-with-2.1.18/app/assets/javascripts/admin/bootstrap-file-input/plugins/purify.js +0 -812
- data/testing-with-2.1.18/app/assets/javascripts/admin/bootstrap-file-input/plugins/purify.min.js +0 -1
- data/testing-with-2.1.18/app/assets/javascripts/admin/bootstrap-file-input/plugins/sortable.js +0 -1590
- data/testing-with-2.1.18/app/assets/javascripts/admin/bootstrap-file-input/plugins/sortable.min.js +0 -1
- data/testing-with-2.1.18/app/assets/javascripts/admin/code_editor.js +0 -94
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/comment/comment.js +0 -209
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/comment/continuecomment.js +0 -78
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/dialog/dialog.css +0 -32
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/dialog/dialog.js +0 -161
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/display/autorefresh.js +0 -47
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/display/fullscreen.css +0 -6
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/display/fullscreen.js +0 -41
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/display/panel.js +0 -123
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/display/placeholder.js +0 -63
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/display/rulers.js +0 -51
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/edit/closebrackets.js +0 -194
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/edit/closetag.js +0 -175
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/edit/continuelist.js +0 -89
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/edit/matchbrackets.js +0 -145
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/edit/matchtags.js +0 -66
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/edit/trailingspace.js +0 -27
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/fold/brace-fold.js +0 -105
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/fold/comment-fold.js +0 -59
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/fold/foldcode.js +0 -152
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/fold/foldgutter.css +0 -20
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/fold/foldgutter.js +0 -146
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/fold/indent-fold.js +0 -48
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/fold/markdown-fold.js +0 -49
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/fold/xml-fold.js +0 -184
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/hint/anyword-hint.js +0 -41
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/hint/css-hint.js +0 -60
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/hint/html-hint.js +0 -348
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/hint/javascript-hint.js +0 -157
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/hint/show-hint.css +0 -36
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/hint/show-hint.js +0 -433
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/hint/sql-hint.js +0 -299
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/hint/xml-hint.js +0 -110
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/mode/loadmode.js +0 -64
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/mode/multiplex.js +0 -131
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/mode/overlay.js +0 -90
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/mode/simple.js +0 -216
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/scroll/annotatescrollbar.js +0 -122
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/scroll/scrollpastend.js +0 -48
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/scroll/simplescrollbars.css +0 -66
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/scroll/simplescrollbars.js +0 -152
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/search/jump-to-line.js +0 -49
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/search/match-highlighter.js +0 -165
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/search/matchesonscrollbar.css +0 -8
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/search/matchesonscrollbar.js +0 -97
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/search/search.js +0 -252
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/addon/search/searchcursor.js +0 -293
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/codemirror.js +0 -9683
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/keymap/sublime.js +0 -691
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/css/css.js +0 -832
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/haml/haml.js +0 -161
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/htmlembedded/htmlembedded.js +0 -37
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/htmlmixed/htmlmixed.js +0 -152
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/javascript/javascript.js +0 -896
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/ruby/ruby.js +0 -296
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/vue/vue.js +0 -77
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/xml/xml.js +0 -402
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/yaml-frontmatter/yaml-frontmatter.js +0 -68
- data/testing-with-2.1.18/app/assets/javascripts/admin/codemirror/mode/yaml/yaml.js +0 -119
- data/testing-with-2.1.18/app/assets/javascripts/admin/file_uploader.coffee +0 -152
- data/testing-with-2.1.18/app/assets/javascripts/admin/img_preview.js +0 -32
- data/testing-with-2.1.18/app/assets/javascripts/admin/jscolor.js +0 -1855
- data/testing-with-2.1.18/app/assets/javascripts/admin/main.coffee +0 -58
- data/testing-with-2.1.18/app/assets/javascripts/admin/notification.js +0 -14
- data/testing-with-2.1.18/app/assets/javascripts/admin/ruby_console.js +0 -14
- data/testing-with-2.1.18/app/assets/javascripts/admin/sidebar.js +0 -24
- data/testing-with-2.1.18/app/assets/javascripts/admin/sort.coffee +0 -8
- data/testing-with-2.1.18/app/assets/javascripts/admin/swal.js +0 -39
- data/testing-with-2.1.18/app/assets/javascripts/admin/sweetalert2/delete-confirm.js +0 -118
- data/testing-with-2.1.18/app/assets/javascripts/admin/sweetalert2/sweetalert2.all.min.js +0 -2
- data/testing-with-2.1.18/app/assets/javascripts/admin/switch.js +0 -6
- data/testing-with-2.1.18/app/assets/javascripts/admin/tooltips.coffee +0 -4
- data/testing-with-2.1.18/app/assets/javascripts/admin/upload_records.coffee +0 -8
- data/testing-with-2.1.18/app/assets/javascripts/app/application.js.coffee +0 -9
- data/testing-with-2.1.18/app/assets/javascripts/app/google_analytics.js.coffee +0 -5
- data/testing-with-2.1.18/app/assets/javascripts/ckeditor/config.js +0 -130
- data/testing-with-2.1.18/app/assets/javascripts/errors/application.js.coffee +0 -1
- data/testing-with-2.1.18/app/assets/javascripts/errors/errors.js +0 -113
- data/testing-with-2.1.18/app/assets/javascripts/vue_admin/index.js +0 -111
- data/testing-with-2.1.18/app/assets/stylesheets/admin/application.scss +0 -48
- data/testing-with-2.1.18/app/assets/stylesheets/admin/bootstrap-file-input/fileinput-rtl.scss +0 -133
- data/testing-with-2.1.18/app/assets/stylesheets/admin/bootstrap-file-input/fileinput.scss +0 -760
- data/testing-with-2.1.18/app/assets/stylesheets/admin/bootstrap-file-input/themes/explorer-fa/theme.scss +0 -213
- data/testing-with-2.1.18/app/assets/stylesheets/admin/bootstrap-file-input/themes/explorer-fas/theme.scss +0 -213
- data/testing-with-2.1.18/app/assets/stylesheets/admin/bootstrap-file-input/themes/explorer/theme.scss +0 -213
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/comment/comment.js +0 -209
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/comment/continuecomment.js +0 -78
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/dialog/dialog.css +0 -32
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/dialog/dialog.js +0 -161
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/display/autorefresh.js +0 -47
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/display/fullscreen.css +0 -6
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/display/fullscreen.js +0 -41
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/display/panel.js +0 -123
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/display/placeholder.js +0 -63
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/display/rulers.js +0 -51
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/edit/closebrackets.js +0 -194
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/edit/closetag.js +0 -175
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/edit/continuelist.js +0 -89
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/edit/matchbrackets.js +0 -145
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/edit/matchtags.js +0 -66
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/edit/trailingspace.js +0 -27
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/fold/brace-fold.js +0 -105
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/fold/comment-fold.js +0 -59
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/fold/foldcode.js +0 -152
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/fold/foldgutter.css +0 -20
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/fold/foldgutter.js +0 -146
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/fold/indent-fold.js +0 -48
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/fold/markdown-fold.js +0 -49
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/fold/xml-fold.js +0 -184
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/hint/anyword-hint.js +0 -41
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/hint/css-hint.js +0 -60
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/hint/html-hint.js +0 -348
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/hint/javascript-hint.js +0 -157
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/hint/show-hint.css +0 -36
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/hint/show-hint.js +0 -433
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/hint/sql-hint.js +0 -299
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/hint/xml-hint.js +0 -110
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/scroll/annotatescrollbar.js +0 -122
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/scroll/scrollpastend.js +0 -48
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/scroll/simplescrollbars.css +0 -66
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/scroll/simplescrollbars.js +0 -152
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/search/jump-to-line.js +0 -49
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/search/match-highlighter.js +0 -165
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/search/matchesonscrollbar.css +0 -8
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/search/matchesonscrollbar.js +0 -97
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/search/search.js +0 -252
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/addon/search/searchcursor.js +0 -293
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/codemirror.css +0 -366
- data/testing-with-2.1.18/app/assets/stylesheets/admin/codemirror/theme/monokai.css +0 -41
- data/testing-with-2.1.18/app/assets/stylesheets/admin/components/layouts/_footer.scss +0 -5
- data/testing-with-2.1.18/app/assets/stylesheets/admin/components/layouts/_settings.scss +0 -51
- data/testing-with-2.1.18/app/assets/stylesheets/admin/components/navigation/_navbar.scss +0 -187
- data/testing-with-2.1.18/app/assets/stylesheets/admin/components/navigation/_sidebar.scss +0 -207
- data/testing-with-2.1.18/app/assets/stylesheets/admin/components/navigation/_turbolinks.scss +0 -4
- data/testing-with-2.1.18/app/assets/stylesheets/admin/components/paginator/_paginator.scss +0 -53
- data/testing-with-2.1.18/app/assets/stylesheets/admin/fonts-and-icons/boxicons.css +0 -2918
- data/testing-with-2.1.18/app/assets/stylesheets/admin/fonts-and-icons/fonts.css +0 -8
- data/testing-with-2.1.18/app/assets/stylesheets/admin/fonts-and-icons/icons.css +0 -778
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_appearance.scss +0 -5
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_bootstrap-colorpicker.scss +0 -269
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_customize.scss +0 -22
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_datepicker.scss +0 -1086
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_devise.scss +0 -189
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_files.scss +0 -229
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_form.scss +0 -190
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_index.scss +0 -466
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_listing.scss +0 -40
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_preloader.scss +0 -224
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_rockets.scss +0 -13
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_roles.scss +0 -3
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_search.scss +0 -244
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_show.scss +0 -23
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_switchs.scss +0 -143
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_themes.scss +0 -45
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_timepicker.scss +0 -14
- data/testing-with-2.1.18/app/assets/stylesheets/admin/pages/_user.scss +0 -6
- data/testing-with-2.1.18/app/assets/stylesheets/admin/utils/_base.scss +0 -65
- data/testing-with-2.1.18/app/assets/stylesheets/admin/utils/_mixins.scss +0 -26
- data/testing-with-2.1.18/app/assets/stylesheets/admin/utils/_theme.scss +0 -124
- data/testing-with-2.1.18/app/assets/stylesheets/admin/utils/_variables.scss +0 -109
- data/testing-with-2.1.18/app/assets/stylesheets/app/application.scss +0 -30
- data/testing-with-2.1.18/app/assets/stylesheets/app/base/_base_project.scss +0 -17
- data/testing-with-2.1.18/app/assets/stylesheets/app/base/_typography.scss +0 -1
- data/testing-with-2.1.18/app/assets/stylesheets/app/components/_buttons.scss +0 -0
- data/testing-with-2.1.18/app/assets/stylesheets/app/components/_inputs.scss +0 -0
- data/testing-with-2.1.18/app/assets/stylesheets/app/components/_navbar.scss +0 -21
- data/testing-with-2.1.18/app/assets/stylesheets/app/layout/_container.scss +0 -0
- data/testing-with-2.1.18/app/assets/stylesheets/app/layout/_footer.scss +0 -15
- data/testing-with-2.1.18/app/assets/stylesheets/app/layout/_header.scss +0 -39
- data/testing-with-2.1.18/app/assets/stylesheets/app/pages/_front.sass +0 -83
- data/testing-with-2.1.18/app/assets/stylesheets/app/plugins/_bootstrap_override.scss +0 -37
- data/testing-with-2.1.18/app/assets/stylesheets/app/plugins/_font_awesome.scss +0 -2
- data/testing-with-2.1.18/app/assets/stylesheets/app/plugins/_keppler.scss +0 -161
- data/testing-with-2.1.18/app/assets/stylesheets/app/plugins/_npogress.scss +0 -2
- data/testing-with-2.1.18/app/assets/stylesheets/app/utils/_mixins.scss +0 -18
- data/testing-with-2.1.18/app/assets/stylesheets/app/utils/_variables.scss +0 -28
- data/testing-with-2.1.18/app/assets/stylesheets/errors/application.scss +0 -3
- data/testing-with-2.1.18/app/assets/stylesheets/errors/errors.scss +0 -161
- data/testing-with-2.1.18/app/assets/stylesheets/vendor/admin-lte/_skin-blue.scss +0 -141
- data/testing-with-2.1.18/app/assets/stylesheets/vendor/sweetalert2/sweetalert2.scss +0 -11
- data/testing-with-2.1.18/app/controllers/admin/admin_controller.rb +0 -95
- data/testing-with-2.1.18/app/controllers/admin/meta_tags_controller.rb +0 -118
- data/testing-with-2.1.18/app/controllers/admin/permissions_controller.rb +0 -55
- data/testing-with-2.1.18/app/controllers/admin/rockets_controller.rb +0 -95
- data/testing-with-2.1.18/app/controllers/admin/roles_controller.rb +0 -124
- data/testing-with-2.1.18/app/controllers/admin/scripts_controller.rb +0 -104
- data/testing-with-2.1.18/app/controllers/admin/seos_controller.rb +0 -31
- data/testing-with-2.1.18/app/controllers/admin/settings_controller.rb +0 -131
- data/testing-with-2.1.18/app/controllers/admin/users_controller.rb +0 -122
- data/testing-with-2.1.18/app/controllers/app/app_controller.rb +0 -38
- data/testing-with-2.1.18/app/controllers/app/front_controller.rb +0 -8
- data/testing-with-2.1.18/app/controllers/application_controller.rb +0 -151
- data/testing-with-2.1.18/app/controllers/concerns/.keep +0 -0
- data/testing-with-2.1.18/app/controllers/concerns/devise_params.rb +0 -33
- data/testing-with-2.1.18/app/controllers/concerns/mailer_config.rb +0 -37
- data/testing-with-2.1.18/app/controllers/concerns/object_query.rb +0 -50
- data/testing-with-2.1.18/app/controllers/concerns/settings.rb +0 -105
- data/testing-with-2.1.18/app/controllers/devise/sessions_controller.rb +0 -108
- data/testing-with-2.1.18/app/controllers/errors_controller.rb +0 -30
- data/testing-with-2.1.18/app/helpers/admin_helper.rb +0 -138
- data/testing-with-2.1.18/app/helpers/application_helper.rb +0 -33
- data/testing-with-2.1.18/app/helpers/fronts_helper.rb +0 -38
- data/testing-with-2.1.18/app/helpers/rockets_helper.rb +0 -8
- data/testing-with-2.1.18/app/helpers/roles_helper.rb +0 -5
- data/testing-with-2.1.18/app/helpers/scaffolds_helper.rb +0 -5
- data/testing-with-2.1.18/app/inputs/keppler_boolean_input.rb +0 -52
- data/testing-with-2.1.18/app/inputs/keppler_file_input.rb +0 -124
- data/testing-with-2.1.18/app/mailers/.keep +0 -0
- data/testing-with-2.1.18/app/mailers/application_mailer.rb +0 -42
- data/testing-with-2.1.18/app/models/.keep +0 -0
- data/testing-with-2.1.18/app/models/appearance.rb +0 -7
- data/testing-with-2.1.18/app/models/application_record.rb +0 -6
- data/testing-with-2.1.18/app/models/concerns/.keep +0 -0
- data/testing-with-2.1.18/app/models/concerns/activity_history.rb +0 -11
- data/testing-with-2.1.18/app/models/concerns/clone_record.rb +0 -14
- data/testing-with-2.1.18/app/models/concerns/downloadable.rb +0 -16
- data/testing-with-2.1.18/app/models/concerns/searchable.rb +0 -27
- data/testing-with-2.1.18/app/models/concerns/sortable.rb +0 -13
- data/testing-with-2.1.18/app/models/concerns/uploadable.rb +0 -13
- data/testing-with-2.1.18/app/models/front.rb +0 -5
- data/testing-with-2.1.18/app/models/google_analytics_setting.rb +0 -6
- data/testing-with-2.1.18/app/models/meta_tag.rb +0 -54
- data/testing-with-2.1.18/app/models/permission.rb +0 -6
- data/testing-with-2.1.18/app/models/rocket.rb +0 -105
- data/testing-with-2.1.18/app/models/role.rb +0 -134
- data/testing-with-2.1.18/app/models/script.rb +0 -21
- data/testing-with-2.1.18/app/models/seo.rb +0 -49
- data/testing-with-2.1.18/app/models/setting.rb +0 -19
- data/testing-with-2.1.18/app/models/smtp_setting.rb +0 -7
- data/testing-with-2.1.18/app/models/social_account.rb +0 -6
- data/testing-with-2.1.18/app/models/user.rb +0 -75
- data/testing-with-2.1.18/app/policies/application_policy.rb +0 -18
- data/testing-with-2.1.18/app/policies/controller_policy.rb +0 -59
- data/testing-with-2.1.18/app/policies/meta_tag_policy.rb +0 -11
- data/testing-with-2.1.18/app/policies/permission_policy.rb +0 -23
- data/testing-with-2.1.18/app/policies/rocket_policy.rb +0 -11
- data/testing-with-2.1.18/app/policies/role_policy.rb +0 -31
- data/testing-with-2.1.18/app/policies/script_policy.rb +0 -11
- data/testing-with-2.1.18/app/policies/seo_policy.rb +0 -23
- data/testing-with-2.1.18/app/policies/setting_policy.rb +0 -15
- data/testing-with-2.1.18/app/policies/user_policy.rb +0 -19
- data/testing-with-2.1.18/app/services/admin/appearance_service.rb +0 -49
- data/testing-with-2.1.18/app/services/admin/git_handler.rb +0 -28
- data/testing-with-2.1.18/app/uploaders/attachment_uploader.rb +0 -61
- data/testing-with-2.1.18/app/uploaders/ckeditor_attachment_file_uploader.rb +0 -38
- data/testing-with-2.1.18/app/uploaders/ckeditor_picture_uploader.rb +0 -49
- data/testing-with-2.1.18/app/uploaders/template_uploader.rb +0 -44
- data/testing-with-2.1.18/app/views/admin/layouts/_footer.html.haml +0 -0
- data/testing-with-2.1.18/app/views/admin/layouts/_git_info.html.haml +0 -13
- data/testing-with-2.1.18/app/views/admin/layouts/_head.html.haml +0 -7
- data/testing-with-2.1.18/app/views/admin/layouts/_keppler_boolean_script.haml +0 -12
- data/testing-with-2.1.18/app/views/admin/layouts/_listing_preloader.haml +0 -4
- data/testing-with-2.1.18/app/views/admin/layouts/_messages.html.haml +0 -4
- data/testing-with-2.1.18/app/views/admin/layouts/_navigation.html.haml +0 -59
- data/testing-with-2.1.18/app/views/admin/layouts/_preloader.html.haml +0 -14
- data/testing-with-2.1.18/app/views/admin/layouts/_sidebar.html.haml +0 -83
- data/testing-with-2.1.18/app/views/admin/layouts/application.html.haml +0 -23
- data/testing-with-2.1.18/app/views/admin/layouts/index/remote_messages.js.haml +0 -9
- data/testing-with-2.1.18/app/views/admin/meta_tags/_description.html.haml +0 -13
- data/testing-with-2.1.18/app/views/admin/meta_tags/_form.html.haml +0 -35
- data/testing-with-2.1.18/app/views/admin/meta_tags/_listing.html.haml +0 -40
- data/testing-with-2.1.18/app/views/admin/meta_tags/edit.html.haml +0 -2
- data/testing-with-2.1.18/app/views/admin/meta_tags/index.html.haml +0 -69
- data/testing-with-2.1.18/app/views/admin/meta_tags/new.html.haml +0 -2
- data/testing-with-2.1.18/app/views/admin/meta_tags/reload.js.haml +0 -5
- data/testing-with-2.1.18/app/views/admin/meta_tags/show.html.haml +0 -28
- data/testing-with-2.1.18/app/views/admin/permissions/_switch.html.haml +0 -13
- data/testing-with-2.1.18/app/views/admin/permissions/add.html.haml +0 -95
- data/testing-with-2.1.18/app/views/admin/permissions/create.html.haml +0 -0
- data/testing-with-2.1.18/app/views/admin/permissions/create.js.erb +0 -2
- data/testing-with-2.1.18/app/views/admin/permissions/show.js.erb +0 -2
- data/testing-with-2.1.18/app/views/admin/permissions/toggle_permissions.js.erb +0 -6
- data/testing-with-2.1.18/app/views/admin/rockets/_create_rocket.haml +0 -61
- data/testing-with-2.1.18/app/views/admin/rockets/_install_rocket.haml +0 -28
- data/testing-with-2.1.18/app/views/admin/rockets/rockets.haml +0 -54
- data/testing-with-2.1.18/app/views/admin/roles/_description.html.haml +0 -13
- data/testing-with-2.1.18/app/views/admin/roles/_form.html.haml +0 -27
- data/testing-with-2.1.18/app/views/admin/roles/_listing.html.haml +0 -42
- data/testing-with-2.1.18/app/views/admin/roles/_switch.html.haml +0 -24
- data/testing-with-2.1.18/app/views/admin/roles/edit.html.haml +0 -1
- data/testing-with-2.1.18/app/views/admin/roles/index.html.haml +0 -64
- data/testing-with-2.1.18/app/views/admin/roles/new.html.haml +0 -1
- data/testing-with-2.1.18/app/views/admin/roles/reload.js.haml +0 -5
- data/testing-with-2.1.18/app/views/admin/roles/show.html.haml +0 -29
- data/testing-with-2.1.18/app/views/admin/scripts/_description.html.haml +0 -13
- data/testing-with-2.1.18/app/views/admin/scripts/_form.html.haml +0 -30
- data/testing-with-2.1.18/app/views/admin/scripts/_listing.html.haml +0 -40
- data/testing-with-2.1.18/app/views/admin/scripts/edit.html.haml +0 -1
- data/testing-with-2.1.18/app/views/admin/scripts/index.html.haml +0 -70
- data/testing-with-2.1.18/app/views/admin/scripts/new.html.haml +0 -1
- data/testing-with-2.1.18/app/views/admin/scripts/reload.js.haml +0 -5
- data/testing-with-2.1.18/app/views/admin/scripts/show.html.haml +0 -28
- data/testing-with-2.1.18/app/views/admin/seos/robots.html.haml +0 -35
- data/testing-with-2.1.18/app/views/admin/seos/sitemap.html.haml +0 -36
- data/testing-with-2.1.18/app/views/admin/settings/_form.html.haml +0 -10
- data/testing-with-2.1.18/app/views/admin/settings/components/_preview.html.haml +0 -30
- data/testing-with-2.1.18/app/views/admin/settings/edit.html.haml +0 -4
- data/testing-with-2.1.18/app/views/admin/settings/fields/_appearance.html.haml +0 -64
- data/testing-with-2.1.18/app/views/admin/settings/fields/_basic_information.html.haml +0 -40
- data/testing-with-2.1.18/app/views/admin/settings/fields/_email_setting.html.haml +0 -18
- data/testing-with-2.1.18/app/views/admin/settings/fields/_google_analytics_setting.html.haml +0 -21
- data/testing-with-2.1.18/app/views/admin/settings/fields/_social_accounts.html.haml +0 -43
- data/testing-with-2.1.18/app/views/admin/users/_description.html.haml +0 -13
- data/testing-with-2.1.18/app/views/admin/users/_form.html.haml +0 -45
- data/testing-with-2.1.18/app/views/admin/users/_listing.html.haml +0 -47
- data/testing-with-2.1.18/app/views/admin/users/delete_avatar.js.haml +0 -3
- data/testing-with-2.1.18/app/views/admin/users/edit.html.haml +0 -1
- data/testing-with-2.1.18/app/views/admin/users/filter_by_role.js.erb +0 -9
- data/testing-with-2.1.18/app/views/admin/users/index.html.haml +0 -69
- data/testing-with-2.1.18/app/views/admin/users/new.html.haml +0 -1
- data/testing-with-2.1.18/app/views/admin/users/reload.js.haml +0 -5
- data/testing-with-2.1.18/app/views/admin/users/show.html.haml +0 -34
- data/testing-with-2.1.18/app/views/app/front/index.html.haml +0 -223
- data/testing-with-2.1.18/app/views/app/front/message.haml +0 -1
- data/testing-with-2.1.18/app/views/app/layouts/_footer.html.haml +0 -3
- data/testing-with-2.1.18/app/views/app/layouts/_google_analytics.html.haml +0 -13
- data/testing-with-2.1.18/app/views/app/layouts/_head.html.haml +0 -15
- data/testing-with-2.1.18/app/views/app/layouts/_messages.html.haml +0 -6
- data/testing-with-2.1.18/app/views/app/layouts/_meta_tags.html.haml +0 -40
- data/testing-with-2.1.18/app/views/app/layouts/_navigation.html.haml +0 -13
- data/testing-with-2.1.18/app/views/app/layouts/_navigation_links.html.haml +0 -6
- data/testing-with-2.1.18/app/views/app/layouts/application.html.haml +0 -10
- data/testing-with-2.1.18/app/views/application_mailer/testing.html.haml +0 -1
- data/testing-with-2.1.18/app/views/devise/confirmations/new.html.erb +0 -16
- data/testing-with-2.1.18/app/views/devise/mailer/reset_password_instructions.html.haml +0 -6
- data/testing-with-2.1.18/app/views/devise/passwords/edit.html.haml +0 -31
- data/testing-with-2.1.18/app/views/devise/passwords/new.html.haml +0 -27
- data/testing-with-2.1.18/app/views/devise/registrations/edit.html.erb +0 -48
- data/testing-with-2.1.18/app/views/devise/registrations/new.html.erb +0 -19
- data/testing-with-2.1.18/app/views/devise/sessions/new.html.haml +0 -35
- data/testing-with-2.1.18/app/views/devise/shared/_links.html.erb +0 -21
- data/testing-with-2.1.18/app/views/errors/internal_server_error.html.haml +0 -50
- data/testing-with-2.1.18/app/views/errors/not_authorized.html.haml +0 -76
- data/testing-with-2.1.18/app/views/errors/not_found.html.haml +0 -101
- data/testing-with-2.1.18/app/views/errors/unprocessable.html.haml +0 -50
- data/testing-with-2.1.18/app/views/kaminari/_first_page.html.haml +0 -11
- data/testing-with-2.1.18/app/views/kaminari/_gap.html.haml +0 -8
- data/testing-with-2.1.18/app/views/kaminari/_last_page.html.haml +0 -11
- data/testing-with-2.1.18/app/views/kaminari/_next_page.html.haml +0 -11
- data/testing-with-2.1.18/app/views/kaminari/_page.html.haml +0 -10
- data/testing-with-2.1.18/app/views/kaminari/_paginator.html.haml +0 -18
- data/testing-with-2.1.18/app/views/kaminari/_prev_page.html.haml +0 -11
- data/testing-with-2.1.18/app/views/layouts/errors/_head.html.haml +0 -3
- data/testing-with-2.1.18/app/views/layouts/errors/application.html.haml +0 -11
- data/testing-with-2.1.18/app/views/layouts/mailers/mailer.html.haml +0 -3
- data/testing-with-2.1.18/app/views/layouts/mailers/mailer.text.haml +0 -1
- data/testing-with-2.1.18/app/views/layouts/templates/application.html.haml +0 -1
- data/testing-with-2.1.18/app/views/public_activity/layout/_create.html.haml +0 -44
- data/testing-with-2.1.18/app/views/public_activity/layout/_destroy.html.haml +0 -15
- data/testing-with-2.1.18/app/views/public_activity/layout/_update.html.haml +0 -44
- data/testing-with-2.1.18/app/views/public_activity/session/_create.html.haml +0 -13
- data/testing-with-2.1.18/app/views/public_activity/session/_destroy.html.haml +0 -13
- data/testing-with-2.1.18/app/views/templates/kaminari/_first_page.html.haml +0 -9
- data/testing-with-2.1.18/app/views/templates/kaminari/_gap.html.haml +0 -8
- data/testing-with-2.1.18/app/views/templates/kaminari/_last_page.html.haml +0 -9
- data/testing-with-2.1.18/app/views/templates/kaminari/_next_page.html.haml +0 -9
- data/testing-with-2.1.18/app/views/templates/kaminari/_page.html.haml +0 -10
- data/testing-with-2.1.18/app/views/templates/kaminari/_paginator.html.haml +0 -18
- data/testing-with-2.1.18/app/views/templates/kaminari/_prev_page.html.haml +0 -9
- data/testing-with-2.1.18/bin/bundle +0 -3
- data/testing-with-2.1.18/bin/rails +0 -4
- data/testing-with-2.1.18/bin/rake +0 -4
- data/testing-with-2.1.18/bin/setup +0 -29
- data/testing-with-2.1.18/bin/spring +0 -15
- data/testing-with-2.1.18/bin/update +0 -31
- data/testing-with-2.1.18/bin/yarn +0 -11
- data/testing-with-2.1.18/config.ru +0 -4
- data/testing-with-2.1.18/config/application.rb +0 -46
- data/testing-with-2.1.18/config/attachments.yml +0 -24
- data/testing-with-2.1.18/config/boot.rb +0 -7
- data/testing-with-2.1.18/config/circleci/db_config.yml +0 -51
- data/testing-with-2.1.18/config/database.yml +0 -25
- data/testing-with-2.1.18/config/environment.rb +0 -10
- data/testing-with-2.1.18/config/environments/development.rb +0 -61
- data/testing-with-2.1.18/config/environments/production.rb +0 -109
- data/testing-with-2.1.18/config/environments/test.rb +0 -45
- data/testing-with-2.1.18/config/gaAuth/gauth_key.p12 +0 -0
- data/testing-with-2.1.18/config/initializers/assets.rb +0 -14
- data/testing-with-2.1.18/config/initializers/carrierwave.rb +0 -12
- data/testing-with-2.1.18/config/initializers/compression.rb +0 -47
- data/testing-with-2.1.18/config/initializers/cookies_serializer.rb +0 -3
- data/testing-with-2.1.18/config/initializers/date_formats.rb +0 -2
- data/testing-with-2.1.18/config/initializers/devise.rb +0 -259
- data/testing-with-2.1.18/config/initializers/filter_parameter_logging.rb +0 -5
- data/testing-with-2.1.18/config/initializers/inflections.rb +0 -16
- data/testing-with-2.1.18/config/initializers/keppler_configuration.rb +0 -9
- data/testing-with-2.1.18/config/initializers/mime_types.rb +0 -6
- data/testing-with-2.1.18/config/initializers/paginate_kaminari_configuration.rb +0 -12
- data/testing-with-2.1.18/config/initializers/ransack.rb +0 -7
- data/testing-with-2.1.18/config/initializers/rolify.rb +0 -10
- data/testing-with-2.1.18/config/initializers/route_traslator.rb +0 -3
- data/testing-with-2.1.18/config/initializers/session_store.rb +0 -5
- data/testing-with-2.1.18/config/initializers/simple_form.rb +0 -170
- data/testing-with-2.1.18/config/initializers/simple_form_bootstrap.rb +0 -174
- data/testing-with-2.1.18/config/initializers/simple_form_components.rb +0 -61
- data/testing-with-2.1.18/config/initializers/time_formats.rb +0 -2
- data/testing-with-2.1.18/config/initializers/wrap_parameters.rb +0 -15
- data/testing-with-2.1.18/config/jshint.yml +0 -21
- data/testing-with-2.1.18/config/locales/devise.en.yml +0 -61
- data/testing-with-2.1.18/config/locales/devise.es.yml +0 -62
- data/testing-with-2.1.18/config/locales/en.yml +0 -477
- data/testing-with-2.1.18/config/locales/es.yml +0 -510
- data/testing-with-2.1.18/config/locales/routes.en.yml +0 -4
- data/testing-with-2.1.18/config/locales/routes.es.yml +0 -5
- data/testing-with-2.1.18/config/locales/simple_form.en.yml +0 -46
- data/testing-with-2.1.18/config/locales/simple_form.es.yml +0 -96
- data/testing-with-2.1.18/config/locales/social_share_button.es.yml +0 -10
- data/testing-with-2.1.18/config/menu.yml +0 -58
- data/testing-with-2.1.18/config/permissions.yml +0 -39
- data/testing-with-2.1.18/config/puma.rb +0 -56
- data/testing-with-2.1.18/config/roles.yml +0 -2
- data/testing-with-2.1.18/config/routes.rb +0 -191
- data/testing-with-2.1.18/config/settings.yml +0 -30
- data/testing-with-2.1.18/config/sitemap.rb +0 -30
- data/testing-with-2.1.18/config/spring.rb +0 -6
- data/testing-with-2.1.18/db/migrate/20140812203549_devise_create_users.rb +0 -50
- data/testing-with-2.1.18/db/migrate/20140812210925_rolify_create_roles.rb +0 -21
- data/testing-with-2.1.18/db/migrate/20151221173228_create_activities.rb +0 -23
- data/testing-with-2.1.18/db/migrate/20160122201215_create_settings.rb +0 -15
- data/testing-with-2.1.18/db/migrate/20160126141856_create_smtp_settings.rb +0 -15
- data/testing-with-2.1.18/db/migrate/20160128131802_create_scripts.rb +0 -12
- data/testing-with-2.1.18/db/migrate/20160128151351_create_google_analytics_settings.rb +0 -13
- data/testing-with-2.1.18/db/migrate/20160128193740_create_social_accounts.rb +0 -26
- data/testing-with-2.1.18/db/migrate/20160201134918_create_meta_tags.rb +0 -13
- data/testing-with-2.1.18/db/migrate/20160201210520_create_appearances.rb +0 -14
- data/testing-with-2.1.18/db/migrate/20171225023933_create_scaffolds.rb +0 -10
- data/testing-with-2.1.18/db/migrate/20180503174351_create_permissions.rb +0 -11
- data/testing-with-2.1.18/db/migrate/20180717160308_create_keppler_frontend_views.keppler_frontend.rb +0 -17
- data/testing-with-2.1.18/db/migrate/20180730194655_create_keppler_frontend_themes.rb +0 -13
- data/testing-with-2.1.18/db/migrate/20180802184429_create_keppler_capsules_capsules.keppler_capsules.rb +0 -13
- data/testing-with-2.1.18/db/migrate/20180802184430_create_keppler_capsules_capsule_fields.keppler_capsules.rb +0 -12
- data/testing-with-2.1.18/db/migrate/20180806192023_create_keppler_capsules_capsule_validations.keppler_capsules.rb +0 -13
- data/testing-with-2.1.18/db/migrate/20180806203410_create_keppler_frontend_partials.keppler_frontend.rb +0 -13
- data/testing-with-2.1.18/db/migrate/20180807204310_create_keppler_capsules_capsule_associations.keppler_capsules.rb +0 -13
- data/testing-with-2.1.18/db/migrate/20180813160624_create_keppler_languages_languages.keppler_languages.rb +0 -14
- data/testing-with-2.1.18/db/migrate/20180813160625_create_keppler_languages_fields.keppler_languages.rb +0 -14
- data/testing-with-2.1.18/db/migrate/20180818073305_create_active_storage_tables.active_storage.rb +0 -26
- data/testing-with-2.1.18/db/migrate/20180827120841_create_keppler_frontend_callback_functions.keppler_frontend.rb +0 -14
- data/testing-with-2.1.18/db/migrate/20180827154329_create_keppler_frontend_view_callbacks.keppler_frontend.rb +0 -12
- data/testing-with-2.1.18/db/migrate/20180827154647_add_position_to_users_table.rb +0 -5
- data/testing-with-2.1.18/db/migrate/20180830153221_create_keppler_frontend_functions.keppler_frontend.rb +0 -14
- data/testing-with-2.1.18/db/migrate/20180830153222_create_keppler_frontend_parameters.keppler_frontend.rb +0 -13
- data/testing-with-2.1.18/db/migrate/20180904144238_create_seos.rb +0 -11
- data/testing-with-2.1.18/db/seeds.rb +0 -162
- data/testing-with-2.1.18/docs/diagrams/keppler_core/config +0 -0
- data/testing-with-2.1.18/docs/diagrams/keppler_frontend/editor/resources_editor.dia +0 -0
- data/testing-with-2.1.18/docs/diagrams/keppler_frontend/views/create_view.dia +0 -0
- data/testing-with-2.1.18/docs/diagrams/keppler_frontend/views/delete_view.dia +0 -0
- data/testing-with-2.1.18/docs/diagrams/keppler_frontend/views/delete_view.dia.autosave +0 -0
- data/testing-with-2.1.18/lib/generators/install_rocket/USAGE +0 -44
- data/testing-with-2.1.18/lib/generators/install_rocket/install_rocket_generator.rb +0 -107
- data/testing-with-2.1.18/lib/generators/keppler_add_module/USAGE +0 -5
- data/testing-with-2.1.18/lib/generators/keppler_add_module/keppler_add_module_generator.rb +0 -324
- data/testing-with-2.1.18/lib/generators/keppler_add_module/templates/controllers/controller.rb +0 -106
- data/testing-with-2.1.18/lib/generators/keppler_add_module/templates/models/model.rb +0 -29
- data/testing-with-2.1.18/lib/generators/keppler_add_module/templates/policies/policy.rb +0 -11
- data/testing-with-2.1.18/lib/generators/keppler_add_module/templates/views/_description.haml +0 -13
- data/testing-with-2.1.18/lib/generators/keppler_add_module/templates/views/_form.haml +0 -49
- data/testing-with-2.1.18/lib/generators/keppler_add_module/templates/views/_listing.haml +0 -58
- data/testing-with-2.1.18/lib/generators/keppler_add_module/templates/views/edit.haml +0 -1
- data/testing-with-2.1.18/lib/generators/keppler_add_module/templates/views/index.haml +0 -70
- data/testing-with-2.1.18/lib/generators/keppler_add_module/templates/views/new.haml +0 -1
- data/testing-with-2.1.18/lib/generators/keppler_add_module/templates/views/reload.js.haml +0 -5
- data/testing-with-2.1.18/lib/generators/keppler_add_module/templates/views/show.haml +0 -35
- data/testing-with-2.1.18/lib/generators/keppler_delete_module/USAGE +0 -5
- data/testing-with-2.1.18/lib/generators/keppler_delete_module/keppler_delete_module_generator.rb +0 -305
- data/testing-with-2.1.18/lib/generators/keppler_front/keppler_front_generator.rb +0 -139
- data/testing-with-2.1.18/lib/generators/keppler_front/templates/controllers/controller.rb +0 -17
- data/testing-with-2.1.18/lib/generators/keppler_front/templates/views/template.html.haml +0 -225
- data/testing-with-2.1.18/lib/generators/keppler_relation/keppler_relation_generator.rb +0 -219
- data/testing-with-2.1.18/lib/generators/new_rocket/USAGE +0 -44
- data/testing-with-2.1.18/lib/generators/new_rocket/new_rocket_generator.rb +0 -258
- data/testing-with-2.1.18/lib/generators/uninstall_rocket/USAGE +0 -32
- data/testing-with-2.1.18/lib/generators/uninstall_rocket/uninstall_rocket_generator.rb +0 -140
- data/testing-with-2.1.18/lib/keppler_configuration.rb +0 -12
- data/testing-with-2.1.18/lib/plugins/config/locales/en.yml +0 -16
- data/testing-with-2.1.18/lib/plugins/config/locales/es.yml +0 -16
- data/testing-with-2.1.18/lib/plugins/config/menu.yml +0 -16
- data/testing-with-2.1.18/lib/plugins/config/permissions.yml +0 -1
- data/testing-with-2.1.18/lib/plugins/generators/keppler_scaffold/keppler_scaffold_generator.rb +0 -223
- data/testing-with-2.1.18/lib/plugins/generators/keppler_scaffold/templates/controllers/controller.rb +0 -107
- data/testing-with-2.1.18/lib/plugins/generators/keppler_scaffold/templates/models/model.rb +0 -29
- data/testing-with-2.1.18/lib/plugins/generators/keppler_scaffold/templates/policies/policy.rb +0 -14
- data/testing-with-2.1.18/lib/plugins/generators/keppler_scaffold/templates/views/_description.haml +0 -13
- data/testing-with-2.1.18/lib/plugins/generators/keppler_scaffold/templates/views/_form.haml +0 -49
- data/testing-with-2.1.18/lib/plugins/generators/keppler_scaffold/templates/views/_listing.haml +0 -58
- data/testing-with-2.1.18/lib/plugins/generators/keppler_scaffold/templates/views/edit.haml +0 -1
- data/testing-with-2.1.18/lib/plugins/generators/keppler_scaffold/templates/views/index.haml +0 -69
- data/testing-with-2.1.18/lib/plugins/generators/keppler_scaffold/templates/views/new.haml +0 -1
- data/testing-with-2.1.18/lib/plugins/generators/keppler_scaffold/templates/views/reload.js.haml +0 -5
- data/testing-with-2.1.18/lib/plugins/generators/keppler_scaffold/templates/views/show.haml +0 -35
- data/testing-with-2.1.18/lib/plugins/install.rb +0 -151
- data/testing-with-2.1.18/lib/plugins/layouts/application.html.haml +0 -23
- data/testing-with-2.1.18/lib/templates/haml/scaffold/_form.html.haml +0 -10
data/testing-with-2.1.18/app/assets/javascripts/admin/bootstrap-file-input/plugins/piexif.min.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
!function(){"use strict";function e(e){return JSON.parse(JSON.stringify(e))}function t(e){for(var t=y(e);"ÿà"<=t[1].slice(0,2)&&t[1].slice(0,2)<="ÿï";)t=[t[0]].concat(t.slice(2));return t.join("")}function a(e){return s(">"+p("B",e.length),e)}function i(e){return s(">"+p("H",e.length),e)}function n(e){return s(">"+p("L",e.length),e)}function r(e,t,r){var o,l,m,y,c="",S="";if("Byte"==t)o=e.length,4>=o?S=a(e)+p("\x00",4-o):(S=s(">L",[r]),c=a(e));else if("Short"==t)o=e.length,2>=o?S=i(e)+p("\x00\x00",2-o):(S=s(">L",[r]),c=i(e));else if("Long"==t)o=e.length,1>=o?S=n(e):(S=s(">L",[r]),c=n(e));else if("Ascii"==t)l=e+"\x00",o=l.length,o>4?(S=s(">L",[r]),c=l):S=l+p("\x00",4-o);else if("Rational"==t){if("number"==typeof e[0])o=1,m=e[0],y=e[1],l=s(">L",[m])+s(">L",[y]);else{o=e.length,l="";for(var f=0;o>f;f++)m=e[f][0],y=e[f][1],l+=s(">L",[m])+s(">L",[y])}S=s(">L",[r]),c=l}else if("SRational"==t){if("number"==typeof e[0])o=1,m=e[0],y=e[1],l=s(">l",[m])+s(">l",[y]);else{o=e.length,l="";for(var f=0;o>f;f++)m=e[f][0],y=e[f][1],l+=s(">l",[m])+s(">l",[y])}S=s(">L",[r]),c=l}else"Undefined"==t&&(o=e.length,o>4?(S=s(">L",[r]),c=e):S=e+p("\x00",4-o));var h=s(">L",[o]);return[h,S,c]}function o(e,t,a){var i,n=8,o=Object.keys(e).length,l=s(">H",[o]);i=["0th","1st"].indexOf(t)>-1?2+12*o+4:2+12*o;var m,p="",y="";for(var m in e)if("string"==typeof m&&(m=parseInt(m)),!("0th"==t&&[34665,34853].indexOf(m)>-1||"Exif"==t&&40965==m||"1st"==t&&[513,514].indexOf(m)>-1)){var c=e[m],S=s(">H",[m]),f=u[t][m].type,h=s(">H",[g[f]]);"number"==typeof c&&(c=[c]);var d=n+i+a+y.length,P=r(c,f,d),C=P[0],R=P[1],L=P[2];p+=S+h+C+R,y+=L}return[l+p,y]}function l(e){var t,a;if("ÿØ"==e.slice(0,2))t=y(e),a=c(t),a?this.tiftag=a.slice(10):this.tiftag=null;else if(["II","MM"].indexOf(e.slice(0,2))>-1)this.tiftag=e;else{if("Exif"!=e.slice(0,4))throw"Given file is neither JPEG nor TIFF.";this.tiftag=e.slice(6)}}function s(e,t){if(!(t instanceof Array))throw"'pack' error. Got invalid type argument.";if(e.length-1!=t.length)throw"'pack' error. "+(e.length-1)+" marks, "+t.length+" elements.";var a;if("<"==e[0])a=!0;else{if(">"!=e[0])throw"";a=!1}for(var i="",n=1,r=null,o=null,l=null;o=e[n];){if("b"==o.toLowerCase()){if(r=t[n-1],"b"==o&&0>r&&(r+=256),r>255||0>r)throw"'pack' error.";l=String.fromCharCode(r)}else if("H"==o){if(r=t[n-1],r>65535||0>r)throw"'pack' error.";l=String.fromCharCode(Math.floor(r%65536/256))+String.fromCharCode(r%256),a&&(l=l.split("").reverse().join(""))}else{if("l"!=o.toLowerCase())throw"'pack' error.";if(r=t[n-1],"l"==o&&0>r&&(r+=4294967296),r>4294967295||0>r)throw"'pack' error.";l=String.fromCharCode(Math.floor(r/16777216))+String.fromCharCode(Math.floor(r%16777216/65536))+String.fromCharCode(Math.floor(r%65536/256))+String.fromCharCode(r%256),a&&(l=l.split("").reverse().join(""))}i+=l,n+=1}return i}function m(e,t){if("string"!=typeof t)throw"'unpack' error. Got invalid type argument.";for(var a=0,i=1;i<e.length;i++)if("b"==e[i].toLowerCase())a+=1;else if("h"==e[i].toLowerCase())a+=2;else{if("l"!=e[i].toLowerCase())throw"'unpack' error. Got invalid mark.";a+=4}if(a!=t.length)throw"'unpack' error. Mismatch between symbol and string length. "+a+":"+t.length;var n;if("<"==e[0])n=!0;else{if(">"!=e[0])throw"'unpack' error.";n=!1}for(var r=[],o=0,l=1,s=null,m=null,p=null,y="";m=e[l];){if("b"==m.toLowerCase())p=1,y=t.slice(o,o+p),s=y.charCodeAt(0),"b"==m&&s>=128&&(s-=256);else if("H"==m)p=2,y=t.slice(o,o+p),n&&(y=y.split("").reverse().join("")),s=256*y.charCodeAt(0)+y.charCodeAt(1);else{if("l"!=m.toLowerCase())throw"'unpack' error. "+m;p=4,y=t.slice(o,o+p),n&&(y=y.split("").reverse().join("")),s=16777216*y.charCodeAt(0)+65536*y.charCodeAt(1)+256*y.charCodeAt(2)+y.charCodeAt(3),"l"==m&&s>=2147483648&&(s-=4294967296)}r.push(s),o+=p,l+=1}return r}function p(e,t){for(var a="",i=0;t>i;i++)a+=e;return a}function y(e){if("ÿØ"!=e.slice(0,2))throw"Given data isn't JPEG.";for(var t=2,a=["ÿØ"];;){if("ÿÚ"==e.slice(t,t+2)){a.push(e.slice(t));break}var i=m(">H",e.slice(t+2,t+4))[0],n=t+i+2;if(a.push(e.slice(t,n)),t=n,t>=e.length)throw"Wrong JPEG data."}return a}function c(e){for(var t,a=0;a<e.length;a++)if(t=e[a],"ÿá"==t.slice(0,2)&&"Exif\x00\x00"==t.slice(4,10))return t;return null}function S(e,t){return"ÿà"==e[1].slice(0,2)&&"ÿá"==e[2].slice(0,2)&&"Exif\x00\x00"==e[2].slice(4,10)?t?(e[2]=t,e=["ÿØ"].concat(e.slice(2))):e=null==t?e.slice(0,2).concat(e.slice(3)):e.slice(0).concat(e.slice(2)):"ÿà"==e[1].slice(0,2)?t&&(e[1]=t):"ÿá"==e[1].slice(0,2)&&"Exif\x00\x00"==e[1].slice(4,10)?t?e[1]=t:null==t&&(e=e.slice(0).concat(e.slice(2))):t&&(e=[e[0],t].concat(e.slice(1))),e.join("")}var f={};if(f.version="1.03",f.remove=function(e){var t=!1;if("ÿØ"==e.slice(0,2));else{if("data:image/jpeg;base64,"!=e.slice(0,23)&&"data:image/jpg;base64,"!=e.slice(0,22))throw"Given data is not jpeg.";e=d(e.split(",")[1]),t=!0}var a=y(e);if("ÿá"==a[1].slice(0,2)&&"Exif\x00\x00"==a[1].slice(4,10))a=[a[0]].concat(a.slice(2));else{if("ÿá"!=a[2].slice(0,2)||"Exif\x00\x00"!=a[2].slice(4,10))throw"Exif not found.";a=a.slice(0,2).concat(a.slice(3))}var i=a.join("");return t&&(i="data:image/jpeg;base64,"+h(i)),i},f.insert=function(e,t){var a=!1;if("Exif\x00\x00"!=e.slice(0,6))throw"Given data is not exif.";if("ÿØ"==t.slice(0,2));else{if("data:image/jpeg;base64,"!=t.slice(0,23)&&"data:image/jpg;base64,"!=t.slice(0,22))throw"Given data is not jpeg.";t=d(t.split(",")[1]),a=!0}var i="ÿá"+s(">H",[e.length+2])+e,n=y(t),r=S(n,i);return a&&(r="data:image/jpeg;base64,"+h(r)),r},f.load=function(e){var t;if("string"!=typeof e)throw"'load' gots invalid type argument.";if("ÿØ"==e.slice(0,2))t=e;else if("data:image/jpeg;base64,"==e.slice(0,23)||"data:image/jpg;base64,"==e.slice(0,22))t=d(e.split(",")[1]);else{if("Exif"!=e.slice(0,4))throw"'load' gots invalid file data.";t=e.slice(6)}var a={"0th":{},Exif:{},GPS:{},Interop:{},"1st":{},thumbnail:null},i=new l(t);if(null===i.tiftag)return a;"II"==i.tiftag.slice(0,2)?i.endian_mark="<":i.endian_mark=">";var n=m(i.endian_mark+"L",i.tiftag.slice(4,8))[0];a["0th"]=i.get_ifd(n,"0th");var r=a["0th"].first_ifd_pointer;if(delete a["0th"].first_ifd_pointer,34665 in a["0th"]&&(n=a["0th"][34665],a.Exif=i.get_ifd(n,"Exif")),34853 in a["0th"]&&(n=a["0th"][34853],a.GPS=i.get_ifd(n,"GPS")),40965 in a.Exif&&(n=a.Exif[40965],a.Interop=i.get_ifd(n,"Interop")),"\x00\x00\x00\x00"!=r&&(n=m(i.endian_mark+"L",r)[0],a["1st"]=i.get_ifd(n,"1st"),513 in a["1st"]&&514 in a["1st"])){var o=a["1st"][513]+a["1st"][514],s=i.tiftag.slice(a["1st"][513],o);a.thumbnail=s}return a},f.dump=function(a){var i,n,r,l,m,p=8,y=e(a),c="Exif\x00\x00MM\x00*\x00\x00\x00\b",S=!1,h=!1,d=!1,u=!1;i="0th"in y?y["0th"]:{},"Exif"in y&&Object.keys(y.Exif).length||"Interop"in y&&Object.keys(y.Interop).length?(i[34665]=1,S=!0,n=y.Exif,"Interop"in y&&Object.keys(y.Interop).length?(n[40965]=1,d=!0,r=y.Interop):Object.keys(n).indexOf(f.ExifIFD.InteroperabilityTag.toString())>-1&&delete n[40965]):Object.keys(i).indexOf(f.ImageIFD.ExifTag.toString())>-1&&delete i[34665],"GPS"in y&&Object.keys(y.GPS).length?(i[f.ImageIFD.GPSTag]=1,h=!0,l=y.GPS):Object.keys(i).indexOf(f.ImageIFD.GPSTag.toString())>-1&&delete i[f.ImageIFD.GPSTag],"1st"in y&&"thumbnail"in y&&null!=y.thumbnail&&(u=!0,y["1st"][513]=1,y["1st"][514]=1,m=y["1st"]);var P,C,R,L,x,I=o(i,"0th",0),D=I[0].length+12*S+12*h+4+I[1].length,G="",A=0,v="",b=0,T="",k=0,w="";if(S&&(P=o(n,"Exif",D),A=P[0].length+12*d+P[1].length),h&&(C=o(l,"GPS",D+A),v=C.join(""),b=v.length),d){var F=D+A+b;R=o(r,"Interop",F),T=R.join(""),k=T.length}if(u){var F=D+A+b+k;if(L=o(m,"1st",F),x=t(y.thumbnail),x.length>64e3)throw"Given thumbnail is too large. max 64kB"}var B="",E="",M="",O="\x00\x00\x00\x00";if(S){var N=p+D,U=s(">L",[N]),_=34665,H=s(">H",[_]),j=s(">H",[g.Long]),V=s(">L",[1]);B=H+j+V+U}if(h){var N=p+D+A,U=s(">L",[N]),_=34853,H=s(">H",[_]),j=s(">H",[g.Long]),V=s(">L",[1]);E=H+j+V+U}if(d){var N=p+D+A+b,U=s(">L",[N]),_=40965,H=s(">H",[_]),j=s(">H",[g.Long]),V=s(">L",[1]);M=H+j+V+U}if(u){var N=p+D+A+b+k;O=s(">L",[N]);var J=N+L[0].length+24+4+L[1].length,X="\x00\x00\x00\x00"+s(">L",[J]),z="\x00\x00\x00\x00"+s(">L",[x.length]);w=L[0]+X+z+"\x00\x00\x00\x00"+L[1]+x}var Y=I[0]+B+E+O+I[1];return S&&(G=P[0]+M+P[1]),c+Y+G+v+T+w},l.prototype={get_ifd:function(e,t){var a,i={},n=m(this.endian_mark+"H",this.tiftag.slice(e,e+2))[0],r=e+2;a=["0th","1st"].indexOf(t)>-1?"Image":t;for(var o=0;n>o;o++){e=r+12*o;var l=m(this.endian_mark+"H",this.tiftag.slice(e,e+2))[0],s=m(this.endian_mark+"H",this.tiftag.slice(e+2,e+4))[0],p=m(this.endian_mark+"L",this.tiftag.slice(e+4,e+8))[0],y=this.tiftag.slice(e+8,e+12),c=[s,p,y];l in u[a]&&(i[l]=this.convert_value(c))}return"0th"==t&&(e=r+12*n,i.first_ifd_pointer=this.tiftag.slice(e,e+4)),i},convert_value:function(e){var t,a=null,i=e[0],n=e[1],r=e[2];if(1==i)n>4?(t=m(this.endian_mark+"L",r)[0],a=m(this.endian_mark+p("B",n),this.tiftag.slice(t,t+n))):a=m(this.endian_mark+p("B",n),r.slice(0,n));else if(2==i)n>4?(t=m(this.endian_mark+"L",r)[0],a=this.tiftag.slice(t,t+n-1)):a=r.slice(0,n-1);else if(3==i)n>2?(t=m(this.endian_mark+"L",r)[0],a=m(this.endian_mark+p("H",n),this.tiftag.slice(t,t+2*n))):a=m(this.endian_mark+p("H",n),r.slice(0,2*n));else if(4==i)n>1?(t=m(this.endian_mark+"L",r)[0],a=m(this.endian_mark+p("L",n),this.tiftag.slice(t,t+4*n))):a=m(this.endian_mark+p("L",n),r);else if(5==i)if(t=m(this.endian_mark+"L",r)[0],n>1){a=[];for(var o=0;n>o;o++)a.push([m(this.endian_mark+"L",this.tiftag.slice(t+8*o,t+4+8*o))[0],m(this.endian_mark+"L",this.tiftag.slice(t+4+8*o,t+8+8*o))[0]])}else a=[m(this.endian_mark+"L",this.tiftag.slice(t,t+4))[0],m(this.endian_mark+"L",this.tiftag.slice(t+4,t+8))[0]];else if(7==i)n>4?(t=m(this.endian_mark+"L",r)[0],a=this.tiftag.slice(t,t+n)):a=r.slice(0,n);else{if(10!=i)throw"Exif might be wrong. Got incorrect value type to decode. type:"+i;if(t=m(this.endian_mark+"L",r)[0],n>1){a=[];for(var o=0;n>o;o++)a.push([m(this.endian_mark+"l",this.tiftag.slice(t+8*o,t+4+8*o))[0],m(this.endian_mark+"l",this.tiftag.slice(t+4+8*o,t+8+8*o))[0]])}else a=[m(this.endian_mark+"l",this.tiftag.slice(t,t+4))[0],m(this.endian_mark+"l",this.tiftag.slice(t+4,t+8))[0]]}return a instanceof Array&&1==a.length?a[0]:a}},"undefined"!=typeof window&&"function"==typeof window.btoa)var h=window.btoa;if("undefined"==typeof h)var h=function(e){for(var t,a,i,n,r,o,l,s="",m=0,p="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";m<e.length;)t=e.charCodeAt(m++),a=e.charCodeAt(m++),i=e.charCodeAt(m++),n=t>>2,r=(3&t)<<4|a>>4,o=(15&a)<<2|i>>6,l=63&i,isNaN(a)?o=l=64:isNaN(i)&&(l=64),s=s+p.charAt(n)+p.charAt(r)+p.charAt(o)+p.charAt(l);return s};if("undefined"!=typeof window&&"function"==typeof window.atob)var d=window.atob;if("undefined"==typeof d)var d=function(e){var t,a,i,n,r,o,l,s="",m=0,p="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";for(e=e.replace(/[^A-Za-z0-9\+\/\=]/g,"");m<e.length;)n=p.indexOf(e.charAt(m++)),r=p.indexOf(e.charAt(m++)),o=p.indexOf(e.charAt(m++)),l=p.indexOf(e.charAt(m++)),t=n<<2|r>>4,a=(15&r)<<4|o>>2,i=(3&o)<<6|l,s+=String.fromCharCode(t),64!=o&&(s+=String.fromCharCode(a)),64!=l&&(s+=String.fromCharCode(i));return s};var g={Byte:1,Ascii:2,Short:3,Long:4,Rational:5,Undefined:7,SLong:9,SRational:10},u={Image:{11:{name:"ProcessingSoftware",type:"Ascii"},254:{name:"NewSubfileType",type:"Long"},255:{name:"SubfileType",type:"Short"},256:{name:"ImageWidth",type:"Long"},257:{name:"ImageLength",type:"Long"},258:{name:"BitsPerSample",type:"Short"},259:{name:"Compression",type:"Short"},262:{name:"PhotometricInterpretation",type:"Short"},263:{name:"Threshholding",type:"Short"},264:{name:"CellWidth",type:"Short"},265:{name:"CellLength",type:"Short"},266:{name:"FillOrder",type:"Short"},269:{name:"DocumentName",type:"Ascii"},270:{name:"ImageDescription",type:"Ascii"},271:{name:"Make",type:"Ascii"},272:{name:"Model",type:"Ascii"},273:{name:"StripOffsets",type:"Long"},274:{name:"Orientation",type:"Short"},277:{name:"SamplesPerPixel",type:"Short"},278:{name:"RowsPerStrip",type:"Long"},279:{name:"StripByteCounts",type:"Long"},282:{name:"XResolution",type:"Rational"},283:{name:"YResolution",type:"Rational"},284:{name:"PlanarConfiguration",type:"Short"},290:{name:"GrayResponseUnit",type:"Short"},291:{name:"GrayResponseCurve",type:"Short"},292:{name:"T4Options",type:"Long"},293:{name:"T6Options",type:"Long"},296:{name:"ResolutionUnit",type:"Short"},301:{name:"TransferFunction",type:"Short"},305:{name:"Software",type:"Ascii"},306:{name:"DateTime",type:"Ascii"},315:{name:"Artist",type:"Ascii"},316:{name:"HostComputer",type:"Ascii"},317:{name:"Predictor",type:"Short"},318:{name:"WhitePoint",type:"Rational"},319:{name:"PrimaryChromaticities",type:"Rational"},320:{name:"ColorMap",type:"Short"},321:{name:"HalftoneHints",type:"Short"},322:{name:"TileWidth",type:"Short"},323:{name:"TileLength",type:"Short"},324:{name:"TileOffsets",type:"Short"},325:{name:"TileByteCounts",type:"Short"},330:{name:"SubIFDs",type:"Long"},332:{name:"InkSet",type:"Short"},333:{name:"InkNames",type:"Ascii"},334:{name:"NumberOfInks",type:"Short"},336:{name:"DotRange",type:"Byte"},337:{name:"TargetPrinter",type:"Ascii"},338:{name:"ExtraSamples",type:"Short"},339:{name:"SampleFormat",type:"Short"},340:{name:"SMinSampleValue",type:"Short"},341:{name:"SMaxSampleValue",type:"Short"},342:{name:"TransferRange",type:"Short"},343:{name:"ClipPath",type:"Byte"},344:{name:"XClipPathUnits",type:"Long"},345:{name:"YClipPathUnits",type:"Long"},346:{name:"Indexed",type:"Short"},347:{name:"JPEGTables",type:"Undefined"},351:{name:"OPIProxy",type:"Short"},512:{name:"JPEGProc",type:"Long"},513:{name:"JPEGInterchangeFormat",type:"Long"},514:{name:"JPEGInterchangeFormatLength",type:"Long"},515:{name:"JPEGRestartInterval",type:"Short"},517:{name:"JPEGLosslessPredictors",type:"Short"},518:{name:"JPEGPointTransforms",type:"Short"},519:{name:"JPEGQTables",type:"Long"},520:{name:"JPEGDCTables",type:"Long"},521:{name:"JPEGACTables",type:"Long"},529:{name:"YCbCrCoefficients",type:"Rational"},530:{name:"YCbCrSubSampling",type:"Short"},531:{name:"YCbCrPositioning",type:"Short"},532:{name:"ReferenceBlackWhite",type:"Rational"},700:{name:"XMLPacket",type:"Byte"},18246:{name:"Rating",type:"Short"},18249:{name:"RatingPercent",type:"Short"},32781:{name:"ImageID",type:"Ascii"},33421:{name:"CFARepeatPatternDim",type:"Short"},33422:{name:"CFAPattern",type:"Byte"},33423:{name:"BatteryLevel",type:"Rational"},33432:{name:"Copyright",type:"Ascii"},33434:{name:"ExposureTime",type:"Rational"},34377:{name:"ImageResources",type:"Byte"},34665:{name:"ExifTag",type:"Long"},34675:{name:"InterColorProfile",type:"Undefined"},34853:{name:"GPSTag",type:"Long"},34857:{name:"Interlace",type:"Short"},34858:{name:"TimeZoneOffset",type:"Long"},34859:{name:"SelfTimerMode",type:"Short"},37387:{name:"FlashEnergy",type:"Rational"},37388:{name:"SpatialFrequencyResponse",type:"Undefined"},37389:{name:"Noise",type:"Undefined"},37390:{name:"FocalPlaneXResolution",type:"Rational"},37391:{name:"FocalPlaneYResolution",type:"Rational"},37392:{name:"FocalPlaneResolutionUnit",type:"Short"},37393:{name:"ImageNumber",type:"Long"},37394:{name:"SecurityClassification",type:"Ascii"},37395:{name:"ImageHistory",type:"Ascii"},37397:{name:"ExposureIndex",type:"Rational"},37398:{name:"TIFFEPStandardID",type:"Byte"},37399:{name:"SensingMethod",type:"Short"},40091:{name:"XPTitle",type:"Byte"},40092:{name:"XPComment",type:"Byte"},40093:{name:"XPAuthor",type:"Byte"},40094:{name:"XPKeywords",type:"Byte"},40095:{name:"XPSubject",type:"Byte"},50341:{name:"PrintImageMatching",type:"Undefined"},50706:{name:"DNGVersion",type:"Byte"},50707:{name:"DNGBackwardVersion",type:"Byte"},50708:{name:"UniqueCameraModel",type:"Ascii"},50709:{name:"LocalizedCameraModel",type:"Byte"},50710:{name:"CFAPlaneColor",type:"Byte"},50711:{name:"CFALayout",type:"Short"},50712:{name:"LinearizationTable",type:"Short"},50713:{name:"BlackLevelRepeatDim",type:"Short"},50714:{name:"BlackLevel",type:"Rational"},50715:{name:"BlackLevelDeltaH",type:"SRational"},50716:{name:"BlackLevelDeltaV",type:"SRational"},50717:{name:"WhiteLevel",type:"Short"},50718:{name:"DefaultScale",type:"Rational"},50719:{name:"DefaultCropOrigin",type:"Short"},50720:{name:"DefaultCropSize",type:"Short"},50721:{name:"ColorMatrix1",type:"SRational"},50722:{name:"ColorMatrix2",type:"SRational"},50723:{name:"CameraCalibration1",type:"SRational"},50724:{name:"CameraCalibration2",type:"SRational"},50725:{name:"ReductionMatrix1",type:"SRational"},50726:{name:"ReductionMatrix2",type:"SRational"},50727:{name:"AnalogBalance",type:"Rational"},50728:{name:"AsShotNeutral",type:"Short"},50729:{name:"AsShotWhiteXY",type:"Rational"},50730:{name:"BaselineExposure",type:"SRational"},50731:{name:"BaselineNoise",type:"Rational"},50732:{name:"BaselineSharpness",type:"Rational"},50733:{name:"BayerGreenSplit",type:"Long"},50734:{name:"LinearResponseLimit",type:"Rational"},50735:{name:"CameraSerialNumber",type:"Ascii"},50736:{name:"LensInfo",type:"Rational"},50737:{name:"ChromaBlurRadius",type:"Rational"},50738:{name:"AntiAliasStrength",type:"Rational"},50739:{name:"ShadowScale",type:"SRational"},50740:{name:"DNGPrivateData",type:"Byte"},50741:{name:"MakerNoteSafety",type:"Short"},50778:{name:"CalibrationIlluminant1",type:"Short"},50779:{name:"CalibrationIlluminant2",type:"Short"},50780:{name:"BestQualityScale",type:"Rational"},50781:{name:"RawDataUniqueID",type:"Byte"},50827:{name:"OriginalRawFileName",type:"Byte"},50828:{name:"OriginalRawFileData",type:"Undefined"},50829:{name:"ActiveArea",type:"Short"},50830:{name:"MaskedAreas",type:"Short"},50831:{name:"AsShotICCProfile",type:"Undefined"},50832:{name:"AsShotPreProfileMatrix",type:"SRational"},50833:{name:"CurrentICCProfile",type:"Undefined"},50834:{name:"CurrentPreProfileMatrix",type:"SRational"},50879:{name:"ColorimetricReference",type:"Short"},50931:{name:"CameraCalibrationSignature",type:"Byte"},50932:{name:"ProfileCalibrationSignature",type:"Byte"},50934:{name:"AsShotProfileName",type:"Byte"},50935:{name:"NoiseReductionApplied",type:"Rational"},50936:{name:"ProfileName",type:"Byte"},50937:{name:"ProfileHueSatMapDims",type:"Long"},50938:{name:"ProfileHueSatMapData1",type:"Float"},50939:{name:"ProfileHueSatMapData2",type:"Float"},50940:{name:"ProfileToneCurve",type:"Float"},50941:{name:"ProfileEmbedPolicy",type:"Long"},50942:{name:"ProfileCopyright",type:"Byte"},50964:{name:"ForwardMatrix1",type:"SRational"},50965:{name:"ForwardMatrix2",type:"SRational"},50966:{name:"PreviewApplicationName",type:"Byte"},50967:{name:"PreviewApplicationVersion",type:"Byte"},50968:{name:"PreviewSettingsName",type:"Byte"},50969:{name:"PreviewSettingsDigest",type:"Byte"},50970:{name:"PreviewColorSpace",type:"Long"},50971:{name:"PreviewDateTime",type:"Ascii"},50972:{name:"RawImageDigest",type:"Undefined"},50973:{name:"OriginalRawFileDigest",type:"Undefined"},50974:{name:"SubTileBlockSize",type:"Long"},50975:{name:"RowInterleaveFactor",type:"Long"},50981:{name:"ProfileLookTableDims",type:"Long"},50982:{name:"ProfileLookTableData",type:"Float"},51008:{name:"OpcodeList1",type:"Undefined"},51009:{name:"OpcodeList2",type:"Undefined"},51022:{name:"OpcodeList3",type:"Undefined"}},Exif:{33434:{name:"ExposureTime",type:"Rational"},33437:{name:"FNumber",type:"Rational"},34850:{name:"ExposureProgram",type:"Short"},34852:{name:"SpectralSensitivity",type:"Ascii"},34855:{name:"ISOSpeedRatings",type:"Short"},34856:{name:"OECF",type:"Undefined"},34864:{name:"SensitivityType",type:"Short"},34865:{name:"StandardOutputSensitivity",type:"Long"},34866:{name:"RecommendedExposureIndex",type:"Long"},34867:{name:"ISOSpeed",type:"Long"},34868:{name:"ISOSpeedLatitudeyyy",type:"Long"},34869:{name:"ISOSpeedLatitudezzz",type:"Long"},36864:{name:"ExifVersion",type:"Undefined"},36867:{name:"DateTimeOriginal",type:"Ascii"},36868:{name:"DateTimeDigitized",type:"Ascii"},37121:{name:"ComponentsConfiguration",type:"Undefined"},37122:{name:"CompressedBitsPerPixel",type:"Rational"},37377:{name:"ShutterSpeedValue",type:"SRational"},37378:{name:"ApertureValue",type:"Rational"},37379:{name:"BrightnessValue",type:"SRational"},37380:{name:"ExposureBiasValue",type:"SRational"},37381:{name:"MaxApertureValue",type:"Rational"},37382:{name:"SubjectDistance",type:"Rational"},37383:{name:"MeteringMode",type:"Short"},37384:{name:"LightSource",type:"Short"},37385:{name:"Flash",type:"Short"},37386:{name:"FocalLength",type:"Rational"},37396:{name:"SubjectArea",type:"Short"},37500:{name:"MakerNote",type:"Undefined"},37510:{name:"UserComment",type:"Ascii"},37520:{name:"SubSecTime",type:"Ascii"},37521:{name:"SubSecTimeOriginal",type:"Ascii"},37522:{name:"SubSecTimeDigitized",type:"Ascii"},40960:{name:"FlashpixVersion",type:"Undefined"},40961:{name:"ColorSpace",type:"Short"},40962:{name:"PixelXDimension",type:"Long"},40963:{name:"PixelYDimension",type:"Long"},40964:{name:"RelatedSoundFile",type:"Ascii"},40965:{name:"InteroperabilityTag",type:"Long"},41483:{name:"FlashEnergy",type:"Rational"},41484:{name:"SpatialFrequencyResponse",type:"Undefined"},41486:{name:"FocalPlaneXResolution",type:"Rational"},41487:{name:"FocalPlaneYResolution",type:"Rational"},41488:{name:"FocalPlaneResolutionUnit",type:"Short"},41492:{name:"SubjectLocation",type:"Short"},41493:{name:"ExposureIndex",type:"Rational"},41495:{name:"SensingMethod",type:"Short"},41728:{name:"FileSource",type:"Undefined"},41729:{name:"SceneType",type:"Undefined"},41730:{name:"CFAPattern",type:"Undefined"},41985:{name:"CustomRendered",type:"Short"},41986:{name:"ExposureMode",type:"Short"},41987:{name:"WhiteBalance",type:"Short"},41988:{name:"DigitalZoomRatio",type:"Rational"},41989:{name:"FocalLengthIn35mmFilm",type:"Short"},41990:{name:"SceneCaptureType",type:"Short"},41991:{name:"GainControl",type:"Short"},41992:{name:"Contrast",type:"Short"},41993:{name:"Saturation",type:"Short"},41994:{name:"Sharpness",type:"Short"},41995:{name:"DeviceSettingDescription",type:"Undefined"},41996:{name:"SubjectDistanceRange",type:"Short"},42016:{name:"ImageUniqueID",type:"Ascii"},42032:{name:"CameraOwnerName",type:"Ascii"},42033:{name:"BodySerialNumber",type:"Ascii"},42034:{name:"LensSpecification",type:"Rational"},42035:{name:"LensMake",type:"Ascii"},42036:{name:"LensModel",type:"Ascii"},42037:{name:"LensSerialNumber",type:"Ascii"},42240:{name:"Gamma",type:"Rational"}},GPS:{0:{name:"GPSVersionID",type:"Byte"},1:{name:"GPSLatitudeRef",type:"Ascii"},2:{name:"GPSLatitude",type:"Rational"},3:{name:"GPSLongitudeRef",type:"Ascii"},4:{name:"GPSLongitude",type:"Rational"},5:{name:"GPSAltitudeRef",type:"Byte"},6:{name:"GPSAltitude",type:"Rational"},7:{name:"GPSTimeStamp",type:"Rational"},8:{name:"GPSSatellites",type:"Ascii"},9:{name:"GPSStatus",type:"Ascii"},10:{name:"GPSMeasureMode",type:"Ascii"},11:{name:"GPSDOP",type:"Rational"},12:{name:"GPSSpeedRef",type:"Ascii"},13:{name:"GPSSpeed",type:"Rational"},14:{name:"GPSTrackRef",type:"Ascii"},15:{name:"GPSTrack",type:"Rational"},16:{name:"GPSImgDirectionRef",type:"Ascii"},17:{name:"GPSImgDirection",type:"Rational"},18:{name:"GPSMapDatum",type:"Ascii"},19:{name:"GPSDestLatitudeRef",type:"Ascii"},20:{name:"GPSDestLatitude",type:"Rational"},21:{name:"GPSDestLongitudeRef",type:"Ascii"},22:{name:"GPSDestLongitude",type:"Rational"},23:{name:"GPSDestBearingRef",type:"Ascii"},24:{name:"GPSDestBearing",type:"Rational"},25:{name:"GPSDestDistanceRef",type:"Ascii"},26:{name:"GPSDestDistance",type:"Rational"},27:{name:"GPSProcessingMethod",type:"Undefined"},28:{name:"GPSAreaInformation",type:"Undefined"},29:{name:"GPSDateStamp",type:"Ascii"},30:{name:"GPSDifferential",type:"Short"},31:{name:"GPSHPositioningError",type:"Rational"}},Interop:{1:{name:"InteroperabilityIndex",type:"Ascii"}}};u["0th"]=u.Image,u["1st"]=u.Image,f.TAGS=u,f.ImageIFD={ProcessingSoftware:11,NewSubfileType:254,SubfileType:255,ImageWidth:256,ImageLength:257,BitsPerSample:258,Compression:259,PhotometricInterpretation:262,Threshholding:263,CellWidth:264,CellLength:265,FillOrder:266,DocumentName:269,ImageDescription:270,Make:271,Model:272,StripOffsets:273,Orientation:274,SamplesPerPixel:277,RowsPerStrip:278,StripByteCounts:279,XResolution:282,YResolution:283,PlanarConfiguration:284,GrayResponseUnit:290,GrayResponseCurve:291,T4Options:292,T6Options:293,ResolutionUnit:296,TransferFunction:301,Software:305,DateTime:306,Artist:315,HostComputer:316,Predictor:317,WhitePoint:318,PrimaryChromaticities:319,ColorMap:320,HalftoneHints:321,TileWidth:322,TileLength:323,TileOffsets:324,TileByteCounts:325,SubIFDs:330,InkSet:332,InkNames:333,NumberOfInks:334,DotRange:336,TargetPrinter:337,ExtraSamples:338,SampleFormat:339,SMinSampleValue:340,SMaxSampleValue:341,TransferRange:342,ClipPath:343,XClipPathUnits:344,YClipPathUnits:345,Indexed:346,JPEGTables:347,OPIProxy:351,JPEGProc:512,JPEGInterchangeFormat:513,JPEGInterchangeFormatLength:514,JPEGRestartInterval:515,JPEGLosslessPredictors:517,JPEGPointTransforms:518,JPEGQTables:519,JPEGDCTables:520,JPEGACTables:521,YCbCrCoefficients:529,YCbCrSubSampling:530,YCbCrPositioning:531,ReferenceBlackWhite:532,XMLPacket:700,Rating:18246,RatingPercent:18249,ImageID:32781,CFARepeatPatternDim:33421,CFAPattern:33422,BatteryLevel:33423,Copyright:33432,ExposureTime:33434,ImageResources:34377,ExifTag:34665,InterColorProfile:34675,GPSTag:34853,Interlace:34857,TimeZoneOffset:34858,SelfTimerMode:34859,FlashEnergy:37387,SpatialFrequencyResponse:37388,Noise:37389,FocalPlaneXResolution:37390,FocalPlaneYResolution:37391,FocalPlaneResolutionUnit:37392,ImageNumber:37393,SecurityClassification:37394,ImageHistory:37395,ExposureIndex:37397,TIFFEPStandardID:37398,SensingMethod:37399,XPTitle:40091,XPComment:40092,XPAuthor:40093,XPKeywords:40094,XPSubject:40095,PrintImageMatching:50341,DNGVersion:50706,DNGBackwardVersion:50707,UniqueCameraModel:50708,LocalizedCameraModel:50709,CFAPlaneColor:50710,CFALayout:50711,LinearizationTable:50712,BlackLevelRepeatDim:50713,BlackLevel:50714,BlackLevelDeltaH:50715,BlackLevelDeltaV:50716,WhiteLevel:50717,DefaultScale:50718,DefaultCropOrigin:50719,DefaultCropSize:50720,ColorMatrix1:50721,ColorMatrix2:50722,CameraCalibration1:50723,CameraCalibration2:50724,ReductionMatrix1:50725,ReductionMatrix2:50726,AnalogBalance:50727,AsShotNeutral:50728,AsShotWhiteXY:50729,BaselineExposure:50730,BaselineNoise:50731,BaselineSharpness:50732,BayerGreenSplit:50733,LinearResponseLimit:50734,CameraSerialNumber:50735,LensInfo:50736,ChromaBlurRadius:50737,AntiAliasStrength:50738,ShadowScale:50739,DNGPrivateData:50740,MakerNoteSafety:50741,CalibrationIlluminant1:50778,CalibrationIlluminant2:50779,BestQualityScale:50780,RawDataUniqueID:50781,OriginalRawFileName:50827,OriginalRawFileData:50828,ActiveArea:50829,MaskedAreas:50830,AsShotICCProfile:50831,AsShotPreProfileMatrix:50832,CurrentICCProfile:50833,CurrentPreProfileMatrix:50834,ColorimetricReference:50879,CameraCalibrationSignature:50931,ProfileCalibrationSignature:50932,AsShotProfileName:50934,NoiseReductionApplied:50935,ProfileName:50936,ProfileHueSatMapDims:50937,ProfileHueSatMapData1:50938,ProfileHueSatMapData2:50939,ProfileToneCurve:50940,ProfileEmbedPolicy:50941,ProfileCopyright:50942,ForwardMatrix1:50964,ForwardMatrix2:50965,PreviewApplicationName:50966,PreviewApplicationVersion:50967,PreviewSettingsName:50968,PreviewSettingsDigest:50969,PreviewColorSpace:50970,PreviewDateTime:50971,RawImageDigest:50972,OriginalRawFileDigest:50973,SubTileBlockSize:50974,RowInterleaveFactor:50975,ProfileLookTableDims:50981,ProfileLookTableData:50982,OpcodeList1:51008,OpcodeList2:51009,OpcodeList3:51022,NoiseProfile:51041},f.ExifIFD={ExposureTime:33434,FNumber:33437,ExposureProgram:34850,SpectralSensitivity:34852,ISOSpeedRatings:34855,OECF:34856,SensitivityType:34864,StandardOutputSensitivity:34865,RecommendedExposureIndex:34866,ISOSpeed:34867,ISOSpeedLatitudeyyy:34868,ISOSpeedLatitudezzz:34869,ExifVersion:36864,DateTimeOriginal:36867,DateTimeDigitized:36868,ComponentsConfiguration:37121,CompressedBitsPerPixel:37122,ShutterSpeedValue:37377,ApertureValue:37378,BrightnessValue:37379,ExposureBiasValue:37380,MaxApertureValue:37381,SubjectDistance:37382,MeteringMode:37383,LightSource:37384,Flash:37385,FocalLength:37386,SubjectArea:37396,MakerNote:37500,UserComment:37510,SubSecTime:37520,SubSecTimeOriginal:37521,SubSecTimeDigitized:37522,FlashpixVersion:40960,ColorSpace:40961,PixelXDimension:40962,PixelYDimension:40963,RelatedSoundFile:40964,InteroperabilityTag:40965,FlashEnergy:41483,SpatialFrequencyResponse:41484,FocalPlaneXResolution:41486,FocalPlaneYResolution:41487,FocalPlaneResolutionUnit:41488,SubjectLocation:41492,ExposureIndex:41493,SensingMethod:41495,FileSource:41728,SceneType:41729,CFAPattern:41730,CustomRendered:41985,ExposureMode:41986,WhiteBalance:41987,DigitalZoomRatio:41988,FocalLengthIn35mmFilm:41989,SceneCaptureType:41990,GainControl:41991,Contrast:41992,Saturation:41993,Sharpness:41994,DeviceSettingDescription:41995,SubjectDistanceRange:41996,ImageUniqueID:42016,CameraOwnerName:42032,BodySerialNumber:42033,LensSpecification:42034,LensMake:42035,LensModel:42036,LensSerialNumber:42037,Gamma:42240},f.GPSIFD={GPSVersionID:0,GPSLatitudeRef:1,GPSLatitude:2,GPSLongitudeRef:3,GPSLongitude:4,GPSAltitudeRef:5,GPSAltitude:6,GPSTimeStamp:7,GPSSatellites:8,GPSStatus:9,GPSMeasureMode:10,GPSDOP:11,GPSSpeedRef:12,GPSSpeed:13,GPSTrackRef:14,GPSTrack:15,GPSImgDirectionRef:16,GPSImgDirection:17,GPSMapDatum:18,GPSDestLatitudeRef:19,GPSDestLatitude:20,GPSDestLongitudeRef:21,GPSDestLongitude:22,GPSDestBearingRef:23,GPSDestBearing:24,GPSDestDistanceRef:25,GPSDestDistance:26,GPSProcessingMethod:27,GPSAreaInformation:28,GPSDateStamp:29,GPSDifferential:30,GPSHPositioningError:31},f.InteropIFD={InteroperabilityIndex:1},f.GPSHelper={degToDmsRational:function(e){var t=e%1*60,a=t%1*60,i=Math.floor(e),n=Math.floor(t),r=Math.round(100*a);return[[i,1],[n,1],[r,100]]}},"undefined"!=typeof exports?("undefined"!=typeof module&&module.exports&&(exports=module.exports=f),exports.piexif=f):window.piexif=f}();
|
data/testing-with-2.1.18/app/assets/javascripts/admin/bootstrap-file-input/plugins/purify.js
DELETED
@@ -1,812 +0,0 @@
|
|
1
|
-
;(function(factory) {
|
2
|
-
'use strict';
|
3
|
-
/* global window: false, define: false, module: false */
|
4
|
-
var root = typeof window === 'undefined' ? null : window;
|
5
|
-
|
6
|
-
if (typeof define === 'function' && define.amd) {
|
7
|
-
define(function(){ return factory(root); });
|
8
|
-
} else if (typeof module !== 'undefined') {
|
9
|
-
module.exports = factory(root);
|
10
|
-
} else {
|
11
|
-
root.DOMPurify = factory(root);
|
12
|
-
}
|
13
|
-
}(function factory(window) {
|
14
|
-
'use strict';
|
15
|
-
|
16
|
-
var DOMPurify = function(window) {
|
17
|
-
return factory(window);
|
18
|
-
};
|
19
|
-
|
20
|
-
/**
|
21
|
-
* Version label, exposed for easier checks
|
22
|
-
* if DOMPurify is up to date or not
|
23
|
-
*/
|
24
|
-
DOMPurify.version = '0.7.4';
|
25
|
-
|
26
|
-
if (!window || !window.document || window.document.nodeType !== 9) {
|
27
|
-
// not running in a browser, provide a factory function
|
28
|
-
// so that you can pass your own Window
|
29
|
-
DOMPurify.isSupported = false;
|
30
|
-
return DOMPurify;
|
31
|
-
}
|
32
|
-
|
33
|
-
var document = window.document;
|
34
|
-
var originalDocument = document;
|
35
|
-
var DocumentFragment = window.DocumentFragment;
|
36
|
-
var HTMLTemplateElement = window.HTMLTemplateElement;
|
37
|
-
var NodeFilter = window.NodeFilter;
|
38
|
-
var NamedNodeMap = window.NamedNodeMap || window.MozNamedAttrMap;
|
39
|
-
var Text = window.Text;
|
40
|
-
var Comment = window.Comment;
|
41
|
-
var DOMParser = window.DOMParser;
|
42
|
-
|
43
|
-
// As per issue #47, the web-components registry is inherited by a
|
44
|
-
// new document created via createHTMLDocument. As per the spec
|
45
|
-
// (http://w3c.github.io/webcomponents/spec/custom/#creating-and-passing-registries)
|
46
|
-
// a new empty registry is used when creating a template contents owner
|
47
|
-
// document, so we use that as our parent document to ensure nothing
|
48
|
-
// is inherited.
|
49
|
-
if (typeof HTMLTemplateElement === 'function') {
|
50
|
-
var template = document.createElement('template');
|
51
|
-
if (template.content && template.content.ownerDocument) {
|
52
|
-
document = template.content.ownerDocument;
|
53
|
-
}
|
54
|
-
}
|
55
|
-
var implementation = document.implementation;
|
56
|
-
var createNodeIterator = document.createNodeIterator;
|
57
|
-
var getElementsByTagName = document.getElementsByTagName;
|
58
|
-
var createDocumentFragment = document.createDocumentFragment;
|
59
|
-
var importNode = originalDocument.importNode;
|
60
|
-
|
61
|
-
var hooks = {};
|
62
|
-
|
63
|
-
/**
|
64
|
-
* Expose whether this browser supports running the full DOMPurify.
|
65
|
-
*/
|
66
|
-
DOMPurify.isSupported =
|
67
|
-
typeof implementation.createHTMLDocument !== 'undefined' &&
|
68
|
-
document.documentMode !== 9;
|
69
|
-
|
70
|
-
/* Add properties to a lookup table */
|
71
|
-
var _addToSet = function(set, array) {
|
72
|
-
var l = array.length;
|
73
|
-
while (l--) {
|
74
|
-
if (typeof array[l] === 'string') {
|
75
|
-
array[l] = array[l].toLowerCase();
|
76
|
-
}
|
77
|
-
set[array[l]] = true;
|
78
|
-
}
|
79
|
-
return set;
|
80
|
-
};
|
81
|
-
|
82
|
-
/* Shallow clone an object */
|
83
|
-
var _cloneObj = function(object) {
|
84
|
-
var newObject = {};
|
85
|
-
var property;
|
86
|
-
for (property in object) {
|
87
|
-
if (object.hasOwnProperty(property)) {
|
88
|
-
newObject[property] = object[property];
|
89
|
-
}
|
90
|
-
}
|
91
|
-
return newObject;
|
92
|
-
};
|
93
|
-
|
94
|
-
/**
|
95
|
-
* We consider the elements and attributes below to be safe. Ideally
|
96
|
-
* don't add any new ones but feel free to remove unwanted ones.
|
97
|
-
*/
|
98
|
-
|
99
|
-
/* allowed element names */
|
100
|
-
var ALLOWED_TAGS = null;
|
101
|
-
var DEFAULT_ALLOWED_TAGS = _addToSet({}, [
|
102
|
-
|
103
|
-
// HTML
|
104
|
-
'a','abbr','acronym','address','area','article','aside','audio','b',
|
105
|
-
'bdi','bdo','big','blink','blockquote','body','br','button','canvas',
|
106
|
-
'caption','center','cite','code','col','colgroup','content','data',
|
107
|
-
'datalist','dd','decorator','del','details','dfn','dir','div','dl','dt',
|
108
|
-
'element','em','fieldset','figcaption','figure','font','footer','form',
|
109
|
-
'h1','h2','h3','h4','h5','h6','head','header','hgroup','hr','html','i',
|
110
|
-
'img','input','ins','kbd','label','legend','li','main','map','mark',
|
111
|
-
'marquee','menu','menuitem','meter','nav','nobr','ol','optgroup',
|
112
|
-
'option','output','p','pre','progress','q','rp','rt','ruby','s','samp',
|
113
|
-
'section','select','shadow','small','source','spacer','span','strike',
|
114
|
-
'strong','style','sub','summary','sup','table','tbody','td','template',
|
115
|
-
'textarea','tfoot','th','thead','time','tr','track','tt','u','ul','var',
|
116
|
-
'video','wbr',
|
117
|
-
|
118
|
-
// SVG
|
119
|
-
'svg','altglyph','altglyphdef','altglyphitem','animatecolor',
|
120
|
-
'animatemotion','animatetransform','circle','clippath','defs','desc',
|
121
|
-
'ellipse','filter','font','g','glyph','glyphref','hkern','image','line',
|
122
|
-
'lineargradient','marker','mask','metadata','mpath','path','pattern',
|
123
|
-
'polygon','polyline','radialgradient','rect','stop','switch','symbol',
|
124
|
-
'text','textpath','title','tref','tspan','view','vkern',
|
125
|
-
|
126
|
-
// SVG Filters
|
127
|
-
'feBlend','feColorMatrix','feComponentTransfer','feComposite',
|
128
|
-
'feConvolveMatrix','feDiffuseLighting','feDisplacementMap',
|
129
|
-
'feFlood','feFuncA','feFuncB','feFuncG','feFuncR','feGaussianBlur',
|
130
|
-
'feMerge','feMergeNode','feMorphology','feOffset',
|
131
|
-
'feSpecularLighting','feTile','feTurbulence',
|
132
|
-
|
133
|
-
//MathML
|
134
|
-
'math','menclose','merror','mfenced','mfrac','mglyph','mi','mlabeledtr',
|
135
|
-
'mmuliscripts','mn','mo','mover','mpadded','mphantom','mroot','mrow',
|
136
|
-
'ms','mpspace','msqrt','mystyle','msub','msup','msubsup','mtable','mtd',
|
137
|
-
'mtext','mtr','munder','munderover',
|
138
|
-
|
139
|
-
//Text
|
140
|
-
'#text'
|
141
|
-
]);
|
142
|
-
|
143
|
-
/* Allowed attribute names */
|
144
|
-
var ALLOWED_ATTR = null;
|
145
|
-
var DEFAULT_ALLOWED_ATTR = _addToSet({}, [
|
146
|
-
|
147
|
-
// HTML
|
148
|
-
'accept','action','align','alt','autocomplete','background','bgcolor',
|
149
|
-
'border','cellpadding','cellspacing','checked','cite','class','clear','color',
|
150
|
-
'cols','colspan','coords','datetime','default','dir','disabled',
|
151
|
-
'download','enctype','face','for','headers','height','hidden','high','href',
|
152
|
-
'hreflang','id','ismap','label','lang','list','loop', 'low','max',
|
153
|
-
'maxlength','media','method','min','multiple','name','noshade','novalidate',
|
154
|
-
'nowrap','open','optimum','pattern','placeholder','poster','preload','pubdate',
|
155
|
-
'radiogroup','readonly','rel','required','rev','reversed','rows',
|
156
|
-
'rowspan','spellcheck','scope','selected','shape','size','span',
|
157
|
-
'srclang','start','src','step','style','summary','tabindex','title',
|
158
|
-
'type','usemap','valign','value','width','xmlns',
|
159
|
-
|
160
|
-
// SVG
|
161
|
-
'accent-height','accumulate','additivive','alignment-baseline',
|
162
|
-
'ascent','attributename','attributetype','azimuth','basefrequency',
|
163
|
-
'baseline-shift','begin','bias','by','clip','clip-path','clip-rule',
|
164
|
-
'color','color-interpolation','color-interpolation-filters','color-profile',
|
165
|
-
'color-rendering','cx','cy','d','dx','dy','diffuseconstant','direction',
|
166
|
-
'display','divisor','dur','edgemode','elevation','end','fill','fill-opacity',
|
167
|
-
'fill-rule','filter','flood-color','flood-opacity','font-family','font-size',
|
168
|
-
'font-size-adjust','font-stretch','font-style','font-variant','font-weight',
|
169
|
-
'fx', 'fy','g1','g2','glyph-name','glyphref','gradientunits','gradienttransform',
|
170
|
-
'image-rendering','in','in2','k','k1','k2','k3','k4','kerning','keypoints',
|
171
|
-
'keysplines','keytimes','lengthadjust','letter-spacing','kernelmatrix',
|
172
|
-
'kernelunitlength','lighting-color','local','marker-end','marker-mid',
|
173
|
-
'marker-start','markerheight','markerunits','markerwidth','maskcontentunits',
|
174
|
-
'maskunits','max','mask','mode','min','numoctaves','offset','operator',
|
175
|
-
'opacity','order','orient','orientation','origin','overflow','paint-order',
|
176
|
-
'path','pathlength','patterncontentunits','patterntransform','patternunits',
|
177
|
-
'points','preservealpha','r','rx','ry','radius','refx','refy','repeatcount',
|
178
|
-
'repeatdur','restart','result','rotate','scale','seed','shape-rendering',
|
179
|
-
'specularconstant','specularexponent','spreadmethod','stddeviation','stitchtiles',
|
180
|
-
'stop-color','stop-opacity','stroke-dasharray','stroke-dashoffset','stroke-linecap',
|
181
|
-
'stroke-linejoin','stroke-miterlimit','stroke-opacity','stroke','stroke-width',
|
182
|
-
'surfacescale','targetx','targety','transform','text-anchor','text-decoration',
|
183
|
-
'text-rendering','textlength','u1','u2','unicode','values','viewbox',
|
184
|
-
'visibility','vert-adv-y','vert-origin-x','vert-origin-y','word-spacing',
|
185
|
-
'wrap','writing-mode','xchannelselector','ychannelselector','x','x1','x2',
|
186
|
-
'y','y1','y2','z','zoomandpan',
|
187
|
-
|
188
|
-
// MathML
|
189
|
-
'accent','accentunder','bevelled','close','columnsalign','columnlines',
|
190
|
-
'columnspan','denomalign','depth','display','displaystyle','fence',
|
191
|
-
'frame','largeop','length','linethickness','lspace','lquote',
|
192
|
-
'mathbackground','mathcolor','mathsize','mathvariant','maxsize',
|
193
|
-
'minsize','movablelimits','notation','numalign','open','rowalign',
|
194
|
-
'rowlines','rowspacing','rowspan','rspace','rquote','scriptlevel',
|
195
|
-
'scriptminsize','scriptsizemultiplier','selection','separator',
|
196
|
-
'separators','stretchy','subscriptshift','supscriptshift','symmetric',
|
197
|
-
'voffset',
|
198
|
-
|
199
|
-
// XML
|
200
|
-
'xlink:href','xml:id','xlink:title','xml:space','xmlns:xlink'
|
201
|
-
]);
|
202
|
-
|
203
|
-
/* Explicitly forbidden tags (overrides ALLOWED_TAGS/ADD_TAGS) */
|
204
|
-
var FORBID_TAGS = null;
|
205
|
-
|
206
|
-
/* Explicitly forbidden attributes (overrides ALLOWED_ATTR/ADD_ATTR) */
|
207
|
-
var FORBID_ATTR = null;
|
208
|
-
|
209
|
-
/* Decide if custom data attributes are okay */
|
210
|
-
var ALLOW_DATA_ATTR = true;
|
211
|
-
|
212
|
-
/* Decide if unknown protocols are okay */
|
213
|
-
var ALLOW_UNKNOWN_PROTOCOLS = false;
|
214
|
-
|
215
|
-
/* Output should be safe for jQuery's $() factory? */
|
216
|
-
var SAFE_FOR_JQUERY = false;
|
217
|
-
|
218
|
-
/* Output should be safe for common template engines.
|
219
|
-
* This means, DOMPurify removes data attributes, mustaches and ERB
|
220
|
-
*/
|
221
|
-
var SAFE_FOR_TEMPLATES = false;
|
222
|
-
|
223
|
-
/* Specify template detection regex for SAFE_FOR_TEMPLATES mode */
|
224
|
-
var MUSTACHE_EXPR = /\{\{[\s\S]*|[\s\S]*\}\}/gm;
|
225
|
-
var ERB_EXPR = /<%[\s\S]*|[\s\S]*%>/gm;
|
226
|
-
|
227
|
-
/* Decide if document with <html>... should be returned */
|
228
|
-
var WHOLE_DOCUMENT = false;
|
229
|
-
|
230
|
-
/* Decide if a DOM `HTMLBodyElement` should be returned, instead of a html string.
|
231
|
-
* If `WHOLE_DOCUMENT` is enabled a `HTMLHtmlElement` will be returned instead
|
232
|
-
*/
|
233
|
-
var RETURN_DOM = false;
|
234
|
-
|
235
|
-
/* Decide if a DOM `DocumentFragment` should be returned, instead of a html string */
|
236
|
-
var RETURN_DOM_FRAGMENT = false;
|
237
|
-
|
238
|
-
/* If `RETURN_DOM` or `RETURN_DOM_FRAGMENT` is enabled, decide if the returned DOM
|
239
|
-
* `Node` is imported into the current `Document`. If this flag is not enabled the
|
240
|
-
* `Node` will belong (its ownerDocument) to a fresh `HTMLDocument`, created by
|
241
|
-
* DOMPurify. */
|
242
|
-
var RETURN_DOM_IMPORT = false;
|
243
|
-
|
244
|
-
/* Output should be free from DOM clobbering attacks? */
|
245
|
-
var SANITIZE_DOM = true;
|
246
|
-
|
247
|
-
/* Keep element content when removing element? */
|
248
|
-
var KEEP_CONTENT = true;
|
249
|
-
|
250
|
-
/* Tags to ignore content of when KEEP_CONTENT is true */
|
251
|
-
var FORBID_CONTENTS = _addToSet({}, [
|
252
|
-
'audio', 'head', 'math', 'script', 'style', 'svg', 'video'
|
253
|
-
]);
|
254
|
-
|
255
|
-
/* Tags that are safe for data: URIs */
|
256
|
-
var DATA_URI_TAGS = _addToSet({}, [
|
257
|
-
'audio', 'video', 'img', 'source'
|
258
|
-
]);
|
259
|
-
|
260
|
-
/* Attributes safe for values like "javascript:" */
|
261
|
-
var URI_SAFE_ATTRIBUTES = _addToSet({}, [
|
262
|
-
'alt','class','for','id','label','name','pattern','placeholder',
|
263
|
-
'summary','title','value','style','xmlns'
|
264
|
-
]);
|
265
|
-
|
266
|
-
/* Keep a reference to config to pass to hooks */
|
267
|
-
var CONFIG = null;
|
268
|
-
|
269
|
-
/* Ideally, do not touch anything below this line */
|
270
|
-
/* ______________________________________________ */
|
271
|
-
|
272
|
-
var formElement = document.createElement('form');
|
273
|
-
|
274
|
-
/**
|
275
|
-
* _parseConfig
|
276
|
-
*
|
277
|
-
* @param optional config literal
|
278
|
-
*/
|
279
|
-
var _parseConfig = function(cfg) {
|
280
|
-
/* Shield configuration object from tampering */
|
281
|
-
if (typeof cfg !== 'object') {
|
282
|
-
cfg = {};
|
283
|
-
}
|
284
|
-
|
285
|
-
/* Set configuration parameters */
|
286
|
-
ALLOWED_TAGS = 'ALLOWED_TAGS' in cfg ?
|
287
|
-
_addToSet({}, cfg.ALLOWED_TAGS) : DEFAULT_ALLOWED_TAGS;
|
288
|
-
ALLOWED_ATTR = 'ALLOWED_ATTR' in cfg ?
|
289
|
-
_addToSet({}, cfg.ALLOWED_ATTR) : DEFAULT_ALLOWED_ATTR;
|
290
|
-
FORBID_TAGS = 'FORBID_TAGS' in cfg ?
|
291
|
-
_addToSet({}, cfg.FORBID_TAGS) : {};
|
292
|
-
FORBID_ATTR = 'FORBID_ATTR' in cfg ?
|
293
|
-
_addToSet({}, cfg.FORBID_ATTR) : {};
|
294
|
-
ALLOW_DATA_ATTR = cfg.ALLOW_DATA_ATTR !== false; // Default true
|
295
|
-
ALLOW_UNKNOWN_PROTOCOLS = cfg.ALLOW_UNKNOWN_PROTOCOLS || false; // Default false
|
296
|
-
SAFE_FOR_JQUERY = cfg.SAFE_FOR_JQUERY || false; // Default false
|
297
|
-
SAFE_FOR_TEMPLATES = cfg.SAFE_FOR_TEMPLATES || false; // Default false
|
298
|
-
WHOLE_DOCUMENT = cfg.WHOLE_DOCUMENT || false; // Default false
|
299
|
-
RETURN_DOM = cfg.RETURN_DOM || false; // Default false
|
300
|
-
RETURN_DOM_FRAGMENT = cfg.RETURN_DOM_FRAGMENT || false; // Default false
|
301
|
-
RETURN_DOM_IMPORT = cfg.RETURN_DOM_IMPORT || false; // Default false
|
302
|
-
SANITIZE_DOM = cfg.SANITIZE_DOM !== false; // Default true
|
303
|
-
KEEP_CONTENT = cfg.KEEP_CONTENT !== false; // Default true
|
304
|
-
|
305
|
-
if (SAFE_FOR_TEMPLATES) {
|
306
|
-
ALLOW_DATA_ATTR = false;
|
307
|
-
}
|
308
|
-
|
309
|
-
if (RETURN_DOM_FRAGMENT) {
|
310
|
-
RETURN_DOM = true;
|
311
|
-
}
|
312
|
-
|
313
|
-
/* Merge configuration parameters */
|
314
|
-
if (cfg.ADD_TAGS) {
|
315
|
-
if (ALLOWED_TAGS === DEFAULT_ALLOWED_TAGS) {
|
316
|
-
ALLOWED_TAGS = _cloneObj(ALLOWED_TAGS);
|
317
|
-
}
|
318
|
-
_addToSet(ALLOWED_TAGS, cfg.ADD_TAGS);
|
319
|
-
}
|
320
|
-
if (cfg.ADD_ATTR) {
|
321
|
-
if (ALLOWED_ATTR === DEFAULT_ALLOWED_ATTR) {
|
322
|
-
ALLOWED_ATTR = _cloneObj(ALLOWED_ATTR);
|
323
|
-
}
|
324
|
-
_addToSet(ALLOWED_ATTR, cfg.ADD_ATTR);
|
325
|
-
}
|
326
|
-
|
327
|
-
/* Add #text in case KEEP_CONTENT is set to true */
|
328
|
-
if (KEEP_CONTENT) { ALLOWED_TAGS['#text'] = true; }
|
329
|
-
|
330
|
-
// Prevent further manipulation of configuration.
|
331
|
-
// Not available in IE8, Safari 5, etc.
|
332
|
-
if (Object && 'freeze' in Object) { Object.freeze(cfg); }
|
333
|
-
|
334
|
-
CONFIG = cfg;
|
335
|
-
};
|
336
|
-
|
337
|
-
/**
|
338
|
-
* _forceRemove
|
339
|
-
*
|
340
|
-
* @param a DOM node
|
341
|
-
*/
|
342
|
-
var _forceRemove = function(node) {
|
343
|
-
try {
|
344
|
-
node.parentNode.removeChild(node);
|
345
|
-
} catch (e) {
|
346
|
-
node.outerHTML = '';
|
347
|
-
}
|
348
|
-
};
|
349
|
-
|
350
|
-
/**
|
351
|
-
* _initDocument
|
352
|
-
*
|
353
|
-
* @param a string of dirty markup
|
354
|
-
* @return a DOM, filled with the dirty markup
|
355
|
-
*/
|
356
|
-
var _initDocument = function(dirty) {
|
357
|
-
/* Create a HTML document using DOMParser */
|
358
|
-
var doc, body;
|
359
|
-
try {
|
360
|
-
doc = new DOMParser().parseFromString(dirty, 'text/html');
|
361
|
-
} catch (e) {}
|
362
|
-
|
363
|
-
/* Some browsers throw, some browsers return null for the code above
|
364
|
-
DOMParser with text/html support is only in very recent browsers. */
|
365
|
-
if (!doc) {
|
366
|
-
doc = implementation.createHTMLDocument('');
|
367
|
-
body = doc.body;
|
368
|
-
body.parentNode.removeChild(body.parentNode.firstElementChild);
|
369
|
-
body.outerHTML = dirty;
|
370
|
-
}
|
371
|
-
|
372
|
-
/* Work on whole document or just its body */
|
373
|
-
if (typeof doc.getElementsByTagName === 'function') {
|
374
|
-
return doc.getElementsByTagName(
|
375
|
-
WHOLE_DOCUMENT ? 'html' : 'body')[0];
|
376
|
-
}
|
377
|
-
return getElementsByTagName.call(doc,
|
378
|
-
WHOLE_DOCUMENT ? 'html' : 'body')[0];
|
379
|
-
};
|
380
|
-
|
381
|
-
/**
|
382
|
-
* _createIterator
|
383
|
-
*
|
384
|
-
* @param document/fragment to create iterator for
|
385
|
-
* @return iterator instance
|
386
|
-
*/
|
387
|
-
var _createIterator = function(root) {
|
388
|
-
return createNodeIterator.call(root.ownerDocument || root,
|
389
|
-
root,
|
390
|
-
NodeFilter.SHOW_ELEMENT
|
391
|
-
| NodeFilter.SHOW_COMMENT
|
392
|
-
| NodeFilter.SHOW_TEXT,
|
393
|
-
function() { return NodeFilter.FILTER_ACCEPT; },
|
394
|
-
false
|
395
|
-
);
|
396
|
-
};
|
397
|
-
|
398
|
-
/**
|
399
|
-
* _isClobbered
|
400
|
-
*
|
401
|
-
* @param element to check for clobbering attacks
|
402
|
-
* @return true if clobbered, false if safe
|
403
|
-
*/
|
404
|
-
var _isClobbered = function(elm) {
|
405
|
-
if (elm instanceof Text || elm instanceof Comment) {
|
406
|
-
return false;
|
407
|
-
}
|
408
|
-
if ( typeof elm.nodeName !== 'string'
|
409
|
-
|| typeof elm.textContent !== 'string'
|
410
|
-
|| typeof elm.removeChild !== 'function'
|
411
|
-
|| !(elm.attributes instanceof NamedNodeMap)
|
412
|
-
|| typeof elm.removeAttribute !== 'function'
|
413
|
-
|| typeof elm.setAttribute !== 'function'
|
414
|
-
) {
|
415
|
-
return true;
|
416
|
-
}
|
417
|
-
return false;
|
418
|
-
};
|
419
|
-
|
420
|
-
/**
|
421
|
-
* _sanitizeElements
|
422
|
-
*
|
423
|
-
* @protect nodeName
|
424
|
-
* @protect textContent
|
425
|
-
* @protect removeChild
|
426
|
-
*
|
427
|
-
* @param node to check for permission to exist
|
428
|
-
* @return true if node was killed, false if left alive
|
429
|
-
*/
|
430
|
-
var _sanitizeElements = function(currentNode) {
|
431
|
-
var tagName, content;
|
432
|
-
/* Execute a hook if present */
|
433
|
-
_executeHook('beforeSanitizeElements', currentNode, null);
|
434
|
-
|
435
|
-
/* Check if element is clobbered or can clobber */
|
436
|
-
if (_isClobbered(currentNode)) {
|
437
|
-
_forceRemove(currentNode);
|
438
|
-
return true;
|
439
|
-
}
|
440
|
-
|
441
|
-
/* Now let's check the element's type and name */
|
442
|
-
tagName = currentNode.nodeName.toLowerCase();
|
443
|
-
|
444
|
-
/* Execute a hook if present */
|
445
|
-
_executeHook('uponSanitizeElement', currentNode, {
|
446
|
-
tagName: tagName
|
447
|
-
});
|
448
|
-
|
449
|
-
/* Remove element if anything forbids its presence */
|
450
|
-
if (!ALLOWED_TAGS[tagName] || FORBID_TAGS[tagName]) {
|
451
|
-
/* Keep content except for black-listed elements */
|
452
|
-
if (KEEP_CONTENT && !FORBID_CONTENTS[tagName]
|
453
|
-
&& typeof currentNode.insertAdjacentHTML === 'function') {
|
454
|
-
try {
|
455
|
-
currentNode.insertAdjacentHTML('AfterEnd', currentNode.innerHTML);
|
456
|
-
} catch (e) {}
|
457
|
-
}
|
458
|
-
_forceRemove(currentNode);
|
459
|
-
return true;
|
460
|
-
}
|
461
|
-
|
462
|
-
/* Convert markup to cover jQuery behavior */
|
463
|
-
if (SAFE_FOR_JQUERY && !currentNode.firstElementChild &&
|
464
|
-
(!currentNode.content || !currentNode.content.firstElementChild)) {
|
465
|
-
currentNode.innerHTML = currentNode.textContent.replace(/</g, '<');
|
466
|
-
}
|
467
|
-
|
468
|
-
/* Sanitize element content to be template-safe */
|
469
|
-
if (SAFE_FOR_TEMPLATES && currentNode.nodeType === 3) {
|
470
|
-
/* Get the element's text content */
|
471
|
-
content = currentNode.textContent;
|
472
|
-
content = content.replace(MUSTACHE_EXPR, ' ');
|
473
|
-
content = content.replace(ERB_EXPR, ' ');
|
474
|
-
currentNode.textContent = content;
|
475
|
-
}
|
476
|
-
|
477
|
-
/* Execute a hook if present */
|
478
|
-
_executeHook('afterSanitizeElements', currentNode, null);
|
479
|
-
|
480
|
-
return false;
|
481
|
-
};
|
482
|
-
|
483
|
-
var DATA_ATTR = /^data-[\w.\u00B7-\uFFFF-]/;
|
484
|
-
var IS_ALLOWED_URI = /^(?:(?:(?:f|ht)tps?|mailto|tel):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i;
|
485
|
-
var IS_SCRIPT_OR_DATA = /^(?:\w+script|data):/i;
|
486
|
-
/* This needs to be extensive thanks to Webkit/Blink's behavior */
|
487
|
-
var ATTR_WHITESPACE = /[\x00-\x20\xA0\u1680\u180E\u2000-\u2029\u205f\u3000]/g;
|
488
|
-
|
489
|
-
/**
|
490
|
-
* _sanitizeAttributes
|
491
|
-
*
|
492
|
-
* @protect attributes
|
493
|
-
* @protect nodeName
|
494
|
-
* @protect removeAttribute
|
495
|
-
* @protect setAttribute
|
496
|
-
*
|
497
|
-
* @param node to sanitize
|
498
|
-
* @return void
|
499
|
-
*/
|
500
|
-
var _sanitizeAttributes = function(currentNode) {
|
501
|
-
var attr, name, value, lcName, idAttr, attributes, hookEvent, l;
|
502
|
-
/* Execute a hook if present */
|
503
|
-
_executeHook('beforeSanitizeAttributes', currentNode, null);
|
504
|
-
|
505
|
-
attributes = currentNode.attributes;
|
506
|
-
|
507
|
-
/* Check if we have attributes; if not we might have a text node */
|
508
|
-
if (!attributes) { return; }
|
509
|
-
|
510
|
-
hookEvent = {
|
511
|
-
attrName: '',
|
512
|
-
attrValue: '',
|
513
|
-
keepAttr: true
|
514
|
-
};
|
515
|
-
l = attributes.length;
|
516
|
-
|
517
|
-
/* Go backwards over all attributes; safely remove bad ones */
|
518
|
-
while (l--) {
|
519
|
-
attr = attributes[l];
|
520
|
-
name = attr.name;
|
521
|
-
value = attr.value;
|
522
|
-
lcName = name.toLowerCase();
|
523
|
-
|
524
|
-
/* Execute a hook if present */
|
525
|
-
hookEvent.attrName = lcName;
|
526
|
-
hookEvent.attrValue = value;
|
527
|
-
hookEvent.keepAttr = true;
|
528
|
-
_executeHook('uponSanitizeAttribute', currentNode, hookEvent );
|
529
|
-
value = hookEvent.attrValue;
|
530
|
-
|
531
|
-
/* Remove attribute */
|
532
|
-
// Safari (iOS + Mac), last tested v8.0.5, crashes if you try to
|
533
|
-
// remove a "name" attribute from an <img> tag that has an "id"
|
534
|
-
// attribute at the time.
|
535
|
-
if (lcName === 'name' &&
|
536
|
-
currentNode.nodeName === 'IMG' && attributes.id) {
|
537
|
-
idAttr = attributes.id;
|
538
|
-
attributes = Array.prototype.slice.apply(attributes);
|
539
|
-
currentNode.removeAttribute('id');
|
540
|
-
currentNode.removeAttribute(name);
|
541
|
-
if (attributes.indexOf(idAttr) > l) {
|
542
|
-
currentNode.setAttribute('id', idAttr.value);
|
543
|
-
}
|
544
|
-
} else {
|
545
|
-
// This avoids a crash in Safari v9.0 with double-ids.
|
546
|
-
// The trick is to first set the id to be empty and then to
|
547
|
-
// remove the attriubute
|
548
|
-
if (name === 'id') {
|
549
|
-
currentNode.setAttribute(name, '');
|
550
|
-
}
|
551
|
-
currentNode.removeAttribute(name);
|
552
|
-
}
|
553
|
-
|
554
|
-
/* Did the hooks approve of the attribute? */
|
555
|
-
if (!hookEvent.keepAttr) {
|
556
|
-
continue;
|
557
|
-
}
|
558
|
-
|
559
|
-
/* Make sure attribute cannot clobber */
|
560
|
-
if (SANITIZE_DOM &&
|
561
|
-
(lcName === 'id' || lcName === 'name') &&
|
562
|
-
(value in window || value in document || value in formElement)) {
|
563
|
-
continue;
|
564
|
-
}
|
565
|
-
|
566
|
-
/* Sanitize attribute content to be template-safe */
|
567
|
-
if (SAFE_FOR_TEMPLATES) {
|
568
|
-
value = value.replace(MUSTACHE_EXPR, ' ');
|
569
|
-
value = value.replace(ERB_EXPR, ' ');
|
570
|
-
}
|
571
|
-
|
572
|
-
if (
|
573
|
-
/* Check the name is permitted */
|
574
|
-
(ALLOWED_ATTR[lcName] && !FORBID_ATTR[lcName] && (
|
575
|
-
/* Check no script, data or unknown possibly unsafe URI
|
576
|
-
unless we know URI values are safe for that attribute */
|
577
|
-
URI_SAFE_ATTRIBUTES[lcName] ||
|
578
|
-
IS_ALLOWED_URI.test(value.replace(ATTR_WHITESPACE,'')) ||
|
579
|
-
/* Keep image data URIs alive if src is allowed */
|
580
|
-
(lcName === 'src' && value.indexOf('data:') === 0 &&
|
581
|
-
DATA_URI_TAGS[currentNode.nodeName.toLowerCase()])
|
582
|
-
)) ||
|
583
|
-
/* Allow potentially valid data-* attributes:
|
584
|
-
* At least one character after "-" (https://html.spec.whatwg.org/multipage/dom.html#embedding-custom-non-visible-data-with-the-data-*-attributes)
|
585
|
-
* XML-compatible (https://html.spec.whatwg.org/multipage/infrastructure.html#xml-compatible and http://www.w3.org/TR/xml/#d0e804)
|
586
|
-
* We don't need to check the value; it's always URI safe.
|
587
|
-
*/
|
588
|
-
(ALLOW_DATA_ATTR && DATA_ATTR.test(lcName)) ||
|
589
|
-
/* Allow unknown protocols:
|
590
|
-
* This provides support for links that are handled by protocol handlers which may be unknown
|
591
|
-
* ahead of time, e.g. fb:, spotify:
|
592
|
-
*/
|
593
|
-
(ALLOW_UNKNOWN_PROTOCOLS && !IS_SCRIPT_OR_DATA.test(value.replace(ATTR_WHITESPACE,'')))
|
594
|
-
) {
|
595
|
-
/* Handle invalid data-* attribute set by try-catching it */
|
596
|
-
try {
|
597
|
-
currentNode.setAttribute(name, value);
|
598
|
-
} catch (e) {}
|
599
|
-
}
|
600
|
-
}
|
601
|
-
|
602
|
-
/* Execute a hook if present */
|
603
|
-
_executeHook('afterSanitizeAttributes', currentNode, null);
|
604
|
-
};
|
605
|
-
|
606
|
-
/**
|
607
|
-
* _sanitizeShadowDOM
|
608
|
-
*
|
609
|
-
* @param fragment to iterate over recursively
|
610
|
-
* @return void
|
611
|
-
*/
|
612
|
-
var _sanitizeShadowDOM = function(fragment) {
|
613
|
-
var shadowNode;
|
614
|
-
var shadowIterator = _createIterator(fragment);
|
615
|
-
|
616
|
-
/* Execute a hook if present */
|
617
|
-
_executeHook('beforeSanitizeShadowDOM', fragment, null);
|
618
|
-
|
619
|
-
while ( (shadowNode = shadowIterator.nextNode()) ) {
|
620
|
-
/* Execute a hook if present */
|
621
|
-
_executeHook('uponSanitizeShadowNode', shadowNode, null);
|
622
|
-
|
623
|
-
/* Sanitize tags and elements */
|
624
|
-
if (_sanitizeElements(shadowNode)) {
|
625
|
-
continue;
|
626
|
-
}
|
627
|
-
|
628
|
-
/* Deep shadow DOM detected */
|
629
|
-
if (shadowNode.content instanceof DocumentFragment) {
|
630
|
-
_sanitizeShadowDOM(shadowNode.content);
|
631
|
-
}
|
632
|
-
|
633
|
-
/* Check attributes, sanitize if necessary */
|
634
|
-
_sanitizeAttributes(shadowNode);
|
635
|
-
}
|
636
|
-
|
637
|
-
/* Execute a hook if present */
|
638
|
-
_executeHook('afterSanitizeShadowDOM', fragment, null);
|
639
|
-
};
|
640
|
-
|
641
|
-
/**
|
642
|
-
* _executeHook
|
643
|
-
* Execute user configurable hooks
|
644
|
-
*
|
645
|
-
* @param {String} entryPoint Name of the hook's entry point
|
646
|
-
* @param {Node} currentNode
|
647
|
-
*/
|
648
|
-
var _executeHook = function(entryPoint, currentNode, data) {
|
649
|
-
if (!hooks[entryPoint]) { return; }
|
650
|
-
|
651
|
-
hooks[entryPoint].forEach(function(hook) {
|
652
|
-
hook.call(DOMPurify, currentNode, data, CONFIG);
|
653
|
-
});
|
654
|
-
};
|
655
|
-
|
656
|
-
/**
|
657
|
-
* sanitize
|
658
|
-
* Public method providing core sanitation functionality
|
659
|
-
*
|
660
|
-
* @param {String} dirty string
|
661
|
-
* @param {Object} configuration object
|
662
|
-
*/
|
663
|
-
DOMPurify.sanitize = function(dirty, cfg) {
|
664
|
-
var body, currentNode, oldNode, nodeIterator, returnNode;
|
665
|
-
/* Make sure we have a string to sanitize.
|
666
|
-
DO NOT return early, as this will return the wrong type if
|
667
|
-
the user has requested a DOM object rather than a string */
|
668
|
-
if (!dirty) {
|
669
|
-
dirty = '';
|
670
|
-
}
|
671
|
-
|
672
|
-
/* Stringify, in case dirty is an object */
|
673
|
-
if (typeof dirty !== 'string') {
|
674
|
-
if (typeof dirty.toString !== 'function') {
|
675
|
-
throw new TypeError('toString is not a function');
|
676
|
-
} else {
|
677
|
-
dirty = dirty.toString();
|
678
|
-
}
|
679
|
-
}
|
680
|
-
|
681
|
-
/* Check we can run. Otherwise fall back or ignore */
|
682
|
-
if (!DOMPurify.isSupported) {
|
683
|
-
if (typeof window.toStaticHTML === 'object'
|
684
|
-
|| typeof window.toStaticHTML === 'function') {
|
685
|
-
return window.toStaticHTML(dirty);
|
686
|
-
}
|
687
|
-
return dirty;
|
688
|
-
}
|
689
|
-
|
690
|
-
/* Assign config vars */
|
691
|
-
_parseConfig(cfg);
|
692
|
-
|
693
|
-
/* Exit directly if we have nothing to do */
|
694
|
-
if (!RETURN_DOM && !WHOLE_DOCUMENT && dirty.indexOf('<') === -1) {
|
695
|
-
return dirty;
|
696
|
-
}
|
697
|
-
|
698
|
-
/* Initialize the document to work on */
|
699
|
-
body = _initDocument(dirty);
|
700
|
-
|
701
|
-
/* Check we have a DOM node from the data */
|
702
|
-
if (!body) {
|
703
|
-
return RETURN_DOM ? null : '';
|
704
|
-
}
|
705
|
-
|
706
|
-
/* Get node iterator */
|
707
|
-
nodeIterator = _createIterator(body);
|
708
|
-
|
709
|
-
/* Now start iterating over the created document */
|
710
|
-
while ( (currentNode = nodeIterator.nextNode()) ) {
|
711
|
-
|
712
|
-
/* Fix IE's strange behavior with manipulated textNodes #89 */
|
713
|
-
if (currentNode.nodeType === 3 && currentNode === oldNode) {
|
714
|
-
continue;
|
715
|
-
}
|
716
|
-
|
717
|
-
/* Sanitize tags and elements */
|
718
|
-
if (_sanitizeElements(currentNode)) {
|
719
|
-
continue;
|
720
|
-
}
|
721
|
-
|
722
|
-
/* Shadow DOM detected, sanitize it */
|
723
|
-
if (currentNode.content instanceof DocumentFragment) {
|
724
|
-
_sanitizeShadowDOM(currentNode.content);
|
725
|
-
}
|
726
|
-
|
727
|
-
/* Check attributes, sanitize if necessary */
|
728
|
-
_sanitizeAttributes(currentNode);
|
729
|
-
|
730
|
-
oldNode = currentNode;
|
731
|
-
}
|
732
|
-
|
733
|
-
/* Return sanitized string or DOM */
|
734
|
-
if (RETURN_DOM) {
|
735
|
-
|
736
|
-
if (RETURN_DOM_FRAGMENT) {
|
737
|
-
returnNode = createDocumentFragment.call(body.ownerDocument);
|
738
|
-
|
739
|
-
while (body.firstChild) {
|
740
|
-
returnNode.appendChild(body.firstChild);
|
741
|
-
}
|
742
|
-
} else {
|
743
|
-
returnNode = body;
|
744
|
-
}
|
745
|
-
|
746
|
-
if (RETURN_DOM_IMPORT) {
|
747
|
-
/* adoptNode() is not used because internal state is not reset
|
748
|
-
(e.g. the past names map of a HTMLFormElement), this is safe
|
749
|
-
in theory but we would rather not risk another attack vector.
|
750
|
-
The state that is cloned by importNode() is explicitly defined
|
751
|
-
by the specs. */
|
752
|
-
returnNode = importNode.call(originalDocument, returnNode, true);
|
753
|
-
}
|
754
|
-
|
755
|
-
return returnNode;
|
756
|
-
}
|
757
|
-
|
758
|
-
return WHOLE_DOCUMENT ? body.outerHTML : body.innerHTML;
|
759
|
-
};
|
760
|
-
|
761
|
-
/**
|
762
|
-
* addHook
|
763
|
-
* Public method to add DOMPurify hooks
|
764
|
-
*
|
765
|
-
* @param {String} entryPoint
|
766
|
-
* @param {Function} hookFunction
|
767
|
-
*/
|
768
|
-
DOMPurify.addHook = function(entryPoint, hookFunction) {
|
769
|
-
if (typeof hookFunction !== 'function') { return; }
|
770
|
-
hooks[entryPoint] = hooks[entryPoint] || [];
|
771
|
-
hooks[entryPoint].push(hookFunction);
|
772
|
-
};
|
773
|
-
|
774
|
-
/**
|
775
|
-
* removeHook
|
776
|
-
* Public method to remove a DOMPurify hook at a given entryPoint
|
777
|
-
* (pops it from the stack of hooks if more are present)
|
778
|
-
*
|
779
|
-
* @param {String} entryPoint
|
780
|
-
* @return void
|
781
|
-
*/
|
782
|
-
DOMPurify.removeHook = function(entryPoint) {
|
783
|
-
if (hooks[entryPoint]) {
|
784
|
-
hooks[entryPoint].pop();
|
785
|
-
}
|
786
|
-
};
|
787
|
-
|
788
|
-
/**
|
789
|
-
* removeHooks
|
790
|
-
* Public method to remove all DOMPurify hooks at a given entryPoint
|
791
|
-
*
|
792
|
-
* @param {String} entryPoint
|
793
|
-
* @return void
|
794
|
-
*/
|
795
|
-
DOMPurify.removeHooks = function(entryPoint) {
|
796
|
-
if (hooks[entryPoint]) {
|
797
|
-
hooks[entryPoint] = [];
|
798
|
-
}
|
799
|
-
};
|
800
|
-
|
801
|
-
/**
|
802
|
-
* removeAllHooks
|
803
|
-
* Public method to remove all DOMPurify hooks
|
804
|
-
*
|
805
|
-
* @return void
|
806
|
-
*/
|
807
|
-
DOMPurify.removeAllHooks = function() {
|
808
|
-
hooks = [];
|
809
|
-
};
|
810
|
-
|
811
|
-
return DOMPurify;
|
812
|
-
}));
|