Commit Graph

20 Commits

Author SHA1 Message Date
Andy Miller
c96c267f14 minor composer update 2023-10-02 10:34:13 -06:00
Andy Miller
eb4c0b6e43 Fix picofeed for PHP 8.2 2023-02-19 13:00:12 -07:00
Matias Griese
9f9198b329 Updated SCSS compiler to v1.10, composer update 2022-02-07 10:22:51 +02:00
Matias Griese
8bfbcad7d2 Composer update 2021-12-01 16:27:44 +02:00
Matias Griese
6dede2fa4a Composer update 2021-03-16 09:12:39 +02:00
Andy Miller
609692a622 minor vendor updates 2021-02-16 14:40:27 -07:00
Matias Griese
3fd1c7ab6a Requires **Grav 1.7.4** (SemVer library moved to Grav) 2021-01-29 10:11:20 +02:00
Matias Griese
432ef4bb1a Composer update after merge 2020-12-01 09:37:58 +02:00
Matias Griese
be6428922d Merge branch 'develop' of github.com:getgrav/grav-plugin-admin into 1.10
 Conflicts:
	admin.php
	classes/plugin/AdminController.php
	composer.lock
	vendor/composer/autoload_classmap.php
	vendor/composer/autoload_psr4.php
	vendor/composer/autoload_real.php
	vendor/composer/autoload_static.php
	vendor/composer/installed.json
2020-12-01 09:24:05 +02:00
Matias Griese
c604c05491 Remove comments 2020-11-26 15:55:02 +02:00
Andy Miller
f851335ca9 update libraries 2020-11-10 09:46:27 -07:00
Andy Miller
376810f3dc Updated Vendor libs 2020-08-28 13:46:44 -06:00
Matias Griese
5ca476e0cb Composer update 2020-07-01 21:51:08 +03:00
Andy Miller
02d636ca84 classloader merge 2020-03-05 13:00:47 -07:00
Andy Miller
2faf29039b semver update 2020-03-05 10:31:25 -07:00
Andy Miller
288d46c995 vendor updates 2018-04-17 17:49:31 -06:00
Andy Miller
8658466e8d two factor authentication essental elements 2017-08-25 16:20:57 -06:00
Matias Griese
8ec6db9805 Composer update 2016-12-08 15:37:58 +02:00
Andy Miller
f361addd60 Feature/admin fragmentation (#856)
* Separated Admin Controller into a generic and extendable Base controller. Added Autoload for properly loading classes

* Implemented custom class loader to force lowercase

* Removed composer autoloader for classes

* Updates

* Ability to pass custom upload URL for files

* Added new onAdminCanSave event for 3rd party plugins

* Moved files upload GC in onOutputGenerated event

* Cleanup

* Moved autoloader so it is always registering

* Fixed onOutputGenerated event location

* Moved `taskRemoveFileFromBlueprint`,  `taskRemoveMedia `, `canEditMedia` methods to admin base controller

* Allow to globally define `blueprint_type` and `file_url_remove` for the file field

* Moved `isMultilang()` into base controller

* Properly generate thumbnails in proportions for file fields

* Simplified execute restrictions with blacklist
2016-11-07 09:54:10 -07:00
Flavio Copes
988f4a0389 [WIP] Notifications (#599)
Adds a new notifications feature to the Admin plugin. It will now lookup notifications which are set up on getgrav.org and will inform users, and also alert for new updates and provide awareness on various topics.

Also fixes issue with Array field in `value_only` mode, improperly displaying the key when novalue was set, and fixes issue with drag handlers in Array not showing/hiding properly (#950)

Updated FontAwesome to 4.6.3
2016-08-11 19:17:02 +02:00