- 22 Oct, 2016 4 commits
-
-
Ad Schellevis authored
(mvc) some style fixes in ApiMutableModelControllerBase.php from https://github.com/opnsense/core/pull/1134
-
Ad Schellevis authored
(ui) add modal form in legacy template to signal the user about pending service action (stop,start,restart)
-
Ad Schellevis authored
(mvc) remove incomplete error handling, was superseded https://github.com/opnsense/core/commit/22701ee038722408a8d21916dbb6ee13023a39dd#diff-755c67cb284868a802a88a873c75038c closes https://github.com/opnsense/core/issues/1234
-
Ad Schellevis authored
The current issue is you can't actually restart ipsec without disabling and enabling the service, which is odd and confusing. Convert actions to configd template and change service registration.
-
- 21 Oct, 2016 3 commits
-
-
Franco Fichtner authored
Since plugins are now tied to the heartbeat of the system itself, it makes sense to split out hardcoded base functionality into their pluggable counterparts. Start with the candidates that already have a plugin file. Discussed with: @adschellevis
-
Franco Fichtner authored
-
Franco Fichtner authored
fix broken squid configuration
-
- 20 Oct, 2016 1 commit
-
-
Fabian Franz authored
-
- 18 Oct, 2016 2 commits
-
-
Ad Schellevis authored
(traffic shaper) add support for address lists, and invert src/dst. closes https://github.com/opnsense/core/issues/1226
-
Ad Schellevis authored
(mvc, model) add support for lists of networks/addresses in NetworkField, requirement for https://github.com/opnsense/core/issues/1226
-
- 17 Oct, 2016 11 commits
-
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
-
Ad Schellevis authored
(BaseModel) Always log the class where validation failed
-
Franco Fichtner authored
-
- 16 Oct, 2016 4 commits
-
-
Ad Schellevis authored
(IDS) extend support for compressed files with "inline::" keyword to be able to download parts of an archive (required to download snort rules). Change processing order to always stream data to tempfiles first, so we can reuse downloaded files (an archive scan isn't very expensive)
-
Ad Schellevis authored
-
Franco Fichtner authored
This reverts commit 5e1bb856.
-
Franco Fichtner authored
We don't know the ultimate performance penalty of using plugins for every component, so for now keep core functionality in services.inc.
-
- 15 Oct, 2016 2 commits
-
-
Ad Schellevis authored
(services.inc / services_radvd_configure) more duplication for https://github.com/opnsense/core/issues/1196
-
Ad Schellevis authored
(services.inc / services_radvd_configure) fix for https://github.com/opnsense/core/issues/1196 and cleanups Quite some inconsistencies in this function, parameters that can't be set, lack of logic and code duplication. * removes get_configured_pppoe_server_interfaces(), which can't work anyway... pppoe server interfaces are registered via the plugin itself. * $dhcpv6ifconf['mode'] can't be set anywhere.... * don't try to revalidate rainterface * collect "real interface" from dhcpif, shouldn't use carp if * remove code duplication in dns collection * move checks up for interface we should skip (when possible)
-
- 14 Oct, 2016 6 commits
-
-
-
Ad Schellevis authored
(services) add support for "non stoppable" services, configuration options without status. needed for https://github.com/opnsense/core/issues/1217
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Franco Fichtner authored
-
- 13 Oct, 2016 3 commits
-
-
Franco Fichtner authored
Spotted by: pavelb
-
Franco Fichtner authored
Add translatable template
-
Alexander Shursha authored
-
- 12 Oct, 2016 4 commits
-
-
-
-
Franco Fichtner authored
-
-