Commit Graph

53 Commits

Author SHA1 Message Date
Valery Kovalev c3cf3d8574 #85773 imports update 2021-04-27 15:53:57 +03:00
Valery Kovalev baa2c8f1a0 #85773 removed unneccessary disital ocean tamplate elements from generator page 2021-04-26 15:41:54 +03:00
Matt (IPv4) Cowley bbddeb0f13
Add Droplet & contribution callouts (#216)
* Add the initial Droplet callout

* Add the initial Contribute callout

* Show contribute callout on scroll

* Add close button to contribute callout

* Add/update styling copyright header

* Add analytics events for the callouts

* Tweak how we send analytics events

* Add some z-index to the floating callout

* Fix all the failing tests
2021-02-04 19:31:26 +00:00
Matt (IPv4) Cowley 3fdccfa68a
Refactor analytics events (#209)
* Refactor analytics.js

* Update analytics calls in app.vue

* Update analytics calls in presets.vue

* Update analytics calls in tools.vue (and app.vue)

* Update analytics calls in global.vue

* Update analytics calls in domain.vue

* Update analytics calls in setup.vue

* Add list of all events to analytics.js

* Add custom copy to clipboard that emits event

* Emit the events from the components

* Update copyright year in all files touched

* Update analytics calls in download.vue

* Update analytics calls in ssl.vue

* Update analytics calls in certbot.vue

* Update analytics calls in domain.vue

* Update analytics calls in app.vue

* Note down 'Code snippet copied' events
2021-01-18 19:45:19 +00:00
Matt (IPv4) Cowley de76ad9a43
Make language packs load async (#204)
* Webpack magic to make language packs async

* Fix jest failing

* Ensure the native language names are always present

* Add loading state for language packs
2020-12-29 16:46:58 +00:00
Matt (IPv4) Cowley 7340e0df74
Add analytics event for langauge selection (#198)
* Add analytics event for language

* Action per language pack

* Missing underscore in action
2020-12-17 15:17:40 +00:00
Matt (IPv4) Cowley ff88e2f322
Allow language selection (#191)
* Add dropdown for language

* Use vue-i18n to translate strings

* Tweak header styling

* Add Chinese languages in

* Typo

* Get language from browser (#193)

* adaptive system language

* Modify the adaptive system language

* Remove dead code

* Delete lang default values

* Move browser language detection to util

* Remove todos

* Fix global PHP dropdown

Co-authored-by: 墨娘 <61287199+moniang@users.noreply.github.com>
2020-12-11 16:54:12 +00:00
Matt (IPv4) Cowley 2b8fde7917
Bundle & code cleanup (#179)
* Use different YAML solution (391 KB -> 197 KB)

* Update all deps

* Code cleanup
2020-10-14 17:12:16 +01:00
Alex Howes 3aba7956ef
Syntax Highlighting for Docker and Yaml (#177)
* Implement dynamic component for docker and yaml prism components. Also removes chunk limit for lazy-loading.

* Fix eslint with babel-eslint and remove unusued LimitChunkCount plugin.
2020-10-14 15:49:53 +01:00
MattIPv4 2dce7a956f Only use analytics.js, not gtag.js 2020-07-17 16:25:00 +01:00
MattIPv4 07673ce319 Gracefully handle diff errors 2020-07-14 16:49:34 +01:00
MattIPv4 df440ddc79 Some more analytics logic 2020-07-14 16:14:29 +01:00
MattIPv4 8181a4def1 Add GA event for split column mode 2020-07-13 18:02:10 +01:00
MattIPv4 a66db340f4 Use files-diff for diffing 2020-06-26 18:00:03 +01:00
MattIPv4 e4f219a286 Don't use duplicated computed value for nginx dir, watch initial value 2020-06-11 15:49:25 +01:00
MattIPv4 a232fc309d Updated custom footer 2020-06-09 21:09:17 +01:00
MattIPv4 ea988b009c Mobile compat tweaks 2020-06-09 20:26:42 +01:00
MattIPv4 95bad7b943 Diff file names 2020-06-09 16:02:46 +01:00
MattIPv4 8b10ed3e05 Refactor diffing & track conf file renames in diff 2020-06-08 17:31:01 +01:00
MattIPv4 9cf727b8fa Remove deep-equal dep, do direct comparison 2020-06-05 17:26:50 +01:00
MattIPv4 5a934a37c5 Change hash + clipboard implementations 2020-06-05 17:04:00 +01:00
MattIPv4 bc04209423 Conf files should be treated as a dict, file names are unique 2020-06-04 14:58:41 +01:00
MattIPv4 7444fa6f77 MIT license 2020-06-04 14:44:30 +01:00
MattIPv4 4e34a9b6a9 Fix dupe domain name issues 2020-06-03 16:43:35 +01:00
MattIPv4 85910e7794 Move top level template strings to i18n 2020-06-02 16:12:05 +01:00
MattIPv4 193b50efc7 Backwards compatibility for global options 2020-05-27 21:15:30 +01:00
MattIPv4 2f6ad2634e Move to using vue-cli-service instead of parcel (2.1MB to 850KB) 2020-05-26 23:23:07 +01:00
MattIPv4 8459764c46 Move to subdir 2020-05-26 16:37:58 +01:00
MattIPv4 a07cc51e61 Use hashing to reduce diff/highlight calls 2020-05-26 16:26:11 +01:00
MattIPv4 73ee2033cd Remove pointless loop 2020-05-25 15:27:19 +01:00
MattIPv4 17261e8bbd Conf diffing?! 2020-05-22 21:17:01 +01:00
MattIPv4 c6880c1222 Fix remove button behaviour 2020-05-21 17:39:13 +01:00
MattIPv4 83fb5b126d tar download! 2020-05-21 17:18:50 +01:00
MattIPv4 7c12dfc0c2 All the files! 2020-05-20 21:03:03 +01:00
MattIPv4 adf4752e1c Some more conf files 2020-05-14 18:01:55 +01:00
MattIPv4 4bd34dab39 Do some cleanup 2020-05-08 20:57:36 +01:00
MattIPv4 c5b2459e9d Roll our own js to conf solution & use kv 2020-05-08 20:53:00 +01:00
MattIPv4 e6db3cea7b Begin making conf files 2020-05-08 17:58:38 +01:00
MattIPv4 627fc0cb7f Add toggle for column layout 2020-05-08 16:16:16 +01:00
MattIPv4 ab3cb155d2 Split column layout 2020-05-07 20:58:39 +01:00
MattIPv4 7584d018f6 Begin setup & files with download tab 2020-05-06 20:50:43 +01:00
MattIPv4 2273662feb Import domains from url query params on load 2020-05-05 17:19:08 +01:00
MattIPv4 e7e9cbcfa2 Add global tools section & export data generator 2020-05-04 20:55:23 +01:00
MattIPv4 b0d0df91c5 Add python global section 2020-05-01 20:48:14 +01:00
MattIPv4 5d3110d349 Global config base & https tab 2020-05-01 17:45:04 +01:00
MattIPv4 b337a0d0dc Add logic for adding & removing domains 2020-04-30 21:52:42 +01:00
MattIPv4 361f3d8aa3 HTTPS section all done 2020-04-30 16:23:31 +01:00
MattIPv4 fc6fd025b7 Server section all done 2020-04-28 19:53:59 +01:00
MattIPv4 1df3ab88f6 Use new delegation for all tabs 2020-04-28 12:26:46 +01:00
MattIPv4 10c7ced0b7 Delegate data around the app 2020-04-28 12:03:11 +01:00