Andy Miller
42179435eb
Fixed issue saving page with non-standard language #1667
2019-04-29 18:00:12 -06:00
Matias Griese
044ab3a578
Only invalidate cache on creating new/deleting page to speed up the recovery
2019-04-26 10:03:06 +03:00
Matias Griese
4fa59f18e8
Uploaded Avatar removed from user's yaml when editing the user [ #1647 ]
2019-04-15 11:27:39 +03:00
Andy Miller
929aa195dc
Remove status message when picking folder for move #1650
2019-04-13 17:51:46 -06:00
Andy Miller
33c84222d7
Fix for Page saving issues [ #1648
2019-04-13 17:42:43 -06:00
Andy Miller
2a4ebb1075
no longer needed
2019-04-12 19:46:35 -06:00
Matias Griese
354ff90e69
Fixed avatar saving for data user (improved)
2019-04-10 20:57:00 +03:00
Matias Griese
30c6167b51
Fixed avatar saving for data user
2019-04-10 20:54:35 +03:00
Matias Griese
5c832dd376
Fixed lost user access when saving user profile without super user permissions [ #1639 ]
2019-03-28 11:14:55 +02:00
Matias Griese
f4c26b6715
Use $grav['accounts'] instead of $grav['users']
2019-03-27 14:52:23 +02:00
Matias Griese
6bc73a32c1
Fixed some issues found by phpstan, remove deprecated method calls (User)
2019-03-20 12:52:16 +02:00
Djamil Legato
e3fc4ce6f8
Proper fix for vUndefined when updating plugins/themes
2019-03-13 13:14:39 -07:00
Andy Miller
33ac06bc2c
Handle empty files due to upload_max_filesize
2019-03-12 18:29:13 -06:00
Andy Miller
c0babd988f
remove legacy media.upload_limit references
2019-03-12 06:28:52 -06:00
Matias Griese
9d94f889a0
Update all Form classes to rely on PageInterface instead of Page class
2019-03-05 15:46:55 +02:00
Andy Miller
45f0f28916
remove logging from the admintask (now in backup class)
2019-03-04 20:05:42 -07:00
Andy Miller
1d40ea36c0
default to empty notifications
2019-02-12 14:41:46 -07:00
Andy Miller
07c1b449d8
Various fixes for top/dashboard/themes/plugins notifications styling
2019-02-12 13:59:08 -07:00
Andy Miller
f5dcefedd4
Check false properly
2019-02-11 17:36:43 -07:00
Andy Miller
032929fc47
added a filter to getNotifications
2019-02-08 21:47:31 -07:00
Andy Miller
2720bce631
remove the force reload
2019-02-08 18:03:08 -07:00
Andy Miller
5fc89d2bdd
broke out notifications into ‘locations’ in data
2019-02-08 17:58:13 -07:00
Andy Miller
ecde5e79a7
initial feed/notification refactors
2019-02-08 17:17:05 -07:00
Rotzbua
8d43e2e470
fix comment ( #1572 )
...
doc update for ff0dffaca3
2019-01-14 17:59:37 -07:00
Andy Miller
15fdfa12fc
Merge branch 'develop' into 1.9
2018-12-13 16:20:51 -07:00
Andy Miller
9ff6a88b9a
Add onAdminSave() even to taskSaveAs() #1544
2018-12-13 16:20:35 -07:00
Matias Griese
3edc4ff947
Fixed typo
2018-12-05 12:02:56 +02:00
Matias Griese
ba74bf33ad
Code cleanup
2018-12-05 08:20:38 +02:00
Andy Miller
d08d3dc818
Fixes #1537
2018-11-12 11:33:54 -07: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