ORIENT/modules/backend/behaviors
Luke Towers 9840ff228f
Support absolute redirects in the formcontroller
Supports absolute redirects being used in the FormController behaviour.

If the form_config.yaml specifies 
```twig
create:
    redirect: https://api.example.com/oauth/authorize
```
Then the behaviour will now properly redirect the user to the URL provided where previously it would redirect to a url along the lines of `october.example.com/backend/https://api.example.com/oauth/authorize`. Relative backend redirect URLs are unchanged.
2018-02-06 14:42:24 -06:00
..
importexportcontroller Correct row numbers displayed in the import result form (#3136) 2017-10-15 13:45:35 -06:00
listcontroller/partials Support for overriding list views 2016-10-29 14:10:21 +11:00
relationcontroller Fix inflexible relation toolbar (#2760) 2017-07-04 18:56:38 -06:00
reordercontroller Respect custom sort_order column value 2017-01-30 19:05:16 -06:00
FormController.php Support absolute redirects in the formcontroller 2018-02-06 14:42:24 -06:00
ImportExportController.php Correct row numbers displayed in the import result form (#3136) 2017-10-15 13:45:35 -06:00
ListController.php Add return statement to listExtendRecords event (#3153) 2017-10-04 14:05:05 -06:00
RelationController.php Removes non functional buttons in pivot mode 2017-12-06 17:19:37 +11:00
ReorderController.php Convert strings to ::class 2018-01-13 14:40:44 +11:00
UserPreferencesModel.php API docs progress 2017-03-16 17:08:20 +11:00