summaryrefslogtreecommitdiff
path: root/config_host/config_oauth2.h.in
blob: f3616ee38162de7e407691304a8e7d7a5a545adb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 */

#ifndef CONFIG_OAUTH2_H
#define CONFIG_OAUTH2_H


/* Google Drive settings */
#define GDRIVE_BASE_URL "https://www.googleapis.com/drive/v2"
#define GDRIVE_CLIENT_ID ""
#define GDRIVE_CLIENT_SECRET ""
#define GDRIVE_AUTH_URL "https://accounts.google.com/o/oauth2/auth"
#define GDRIVE_TOKEN_URL "https://accounts.google.com/o/oauth2/token"
#define GDRIVE_REDIRECT_URI "urn:ietf:wg:oauth:2.0:oob"
#define GDRIVE_SCOPE "https://www.googleapis.com/auth/drive"


/* Alfresco Cloud */
#define ALFRESCO_CLOUD_BASE_URL "https://api.alfresco.com/"
#define ALFRESCO_CLOUD_CLIENT_ID ""
#define ALFRESCO_CLOUD_CLIENT_SECRET ""
#define ALFRESCO_CLOUD_AUTH_URL "https://api.alfresco.com/auth/oauth/versions/2/authorize"
#define ALFRESCO_CLOUD_TOKEN_URL "https://api.alfresco.com/auth/oauth/versions/2/token"
#define ALFRESCO_CLOUD_REDIRECT_URI "http://127.0.0.1/Callback"
#define ALFRESCO_CLOUD_SCOPE "public_api"


/* OneDrive */
#define ONEDRIVE_BASE_URL "https://apis.live.net/v5.0"
#define ONEDRIVE_CLIENT_ID ""
#define ONEDRIVE_CLIENT_SECRET ""
#define ONEDRIVE_AUTH_URL "https://login.live.com/oauth20_authorize.srf"
#define ONEDRIVE_TOKEN_URL "https://login.live.com/oauth20_token.srf"
#define ONEDRIVE_REDIRECT_URI "https://login.live.com/oauth20_desktop.srf"
#define ONEDRIVE_SCOPE "wl.skydrive_update wl.offline_access"

#endif

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/framework/source/uiconfiguration/imagemanagerimpl.cxx?h=feature/chartdatatable&id=86a8701e2eb7ac81852fab3f49372d5ab58032e4'>SolarMutexGuard::clear called twice where the 2nd call site should undo the 1stCaolán McNamara 2021-03-12drop PNGReader and use only PngImageReaderLuboš Luňák 2021-02-21loplugin:refcounting in frameworkNoel 2021-01-09fix coverity parse errorsCaolán McNamara 2020-12-26New loplugin:stringliteralvarStephan Bergmann 2020-10-22long->tools::Long in forms..frameworkNoel 2020-09-08Related: tdf#130445 Fix custom icon scale checkMaxim Monastirsky 2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: frameworkStephan Bergmann 2020-05-21use for-range on Sequence in f*Noel Grandin 2020-04-08loplugin:flatten in frameworkNoel Grandin 2019-11-20tdf#42949 Fix IWYU warnings in framework/*/*cxxGabor Kelemen 2019-11-11tdf#42949 Fix IWYU warnings in framework/*/*hxxGabor Kelemen 2019-09-26loplugin:constmethod in framework..lotuswordproNoel Grandin 2019-09-24Use lazy-loading stock Image to simplify framework image lists.Michael Meeks 2019-07-23simplify framework image manager load/save codeNoel Grandin 2019-07-23Simplify framework image managerNoel Grandin 2019-06-23Fix typoAndrea Gelmini 2019-04-05Remove unused using declarations in directories [e-l]*Gabor Kelemen 2018-09-08loplugin:simplifyconstruct in filter..frameworkNoel Grandin 2018-07-27loplugin:returnconstant in frameworkNoel Grandin 2018-05-03loplugin:useuniqueptr in ImageManagerImplNoel Grandin 2018-03-17Use for-range loops in frameworkJulien Nabet 2018-01-24loplugin:useuniqueptr in ImageListsDescriptorNoel Grandin 2018-01-15More loplugin:cstylecast: frameworkStephan Bergmann 2018-01-04drop CmdToXGraphicNameAccess typedefNoel Grandin 2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann 2017-10-23loplugin:includeform: frameworkStephan Bergmann 2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin 2017-02-28new loplugin unoanyNoel Grandin