3320 Commits

Author SHA1 Message Date
Franco Fichtner
d4d6db2770 Mk: refactor for EXTRA plist/install targets
Guess what's coming soon...  :)
2015-11-16 19:54:37 +01:00
Ad Schellevis
472a914349 (legacy) remove unused isAllowed 2015-11-16 18:49:54 +00:00
Ad Schellevis
bdf00a087d (configd) send event name to syslog on timeout https://github.com/opnsense/core/issues/464 2015-11-16 18:20:48 +00:00
Franco Fichtner
41479a3dfb console: fix access test of gateways array 2015-11-16 07:47:35 +01:00
Ad Schellevis
1a9e8c9694 (configd) send configd client issues to syslog, closes https://github.com/opnsense/core/issues/464 2015-11-13 13:45:25 +00:00
Ad Schellevis
3026a561d3 (ids) ignore json parse errors in eve log file 2015-11-13 13:38:14 +00:00
Ad Schellevis
129def906b (legacy) fix crashreport PHP Warning: Illegal string offset 'rule' in /usr/local/www/firewall_nat.php on line 71 2015-11-13 08:31:10 +00:00
Franco Fichtner
435e47e156 config: don't use notices in early/low level code 2015-11-12 21:31:51 +01:00
Franco Fichtner
59b865ca5d system/settings: moves rrd settings to logs/reports; closes #422 2015-11-12 00:49:46 +01:00
Franco Fichtner
cd8cafcbb5 menu: tweak order (VPN before Services); rename "Network Time" 2015-11-12 00:05:01 +01:00
Franco Fichtner
c40fd36426 menu: finally zapped the status section 2015-11-11 23:57:38 +01:00
Franco Fichtner
4032bc53ca logs: move last entries away from status section 2015-11-11 23:40:36 +01:00
Franco Fichtner
fba56a9a97 logs: lots of love for logs, filtering is more useful than ever :) 2015-11-11 23:11:28 +01:00
Ad Schellevis
dd878efc99 (mvc) don't expose api auth to consumers 2015-11-11 19:38:58 +00:00
Franco Fichtner
0d98f6031f status: dump more raw ipfw info; closes #450 2015-11-11 09:16:48 +01:00
Franco Fichtner
19c90f700e proxy: nicely unwrap this string for upcoming template regen 2015-11-11 08:39:52 +01:00
Ad Schellevis
a1e44cc67f style fix 2015-11-10 20:01:33 +01:00
Ad Schellevis
2a60c25231 (mvc) api, accept json body as POST data 2015-11-10 18:23:50 +00:00
Ad Schellevis
c92a65c13a typo 2015-11-10 18:05:57 +00:00
Fabian Franz
6612086c21 fixes for #427 2015-11-10 18:38:42 +01:00
Ad Schellevis
734c3cd729 (mvc) api error handling (missing controller, missing action) 2015-11-10 15:20:54 +00:00
Ad Schellevis
bbaccbb332 (mvc) pass routing errors back to user for API calls 2015-11-10 12:49:47 +00:00
Franco Fichtner
50d01becf9 src: do not reorder sprintf arguments by default
(Already had issues in the code that were obvious, some may still
linger in there.  Also uselessly confuses our dedicated translators.)
2015-11-10 13:22:52 +01:00
Franco Fichtner
c6880a2422 inc: s/printf/sprintf, message fixup 2015-11-10 12:53:55 +01:00
Ad Schellevis
c4354331e7 (mvc) add api auth to base controller 2015-11-10 11:03:50 +00:00
Ad Schellevis
b096c21e2f (legacy) layout system_usermanager.php 2015-11-10 10:15:39 +00:00
Ad Schellevis
2f8d4ae853 (legacy) add api keys to system_usermanager.php + fix issue when removing user (regression) 2015-11-10 10:10:07 +00:00
Ad Schellevis
7e5ff77002 (auth) add dropKey to api handler 2015-11-10 08:55:11 +01:00
Franco Fichtner
e369c686aa src: php opening tag cleanup, the return 2015-11-10 08:29:55 +01:00
Franco Fichtner
e346ceaddc src: whitespace and style sweep 2015-11-10 07:21:36 +01:00
Franco Fichtner
2ef52e06af inc: remove two unused functions 2015-11-10 07:19:26 +01:00
Ad Schellevis
2b098ba9da (auth) add api auth to auth factory 2015-11-09 22:24:22 +01:00
Ad Schellevis
b40a2e8a94 (auth) add initial api authenticator 2015-11-09 22:23:55 +01:00
Ad Schellevis
d020d1ec69 (legacy) refactor system_usermanager_addprivs.php 2015-11-09 19:37:29 +00:00
Ad Schellevis
efde97e522 (legacy) use GET for system_usermanager.php 2015-11-09 19:35:55 +00:00
Ad Schellevis
ef41295c4f (legacy) refactor system_usermanager.php 2015-11-09 19:35:25 +00:00
Ad Schellevis
93e50c3f2b (legacy) fix some uninitialized vars in auth.inc 2015-11-09 19:26:37 +00:00
Ad Schellevis
45527f6a8a (menu) fix menu selection on system_usermanager.php 2015-11-09 18:17:10 +00:00
Ad Schellevis
38f5c05678 (legacy) fix uninitialized var 2015-11-09 18:06:55 +00:00
Franco Fichtner
4a8b6cae9c src: unify php opening tags, ze part nummer 1 of two 2015-11-09 09:08:06 +01:00
Franco Fichtner
6b4d81af7b lang: merge new templates into translations 2015-11-09 08:20:31 +01:00
Franco Fichtner
7ebda08db6 lang: regenerate template 2015-11-09 08:13:09 +01:00
Franco Fichtner
7041b5c088 lang/dynamic: regenerate strings 2015-11-09 08:11:39 +01:00
Franco Fichtner
353f9e229a lang: sync progress from translate.opnsense.org 2015-11-09 08:03:07 +01:00
Ad Schellevis
78eadf3174 (legacy) alias url issue, https://github.com/opnsense/core/issues/457 2015-11-08 14:34:50 +00:00
Franco Fichtner
91a6e982b7 www: more translation fixes for #427 2015-11-07 22:25:28 +01:00
Franco Fichtner
77ec6d5d38 Merge pull request #458 from fabianfrz/translation
work on #427
2015-11-07 22:01:31 +01:00
Franco Fichtner
1b03f583a7 www: transform $input_error strings to gettext()
Spotted by: @fabianfrz
2015-11-07 21:52:56 +01:00
Fabian Franz
45f297add6 fixes for #427 in interfaces_lagg.php 2015-11-07 19:50:33 +01:00
Fabian Franz
1961849d74 fixes for #427 2015-11-07 19:46:14 +01:00