billz
|
0efbe2b326
|
Define RASPI_PLUGINS_ENABLED, add condition to template
|
2025-02-04 23:44:04 -08:00 |
|
billz
|
5fbafeb455
|
Re-add plugins submodule
|
2025-01-27 04:49:31 -08:00 |
|
billz
|
7def2d6da1
|
Remove plugins/ to allow submodule usage
|
2025-01-27 04:43:01 -08:00 |
|
billz
|
538e37ceb7
|
Add --recurse-submodules to git clone operation
|
2025-01-27 04:29:07 -08:00 |
|
Bill Zimmerman
|
5d01fa59b1
|
Fix for DOM text reinterpreted as HTML
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
|
2025-01-26 11:50:33 +01:00 |
|
billz
|
0b0f4bc06d
|
Update plugin installed check
|
2025-01-26 02:45:47 -08:00 |
|
Bill Zimmerman
|
a619e7a25b
|
Merge branch 'master' into feat/plugin-manager
|
2025-01-26 10:33:49 +01:00 |
|
billz
|
a8bd85cc80
|
Create textarea.plugin-log class
|
2025-01-26 01:32:18 -08:00 |
|
billz
|
e423b7f4d3
|
Display diagnostic error message on plugin install fail
|
2025-01-26 01:31:40 -08:00 |
|
billz
|
47c509277c
|
Add checks for empty vars, improve error propagation
|
2025-01-26 01:25:12 -08:00 |
|
billz
|
a6fdb63dd2
|
Catch HTTP 442 unprocessable content response
|
2025-01-26 01:23:42 -08:00 |
|
billz
|
75bb3e4a34
|
Resolve conflict: update .mo from master + ignore
|
2025-01-25 09:48:58 -08:00 |
|
billz
|
36c3e5036f
|
Ignore compiled .mo files
|
2025-01-25 09:42:17 -08:00 |
|
billz
|
a9021c89f4
|
Refactor getUserPlugins(), define pluginsManifest
|
2025-01-25 02:49:48 -08:00 |
|
billz
|
77f183817a
|
Replace try/catch callback w/ simplified JSON parsing
|
2025-01-25 02:48:52 -08:00 |
|
billz
|
97bc8174b4
|
Add include/session.php
|
2025-01-25 02:47:46 -08:00 |
|
billz
|
83ed9b5c19
|
Remove RASPI_PLUGINS_URL (obsolete)
|
2025-01-25 02:47:03 -08:00 |
|
billz
|
0871601b31
|
Initial commit
|
2025-01-25 02:46:34 -08:00 |
|
billz
|
eb25142e03
|
Update release version
|
2025-01-22 23:52:05 -08:00 |
|
billz
|
42b6c8fce3
|
Fix: correctly evaluate session status
|
2025-01-22 07:38:36 -08:00 |
|
Bill Zimmerman
|
7a9e5169f6
|
Merge pull request #1735 from RaspAP/feat/session-manager
Feature: Session manager & dedicated login
|
2025-01-22 15:11:30 +01:00 |
|
billz
|
2ca7448bd3
|
Define RASPI_BRAND_TITLE, replace static title
|
2025-01-22 00:46:00 -08:00 |
|
billz
|
cd3fde71e3
|
Revise login background gradient
|
2025-01-22 00:35:52 -08:00 |
|
billz
|
ec0dd304ee
|
Add csrf token check, destroy session on timeout
|
2025-01-22 00:11:22 -08:00 |
|
billz
|
50ed5f9f4b
|
Update en_US locale w/ new msgs, compile .mo
|
2025-01-21 05:36:13 -08:00 |
|
billz
|
259fac717f
|
Update static label with RASPI_BRAND_TEXT
|
2025-01-21 05:35:34 -08:00 |
|
billz
|
0fd65fdbc2
|
Minor: mode change
|
2025-01-21 05:23:42 -08:00 |
|
billz
|
2b92d028f6
|
Minor: define status + redirectUrl vars
|
2025-01-21 05:23:19 -08:00 |
|
billz
|
9c4f8be363
|
Fix: include session
|
2025-01-21 05:22:22 -08:00 |
|
billz
|
21b9feb0ef
|
Refactor auth method: http basic > user login
|
2025-01-21 05:14:18 -08:00 |
|
billz
|
bc7d4ef1c1
|
Include session in ajax handlers
|
2025-01-21 04:59:57 -08:00 |
|
billz
|
bc23dfc130
|
Remove timeout_duration from response
|
2025-01-21 04:55:56 -08:00 |
|
billz
|
9042ee8c01
|
Pass redirectUrl as action to login
|
2025-01-21 00:38:03 -08:00 |
|
billz
|
effcb5e48e
|
Add global styles for login page
|
2025-01-21 00:35:27 -08:00 |
|
billz
|
111c9581a3
|
Resolve hash_equals() error w/ expired csrf_token, add login redirect
|
2025-01-21 00:33:24 -08:00 |
|
billz
|
6cb0be96b4
|
Set data-bs-backdrop + data-bs-keyboard attributes
|
2025-01-21 00:31:49 -08:00 |
|
billz
|
6dbdf89760
|
Add DisplayLogin() page handler
|
2025-01-21 00:30:40 -08:00 |
|
billz
|
792ce0c956
|
Include login.php, buffer page output
|
2025-01-21 00:29:59 -08:00 |
|
billz
|
3f883a70de
|
Initial commit
|
2025-01-21 00:29:14 -08:00 |
|
billz
|
187041b030
|
Add checkSession(), showSessionExpiredModal()
|
2025-01-20 00:58:18 -08:00 |
|
billz
|
c51b520b8d
|
Decouple session from csrf handler, set initial lastActivity
|
2025-01-20 00:55:21 -08:00 |
|
billz
|
866d8eb5b0
|
Update w/ sessionTimeoutModal, lastActivity
|
2025-01-20 00:53:26 -08:00 |
|
billz
|
3cf22a9cbb
|
Define RASPI_SESSION_TIMEOUT
|
2025-01-20 00:52:28 -08:00 |
|
billz
|
6f1c34f28d
|
Initial commit
|
2025-01-20 00:51:00 -08:00 |
|
Bill Zimmerman
|
41a138026b
|
Merge pull request #1733 from RaspAP/fix/dhcp-ignore
Set dhcp-ignore=tag:!known from option switch
|
2025-01-19 09:55:57 +01:00 |
|
billz
|
0c31b5ba71
|
Set dhcp-ignore=tag:!known from option switch
|
2025-01-19 00:23:06 -08:00 |
|
billz
|
2bab11b951
|
Update callbackTimeout interval, error msg
|
2025-01-19 00:18:56 -08:00 |
|
billz
|
b52bd84ea4
|
Add msgs to en_US locale + compile .mo
|
2025-01-05 02:15:16 -08:00 |
|
billz
|
ff7e674b2e
|
Use callbackTimeout w/ getUserPlugins(), handle err if >2000ms
|
2025-01-05 02:14:16 -08:00 |
|
billz
|
3e91f50966
|
Create callbackTimeout()
|
2025-01-05 02:12:45 -08:00 |
|