3283 Commits

Author SHA1 Message Date
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
billz
7dcc177424 Initial commit 2025-01-04 09:33:01 -08:00
Bill Zimmerman
94b502a336
Merge pull request #1724 from RaspAP/fix/adblock-update-ui
Revise bootstrap 5.3 adblock update btn
2025-01-03 00:49:38 -08:00
billz
bfd5859ce1 Revise bootstrap 5.3 adblock update btn 2025-01-03 00:38:45 -08:00
Bill Zimmerman
13cdfbd8cb
Merge pull request #1723 from RaspAP/fix/wg-endpoint-seg
Extends wg peer validation to dynamic addresses
2025-01-01 01:22:46 -08:00
billz
531970d9c6 Extend wg peer endpoint validation w/ subdomain + hostname 2025-01-01 00:41:56 -08:00
billz
5902a8d6a0 Update template + wg-keygen js handler 2025-01-01 00:37:25 -08:00
billz
9bb2075b77 Add strings to en_US locale, update template 2024-12-26 09:41:52 -08:00
billz
3c61954971 Minor: update label 2024-12-26 09:17:33 -08:00
billz
361a2f7531 Use text() instead of replaceWith() 2024-12-26 09:17:12 -08:00
billz
ad36695224 Set/read plugin-installed flag 2024-12-26 08:04:16 -08:00
billz
92ba7df9c6 Create plugin install event handler 2024-12-25 19:03:41 -08:00
billz
ae7b03857e Update install-plugin-progress modal btn 2024-12-25 19:00:41 -08:00
billz
2c0ace4500 Fix for getUserPlugins, add installed btn 2024-12-25 18:59:49 -08:00
billz
759e5dcf5d Add _create_plugin_scripts() 2024-12-25 18:57:59 -08:00
billz
bf0d9f88e2 Implement installPlugin() and related methods 2024-12-25 13:08:32 -08:00
billz
bf74ff7057 Update w/ config, plugin actions 2024-12-25 12:27:47 -08:00
billz
4328f54270 Add visudo -cf, plugin_helper to sudoers 2024-12-24 22:48:21 -08:00
billz
efd67fb698 Add plugin install progress modal 2024-12-24 22:46:17 -08:00
billz
44c99dacdf Initial commit 2024-12-24 22:45:18 -08:00
Bill Zimmerman
048d4ab3e6
Merge pull request #1720 from GuillaumeRossolini/patch-1
Update README.md
2024-12-23 14:53:46 -08:00