Commit Graph

106 Commits

Author SHA1 Message Date
Matias Griese
ba74bf33ad Code cleanup 2018-12-05 08:20:38 +02:00
Andy Miller
eb0447aa8d check for empty data types #1537 2018-11-12 11:32:12 -07:00
Matias Griese
31f6e9c72a Merge branch 'develop' of https://github.com/getgrav/grav-plugin-admin into 1.9
# Conflicts:
#	CHANGELOG.md
#	blueprints.yaml
2018-11-07 19:14:19 +02:00
Matias Griese
3d765e8ece Fixed Grav core update potentially spinning forever because of an error which happens after a successful upgrade 2018-11-07 19:11:36 +02:00
Andy Miller
d885da14fc Fix DirectInstall not working #1535 2018-10-24 15:49:16 -06:00
Andy Miller
c653131baa Fix XSS checking when empty content #1533 2018-10-23 08:36:11 -06:00
Andy Miller
5307038c98 Fix XSS checking when empty content #1533 2018-10-23 08:35:13 -06:00
Andy Miller
8f654dcacc Revert "Hotfix for admincontroller.php (#1533)" (#1536)
This reverts commit d6a36af4d5.
2018-10-23 07:19:23 -06:00
Alexis Bouhet
d6a36af4d5 Hotfix for admincontroller.php (#1533)
Now checking if 'content' is in $data. Some blueprints can have 'content' optional so not defined, which cause a crash when editing.
Checking with operator `??` and default value empty string `''`.
2018-10-23 07:17:43 -06:00
Djamil Legato
2e8cb6c45b Fixed Direct Install Uploader, failing to validate the uploaded files 2018-10-16 07:36:54 -07:00
Andy Miller
0c7cd282ef Fix for port in backups downloads 2018-10-08 12:05:09 -06:00
Andy Miller
a3a4f5b2d6 Fix for port in Backup download URL 2018-10-08 12:01:00 -06:00
Matias Griese
e5e344b35c Merge branch 'develop' of https://github.com/getgrav/grav-plugin-admin into 1.9
# Conflicts:
#	CHANGELOG.md
#	blueprints.yaml
2018-10-04 15:44:43 +03:00
Matias Griese
42c8b63520 Improved file uploads 2018-10-04 15:42:59 +03:00
Andy Miller
e00b215c1c Revert "Use new backup command"
This reverts commit 6f5187c50a.
2018-10-01 15:19:31 -06:00
Andy Miller
99cf0ca310 Merge branch 'develop' into 1.9
# Conflicts:
#	languages/en.yaml
2018-10-01 14:06:09 -06:00
Andy Miller
f497551873 XSS notifications via field which is always shown 2018-10-01 14:05:16 -06:00
Andy Miller
22f3a03005 Merge branch 'develop' into 1.9
# Conflicts:
#	languages/en.yaml
2018-09-30 18:41:29 -06:00
Andy Miller
bfc72d2d3e refactor class name 2018-09-30 17:44:50 -06:00
Andy Miller
e0dc7de827 valid frontmatter first 2018-09-30 15:26:19 -06:00
Andy Miller
3b5d3ca99a format tidy 2018-09-30 15:25:39 -06:00
Andy Miller
ea0a5613cc XSS detection on header+content of page 2018-09-30 15:24:29 -06:00
Andy Miller
e5166c85d4 Merge branch 'develop' into 1.9
# Conflicts:
#	languages/en.yaml
#	themes/grav/css-compiled/preset.css
#	themes/grav/css-compiled/preset.css.map
#	themes/grav/js/admin.min.js
#	themes/grav/js/vendor.min.js
#	themes/grav/scss/preset.scss
2018-09-29 21:47:54 -06:00
Andy Miller
c95b814c4b Set defaults 2018-09-29 21:40:21 -06:00
Andy Miller
33c4c3a1db lang stuff 2018-09-29 21:36:53 -06:00
Andy Miller
c50a587a6a XSS filter 2018-09-29 21:18:45 -06:00
Andy Miller
fbfbdc7be5 removed extra use ref 2018-09-29 13:12:28 -06:00
Andy Miller
f26a86429a Merge branch 'develop' into 1.9
# Conflicts:
#	classes/admincontroller.php
#	themes/grav/js/admin.min.js
#	themes/grav/js/vendor.min.js
#	themes/grav/package-lock.json
2018-09-29 13:10:10 -06:00
Andy Miller
6f5187c50a Use new backup command 2018-09-28 12:27:40 -06:00
Andy Miller
b6c2dc6186 Added support for purge in cache dropdown 2018-09-20 11:25:04 -06:00
Andy Miller
c517ec19a0 added delete 2018-09-11 17:11:52 -06:00
Andy Miller
d493194c4d better dropdowns 2018-09-11 16:12:46 -06:00
Andy Miller
169b1e71e4 initial backup dropdown integration 2018-09-10 21:41:02 -06:00
Andy Miller
0962f77abd Switched to new Grav Yaml class 2018-08-22 12:45:39 -06:00
Andy Miller
9078815c87 Fix for grav#2100 - deleting @2x media files 2018-07-18 05:25:20 -06:00
Andy Miller
e87217a242 Add some missing authorizeTask() checks #1483 2018-07-11 15:30:11 -06:00
Andy Miller
dc9b6daaa3 Fix for modular markdown preview admin#1066 2018-06-20 23:37:58 +01:00
Djamil Legato
858badaf35 Force a null order when empty in the post request 2018-06-01 10:03:40 -07:00
Matias Griese
96772946e3 Pass media order when calling task:listmedia 2018-05-31 20:00:43 +03:00
Matias Griese
2352ba6c7c Fixed media delete for streams 2018-05-23 13:01:58 +03:00
Matias Griese
89c8929bf8 Merge remote-tracking branch 'origin/develop' into develop 2018-05-22 10:58:42 +03:00
Matias Griese
08075979c1 Fixed file uploads to media streams 2018-05-22 10:58:35 +03:00
Andy Miller
87febd7c84 Don't allow saving of a user with no local account file 2018-05-16 16:33:20 -06:00
Matias Griese
41565f83d9 Admin login now uses login plugin events (with option admin: true) 2018-05-10 20:04:14 +03:00
Matias Griese
e59bf00638 Use default 2FA secret length 2018-05-10 12:13:04 +03:00
Matias Griese
6d3e16dc07 Fix session secret for 2FA 2018-05-10 11:51:27 +03:00
Matias Griese
59effd57af Moved 2FA authentication to login plugin 2018-05-10 10:34:56 +03:00
Matias Griese
12cf325518 Code cleanup 2018-05-10 10:14:18 +03:00
Matias Griese
1fcf6a05c3 Added universal media support instead of being locked into pages 2018-05-08 13:11:41 +03:00
Robbert
dd5c96495c NL Language updates (#1351)
* add nl changes - part 1

* finish nl translation fixes

* add missing translations

* roundup

* rm extra stuff

* Removed`ADDMORE_PLUGINS`

* rm meer plugins as requested

rm 'installeer meer plugins' as requested

* rm empty line?

* revert to old NL version
2018-03-09 16:56:35 -07:00