wiki.techinc.nl/includes/Rest/Handler
Derick Alangi b0d08dcbfc Rest: Remove {domain} param from TransformHandler
RESTBase used this to check if the domain sent by the client
matches the domain in the restbase config under the hood. Since
this code is moving to core, this assertion is no longer needed.

Bug: T301370
Change-Id: I01a4f35b81c31d106671e5c829d317a41687fd7a
2022-06-02 19:37:51 +01:00
..
AbstractContributionHandler.php
ActionModuleBasedHandler.php Allow REST API handlers to require csrf-safe session providers 2022-05-20 16:52:54 +00:00
CompareHandler.php
ContributionsCountHandler.php
CreationHandler.php Add TokenAwareHandlerTrait for handlers supporting CSRF-unsafe providers 2022-05-25 02:07:36 +00:00
EditHandler.php Add TokenAwareHandlerTrait for handlers supporting CSRF-unsafe providers 2022-05-25 02:07:36 +00:00
LanguageLinksHandler.php
MediaFileHandler.php phan: Disable null_casts_as_any_type setting 2022-03-21 18:25:07 +00:00
MediaLinksHandler.php
PageContentHelper.php Use MainConfigNames instead of string literals, #2 2022-04-13 18:55:46 +03:00
PageHistoryCountHandler.php Start clean up of revision_actor_temp table 2022-05-23 15:37:42 +00:00
PageHistoryHandler.php phan: Remove PhanPossiblyUndeclaredVariable suppression 2022-03-30 19:47:15 +00:00
PageHTMLHandler.php Rest: Collect stats on Cache & Stash usage 2022-05-30 09:51:55 +01:00
PageSourceHandler.php
ParsoidFormatHelper.php Rest: Move TransformHandler to core (part 1) 2022-06-02 15:55:06 +01:00
ParsoidHandler.php Rest: Remove {domain} param from TransformHandler 2022-06-02 19:37:51 +01:00
ParsoidHTMLHelper.php Rest: Collect stats on Cache & Stash usage 2022-05-30 09:51:55 +01:00
RevisionContentHelper.php Use MainConfigNames instead of string literals, #2 2022-04-13 18:55:46 +03:00
RevisionHTMLHandler.php Rest: Collect stats on Cache & Stash usage 2022-05-30 09:51:55 +01:00
RevisionSourceHandler.php Promote experimental revision rest endpoints to official 2022-04-13 11:30:53 -05:00
SearchHandler.php Use MainConfigNames instead of string literals, #2 2022-04-13 18:55:46 +03:00
TransformHandler.php Rest: Remove {domain} param from TransformHandler 2022-06-02 19:37:51 +01:00
UpdateHandler.php Add TokenAwareHandlerTrait for handlers supporting CSRF-unsafe providers 2022-05-25 02:07:36 +00:00
UserContributionsHandler.php