2908 Commits

Author SHA1 Message Date
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
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
Fabian Franz
162fdcb222 fixes for #427 in interfaces_wireless.php 2015-11-07 19:35:22 +01:00
Fabian Franz
b06b01a0b2 fixes for #427 in status_graph.php 2015-11-07 16:33:26 +01:00
Fabian Franz
94e161436d fixes for #427 in firewall_rules_edit.php 2015-11-07 15:55:44 +01:00
Ad Schellevis
1f5b8fa0b5 (legacy) add comment for traceability 2015-11-07 08:25:00 +00:00
Ad Schellevis
2cb7dc042c (legacy) url alias doesn't contain an address, closes https://github.com/opnsense/core/issues/457 2015-11-06 18:21:39 +00:00
Ad Schellevis
b383bdd4a6 (legacy) fix remote network input validation 2015-11-06 17:37:20 +00:00
Ad Schellevis
94a2da6028 (legacy) kill ipsec_smp_dump_status 2015-11-06 17:20:27 +00:00
Ad Schellevis
5f34f72cdb (legacy) fix ipsec widget (use vici) 2015-11-06 17:19:32 +00:00
Ad Schellevis
3fa6460f70 whitespace 2015-11-06 13:48:51 +00:00
Ad Schellevis
5dcae9cf25 (legacy, ipsec) fix ipsec diag page, connect to vici, drop smp support, add privilege separation using configd 2015-11-06 13:44:52 +00:00