nextcloud/core/Controller
Thomas Citharel cbbca98078
feat(location): introduce a public API for location providers
Currently each app does location search & geocoding itself, and it's limited to OpenStreetMap's
public Nominatim service. This will allow people to install other app providers, such as Google
Maps, Pelias, OpenCage, Photon, etc. This will also allow some providers to provide autocomplete
support.

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-11-03 09:44:10 +01:00
..
AppPasswordController.php fix(core): Add password confirmation requirement for getapppassword 2023-07-17 12:07:22 +02:00
AutoCompleteController.php feat(events): Add typed event for filtering autocompletion suggestions 2023-11-02 11:08:53 +01:00
AvatarController.php core: Add OpenAPI spec 2023-07-13 07:24:15 +02:00
ClientFlowLoginController.php rename oauth2_access_token's created_at to code_created_at 2023-10-05 14:24:02 +02:00
ClientFlowLoginV2Controller.php Add single status code descriptions for OpenAPI 2023-09-27 08:05:21 +02:00
CollaborationResourcesController.php core: Fix OpenAPI for reference API 2023-09-14 15:49:13 +02:00
ContactsMenuController.php Applies agreed-upon indentation convention to the changed controllers. 2023-06-05 18:35:32 +03:30
CSRFTokenController.php core: Add OpenAPI spec 2023-07-13 07:24:15 +02:00
CssController.php Stop sending deprecated Pragma header 2023-08-28 15:11:22 +02:00
ErrorController.php core: Add OpenAPI spec 2023-07-13 07:24:15 +02:00
GuestAvatarController.php core: Add OpenAPI spec 2023-07-13 07:24:15 +02:00
HoverCardController.php core: Add OpenAPI spec 2023-07-13 07:24:15 +02:00
JsController.php Stop sending deprecated Pragma header 2023-08-28 15:11:22 +02:00
LocationApiController.php feat(location): introduce a public API for location providers 2023-11-03 09:44:10 +01:00
LoginController.php Reset BFP for sudo action 2023-10-28 18:36:43 +02:00
LostController.php core: Add OpenAPI spec 2023-07-13 07:24:15 +02:00
NavigationController.php core: Add OpenAPI spec 2023-07-13 07:24:15 +02:00
OCJSController.php core: Add OpenAPI spec 2023-07-13 07:24:15 +02:00
OCMController.php core: Fix OCM OpenAPI 2023-09-23 13:00:58 +02:00
OCSController.php Add single status code descriptions for OpenAPI 2023-09-27 08:05:21 +02:00
PreviewController.php fix(tests): preview phpunit 2023-08-17 18:58:21 +02:00
ProfileApiController.php ProfileApi: Fix typo 2023-09-03 11:45:48 +02:00
ProfilePageController.php fix: Set profile as active nav entry 2023-10-26 10:30:22 -07:00
RecommendedAppsController.php core: Add OpenAPI spec 2023-07-13 07:24:15 +02:00
ReferenceApiController.php Add single status code descriptions for OpenAPI 2023-09-27 08:05:21 +02:00
ReferenceController.php core: Add OpenAPI spec 2023-07-13 07:24:15 +02:00
SearchController.php Applies agreed-upon indentation convention to the changed controllers. 2023-06-20 10:38:46 +02:00
SetupController.php load script and styles on setup page 2023-10-31 10:03:09 +01:00
TextProcessingApiController.php Add single status code descriptions for OpenAPI 2023-09-27 08:05:21 +02:00
TextToImageApiController.php Update core/Controller/TextToImageApiController.php 2023-10-26 11:35:55 +02:00
TranslationApiController.php Add single status code descriptions for OpenAPI 2023-09-27 08:05:21 +02:00
TwoFactorChallengeController.php core: Add OpenAPI spec 2023-07-13 07:24:15 +02:00
UnifiedSearchController.php fix(unifiedsearch): Allow searching for "0" 2023-09-28 10:53:07 +02:00
UnsupportedBrowserController.php core: Add OpenAPI spec 2023-07-13 07:24:15 +02:00
UserController.php Applies agreed-upon indentation convention to the changed controllers. 2023-06-20 10:38:46 +02:00
WalledGardenController.php core: Add OpenAPI spec 2023-07-13 07:24:15 +02:00
WebAuthnController.php Applies agreed-upon indentation convention to the changed controllers. 2023-06-20 10:38:46 +02:00
WellKnownController.php core: Add OpenAPI spec 2023-07-13 07:24:15 +02:00
WhatsNewController.php core: Add OpenAPI spec 2023-07-13 07:24:15 +02:00
WipeController.php core: Add OpenAPI spec 2023-07-13 07:24:15 +02:00