Commit Graph

663 Commits

Author SHA1 Message Date
Andy Miller
13601eee94 Custom local renderer 2017-08-25 17:58:29 -06:00
Andy Miller
2f63859bd3 Added ajax task 2017-08-25 17:11:10 -06:00
Andy Miller
92dd08eb4a harcoded name 2017-08-25 16:30:00 -06:00
Andy Miller
8658466e8d two factor authentication essental elements 2017-08-25 16:20:57 -06:00
apotropaic
9169565df8 Merge pull request #1191 from getgrav/grav-plugin-admin/patch-1
when checking if page is the home route, also check '/.' as current route
2017-08-22 13:26:25 -06:00
Andy Miller
2f363e2de6 Added ability to set temporary admin messages 2017-08-16 10:59:22 -06:00
Andy Miller
62a9ad1bef reverted nonce check comment 2017-08-14 20:58:54 -06:00
Andy Miller
717b39144f Initial nav tra development 2017-08-14 20:56:11 -06:00
Andy Miller
1b6223ac80 authorizeTask() should be public 2017-08-14 20:50:56 -06:00
THoenig
ecb5ee7d40 Make all existing information available on page creation (#1175) 2017-08-02 17:09:27 -06:00
Samuele Masetto
7f5cae8b47 Search pages by slug and folder name too (#1183)
In search bar to search pages not only by title and content, but by slug and folder name too.
2017-08-02 17:04:59 -06:00
Flavio Copes
a7a8b7f855 Fixes issue when saving pages without a folder element [#1163] 2017-07-17 18:36:22 +02:00
Flavio Copes
d802b97fe8 Add check before resetting folder 2017-06-30 21:11:56 +02:00
Flavio Copes
793f19dd2c If folder is empty/not sent, fallback to page slug, fix #1146 2017-06-30 21:09:54 +02:00
Andy Miller
796c9d91de Pass original image filename via taskListMedia() 2017-06-21 15:44:16 -06:00
Flavio Copes
9060e02c55 Fix data call 2017-06-06 17:44:30 +02:00
Andy Miller
2a1867da49 Added Admin::getPageMedia() method 2017-05-31 17:11:46 -06:00
Flavio Copes
1b39ccf05d Set pagination to 20 2017-05-31 19:37:44 +02:00
Andy Miller
97cf523c85 lower any mimetypes 2017-05-27 09:04:17 -06:00
Andy Miller
1b4b941b88 cleanup 2017-05-27 00:20:31 -06:00
Andy Miller
fac0deea98 And in remove media 2017-05-26 18:34:12 -06:00
Andy Miller
d3d80e93c1 Fix regex to delete all files it should 2017-05-26 18:31:50 -06:00
Andy Miller
c0465509da Add metadata to medialist + cleanup 2017-05-26 17:51:36 -06:00
Andy Miller
a9182e1563 Updates to use non @2 name in filename 2017-05-26 16:15:49 -06:00
Flavio Copes
7502ab5cf8 Merge media picker changes 2017-05-26 15:14:27 +02:00
Flavio Copes
4c4b166c17 Move common media functionality from pro 2017-05-26 14:30:37 +02:00
Andy Miller
0ea2ff21a4 Retina quality thumb for pagemedia 2017-05-24 11:46:31 -06:00
Flavio Copes
32da41ff60 Fix sag thumbnails 2017-05-24 15:49:38 +02:00
Flavio Copes
173429d892 Fix thumbnails in page media 2017-05-24 15:30:12 +02:00
Andy Miller
3e92bbed73 Use new Utils::getPagePathFromToken() method 2017-05-20 22:21:34 -06:00
Andy Miller
c237bff1e3 Only process thumbs when needed 2017-05-20 22:20:36 -06:00
Andy Miller
4ffcf836a1 Generate thumbnails if enabled 2017-05-19 13:40:48 -06:00
Andy Miller
1809f70e52 Fix for undefined include_metadata 2017-05-19 11:41:05 -06:00
Dávid Szabó
bc011c25c3 Feature custom page options (#1104)
* Add slug util function

* Add custom add modals support
2017-05-16 17:31:57 +02:00
Andy Miller
cde4ac5f7b More flexible removing of extra media files 2017-05-15 14:48:58 -06:00
Andy Miller
ac9b6e5ce5 Added optional include_metadata to file field 2017-05-15 14:48:15 -06:00
Andy Miller
904d1e6928 Missing uses throwing class not found errors 2017-05-15 14:47:26 -06:00
Andy Miller
4f6afedba8 Updated changelog 2017-05-12 12:54:08 -06:00
Flavio Copes
d9c787681f Drop unused method
Was introduced in
https://github.com/getgrav/grav-plugin-admin/commit/988f4a0389cbd89f402f
d50d298aee88b9d79d71 without actual usage
2017-05-06 16:46:21 +02:00
Flavio Copes
7ff311b8a1 Fix 1039 Default to config file slug if translation is missing, otherwise use translation also in the tab title, not just in the page heading 2017-05-01 19:03:27 +02:00
Flavio Copes
8c94b39bea 🎨Add month+date indication to the stats graph to avoid confusion when there are days without visits 2017-04-29 17:21:57 +02:00
Andy Miller
eede9af03c Added vendor to ignores 2017-04-24 18:03:40 -06:00
Andy Miller
5761175fe1 Added [tmp,user] ignores for direct install of Grav 2017-04-24 15:04:47 -06:00
Andy Miller
9ab6aeb0c8 Re-implemented Admin::initTheme() with Grav fix
85a25d0adc
2017-04-19 17:11:45 -06:00
Andy Miller
be3669e38a Reverted #1069 until we can find a safe way to play with Gantry5 2017-04-19 16:55:31 -06:00
Benny
735111cae4 Initialize theme in Admin Plugin (#1069)
* Initialize theme in Admin Plugin

* Updated changelog
2017-04-14 14:31:22 -06:00
Andy Miller
ccd2eac437 Move move into try/catch block 2017-04-14 11:31:19 -06:00
Flavio Copes
9961e28304 Don't change page template if there is no page template field, OR if the template is of type default, or not set
Fixes https://github.com/getgrav/grav-plugin-admin/issues/1059
Fixes https://github.com/getgrav/grav/issues/1403
Fixes https://github.com/getgrav/grav-plugin-admin/issues/1062
2017-04-12 14:09:50 +02:00
Andy Miller
7abf4b1461 Added new parents field with more options 2017-04-10 15:07:14 -06:00
Flavio Copes
ad1a21e44e Drop comment leftover 2017-04-07 20:06:45 +02:00