16 Commits

Author SHA1 Message Date
Franco Fichtner
26089150d8 firmware: make a permanent note about GUI snapshot feature 2024-10-16 11:12:02 +02:00
Franco Fichtner
821de0a9b1 firmware: prefer ZFS over UFS 2024-07-19 13:49:23 +02:00
Franco Fichtner
0d4db3306e unbound: try to see if a clean cut copy is better #7231 2024-02-26 09:04:01 +01:00
Franco Fichtner
8226c84a2f web proxy: move all files to plugin #7030 2023-12-19 15:11:20 +01:00
Franco Fichtner
92648fe995 web proxy: roll back some of these changes 2023-10-30 20:50:51 +01:00
Franco Fichtner
a108d600bc web proxy: sync the templates with squid 6.4
For next time it would be better to write an import script
as all the files exist without .html in squid and and
errorpage.css is somewhere else.
2023-10-30 16:01:18 +01:00
Franco Fichtner
272fa3335c firmware: more wording 2023-10-17 08:56:18 +02:00
Franco Fichtner
be87fa7f4d firmware: adjust boilerplate text a little 2023-10-17 08:33:30 +02:00
Franco Fichtner
b9a6661f99 webgui: not required 2022-07-18 16:36:15 +02:00
kulikov-a
af0c9e18a2 webgui: handle php 500 when display_errors is off
Revert previous here.  Debug mode is "raw" error display
mode and non-debug forwards to crash reporter.

Crash reporter itself could be broken, but mostly because
the system / include chain is broken.  Until PHP offers
a reliable way to intercept parse error 500 we will have
to live with this unless it causes other side effects.
2022-07-18 13:32:31 +02:00
Franco Fichtner
d1dbeb3d5e firmware: update upgrade hint 2022-01-27 11:44:15 +01:00
Franco Fichtner
2a4c3a4869 firmware: add a configuration file and fix prompt hint 2021-11-15 13:35:14 +01:00
Franco Fichtner
7063dc9e02 firmware: shift away from old-style firmware-xxx files
opnsense-update can read the upgrade hint itself.  We may have
to stash an ABI in there to reach to a different location without
the need to publish a symbolic link.

Move the firmware message to a data location for cleanliness.
2021-09-28 07:38:21 +02:00
Franco Fichtner
25b98610da src: another typo
PR: https://forum.opnsense.org/index.php?topic=24262.0
2021-08-06 22:00:04 +02:00
Franco Fichtner
9bf45c3576 src: fix plist and whitespace sweep 2020-06-19 23:28:43 +02:00
Ad Schellevis
d7abe75207 Proxy: work in progress https://github.com/opnsense/core/issues/4174
o move templates to src/opnsense/data/proxy, avoid lint issues
o initial version of install script (overlay and embed css)
o change squid.conf output, when error_page is provided use error_directory /usr/local/etc/squid/errors/local directory (install location)
o flush template data to error_directory.in (json) which is used as override

overlay logic needs some work to be able to use something similar on download. install hook should be called before squid startup to ensure proper error_pages.
2020-06-19 17:58:52 +02:00