1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 02:08:47 +02:00
phorge-phorge/src/applications/calendar/controller
epriestley 6e2a86470b Support disabling calendar imports
Summary: Ref T10747. This doesn't do much for ICS file imports (you can't disable them since it doesn't do anything meaningful) but will matter more for ICS-subscription imports later.

Test Plan: Clicked "Disable" on an ICS file import, got explanatory dialog.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T10747

Differential Revision: https://secure.phabricator.com/D16702
2016-10-13 09:05:55 -07:00
..
PhabricatorCalendarController.php Document how to export Calendar events 2016-10-06 15:33:01 -07:00
PhabricatorCalendarEventCancelController.php Convert Calendar to Modular Transactions 2016-07-13 07:46:33 -07:00
PhabricatorCalendarEventDragController.php Convert Calendar to Modular Transactions 2016-07-13 07:46:33 -07:00
PhabricatorCalendarEventEditController.php Add calendar.event.search and calendar.event.edit 2016-07-13 10:17:46 -07:00
PhabricatorCalendarEventExportController.php Export recurring events and build ICS files for configured exports 2016-10-06 14:07:17 -07:00
PhabricatorCalendarEventJoinController.php Convert Calendar to Modular Transactions 2016-07-13 07:46:33 -07:00
PhabricatorCalendarEventListController.php Prepare for event imports in Calendar 2016-10-12 10:45:31 -07:00
PhabricatorCalendarEventViewController.php Swap "Description" and "Invitees / Details" on Calendar event views 2016-10-06 04:06:02 -07:00
PhabricatorCalendarExportDisableController.php Allow Calendar exports to be disabled 2016-10-06 15:34:51 -07:00
PhabricatorCalendarExportEditController.php Rough in most of Calendar exports 2016-10-06 04:06:35 -07:00
PhabricatorCalendarExportICSController.php Allow Calendar exports to be disabled 2016-10-06 15:34:51 -07:00
PhabricatorCalendarExportListController.php Rough in most of Calendar exports 2016-10-06 04:06:35 -07:00
PhabricatorCalendarExportViewController.php Allow Calendar exports to be disabled 2016-10-06 15:34:51 -07:00
PhabricatorCalendarImportDisableController.php Support disabling calendar imports 2016-10-13 09:05:55 -07:00
PhabricatorCalendarImportEditController.php Make Calendar ICS imports sort of work in a crude, approximate way 2016-10-12 15:29:05 -07:00
PhabricatorCalendarImportListController.php Make Calendar ICS imports sort of work in a crude, approximate way 2016-10-12 15:29:05 -07:00
PhabricatorCalendarImportViewController.php Support disabling calendar imports 2016-10-13 09:05:55 -07:00