ORIENT/modules/backend
Tobias Kündig 67ee2229a5 Added manual deleted_at checks (#4051)
Fixes #4046 

It is possible that the user model gets fetched using the SoftDelete
trait before the relevant migrations were applied during an update.
To fix this edge case the user model is always fetched using the
withTrashed scope and the deleted_at check is done manually afterwards.

@see https://github.com/octobercms/october/issues/3999
2019-01-18 14:42:25 -06:00
..
assets Recompile assets 2019-01-15 13:35:12 -06:00
behaviors Ensure that FormWidgets are correctly initialized with previewMode even on AJAX requests 2019-01-10 17:39:41 -06:00
classes Added manual deleted_at checks (#4051) 2019-01-18 14:42:25 -06:00
controllers Escape output to prevent XSS injection (#4074) 2019-01-18 10:26:56 -06:00
database Add soft delete column to backend users so that migrations that use the User model work 2018-12-19 19:43:04 -06:00
facades Code dusting (#2826) 2017-04-24 21:38:19 +10:00
formwidgets Improved disabled support for balloon-selector and fileupload fields 2019-01-16 13:32:31 -06:00
helpers Return empty from Backend::dateTime instead of current date (#3246) 2018-03-30 10:06:47 -06:00
lang Reduce reliance on CMS module from Backend module 2019-01-15 11:46:48 -06:00
layouts Remove unused X-UA-Compatible meta tag (#3973) 2018-12-08 13:08:46 -06:00
models Implemented soft deleting for backend users 2018-12-17 23:09:17 -06:00
reportwidgets {@inheritDoc} -> @inheritDoc 2017-03-16 06:26:14 +11:00
skins {@inheritDoc} -> @inheritDoc 2017-03-16 06:26:14 +11:00
traits Added morphTo to list of singular relations (#3809) 2018-12-06 10:43:50 -06:00
views Added Go to previous page link on the access denied page 2019-01-15 13:53:06 -06:00
widgets Improved disabled support for balloon-selector and fileupload fields 2019-01-16 13:32:31 -06:00
ServiceProvider.php Added backend.manage_default_dashboard permission to lock down who has access to change the default dashboard for the system. Fixes #2176 2018-12-20 17:26:49 -06:00
composer.json Updating links in composer files 2018-04-16 02:33:08 -06:00
routes.php Apply web middleware group for the good cookies 2017-05-13 22:18:13 +10:00