ORIENT/modules/backend
Ben Thomson ee2b53fe71 Add hidden "loaded" flag for repeaters
This allows the repeater to retrieve the load value
from the model only on initialisation. Any further
requests to the repeater (ie. AJAX requests) should
use the POST data.
2019-04-11 17:57:27 +08:00
..
assets Firefox testing 2019-03-29 04:33:18 +11:00
behaviors Make default format options in ImportExportBehaviour configurable (#4200) 2019-04-01 13:00:41 -06:00
classes Avoid terminating the app using exit() or die() 2019-03-29 07:10:07 +11:00
controllers Remove redundant header_remove() call 2019-03-29 06:02:06 +11: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 Add hidden "loaded" flag for repeaters 2019-04-11 17:57:27 +08:00
helpers Return empty from Backend::dateTime instead of current date (#3246) 2018-03-30 10:06:47 -06:00
lang Add file check for image upload form widgets - Fixes #3653 2019-03-29 02:23:20 +11:00
layouts Added backend.layout.extendHead event 2019-02-25 12:56:55 -06:00
models Added new Inline (no icons) navigation mode to the branding options 2019-02-13 14:55:03 -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 Prevent password from being HTML encoded in the invite email 2019-02-13 14:55:29 -06:00
widgets Avoid terminating the app using exit() or die() 2019-03-29 07:10:07 +11: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