app-MAIL-temp/static/assets/images/payments/paysafecard.svg
Son NK c18d9f5280 create BaseForm to enable CSRF
register page

redirect user to dashboard if they are logged in

enable csrf for login page

Set models more strict

bootstrap developer page

add helper method to ModelMixin, remove CRUDMixin

display list of clients on developer index, add copy client-secret to clipboard using clipboardjs

add toastr and use jquery non slim

display a toast when user copies the client-secret

create new client, generate client-id using unidecode

client detail page: can edit client

add delete client

implement /oauth/authorize and /oauth/allow-deny

implement /oauth/token

add /oauth/user_info endpoint

handle scopes: wip

take into account scope: display scope, return user data according to scope

create virtual-domain, gen email, client_user model WIP

create authorize_nonlogin_user page

user can choose to generate a new email

no need to interfere with root logger

log for before and after request

if user has already allowed a client: generate a auth-code and redirect user to client

get_user_info takes into account gen email

display list of clients that have user has authorised

use yk-client domain instead of localhost as cookie depends on the domain name

use wtforms instead of flask_wtf

Dockerfile

delete virtual domain

EMAIL_DOMAIN can come from env var

bind to host 0.0.0.0

fix signup error: use session as default csrf_context

rename yourkey to simplelogin

add python-dotenv, ipython, sqlalchemy_utils

create DB_URI, FLASK_SECRET. Load config from CONFIG file if exist

add shortcuts to logging

create shell

add psycopg2

do not add local data in Dockerfile

add drop_db into shell

add shell.prepare_db()

fix prepare_db

setup sentry

copy assets from tabler/dist

add icon downloaded from https://commons.wikimedia.org/wiki/File:Simpleicons_Interface_key-tool-1.svg

integrate tabler - login and register page

add favicon

template: default, header. Use gravatar for user avatar url

use default template for dashboard, developer page

use another icon

add clipboard and notie

prettify dashboard

add notie css

add fake gen email and client-user

prettify list client page, use notie for toast

add email, name scope to new client

display client scope in client list

prettify new-client, client-detail

add sentry-sdk and blinker

add arrow, add dt jinja filter, prettify logout, dashboard

comment "last used" in dashboard for now

prettify date display

add copy email to clipboard to dashboard

use "users" as table name for User as "user" is reserved key in postgres

call prepare_db() when creating new db

error page 400, 401, 403, 404

prettify authorize_login_user

create already_authorize.html for user who has already authorized a client

user can generate new email

display all other generated emails

add ENV variable, only reset DB when ENV=local

fix: not return other users gen emails

display nb users for each client

refactor shell: remove prepare_db()

add sendgrid

add /favicon.ico route

add new config: URL, SUPPORT_EMAIL, SENDGRID_API_KEY

user needs to activate their account before login

create copy button on dashboard

client can have multiple redirect uris, in client detail can add/remove redirect-uri,

use redirect_uri passed in /authorize

refactor: move get_user_info into ClientUser model

dashboard: display all apps, all generated emails

add "id" into user_info

add trigger email button

invalidate the session at each new version by changing the secret

centralize Client creation into Client.create_new

user can enable/disable email forwarding

setup auto dismiss alert: just add .alert-auto-dismiss

move name down in register form

add shell.add_real_data

move blueprint template to its own package

prettify authorize page for non-authenticated user

update readme, return error if not redirect_uri

add flask-wtf, use psycopg2-binary

use flask-wtf FlaskForm instead of Form

rename email -> email_utils

add AWS_REGION, BUCKET, AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY to config

add s3 module

add File model, add Client.icon_id

handle client icon update

can create client with icon

display client icon in client list page

add Client.home_url

take into account Client.home_url

add boto3

register: ask name first

only show "trigger test email" if email forwarding is enabled

display gen email in alphabetical order, client in client.name alphabetical order

better error page

the modal does not get close when user clicks outside of modal

add Client.published column

discover page that displays all published Client

add missing bootstrap.bundle.min.js.map

developer can publish/unpublish their app in discover

use notie for display flash message

create hotmail account

fix missing jquery

add footer, add global jinja2 variable

strengthen model: use nullable=False whenever possible,

rename client_id to oauth_client_id, client_secret to oauth_client_secret

add flask-migrate

init migrate

1st migrate version

fix rename client_id -> oauth_client_id

prettify UI

use flask_migrate.upgrade() instead of db.create_all()

make sure requirejs.config is called for all page

enable sentry for js, use uppercase for global jinja2 variables

add flask-admin

add User.is_admin column

setup flask admin, only accessible to admin user

fix migration: add server_default

replace session[redirect_after_login] by "next" request args

add pyproject.toml: ignore migrations/ in black

add register waiting_activation_email page

better email wording

add pytest

add get_host_name_and_scheme and tests

example fail test

fix test

fix client-id display

add flask-cors

/user_info supports cors, add /me as /user_info synonym

return client in /me

support implicit flow

no need to use with "app.app_context()"

add watchtower to requirement

add param ENABLE_CLOUDWATCH, CLOUDWATCH_LOG_GROUP, CLOUDWATCH_LOG_STREAM

add cloudwatch logger if cloudwatch is enabled

add 500 error page

add help text for list of used client

display list of app/website that an email has been used

click on client name brings to client detail page

create style.css to add additional style, append its url with the current sha1 to avoid cache

POC on how to send email using postfix

add sqlalchemy-utils

use arrow instead of datetime

add new params STRIPE_API, STRIPE_YEARLY_SKU, STRIPE_MONTHLY_PLAN

show full error in local

add plan, plan_expiration to User, need to create enum directly in migration script, cf https://github.com/sqlalchemy/alembic/issues/67

reformat all html files: use space instead of tab

new user will have trial plan for 15 days

add new param MAX_NB_EMAIL_FREE_PLAN

only user with enough quota can create new email

if user cannot create new gen email, pick randomly one from existing gen emails. Use flush instead of commit

rename STRIPE_YEARLY_SKU -> STRIPE_YEARLY_PLAN

open client page in discover in a new tab

add stripe

not logging /static call: disable flask logging, replace by after_request

add param STRIPE_SECRET_KEY

add 3 columns stripe_customer_id, stripe_card_token, stripe_subscription_id

user can upgrade their pricing

add setting page as coming-soon

add GenEmail, ClientUser to admin

ignore /admin/static logging

add more fake data

add ondelete="cascade" whenever possible

rename plan_expiration -> trial_expiration

reset migration: delete old migrations, create new one

rename test_send_email -> poc_send_email to avoid the file being called by pytest

add new param LYRA_ANALYTICS_ID, add lyra analytics

add how to create new migration into readme

add drift to base.html

notify admin when new user signs up or pays subscription

log exception in case of 500

use sendgrid to notify admin

add alias /userinfo to user_info endpoint

add change_password to shell

add info on how payment is handled

invite user to retry if card not working

remove drift and add "contact us" link

move poc_send_email into poc/

support getting client-id, client-secret from form-data in addition to basic auth

client-id, client-secret is passed in form-data by passport-oauth2 for ex

add jwtRS256 private and public key

add jwk-jws-jwt poc

add new param OPENID_PRIVATE_KEY_PATH, OPENID_PRIVATE_KEY_PATH

add scope, redirect_url to AuthorizationCode and OauthToken

take into scope when creating oauth-token, authorization-code

add jwcrypto

add jose_utils: make_id_token and verify_id_token

add &scope to redirect uri

add "email_verified": True into user_info

fix user not activated

add /oauth2 as alias for /oauth

handle case where scope and state are empty

remove threaded=False

Use Email Alias as wording

remove help text

user can re-send activation email

add "expired" into ActivationCode

Handle the case activation code is expired

reformat: use form.validate_on_submit instead of request.method == post && form.validate

use error text instead of flash()

display client oauth-id and oauth-secret on client detail page

not display oauth-secret on client listing

fix expiration check

improve page title, footer

add /jwks and /.well-known/openid-configuration

init properly tests, fix blueprint conflict bug in flask-admin

create oauth_models module

rename Scope -> ScopeE to distinguish with Scope DB model

set app.url_map.strict_slashes = False

use ScopeE instead of SCOPE_NAME, ...

support access_token passed as args in /userinfo

merge /allow-deny into /authorize

improve wording

take into account the case response_type=code and openid is in scope

take into account response_type=id_token, id_token token, id_token code

make sure to use in-memory db in test

fix scope can be null

allow cross_origin for /.well-known/openid-configuration and /jwks

fix footer link

center authorize form

rename trial_expiration to plan_expiration

move stripe init to create_app()

use real email to be able to receive email notification

add user.profile_picture_id column

use user profile picture and fallback to gravatar

use nguyenkims+local@gm to distinguish with staging

handle plan cancel, reactivation, user profile update

fix can_create_new_email

create cron.py that set plan to free when expired

add crontab.yml

add yacron

use notify_admin instead of LOG.error

add ResetPasswordCode model

user can change password in setting

increase display time for notie

add forgot_password page

If login error: redirect to this page upon success login.

hide discover tab

add column user.is_developer

only show developer menu to developer

comment out the publish button

set local user to developer

make sure only developer can access /developer blueprint

User is invited to upgrade if they are in free plan or their trial ends soon

not sending email when in local mode

create Partner model

create become partner page

use normal error handling on local

fix migration

add "import sqlalchemy_utils" into migration template

small refactoring on setting page

handle promo code. TODO: add migration file

add migration for user.promo_codes

move email alias on top of apps in dashboard

add introjs

move encode_url to utils

create GenEmail.create_new_gen_email

create a first alias mail to show user how to use when they login

show intro when user visits the website the first time

fix register
2019-07-02 10:20:12 +03:00

1 line
14 KiB
XML
Executable File

<svg width="100" height="60" viewBox="0 0 100 60" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>PaysafeCard-light</title><desc>Created with Sketch.</desc><g id="Light-Payment-badges" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(-290.000000, -1189.000000)"><g id="PaysafeCard-light" transform="translate(290.000000, 1189.000000)"><rect id="Rectangle" fill="#FFF" x="0" y="0" width="100" height="60" rx="4"/><path d="M24.1690596,29.2805223 C24.1602204,29.0045373 24.0282954,28.8619705 23.7715169,28.8527129 L22.4025468,28.8527129 C22.0779274,28.8720994 21.9110877,29.047449 21.9028009,29.3769101 L21.9028009,31.8051202 C21.9110877,32.1454725 22.0958268,32.3188617 22.4562449,32.3287727 L23.7106369,32.3287727 C23.841236,32.3287727 23.9496266,32.28096 24.0361402,32.183592 C24.1263,32.1106205 24.1690596,32.0165198 24.1690596,31.9000921 L24.1690596,29.2805223 L24.1690596,29.2805223 Z M20.1446854,28.9358134 C20.153635,28.3284069 20.2908635,27.8666168 20.5572547,27.5508787 C20.696472,27.4188764 20.8713775,27.3081121 21.0835182,27.2166254 C21.3038351,27.1192574 21.5175226,27.0722071 21.7249121,27.0722071 L24.2384473,27.0722071 C25.3471031,27.0815736 25.9107121,27.6791779 25.928722,28.8666538 L25.928722,32.5212216 C25.9202143,32.942714 25.753043,33.308552 25.4288656,33.6145968 C25.1086658,33.9358895 24.7255973,34.0996943 24.279881,34.1094964 L21.9028009,34.1094964 L21.9028009,36.744314 L20.1446854,36.744314 L20.1446854,28.9358134 L20.1446854,28.9358134 Z" id="Fill-1" fill="#008ACA"/><path d="M29.1024344,31.9762221 C29.1024344,32.0778377 29.1497241,32.1583243 29.2431985,32.2184441 C29.3257345,32.2910889 29.430037,32.3287727 29.5618514,32.3287727 L30.9125907,32.3287727 C31.2182058,32.3287727 31.3763169,32.2121272 31.385156,31.9762221 L31.385156,31.4790353 C31.385156,31.2078426 31.2239513,31.0709392 30.8996634,31.0709392 L29.5618514,31.0709392 C29.3861725,31.0709392 29.2645231,31.0995833 29.1966823,31.1541486 C29.134145,31.2184071 29.1024344,31.3455083 29.1024344,31.5339274 L29.1024344,31.9762221 L29.1024344,31.9762221 Z M31.385156,29.2377196 C31.3939952,28.9713189 31.2369891,28.8439999 30.9121487,28.8527129 L27.3706154,28.8527129 L27.3706154,27.0722071 L31.3581965,27.0722071 C32.5194455,27.0906133 33.1090197,27.644108 33.1287974,28.7358495 L33.1287974,32.4605572 C33.1189638,32.9318227 32.9727857,33.3200967 32.6888266,33.6289733 C32.3917192,33.9488501 32.0090926,34.1094964 31.5399524,34.1094964 L29.1296149,34.1094964 C27.9565434,34.0996943 27.3619972,33.5720119 27.3438769,32.5224196 L27.3438769,31.0853157 C27.3528265,29.9884552 27.9214077,29.4312575 29.0463055,29.41198 L31.385156,29.41198 L31.385156,29.2377196 L31.385156,29.2377196 Z" id="Fill-2" fill="#008ACA"/><path d="M38.0675862,34.9635903 C38.207135,34.9552041 38.3272375,34.9056487 38.4255735,34.8172116 C38.5198214,34.7346557 38.5670006,34.6397927 38.5670006,34.5324047 L38.5670006,34.1094964 L36.3159896,34.1094964 C36.0220864,34.1094964 35.7874058,34.0726839 35.6122793,33.9992767 C35.4275401,33.9322954 35.242801,33.8075902 35.0576199,33.630607 C34.88172,33.4430592 34.755209,33.2466895 34.67875,33.0417157 C34.5983133,32.8542768 34.557653,32.615649 34.557653,32.3287727 L34.557653,27.0722071 L36.3159896,27.0722071 L36.3159896,31.7646046 C36.3159896,32.1408982 36.4718908,32.3287727 36.7873395,32.3287727 L38.0283623,32.3287727 C38.1759768,32.3287727 38.3042556,32.28096 38.4114308,32.183592 C38.5155123,32.1013629 38.5670006,32.0034503 38.5670006,31.8883295 L38.5670006,27.0722071 L40.310642,27.0722071 L40.310642,34.8270137 C40.3010294,35.4007662 40.151426,35.8602691 39.8638208,36.2086811 C39.571133,36.5573108 39.1717119,36.7353832 38.6621324,36.744314 L34.557653,36.744314 L34.557653,34.9635903 L38.0675862,34.9635903" id="Fill-3" fill="#008ACA"/><path d="M41.6912135,32.3287727 L44.8243761,32.3287727 C45.1112079,32.3188617 45.2599273,32.2057013 45.268877,31.988856 L45.268877,31.8287542 C45.268877,31.7825752 45.2547343,31.7311684 45.2274433,31.6757318 C45.1573927,31.5413334 45.071321,31.474461 44.9692284,31.474461 L43.4158506,31.474461 C42.9547762,31.465748 42.5614321,31.3090225 42.2307358,31.0068985 C41.8966143,30.7279729 41.7249129,30.384571 41.7153003,29.9814848 L41.7153003,28.6537293 C41.7335312,27.61786 42.3043221,27.0906133 43.4287779,27.0722071 L47.0625703,27.0722071 L47.0625703,28.8527129 L43.9842108,28.8527129 C43.6225773,28.8527129 43.4409318,28.9619524 43.4409318,29.1795601 L43.4409318,29.352078 C43.4409318,29.578072 43.6268864,29.6911234 43.99758,29.6911234 L45.5459857,29.6911234 C45.9588865,29.7005988 46.310355,29.8562352 46.6035952,30.1598839 C46.8997082,30.465711 47.0532892,30.8295885 47.0625703,31.2519522 L47.0625703,32.5510637 C47.0532892,32.9158125 46.8820298,33.2799079 46.5525489,33.643132 C46.3918965,33.8214222 46.2277085,33.9441669 46.06341,34.0133265 C45.8932555,34.0771493 45.6624421,34.1094964 45.3671026,34.1094964 L41.6912135,34.1094964 L41.6912135,32.3287727" id="Fill-4" fill="#008ACA"/><path d="M50.0716527,31.9762221 C50.0716527,32.0778377 50.1189424,32.1583243 50.2140742,32.2184441 C50.2958368,32.2910889 50.4006917,32.3287727 50.5308488,32.3287727 L51.8839083,32.3287727 C52.1895234,32.3287727 52.3470821,32.2121272 52.3561422,31.9762221 L52.3561422,31.4790353 C52.3561422,31.2078426 52.1929486,31.0709392 51.8694341,31.0709392 L50.5308488,31.0709392 C50.3553908,31.0709392 50.2344044,31.0995833 50.1670055,31.1541486 C50.1044682,31.2184071 50.0716527,31.3455083 50.0716527,31.5339274 L50.0716527,31.9762221 L50.0716527,31.9762221 Z M52.3561422,29.2377196 C52.3636555,28.9713189 52.2065389,28.8439999 51.881588,28.8527129 L48.3409387,28.8527129 L48.3409387,27.0722071 L52.3289617,27.0722071 C53.4894373,27.0906133 54.0790115,27.644108 54.0973528,28.7358495 L54.0973528,32.4605572 C54.0879612,32.9318227 53.9405676,33.3200967 53.6582659,33.6289733 C53.3630368,33.9488501 52.9799683,34.1094964 52.5101652,34.1094964 L50.0983913,34.1094964 C48.9262037,34.0996943 48.3307736,33.5720119 48.3144211,32.5224196 L48.3144211,31.0853157 C48.3221554,29.9884552 48.8899631,29.4312575 50.0164078,29.41198 L52.3561422,29.41198 L52.3561422,29.2377196 L52.3561422,29.2377196 Z" id="Fill-5" fill="#008ACA"/><path d="M55.5266504,26.0625857 C55.5374784,25.5819537 55.7172455,25.1960758 56.0695978,24.9065857 C56.4114536,24.612739 56.8600427,24.4615681 57.4149231,24.4531818 L58.5314237,24.4531818 L58.5314237,26.17335 L57.8555568,26.17335 C57.4839793,26.1817363 57.2940471,26.3571948 57.2863128,26.6954778 L57.2863128,27.0726427 L58.5314237,27.0726427 L58.5314237,28.8548912 L57.2863128,28.8548912 L57.2863128,34.1103677 L55.5266504,34.1103677 L55.5266504,26.0625857" id="Fill-6" fill="#008ACA"/><path d="M63.5324183,29.2045012 L63.5324183,29.1630054 C63.5324183,29.0714098 63.4948517,28.993755 63.4189451,28.9358134 C63.3370721,28.8797233 63.2367473,28.8527129 63.1165342,28.8527129 L61.8927479,28.8527129 C61.7356313,28.8527129 61.6090098,28.8959513 61.5110053,28.9847152 C61.3893559,29.0668354 61.327371,29.1749858 61.327371,29.3080772 L61.327371,30.0230895 L63.5324183,29.2045012 L63.5324183,29.2045012 Z M61.3554354,31.7213662 L61.3554354,31.8321305 C61.3554354,31.9748062 61.393002,32.0880755 61.4693506,32.1701957 C61.5245955,32.2752966 61.5990657,32.3287727 61.6980647,32.3287727 L65.310201,32.3287727 L65.310201,34.1094964 L61.4693506,34.1094964 C61.1188765,34.1094964 60.8461874,34.0771493 60.6529406,34.0124552 C60.4421258,33.9441669 60.2526356,33.8320956 60.0873427,33.676786 C59.8939853,33.4880402 59.7623918,33.2962448 59.6960979,33.098786 C59.6236165,32.8930498 59.5875968,32.6197876 59.5875968,32.2794352 L59.5726806,28.7157007 C59.5923478,27.6386624 60.1629178,27.0906133 61.2841695,27.0722071 L63.6545096,27.0722071 C64.7495752,27.0906133 65.3043451,27.6580488 65.3220235,28.7761473 L65.3220235,30.1840626 L61.3554354,31.7213662 L61.3554354,31.7213662 Z" id="Fill-7" fill="#008ACA"/><path d="M69.0439868,34.1094964 C68.7777061,34.1094964 68.5346283,34.0856445 68.3143114,34.0412081 C68.083277,34.0041778 67.853016,33.8984235 67.617562,33.72046 C67.376252,33.5130901 67.2096332,33.280997 67.1181475,33.0241807 C67.0214689,32.7720477 66.9746211,32.4863695 66.9746211,32.1646412 L66.9746211,28.8416038 C66.964898,28.5707378 66.9925205,28.3325456 67.0567151,28.1265915 C67.1160482,27.9202018 67.2401284,27.7189311 67.4278508,27.5213633 C67.6418697,27.3139934 67.8600873,27.1762188 68.0910113,27.1085839 C68.312654,27.0536919 68.5626927,27.0262459 68.8428951,27.0262459 L71.5375232,27.0262459 L71.5375232,27.4424015 L68.9052115,27.4424015 C68.4406014,27.4424015 68.0752112,27.5366111 67.8080466,27.7250302 C67.5346945,27.9308753 67.3956982,28.2850596 67.3956982,28.7845335 L67.3956982,32.1097492 C67.3956982,32.3436938 67.4317179,32.5711036 67.5039783,32.7906718 C67.5777856,33.0066458 67.7004294,33.1959362 67.8773238,33.3612657 C68.0685818,33.5047039 68.2597294,33.5941212 68.4455734,33.630607 C68.6398147,33.6727562 68.8474252,33.6925784 69.0681841,33.6925784 L71.5800618,33.6925784 L71.5800618,34.1094964 L69.0439868,34.1094964" id="Fill-8" fill="#008ACA"/><path d="M78.4688872,29.7981846 L74.9357511,29.7981846 C74.5123537,29.8078779 74.1815469,29.9368306 73.9424468,30.1851517 C73.6955018,30.4370669 73.5734104,30.7833006 73.5734104,31.2225458 L73.5734104,32.2832472 C73.5734104,32.4888745 73.5951769,32.6768579 73.6399254,32.8462173 C73.6843423,33.0241807 73.7952742,33.1833023 73.9705112,33.3200967 C74.2757948,33.569398 74.6137835,33.6925784 74.9830408,33.6925784 L77.1237829,33.6925784 C78.0181988,33.6834297 78.4688872,33.2186989 78.4688872,32.2964256 L78.4688872,29.7981846 L78.4688872,29.7981846 Z M78.8885279,32.1927407 C78.8885279,32.4601215 78.8678663,32.6952642 78.8329514,32.9016539 C78.7759386,33.1265587 78.6589298,33.3430773 78.4815935,33.5488135 C78.1125572,33.9322954 77.6547975,34.1192986 77.1093087,34.1094964 L75.0082325,34.1094964 C74.4627438,34.1094964 74.0201212,33.9488501 73.6773814,33.6289733 C73.3273494,33.3126906 73.1500131,32.8732276 73.1500131,32.3094952 L73.1500131,31.238556 C73.1676915,30.0295154 73.7785902,29.4108909 74.9819359,29.3826825 L78.4815935,29.3826825 L78.4815935,28.9135952 C78.4815935,28.5277172 78.3682309,28.1892164 78.1423895,27.8983104 C77.999084,27.7092378 77.8295925,27.5832258 77.6371191,27.5177692 C77.4425463,27.4678871 77.2241078,27.4424015 76.9804775,27.4424015 L73.1627194,27.4424015 L73.1627194,27.0262459 L76.7821481,27.0262459 C77.1129549,27.0262459 77.4122721,27.0491176 77.6828619,27.0943164 C77.8225212,27.1215445 77.9491426,27.1750207 78.0663724,27.2522399 C78.1897896,27.3260827 78.3054726,27.4336885 78.4127583,27.5748395 C78.7372672,27.9876188 78.8954887,28.4634587 78.8885279,28.999963 L78.8885279,32.1927407 L78.8885279,32.1927407 Z" id="Fill-9" fill="#008ACA"/><path d="M82.8396473,27.4424015 C81.8594912,27.4606989 81.3767608,27.9876188 81.3951021,29.0250129 L81.3951021,34.1094964 L80.974025,34.1094964 L80.974025,29.0267555 C80.9544683,27.6923563 81.5986245,27.0262459 82.9072671,27.0262459 L83.3750814,27.0262459 L83.3750814,27.4424015 L82.8396473,27.4424015" id="Fill-10" fill="#008ACA"/><path d="M89.9565238,27.4447976 L86.6263577,27.4447976 C86.3865946,27.4447976 86.1714707,27.4712634 85.9776714,27.5213633 C85.7748119,27.5664532 85.5790238,27.687782 85.3956105,27.8852409 C85.2199316,28.0651647 85.1096626,28.243346 85.0628149,28.4216362 C85.0011615,28.6015601 84.973539,28.8172074 84.9834831,29.0687959 L84.9834831,32.3106932 C84.9834831,32.8497025 85.1418152,33.2163029 85.4628989,33.413435 C85.6213414,33.5047039 85.7950316,33.5731011 85.9903778,33.6191712 C86.18484,33.6700334 86.4010688,33.6953012 86.640169,33.6953012 L88.0958736,33.6953012 C88.639484,33.6953012 89.0845374,33.5720119 89.4262827,33.3229284 C89.7701273,33.0895284 89.9449224,32.6864423 89.9565238,32.1123631 L89.9565238,27.4447976 L89.9565238,27.4447976 Z M90.3773799,32.1408982 C90.3398133,33.4825946 89.6195296,34.1403187 88.2163076,34.1124371 L86.6551956,34.1124371 C86.3254937,34.1124371 86.0304856,34.0841198 85.7700609,34.0298812 C85.5017913,33.9615929 85.2447918,33.8001842 84.9976259,33.5488135 C84.8116713,33.3229284 84.6921212,33.0946473 84.6441686,32.8604848 C84.5798635,32.6271937 84.5515781,32.3672189 84.5615221,32.0833923 L84.5615221,29.0581224 C84.5798635,27.6954059 85.2760604,27.0179685 86.6519914,27.0283152 L89.9565238,27.0283152 L89.9565238,24.731345 L90.3773799,24.731345 L90.3773799,32.1408982 L90.3773799,32.1408982 Z" id="Fill-11" fill="#008ACA"/><path d="M10.3777082,26.8044995 C10.5157101,26.7443796 10.6538225,26.6976561 10.7917139,26.6682496 C11.0455093,25.4739122 12.1188083,24.5776691 13.4055739,24.5776691 C14.6928919,24.5776691 15.7667434,25.4751103 16.0200968,26.6694477 C16.4153192,26.7429638 16.7420379,26.9008873 16.9966067,27.1351586 C17.0068822,26.9057884 16.9976011,26.6848044 16.9701996,26.4768899 C16.8068955,24.6720965 15.2717486,23.255686 13.4001599,23.255686 C11.4728843,23.255686 9.90414842,24.7614049 9.82260686,26.6436353 C9.81133689,26.8061332 9.80802219,26.9752747 9.81387815,27.1524758 C9.97563539,27.0179685 10.160264,26.8971842 10.3777082,26.8044995" id="Fill-12" fill="#E2001A"/><path d="M11.2031784,27.0722071 C10.9963412,27.0722071 10.7823223,27.1192574 10.5617844,27.2166254 C10.3493123,27.3081121 10.1745172,27.4188764 10.035079,27.5508787 C9.76835631,27.8666168 9.63201175,28.3284069 9.62262011,28.9358134 L9.62262011,32.2449099 C9.63201175,32.8538412 9.76835631,33.31476 10.035079,33.6289733 C10.1745172,33.7633717 10.3493123,33.8738092 10.5617844,33.9660583 C10.7823223,34.0615748 10.9963412,34.1094964 11.2031784,34.1094964 L15.4974795,34.1094964 C16.6064668,34.0996943 17.1708493,33.5001295 17.1886381,32.3143962 L17.1886381,28.8666538 C17.1708493,27.6791779 16.6064668,27.0815736 15.4974795,27.0722071 L11.2031784,27.0722071 Z" id="Fill-13" fill="#E2001A"/></g></g></svg>