Commit graph

  • b5179f3991
    Merge pull request #1710 from RaspAP/maint/cidr-mask-notion master Bill Zimmerman 2024-12-11 20:47:55 +0100
  • 86e8b208e0 Add form-control support for CIDR masks #1710 billz 2024-12-11 09:18:33 -0800
  • cbeb3e5e34
    Merge 8ae468376f into a7ac30f548 #1690 Dhanus 2024-12-07 19:14:08 +0300
  • a7ac30f548
    Merge pull request #1707 from RaspAP/maint/attribution Bill Zimmerman 2024-12-07 08:33:53 +0100
  • 7684a4932d Update w/ code attribution - thx @easylo #1707 billz 2024-12-06 01:22:28 -0800
  • 6827bdde6b
    Merge c6520d99e9 into 4d1b746932 #1650 frankozland 2024-12-03 08:10:42 +0100
  • 5f9e0fbdad
    Merge 6f62ba1c05 into 4d1b746932 #1689 TCH 2024-11-28 14:01:17 +0100
  • 4d1b746932 Update release version 3.2.2 billz 2024-11-28 01:38:42 -0800
  • dc922bab30
    Merge pull request #1704 from RaspAP/feat/adguard-provider Bill Zimmerman 2024-11-28 10:28:04 +0100
  • 66f5cd4183 Create stripAnsiSequence() #1704 billz 2024-11-27 23:19:41 -0800
  • 50d0e0be82 Sanitize CLI output, fetch provider details after page functions billz 2024-11-27 00:41:24 -0800
  • 83d9248249 Update Adguard regex + cmd_overrides billz 2024-11-27 00:36:32 -0800
  • 72475b16ef Remove ANSI escape sequences w/ stripArtifacts() billz 2024-11-26 14:30:14 -0800
  • 12b0d9f6c8 Append automatic yes answer to questions on connect billz 2024-11-26 01:43:46 -0800
  • 68d47f9a41 Process Adguard cmd output billz 2024-11-26 01:23:20 -0800
  • 4bba3384e4 Update w/ Adguard VPN billz 2024-11-26 01:22:42 -0800
  • c5e038d1d2
    Merge 62978a7755 into 0e39896f3d #1640 frankozland 2024-11-25 18:49:15 +0000
  • ded25d4fc6
    Merge c3f06e4bbe into 0e39896f3d #1111 SmartMarmot - Andrea Dalle Vacche 2024-11-25 18:45:32 +0000
  • 0e39896f3d
    Merge pull request #1701 from RaspAP/fix/nogateway-default Bill Zimmerman 2024-11-19 10:06:34 +0100
  • 90bac7f10f Add nogateway option to wlan0, resolves #1695 #1701 billz 2024-11-17 01:02:14 -0800
  • 0e6f0f6df7
    Merge pull request #1699 from RaspAP/maint/translations Bill Zimmerman 2024-11-15 09:39:18 +0100
  • 7037214f23 Update ko_KR locale 100% translated - thx @Dansunmi! #1699 billz 2024-11-14 02:30:52 -0800
  • 6294a620c0
    Add custom plugin subsection Bill Zimmerman 2024-11-14 08:57:51 +0100
  • 1ce4c207a6
    Update supported distros Bill Zimmerman 2024-11-14 08:45:28 +0100
  • 88806ec01a
    Update BACKERS.md Bill Zimmerman 2024-11-12 12:54:05 +0100
  • a4b26da5ec Update release version 3.2.1 billz 2024-11-10 00:17:30 -0800
  • b74db9464e
    Merge pull request #1693 from RaspAP/feat/plugin-architecture Bill Zimmerman 2024-11-10 09:15:11 +0100
  • 6fa4f3d5a6 Minor: code cleanup #1693 billz 2024-11-10 00:02:47 -0800
  • 6e5ef8a866 Fixup callable conditions passed to addItem() billz 2024-11-08 04:10:55 -0800
  • 4e71a6e753 Fix: evaluate pluginName in renderTemplate billz 2024-11-08 03:31:22 -0800
  • b33ac6ffa3 Revise handlePageAction for multiple plugin instances billz 2024-11-07 23:25:19 -0800
  • ce72d2a0ab Update interface with renderTemplate() method billz 2024-11-07 10:23:34 -0800
  • 39a8a58f38 Fix handlePageAction for multiple plugin instances, move renderTemplate to plugins billz 2024-11-07 10:23:10 -0800
  • 0bcc396b78 Minor: formatting billz 2024-11-07 01:19:08 -0800
  • 04a6d007fd Consolidate handlePageAction in plugin class, remove functions.php from plugin billz 2024-11-07 00:44:06 -0800
  • 7d4e6c1eaa Add plugins/ to .gitignore billz 2024-11-06 00:54:28 -0800
  • 05126fbbf8 Fix system sidebar item page action billz 2024-11-05 18:34:31 -0800
  • 3c59ce9d7e Remove includes/plugins (test) billz 2024-11-05 18:33:24 -0800
  • 63924c26ac Revise handlePageAction() + getInstalledPlugins() billz 2024-11-05 18:27:24 -0800
  • 3a19ed9c3d Check for plugin to handle request, fallback to core page actions billz 2024-11-05 18:24:41 -0800
  • 3af68ca9a9 Create getClassName(), update renderTemplate() billz 2024-11-05 18:21:31 -0800
  • 2ec0738455 Require plugins include billz 2024-11-05 09:14:58 -0800
  • 316543cfa7 Removed (deprecated) billz 2024-11-05 09:14:24 -0800
  • 6b3455345d Refactor to use PluginManager public methods billz 2024-11-05 09:13:37 -0800
  • 8021099f49 Create renderStatus() billz 2024-11-05 09:12:42 -0800
  • 262ff6a00e Initial commit billz 2024-11-05 09:12:19 -0800
  • a86c637f04
    Update README.md 3.2.0 Bill Zimmerman 2024-11-03 10:36:16 +0100
  • 4d208d0bf9
    Update screenshots Bill Zimmerman 2024-11-03 10:34:50 +0100
  • fbf3129ef4 Update release version billz 2024-11-03 01:08:04 -0800
  • 80d2e6b801
    Merge pull request #1682 from RaspAP/maint/bootstrap5.3 Bill Zimmerman 2024-11-03 10:05:32 +0100
  • 8ae468376f fix: enable all flags and install missing packages #1690 Dhanus 2024-11-02 22:19:01 +0530
  • 90794c8828 fix: disable all options Dhanus 2024-11-01 18:08:34 +0530
  • 28d1395bef chore: fail-fast false for 32 bit image build to finish Dhanus 2024-11-01 12:17:55 +0530
  • 6f62ba1c05
    Update rpi-img-builder.yaml #1689 TCH 2024-10-31 19:42:26 +0100
  • 691c6696d1
    Update rpi-img-builder.yaml TCH 2024-10-31 19:40:27 +0100
  • 000f068e7c
    Update rpi-img-builder.yaml TCH 2024-10-31 19:37:19 +0100
  • f5bcd7f569
    Update rpi-img-builder.yaml TCH 2024-10-31 19:35:18 +0100
  • 8a12791bf8
    Update rpi-img-builder.yaml TCH 2024-10-31 19:35:04 +0100
  • f4e0306d8b
    Update rpi-img-builder.yaml TCH 2024-10-31 19:17:35 +0100
  • 12df2a58e5
    Update rpi-img-builder.yaml TCH 2024-10-31 19:14:17 +0100
  • 4627843e85
    Update rpi-img-builder.yaml TCH 2024-10-31 19:06:21 +0100
  • 738d8f4593
    Update rpi-img-builder.yaml TCH 2024-10-31 19:05:40 +0100
  • 0a1c14207a
    Update rpi-img-builder.yaml TCH 2024-10-31 18:44:19 +0100
  • d8561840f5
    Update rpi-img-builder.yaml TCH 2024-10-31 18:37:06 +0100
  • 1db076aab7
    Update rpi-img-builder.yaml TCH 2024-10-31 18:32:27 +0100
  • 9c864d155d
    Update rpi-img-builder.yaml TCH 2024-10-31 18:28:31 +0100
  • f5f5058fb1
    Update rpi-img-builder.yaml TCH 2024-10-31 18:24:07 +0100
  • 8048fcf5c4 chore: add apt-get update Dhanus 2024-10-31 19:00:59 +0530
  • f8ccc3df69
    Update rpi-img-builder.yaml TCH 2024-10-31 14:01:39 +0100
  • 351354cf9e
    Update rpi-img-builder.yaml TCH 2024-10-31 13:59:18 +0100
  • 710a8dab4e chore: add curl installation Dhanus 2024-10-31 18:28:26 +0530
  • 227492c419
    Update rpi-img-builder.yaml TCH 2024-10-31 13:58:22 +0100
  • 600c183c8e
    Update test.yml TCH 2024-10-31 13:54:53 +0100
  • 274b42d225 chore: add custom stage Dhanus 2024-10-31 18:20:25 +0530
  • 69d58f4713 chore: revert to previous commit due to extracted image size > 2GB Dhanus 2024-10-31 17:56:18 +0530
  • 328a8c09dc
    Update test.yml TCH 2024-10-31 13:30:29 +0100
  • d90ccf4277 fix: upload img instead of zip Dhanus 2024-10-31 17:27:45 +0530
  • b6ba5b59c1
    Update test.yml TCH 2024-10-31 12:57:02 +0100
  • 4a6e24ab1e
    Update rpi-img-builder.yaml TCH 2024-10-31 12:56:22 +0100
  • 6a5555131b
    Rename test.md to test.yml TCH 2024-10-31 12:47:50 +0100
  • cd504af3db
    Create test.md TCH 2024-10-31 12:47:13 +0100
  • a1b0ade0a5 chore: remove system update Dhanus 2024-10-31 17:15:18 +0530
  • 4570edc6a0
    test TCH 2024-10-31 12:43:07 +0100
  • f1a5b9163b fix: asset_name file type Dhanus 2024-10-31 17:12:17 +0530
  • cb4fc2ac54 ci: Add build for 32/64 bit images Dhanus 2024-10-31 14:43:34 +0530
  • addf1ef633
    Update rpi-img-builder.yaml TCH 2024-10-31 12:39:48 +0100
  • a52f4128d9
    Update rpi-img-builder.yaml TCH 2024-10-31 12:30:51 +0100
  • 4b8308d96f
    Update rpi-img-builder.yaml TCH 2024-10-31 12:28:22 +0100
  • fd3a7d1930
    Update rpi-img-builder.yaml TCH 2024-10-31 12:27:08 +0100
  • 288438bb9d
    fix raspap install while building TCH 2024-10-31 12:15:10 +0100
  • a1cb490a47
    fix deprecated methods/versions TCH 2024-10-31 11:58:16 +0100
  • 6424456bba
    addd install script TCH 2024-10-31 11:13:42 +0100
  • 7e1a758a38
    Update rpi-img-builder.yaml TCH 2024-10-31 10:55:06 +0100
  • 79b198140a
    Update rpi-img-builder.yaml TCH 2024-10-31 10:53:57 +0100
  • cbcd6e1586
    Update rpi-img-builder.yaml TCH 2024-10-31 10:52:08 +0100
  • a6fe49799b
    Update rpi-img-builder.yaml TCH 2024-10-31 10:48:31 +0100
  • 05206a253f
    Create rpi-img-builder.yaml TCH 2024-10-31 10:42:54 +0100
  • 0a32215b39 Roundup template changes, update en_US locale + compile .mo #1682 billz 2024-10-31 00:19:53 -0700
  • f7e8f4d6eb Template tweaks billz 2024-10-30 10:26:59 -0700
  • 40a526f217 Update release version 3.1.9 billz 2024-10-29 09:54:24 -0700