Commit Graph

  • e4107870e8 Add dutch translations. D9ping 2018-09-12 16:43:23 +02:00
  • b3d7c06c60 Translatable strings in bandwidthcharts.js. D9ping 2018-09-11 21:00:23 +02:00
  • 23d2718854 Renamed vnstat.php to bandwidth.php. Disabled bandwidth page by default. D9ping 2018-09-11 16:15:31 +02:00
  • 7c3820d9ab Use seperate container for chart and datatable. Cleanup unused code comments. D9ping 2018-09-10 21:41:35 +02:00
  • 7b2f42f326 Added Morris.Js chart and jquery.datatable to bandwidth page. Use ajax for getting bandwidth data. Added support for adding extra scripts in footer if needed. D9ping 2018-09-10 16:53:05 +02:00
  • 6397852591 Merge branch 'master' of https://github.com/billz/raspap-webgui D9ping 2018-09-07 20:30:17 +02:00
  • 76a1236eb6 Merge branch 'master' into bandwidthmonitoring D9ping 2018-09-06 23:12:41 +02:00
  • e90b9899a3 Merge branch 'master' of https://github.com/billz/raspap-webgui into bandwidthmonitoring D9ping 2018-09-06 21:31:38 +02:00
  • 8000364d70 Merge branch 'D9ping-Branch_D9ping' billz 2018-09-06 08:13:07 +00:00
  • e6784d7d2b Merge branch 'Branch_D9ping' of https://github.com/D9ping/raspap-webgui into D9ping-Branch_D9ping billz 2018-09-06 08:12:30 +00:00
  • a492829052
    Merge pull request #1 from billz/D9ping-Branch_D9ping Tom 2018-09-05 20:49:26 +02:00
  • 22c791e1f3 Standardized messages, modified php config install order billz 2018-09-05 12:59:49 +00:00
  • d67df7ebe7 Merge branch 'master' of https://github.com/billz/raspap-webgui into Branch_D9ping D9ping 2018-09-04 21:54:33 +02:00
  • 9da474af43
    Merge pull request #135 from matthova/master Bill Zimmerman 2018-09-04 17:34:44 +02:00
  • e0e78cb0f9 Merge branch 'Branch_D9ping' of https://github.com/D9ping/raspap-webgui into D9ping-Branch_D9ping billz 2018-09-03 08:31:38 +00:00
  • 03f2620e48 Backup php.ini to $raspap_dir/backups folder. D9ping 2018-08-31 23:38:30 +02:00
  • e428271ef2 Fix for #225, (Credits to DrStacheWH) D9ping 2018-08-27 23:10:56 +02:00
  • 6d37fd79fa Added RASPI_VNSTAT_ENABLED to config.php. D9ping 2018-08-24 21:16:05 +02:00
  • aa96780c0b Backup php configuration before changing it. Removed support for disabling php extensions. D9ping 2018-08-24 10:22:59 +02:00
  • 8355c1cbfe Use sed regular expressions to deal with changing php configuration. D9ping 2018-08-23 00:44:12 +02:00
  • 19f123b0c4 WIP: Php default configuration hardening. D9ping 2018-08-21 23:43:50 +02:00
  • d6d89df024 Display bandwidth use total per day, week, month from vnstat. D9ping 2018-08-21 16:34:01 +02:00
  • 1ac167bf29
    Merge pull request #223 from D9ping/Branch_D9ping Bill Zimmerman 2018-08-16 07:20:48 -07:00
  • 5988dab56e Fixed html option end tag. D9ping 2018-08-16 14:48:47 +02:00
  • a02b525fc1 Added missing double-quote. Fixes #222. Thanks @seebz Bill Zimmerman 2018-08-15 11:30:24 -07:00
  • 833690a1b8
    Merge pull request #220 from D9ping/Branch_D9ping Bill Zimmerman 2018-08-06 16:39:28 +02:00
  • 182a6509e9 Don't allow to read ini file everywhere on filesystem. D9ping 2018-08-06 15:02:57 +02:00
  • fb7ba20055 Fixed php notices log messages. D9ping 2018-08-06 01:18:11 +02:00
  • bbea02cc54 Fix for #212 D9ping 2018-08-04 14:03:14 +02:00
  • 2b03fa316d Escape client input, console output etc. before doing any echo. D9ping 2018-08-04 01:58:34 +02:00
  • 6be3680f8f Merge branch 'randyoo-master'. Related to #196. Thanks @randyoo billz 2018-08-02 12:43:24 +00:00
  • 52b227992b Merge branch 'master' of https://github.com/randyoo/raspap-webgui into randyoo-master billz 2018-08-02 12:41:59 +00:00
  • 417f11ea1a Merge feature branch. Fixes #210 & #217. Thanks @D9ping billz 2018-08-02 12:36:55 +00:00
  • a86c8e4553 Fix for #211. D9ping 2018-07-31 23:51:15 +02:00
  • 2ad03e1035 Fix for #210. D9ping 2018-07-31 23:37:52 +02:00
  • ecfac9464f
    Merge pull request #1 from randyoo/randyoo-wlan1 randyoo 2018-07-06 11:10:41 -06:00
  • 2805e6eb6d
    support secondary (or more) wlan interfaces randyoo 2018-07-06 11:09:57 -06:00
  • 2649991675
    add wlan1 scan capability to sudoers commands randyoo 2018-06-29 14:22:39 -06:00
  • 55c6e332cc Label change, thanks Tino billz 2018-06-16 21:55:12 +00:00
  • de672f7be5
    Update README.md Bill Zimmerman 2018-06-16 23:48:00 +02:00
  • 31e6230112
    Update README.md Bill Zimmerman 2018-06-15 20:41:57 +02:00
  • 9dd2fc2b65 Added locale support for de_DE, thanks Tino billz 2018-06-15 18:23:47 +00:00
  • b72ec32f4a Added de_DE messages, thanks Tino billz 2018-06-15 18:23:06 +00:00
  • ff4385753c Fixes #188. Thanks @bluthen billz 2018-06-12 17:08:27 +00:00
  • ae171cfe46 Initial caps for locales in select list billz 2018-06-12 16:45:11 +00:00
  • ad83685796
    Added multilingual support Bill Zimmerman 2018-06-01 20:19:07 +02:00
  • f3a1c7c872 Updated LC_MESSAGES Bill Zimmerman 2018-05-30 13:04:30 +02:00
  • af5ede9028 Updated LC_MESSAGES billz 2018-05-29 22:47:16 +00:00
  • 74842aac62 Minor nav label change billz 2018-05-29 22:44:18 +00:00
  • 65f38845a3 Added local support for sv_SE billz 2018-05-29 22:20:08 +00:00
  • b4c3fe1bd3 Added locale support for sv_SE billz 2018-05-29 22:19:27 +00:00
  • 14ac92b33e Updated sv_SE messages, thx @ImEmil billz 2018-05-29 22:18:26 +00:00
  • ca2bcf1013 Updated sv_SE messages, thx @ImEmil billz 2018-05-29 22:18:24 +00:00
  • c3a24c2fe6 Added sv_SE messages, thx @ImEmil Bill Zimmerman 2018-05-29 23:58:01 +02:00
  • 6c1af8aa16 Added sv_SE messages, thx @ImEmil Bill Zimmerman 2018-05-29 23:57:58 +02:00
  • 8e59edc584 Merge branch 'master' of https://github.com/billz/raspap-webgui billz 2018-05-29 19:19:00 +00:00
  • 534d44c03d Added language tab and selector billz 2018-05-29 19:16:40 +00:00
  • 2b8e37880e Bugfix: set locale SESSION var billz 2018-05-29 18:55:08 +00:00
  • c1fab759e4 Moved session_start() before includes billz 2018-05-29 18:52:41 +00:00
  • 24b0b6a5d2
    Update README.md Bill Zimmerman 2018-05-29 10:45:16 +02:00
  • f92b7ebcf3 Added pt_BR messages, thx @dalmago billz 2018-05-28 20:40:24 +00:00
  • abdb7782d9 Added pt_BR messages, thx @dalmago billz 2018-05-28 20:40:20 +00:00
  • 53cdbd2528 Added support for pt_BR, thx @dalmago billz 2018-05-28 20:36:08 +00:00
  • e317d3014f Added pt_BR messages, thx @dalmago billz 2018-05-28 20:35:21 +00:00
  • e29dc74e06 Fix indents Bill Zimmerman 2018-05-27 22:41:21 +02:00
  • c054d47731
    Merge pull request #125 from billz/i18n Bill Zimmerman 2018-05-27 18:12:11 +02:00
  • 264ccdd34f Compiled message catalog with new translations billz 2018-05-27 15:55:05 +00:00
  • 1f3e5231f7 Updated messages with new UI labels billz 2018-05-27 15:53:53 +00:00
  • 23b7a76c6a Replaced strings with gettext() alias billz 2018-05-27 15:52:14 +00:00
  • b674f4f209 Mode change billz 2018-05-27 15:51:43 +00:00
  • be4ccda6f7 Replaced strings with gettext() alias billz 2018-05-27 15:51:06 +00:00
  • 244148cbee Cleaned up locale detection billz 2018-05-27 15:50:16 +00:00
  • 628a60893d Replaced strings with gettext alias billz 2018-05-27 15:48:42 +00:00
  • a21d633a77 added version to constants billz 2018-05-27 15:47:09 +00:00
  • 164fd733b9
    Updated with locale settings Bill Zimmerman 2018-05-27 10:45:34 +02:00
  • d8f4f15db8
    Merge branch 'master' into i18n Bill Zimmerman 2018-05-27 10:42:54 +02:00
  • fc5a999e11
    Merge pull request #186 from Pack3tL0ss/patch-1 Bill Zimmerman 2018-05-27 10:17:34 +02:00
  • 47d19fbc59
    Update README.md Bill Zimmerman 2018-05-26 20:32:24 +02:00
  • 2480259520
    Update README.md Bill Zimmerman 2018-05-26 20:19:02 +02:00
  • ca02e28f3b
    Update README.md Bill Zimmerman 2018-05-26 15:11:00 +02:00
  • b3903d284d
    Update README.md Bill Zimmerman 2018-05-26 13:35:57 +02:00
  • 36d98c5cd0 Merge branch 'master' of https://github.com/billz/raspap-webgui billz 2018-05-23 15:17:21 +00:00
  • a438a13bad updated static domain_name_server, resolves #185 thx @jensjakob billz 2018-05-23 15:16:05 +00:00
  • 51d76ec758
    Merge pull request #189 from alibo/patch-1 Bill Zimmerman 2018-04-23 10:55:42 +02:00
  • 088bf99637
    Use --depth option during cloning the repo Ali Borhani 2018-04-23 01:02:07 +04:30
  • 5dc1545573
    Update README.md Pack3tL0ss 2018-04-17 10:45:08 -04:00
  • f3fffd534a Revert "Update _config.yml" Bill Zimmerman 2018-04-10 12:34:57 +02:00
  • a3b406f12e
    Update _config.yml Bill Zimmerman 2018-04-10 12:09:55 +02:00
  • ba1d065733 Create CNAME Bill Zimmerman 2018-04-10 11:41:57 +02:00
  • 729a02b2f9 Set theme jekyll-theme-minimal Bill Zimmerman 2018-04-10 11:31:29 +02:00
  • f873073570 Hotfix: specify interface with wpa_cli in patch_system_files(). Addresses #163 billz 2018-03-28 10:13:44 +00:00
  • 2a05284be6 Specifies interface with -i option and wpa_cli. Resolves #163 billz 2018-03-28 10:09:58 +00:00
  • 1b387b0f6d
    Updated version Bill Zimmerman 2018-03-20 12:36:53 +01:00
  • 98ace52351 bug fixes to default_configuration(). Resolves #174. Thanks @Austin-RR Bill Zimmerman 2018-03-19 12:43:24 +01:00
  • b9bd1cf46f
    Merge pull request #171 from billz/bower_update Bill Zimmerman 2018-03-10 10:57:12 +02:00
  • 2176988898 Updated with minified sb-admin-2.css billz 2018-03-09 10:08:52 +00:00
  • 376653224d Cleaned up npm-folders local install billz 2018-03-09 02:08:40 +00:00
  • 902281294f Added vendor directory & gulp support for better dependency organization + compiling less & js files. added gulp support for a browser sync task as well for easier development billz 2018-03-09 02:03:53 +00:00
  • 659e21f00b
    Merge pull request #164 from rmarshall31/priority Bill Zimmerman 2018-02-25 22:00:43 +01:00
  • d6778b3ff0 Merge branch 'priority' of https://github.com/rmarshall31/raspap-webgui into priority Russ Marshall 2018-02-25 09:36:58 -05:00