Commit Graph

204 Commits

Author SHA1 Message Date
Andy Miller
4aedf58f78 smoother progress 2025-10-17 14:09:56 -06:00
Andy Miller
7e73ba9a61 more granular upgrade status 2025-10-17 12:31:43 -06:00
Andy Miller
fe42c3344d more fixes for installation process 2025-10-17 11:31:02 -06:00
Andy Miller
654c2bb9c4 more improvements to safe upgrade 2025-10-17 10:02:22 -06:00
Andy Miller
4a2b386b51 fix stuck progress at 80% - part deux 2025-10-16 21:28:43 -06:00
Andy Miller
f15d3a3bc6 missing package size 2025-10-16 20:57:46 -06:00
Andy Miller
099e6cddc6 more progress fixes 2025-10-16 19:56:59 -06:00
Andy Miller
8142b48558 ensure binaries are executable 2025-10-16 18:16:27 -06:00
Andy Miller
79c061a42b improvements to logging and command calling 2025-10-16 17:59:05 -06:00
Andy Miller
f08a32cf67 new and improve admin async upgrade process 2025-10-16 17:31:57 -06:00
Andy Miller
b23940fb10 yet more upgrade flow fixes 3 2025-10-16 15:47:33 -06:00
Andy Miller
6ff2c4576c more updates
Signed-off-by: Andy Miller <rhuk@mac.com>
2025-10-16 13:49:53 -06:00
Andy Miller
a4e0c83160 safe upgrade progress
Signed-off-by: Andy Miller <rhuk@mac.com>
2025-10-16 10:59:50 -06:00
Andy Miller
325764a304 improved login/session handling
Signed-off-by: Andy Miller <rhuk@mac.com>
2025-09-15 12:02:55 -06:00
Andy Miller
aec62290d4 more scheduler improvements
Signed-off-by: Andy Miller <rhuk@mac.com>
2025-08-25 10:05:19 +01:00
Andy Miller
841ec861bd PHP 8.4 fixes - Implicitly nullable parameter declarations deprecated 2024-10-25 20:12:25 +01:00
Andy Miller
8cc7fb4393 use login’s site_host functionality 2024-05-06 12:38:46 +01:00
Andy Miller
d5eea54aca Revert "require new email status style"
This reverts commit 4d87a391ad.
2024-04-05 11:49:13 -06:00
Andy Miller
4d87a391ad require new email status style 2024-04-05 11:46:39 -06:00
Andy Miller
540482a487 update copyright date 2024-01-05 11:50:46 +00:00
Andy Miller
7ea0f78eb7 better fix 2023-05-11 11:40:18 -06:00
Andy Miller
3f37e2c350 rewrote this function to make it safer 2023-05-11 11:37:24 -06:00
Andy Miller
462d0121cb fixed another deprecation issue 2023-05-09 13:01:39 -06:00
Andy Miller
beef4420ca Fixes for SCSS compiler 2023-05-08 18:21:03 -06:00
Andy Miller
8fd500d381 missing Admin::$routes definition 2023-05-08 17:37:29 -06:00
Andy Miller
f32b6ff439 copyright dates 2023-01-02 11:17:40 -07:00
Andy Miller
97ab52df81 no longer reference SwiftException (deprecated) 2022-10-05 08:07:09 -06:00
Matias Griese
925dbf7cbf Fixed disabling/enabling plugin from the list breaking the plugin configuration 2022-02-07 11:55:14 +02:00
Rotzbua
304bb9b557 Links to https, Discord (#2212)
* Change links to https

* github.com
* getgrav.org

* Change Slack to Discord
2022-02-04 09:56:22 -08:00
Matias Griese
396e32b76e Made path handling unicode-safe, use new Utils::basename() and Utils::pathinfo() everywhere 2022-01-26 14:11:10 +02:00
Matias Griese
e84e785978 Fixed passing null to $twoFa->verifyCode() and $twoFa->verifyYubikeyOTP()
`
2022-01-12 10:55:41 +02:00
Andy Miller
0f05d065b0 Support for YubiKey OTP 2 factor authenticator 2022-01-11 12:00:10 -07:00
Andy Miller
0ca2d22f86 updated some copyright years 2022-01-03 09:33:16 -07:00
Matias Griese
58806748b9 Minor improvement 2021-12-08 17:38:50 +02:00
Matias Griese
6463135bf0 Fixed unescaped messages in JSON responses 2021-11-03 12:42:27 +02:00
Matias Griese
177ff7c929 Clear cache when installing plugins 2021-10-26 20:42:35 +03:00
Andy Miller
87ac8fb0cd Use HTTP\Response and require Grav 1.7.24 2021-09-30 21:50:15 -06:00
Matias Griese
bef26581cd New attempt to fix images in plugins/themes (fix) 2021-09-29 20:58:42 +03:00
Matias Griese
da3e501ff3 New attempt to fix images in plugins/themes 2021-09-29 20:55:24 +03:00
Matias Griese
29157a3011 Fixed images from plugins/themes disappearing when saving twice 2021-09-28 13:41:38 +03:00
Matias Griese
1091e7ab26 Fixed configuration save location to point to existing config folder [#2176] 2021-09-14 17:59:12 +03:00
Matias Griese
853abfbbd3 Fixed X-Frame-Options to be DENY in all admin pages to prevent a clickjacking attack 2021-09-01 13:17:21 +03:00
Matias Griese
2546cd35e0 Make sure that login data is an array in taskLogin() 2021-08-18 13:41:04 +03:00
Matias Griese
f42e996138 Update taskGetChildTypes() to use Flex Pages (works without the plugin) [#2087] 2021-06-10 11:10:06 +03:00
Matias Griese
1136a1007e Fixed configuration not fully updating on save [#2149] 2021-05-26 10:48:50 +03:00
Matias Griese
a01170576a Updated SCSS compiler to v1.5 2021-05-18 18:32:32 +03:00
Andy Miller
1ceebec29f improve plugin enabled logic 2021-05-05 12:53:07 -06:00
Andy Miller
3aae171297 improve activation logic 2021-05-05 12:14:04 -06:00
Matias Griese
9d21a98f61 Theme update - custom files overwritten #2135 2021-04-29 14:58:48 +03:00
Matias Griese
1b26b4ca7d Fixed permission check for configuration save [#2130] 2021-04-23 11:21:41 +03:00