40 Commits

Author SHA1 Message Date
Franco Fichtner 5032208e80 net/zerotier: set as unmaintained for #4746 2025-12-01 11:15:29 +01:00
Monviech 104ff3a683 net/zerotier: Fix column width (#4838)
* net/zerotier: Fix column width

* net/zerotier: Bump revision
2025-07-26 19:01:52 +02:00
Franco Fichtner f240ec0fce plugins: run style-model 2025-07-02 10:46:07 +02:00
Franco Fichtner f390551cf3 net/zerotier: remove sessionClose() 2024-12-12 08:43:31 +01:00
Franco Fichtner 4f9e030899 net/zerotier: spoofmac is not supported here
PR: https://forum.opnsense.org/index.php?topic=42798.0
2024-09-14 13:16:04 +02:00
Franco Fichtner f67b03e0fb net/zerotier: register device from plugin 2022-08-29 09:56:28 +02:00
Franco Fichtner 4c74529f61 plugins: remove obsolete _var_mfs; closes #3002 2022-08-01 09:29:17 +02:00
Franco Fichtner 8bdd618652 plugins: style sweep 2022-01-31 08:36:13 +01:00
Franco Fichtner a9d1b8b741 net: revision bumps 2021-02-22 15:22:40 +01:00
Franco Fichtner 18bc32f3b3 plugins: serious style sweep 2020-02-13 10:42:37 +01:00
Franco Fichtner f1a69249f9 plugins: style sweep 2020-02-10 21:12:05 +01:00
Franco Fichtner 752a9d88b4 net: PSR12 conversion 2019-10-07 22:01:00 +02:00
Franco Fichtner 4ff026076a src: style sweep 2019-01-14 09:04:33 +01:00
Michael 8b1ebbbcfb menu: reorder WireGuard and ZeroTier (#916) 2018-10-15 10:17:54 +02:00
Franco Fichtner dc2ca325c4 net/zerotier: bump revision after fix 2018-10-10 08:54:05 +02:00
Christoph Engelbert 5b44dbbd83 fixed closing td-tag which messes up the ui 2018-10-09 09:09:47 +02:00
Franco Fichtner ccd89d956f */*: no more trailing slashes in navigation 2018-07-03 10:14:42 +02:00
Franco Fichtner 9ed2f7af0c net/zerotier: minor updates 2018-06-06 18:11:58 +02:00
Alexander Shursha 9f9cf4fbb6 Update history on tab state and implement navigation. 2018-06-06 18:04:20 +02:00
Alexander Shursha e7d8fa9dac Fix table cell width. 2018-06-06 18:02:38 +02:00
Franco Fichtner 8d336d2f5a net/zerotier: skip undefined index, closes #698 2018-06-06 18:00:46 +02:00
Alexander Shursha bea1775e6e Fix translate. (#684) 2018-05-24 08:32:14 +02:00
David Harrigan 9f4e88a0c1 Preserve the '/var/db/zerotier-one' directory on reboot
fixes: #363
2018-01-30 12:22:25 +01:00
NOYB 5533702035 HTML Compliance - Attribute "type" on Element <script>
Warning: The type attribute is unnecessary for JavaScript resources.

HTML5: Edition for Web Authors
http://www.w3.org/TR/2014/REC-html5-20141028/scripting-1.html
The default, which is used if the attribute is absent, is "text/javascript".

The Script element
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script
HTML5 specification urges authors to omit the attribute rather than provide a redundant MIME type.
2018-01-21 13:35:06 +01:00
NOYB 94de7141cb HTML Compliance - Obsolete table attributes
width, align, valign, cellpadding, cellspacing, border, summary, bgcolor

Error: The width attribute on the table element is obsolete. Use CSS instead.
Error: The align attribute on the table element is obsolete. Use CSS instead.
Error: The valign attribute on the table element is obsolete. Use CSS instead.
Error: The cellpadding attribute on the table element is obsolete. Use CSS instead.
Error: The cellspacing attribute on the table element is obsolete. Use CSS instead.
Error: The border attribute on the table element is obsolete. Use CSS instead.
Error: The summary attribute on the table element is obsolete. Consider describing the structure of the table in a caption element or in a figure element containing the table; or, simplify the structure of the table so that no description is needed.
Error: The bgcolor attribute on the table element is obsolete. Use CSS instead.
2018-01-04 08:46:09 +01:00