Commit Graph

35 Commits

Author SHA1 Message Date
Matias Griese
25f2028a9d Updated SCSS compiler to v1.8 2021-09-20 10:17:49 +03:00
Matias Griese
15d3cd6cfe Updated SCSS compiler to v1.7 2021-09-16 18:23:30 +03:00
Matias Griese
ab68cbdd59 Composer update 2021-09-13 12:04:25 +03:00
Matias Griese
890577e401 Updated SCSS compiler to v1.6 2021-08-01 12:21:34 +03:00
Matias Griese
1e2fb67ba3 composer.json update 2021-06-10 09:45:17 +03:00
Matias Griese
0b66fc8031 Composer update 2021-06-10 09:25:54 +03:00
Matias Griese
a01170576a Updated SCSS compiler to v1.5 2021-05-18 18:32:32 +03:00
Matias Griese
ed6034e6b9 Composer update 2021-04-13 20:48:09 +03: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
630e6bf834 added admin whitebox functionality 2020-04-18 17:45:11 -06: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
Matias Griese
110584a9b0 Composer update 2020-03-02 21:48:02 +02:00
Matias Griese
98f2a65874 Updated semver library to v1.5 2020-02-04 11:48:53 +02:00
Matias Griese
954822cdf6 Composer update 2019-12-13 13:43:11 +02:00
Matias Griese
cc03729964 Use PSR-4 for plugin classes 2019-05-31 14:43:16 +03:00
Matias Griese
6bc73a32c1 Fixed some issues found by phpstan, remove deprecated method calls (User) 2019-03-20 12:52:16 +02:00
Andy Miller
bee93d55c8 Updated with new supported picofeed 2019-02-08 14:01:00 -07:00
Matias Griese
59effd57af Moved 2FA authentication to login plugin 2018-05-10 10:34:56 +03:00
Andy Miller
288d46c995 vendor updates 2018-04-17 17:49:31 -06:00
Andy Miller
13601eee94 Custom local renderer 2017-08-25 17:58:29 -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
26dff0bf6e composer update --no-dev 2016-10-13 16:44:11 +02:00
Andy Miller
75321d3ca9 Updated vendor libs 2016-09-06 16:54:52 -06: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