Andy Miller
796c61e66d
restore tool - but not curretly working
2025-10-18 12:04:25 -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
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
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
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
58806748b9
Minor improvement
2021-12-08 17:38:50 +02:00
Andy Miller
87ac8fb0cd
Use HTTP\Response and require Grav 1.7.24
2021-09-30 21:50:15 -06: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
aa4f80eec1
Greatly improve login related actions for Admin
...
* Better isolate admin to prevent session related vulnerabilities
* Removed support for custom login redirects for improved security
* Shorten forgot password link lifetime from 7 days to 1 hour
* Fixed login related pages being accessible from admin when user has logged in
* Fixed admin user creation and password reset allowing unsafe passwords
* Fixed missing validation when registering the first admin user
* Fixed reset password email not to have session specific token in it
2021-03-26 14:39:37 +02:00
Matias Griese
b7271bc424
Regression: Fixed enabling/disabling plugin or theme corrupting configuration
2021-02-19 22:04:04 +02:00
Matias Griese
7832d6992e
Fixed ACL for users with mixed case usernames [ #2073 ]
2021-02-18 16:22:55 +02:00
Matias Griese
64e41b034e
Fixed fatal error in admin if POST request has data in it [ #2074 ]
2021-02-18 15:33:38 +02:00
Matias Griese
a8983a003d
Fixed ACL for Configuration tabs [ #771 ]
2021-02-10 15:26:02 +02:00
Matias Griese
2223b2eb73
Fixed deleting list field options completely, didn't save changes [ #2056 ]
2021-02-08 21:30:37 +02:00
Matias Griese
1d669c5fb9
Minor code improvements
2021-01-08 18:57:41 +02:00
Djamil Legato
72116dcbca
Fixed notifications that would not be remembered as hidden + various improvements
2020-12-21 15:29:42 -08:00
Djamil Legato
06719a23dd
Properly exit the nested foreach when a matching dependency is found
2020-12-21 10:55:56 -08:00
Matias Griese
04b17d6019
More multi-site routing fixes
2020-09-02 12:43:36 +03:00
Matias Griese
8a6f98b7bf
Fixed bad redirection after successful admin login in subdirectory multisite [ #1487 ]
2020-08-31 22:59:22 +03:00
Matias Griese
ae6d972d26
Fixed bad 'use ...\UserObject;' statement in Admin
2020-07-03 11:44:05 +03:00
Andy Miller
e9adc8f8f3
renamed markdownEditor->contentEditor
2020-05-26 08:19:26 -06:00
Andy Miller
6f8b5de163
new onAdminListMarkdownEditors event
2020-05-25 14:04:01 -06:00
Matias Griese
16fb712770
Do not use $pages->dispatch() to find a page, it redirects!
2020-05-22 20:06:40 +03:00
Matias Griese
b363309646
Fixed language redirect adding extra language prefix in Flex
2020-04-24 12:34:46 +03:00
Andy Miller
367d55d5e0
Revert "Fix for visible state when creating new pages #1831 "
...
This reverts commit 0f87a2691b .
2020-03-06 12:39:15 -07:00
Andy Miller
0f87a2691b
Fix for visible state when creating new pages #1831
2020-03-06 11:17:14 -07:00
Matias Griese
8483873e02
Added keysOnly parameter to AdminPlugin::pagesTypes() and AdminPlugin::pagesModularTypes() methods, ignore parameter to Admin::types() and Admin::modularTypes() methods
2020-02-25 13:58:36 +02:00
Matias Griese
20ae10bcb4
Added some debugging messages (turned off by default)
2020-02-10 22:19:39 +02:00
Matias Griese
87f3fd83ff
Pass phpstan level 1 tests
2020-02-04 11:22:27 +02:00
Matias Griese
cd286ad30c
Fixed editing own user
2020-02-03 12:15:51 +02:00
Matias Griese
9c929f15a4
Cleanup acl_picker field
2020-01-31 11:56:03 +02:00
Matias Griese
7a5a6ea48a
Improve admin user
2020-01-30 13:07:57 +02:00
Matias Griese
6abcdae5d6
Updated code for Grav 1.7.0-rc.4
2020-01-30 11:02:32 +02:00
Matias Griese
0e043aa0a9
Fixed admin_route() twig function to work properly with Grav 1.7.0-rc.4, which fixes Route base
2020-01-28 18:56:37 +02:00
Matias Griese
3c74b219fe
Better logged in user handling (Flex)
2020-01-21 09:46:42 +02:00
Matias Griese
5153266c7e
Fixed another case of bad profile link
2020-01-16 15:48:47 +02:00
Matias Griese
31f4e8ee03
DEPRECATED onAdminRegisterPermissions event and the corresponding admin methods
2020-01-15 16:05:16 +02:00
Andy Miller
31b8a8e12b
Added an Admin::getChangelog() method
2019-12-09 10:58:49 -07:00
Matias Griese
d252286947
Updated deprecated $page->modular() method calls to $page->isModule()
2019-11-15 21:51:47 +02:00
Matias Griese
f67f722252
Added support for hiding parts of admin by Deny permissions (Flex Users only)
2019-11-13 11:49:18 +02:00
Andy Miller
6485d6f99b
removed static log list for dynamic one via onAdminLogFiles #1765
2019-10-25 10:51:44 -06:00
Matias Griese
899d05fb7c
Fixed Admin::redirect() check for /admin, /en/admin, /root/admin or /root/en/admin
2019-09-16 21:59:56 +03:00
Matias Griese
52ba79f954
Fixed redirect with absolute language URL
2019-09-11 19:49:47 +03:00
Matias Griese
495ebcb42b
Keep language setting for AJAX requests
2019-09-11 18:05:45 +03:00