app-MAIL-temp/static/assets/images/payments/worldpay-dark.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
15 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>WorldPay-dark</title><desc>Created with Sketch.</desc><g id="Dark-Payment-badges" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(-770.000000, -589.000000)"><g id="WorldPay-dark" transform="translate(770.000000, 589.000000)"><rect id="Rectangle" fill="#D9282A" x="0" y="0" width="100" height="60" rx="4"/><path d="M32.6756832,34.5694286 L34.9568119,27.1885714 C35.0232277,26.9657143 35.0913465,26.8988571 35.3791485,26.8474286 L35.9871089,26.748 L35.9871089,25.854 L32.7931881,25.854 L32.6092673,26.748 L33.7068317,26.8817143 L31.8310099,32.994 L30.193604,26.0965714 L28.4182574,26.0965714 L26.4768713,33.0111429 L24.5857228,26.8817143 L25.6662574,26.748 L25.6662574,25.854 L22.2713861,25.854 L22.0670297,26.748 L22.794198,26.8988571 C22.997703,26.9485714 23.0811485,26.9828571 23.1492673,27.1885714 L25.5308713,34.5677143 L27.3896634,34.5677143 L29.245901,27.8202857 L30.8688317,34.5677143 L32.6756832,34.5694286" id="Fill-1" fill="#FFF"/><path d="M40.1602376,34.752 C43.0305941,34.752 44.3129307,32.9057143 44.3129307,30.0514286 C44.3129307,27.504 43.1983366,25.662 40.3279802,25.662 C37.4576238,25.662 36.1071683,27.4868571 36.1071683,30.1542857 C36.1071683,32.8542857 37.2387921,34.752 40.1602376,34.752 L40.1602376,34.752 Z M40.2096238,33.5168571 C38.5492277,33.5168571 37.6934851,32.4308571 37.6934851,30.1714286 C37.6934851,27.9274286 38.6505545,26.9434286 40.2939208,26.9434286 C41.9202574,26.9434286 42.7266139,27.9274286 42.7266139,30.1542857 C42.7266139,32.4814286 41.8368119,33.5168571 40.2096238,33.5168571 L40.2096238,33.5168571 Z" id="Fill-2" fill="#FFF"/><path d="M49.4908119,34.5582857 L49.4908119,33.666 L47.9002376,33.5297143 C47.6422376,33.5134286 47.6243564,33.4628571 47.6243564,33.1894286 L47.6243564,28.0577143 C48.022,27.6822857 48.9024356,26.9828571 49.6815446,26.9828571 C49.8348119,26.9828571 49.8697228,27.0162857 49.8884554,27.1534286 L50.0953663,28.3405714 L51.2772277,28.3928571 L51.2772277,25.8214286 C50.975802,25.7254286 50.4606535,25.6568571 50.0766337,25.6568571 C48.9024356,25.6568571 48.0569109,26.388 47.4915248,27.0162857 L47.4421386,27.0008571 L47.2786535,25.8385714 L45.0928911,25.8385714 L44.9413267,26.7437143 L45.903505,27.066 C46.0729505,27.1174286 46.1240396,27.2357143 46.1240396,27.4242857 L46.1240396,33.2082857 C46.1240396,33.4628571 46.0899802,33.5151429 45.8541188,33.5477143 L45.0094455,33.6488571 L45.0094455,34.5582857 L49.4908119,34.5582857" id="Fill-3" fill="#FFF"/><path d="M55.5014455,34.5582857 L55.5014455,33.666 L54.4890297,33.5477143 C54.2369901,33.5134286 54.2191089,33.4808571 54.2191089,33.2065714 L54.2191089,21.7122857 L51.6365545,21.7122857 L51.4841386,22.6157143 L52.4982574,22.9397143 C52.667703,22.9911429 52.7187921,23.1094286 52.7187921,23.2971429 L52.7187921,33.2065714 C52.7187921,33.4628571 52.6847327,33.5297143 52.4488713,33.5477143 L51.4006931,33.6488571 L51.4006931,34.5582857 L55.5014455,34.5582857" id="Fill-4" fill="#FFF"/><path d="M64.7306931,34.566 L64.7306931,33.6591429 L63.8689901,33.54 C63.616099,33.5057143 63.5990693,33.4705714 63.5990693,33.1997143 L63.5990693,21.7122857 L61.0505743,21.7122857 L60.8981584,22.6157143 L61.9114257,22.9414286 C62.0638416,22.9911429 62.1302574,23.1111429 62.1302574,23.2825714 L62.1302574,26.472 C61.4729109,25.9971429 60.5609703,25.6568571 59.547703,25.6568571 C57.5220198,25.6568571 56.0268119,27.0334286 56.0268119,30.3882857 C56.0268119,33.5031429 57.2861584,34.7502857 59.2105149,34.7502857 C60.5269109,34.7502857 61.406495,34.1605714 62.180495,33.4165714 L62.2469109,33.4345714 L62.3780396,34.566 L64.7306931,34.566 L64.7306931,34.566 Z M62.097901,32.0597143 C61.3545545,32.8062857 60.5439406,33.4688571 59.547703,33.4688571 C58.3658416,33.4688571 57.5739604,32.7042857 57.5739604,30.3437143 C57.5739604,28.3234286 58.1972475,26.9314286 59.7852673,26.9314286 C60.6793267,26.9314286 61.5904158,27.4242857 62.097901,27.8485714 L62.097901,32.0597143 L62.097901,32.0597143 Z" id="Fill-5" fill="#FFF"/><path d="M69.722099,38.1428571 L69.722099,37.2505714 L68.1357822,37.1151429 C67.8828911,37.0971429 67.8650099,37.0482857 67.8650099,36.7731429 L67.8650099,33.8211429 C68.6585941,34.5188571 69.4692079,34.7554286 70.4313861,34.7554286 C73.079505,34.7554286 73.9369505,32.4102857 73.9369505,29.8594286 C73.9369505,26.8688571 72.6588713,25.6697143 70.7702772,25.6697143 C69.6216238,25.6697143 68.6764752,26.1368571 67.747505,26.8191429 L67.6981188,26.802 L67.5474059,25.8385714 L65.334396,25.8385714 L65.1819802,26.7437143 L66.1441584,27.066 C66.313604,27.1157143 66.3655446,27.234 66.3655446,27.42 L66.3655446,36.7911429 C66.3655446,37.0482857 66.313604,37.0971429 66.0777426,37.1314286 L65.3846337,37.2334286 L65.3846337,38.1428571 L69.722099,38.1428571 L69.722099,38.1428571 Z M67.8650099,28.0054286 C68.3546139,27.6154286 69.3687327,26.9511429 70.4492673,26.9511429 C71.4948911,26.9511429 72.3906535,27.6822857 72.3906535,29.9957143 C72.3906535,32.1377143 71.7818416,33.4808571 70.178495,33.4808571 C69.2827327,33.4808571 68.4397624,32.9365714 67.8650099,32.376 L67.8650099,28.0054286 L67.8650099,28.0054286 Z" id="Fill-6" fill="#FFF"/><path d="M82.8051683,34.566 L82.8051683,33.6591429 L81.9434653,33.54 C81.6905743,33.5057143 81.6735446,33.4705714 81.6735446,33.2005714 L81.6735446,28.6954286 C81.6735446,26.3365714 80.8731485,25.6525714 78.4889901,25.6525714 C77.1649307,25.6525714 75.2422772,25.8917143 75.2422772,27.9942857 L76.6957624,28.1494286 C76.7127921,26.8662857 77.4501782,26.8337143 78.4753663,26.8337143 C79.9365149,26.8337143 80.1732277,27.4482857 80.1732277,28.6954286 L80.1732277,29.6014286 L77.9048713,29.7882857 C75.8800396,29.9571429 74.8335644,30.7534286 74.8335644,32.4428571 C74.8335644,33.3042857 75.1034851,34.746 77.2109109,34.746 C78.5068713,34.746 79.4477624,34.1948571 80.2566733,33.4405714 L80.3060594,33.4551429 L80.4567723,34.566 L82.8051683,34.566 L82.8051683,34.566 Z M80.1732277,32.2568571 C79.6512673,32.7471429 78.5894653,33.5562857 77.5991881,33.5562857 C76.8073069,33.5562857 76.4215842,33.186 76.4215842,32.274 C76.4215842,31.3971429 76.8251881,30.9737143 78.2701584,30.84 L80.1732277,30.6694286 L80.1732277,32.2568571 L80.1732277,32.2568571 Z" id="Fill-7" fill="#FFF"/><path d="M88.6940396,38.1428571 L88.6940396,37.2642857 L87.0600396,37.0971429 L91.1539802,27.1191429 C91.2374257,26.9314286 91.3728119,26.8645714 91.5763168,26.8302857 L92.1485149,26.748 L92.1485149,25.854 L88.812396,25.854 L88.6276238,26.748 L89.7728713,26.8817143 L87.4312871,32.6134286 L85.1901782,26.8817143 L86.3013663,26.748 L86.3013663,25.854 L82.8145347,25.854 L82.6135842,26.748 L83.3032871,26.916 C83.5059406,26.9657143 83.5740594,27.0008571 83.6566535,27.2057143 L86.6896436,34.4725714 L85.7112871,36.7388571 C85.6108119,36.9788571 85.544396,37.0825714 85.3425941,37.0971429 L84.1292277,37.2488571 L84.1292277,38.1428571 L88.6940396,38.1428571" id="Fill-8" fill="#FFF"/><path d="M15.0184356,24.0651429 C15.9405941,24.2648571 16.9904752,24.6608571 17.893901,25.5668571 C18.1851089,25.8557143 18.438,26.2534286 18.5461386,26.5602857 C18.5997822,26.6862857 18.5997822,26.886 18.6908911,27.012 C18.8356436,27.2305714 19.0885347,27.4105714 19.2690495,27.6454286 C19.5049109,27.8982857 19.6496634,28.1708571 19.7773861,28.4597143 C19.8301782,28.5497143 19.8489109,28.6765714 19.9025545,28.7854286 C19.9749307,28.9294286 20.1026535,29.616 20.1026535,29.8714286 C20.1026535,30.396 19.9212871,31.0465714 19.6854257,31.5522857 C19.6854257,31.5711429 19.7050099,31.5711429 19.7050099,31.6251429 L19.7050099,32.0768571 C19.5049109,34.8625714 16.1568713,36.87 14.0571089,36.87 C13.8042178,36.87 13.0813069,36.8331429 13.0813069,36.3274286 C13.0813069,36.2717143 13.1179208,36.1097143 13.1536832,35.9837143 C12.7543366,36.0385714 11.9760792,36.1825714 11.5239406,36.1825714 C11.1816436,36.1825714 9.60639604,36.1645714 9.60639604,35.3142857 C9.60639604,34.5188571 11.0173069,34.4648571 11.2897822,34.4648571 C12.0484554,34.4648571 12.8454455,34.6808571 13.623703,35.0434286 C13.4959802,35.0794286 13.2618218,35.1522857 13.2260594,35.1522857 C13.1707129,35.1522857 13.0983366,35.0957143 13.0259604,35.0794286 C12.5201782,34.8977143 11.9403168,34.7905714 11.415802,34.7905714 C11.1092673,34.7905714 11.0539208,34.7708571 10.6920396,34.8625714 C10.6562772,34.8625714 10.0227723,35.0254286 10.0227723,35.2782857 C10.0227723,35.4582857 10.5285545,35.5671429 10.6366931,35.5851429 C10.8538218,35.6211429 11.3068119,35.658 11.3434257,35.658 C14.5654455,35.658 19.5602574,32.9811429 19.5602574,29.7788571 C19.5602574,29.1831429 19.2886337,28.3337143 18.7445347,27.7894286 C18.7079208,28.0251429 18.6551287,28.278 18.5640198,28.5325714 C18.5103762,28.6954286 18.3656238,28.9842857 18.3656238,29.0202857 C18.3656238,29.0202857 19.2690495,30.0145714 19.2690495,30.2331429 C19.2690495,30.3591429 19.071505,30.918 19.071505,30.9377143 C18.8909901,30.4491429 18.636396,29.9614286 18.1297624,29.4728571 C18.0573861,29.5457143 17.9850099,29.6528571 17.9126337,29.7445714 C17.8215248,29.8714286 17.7133861,29.9974286 17.6052475,30.1242857 C17.3693861,30.396 16.8269901,30.8648571 16.8269901,30.918 C16.8269901,30.918 17.4775248,31.5711429 17.6963564,32.3297143 C17.7321188,32.4385714 17.7857624,32.6554286 17.7857624,32.6914286 C17.7857624,32.8011429 17.4238812,33.036 17.4238812,33.054 C17.4051485,32.4385714 17.1522574,31.788 16.4821386,31.1725714 C15.7047327,31.7511429 14.8907129,32.2225714 14.1124554,32.6014286 C14.5824752,33 14.854099,33.5785714 14.854099,33.9934286 C14.854099,34.1931429 14.7459604,34.6268571 14.6548515,34.6808571 C14.5458614,34.7537143 14.4206931,34.7905714 14.2929703,34.8265714 C14.4377228,34.6448571 14.5654455,34.2291429 14.5654455,34.0491429 C14.5654455,33.7234286 14.3483168,33.216 13.9847327,32.9442857 C13.8953267,32.8902857 13.7684554,32.7642857 13.7318416,32.7642857 C13.6790495,32.7642857 13.2260594,32.9631429 12.9731683,33.054 C12.6819604,33.1628571 12.3754257,33.2528571 12.0680396,33.342 C11.1450297,33.6145714 10.2756634,33.7765714 9.38926733,33.7765714 C9.04526733,33.7765714 7.54239604,33.7405714 7.54239604,32.9271429 C7.54239604,31.7151429 10.3310099,31.6054286 10.7090693,31.6054286 C11.5426733,31.6054286 12.3396634,31.698 13.190297,32.0768571 C13.0259604,32.13 12.7177228,32.2568571 12.6819604,32.2568571 C12.6283168,32.2568571 11.6874257,31.986 10.8367921,31.986 C10.4570297,31.986 9.9870099,32.0228571 9.62512871,32.094 C9.33392079,32.1497143 9.04526733,32.2225714 8.79152475,32.3297143 C8.70126733,32.3485714 8.03114851,32.6374286 8.03114851,32.8902857 C8.03114851,32.9271429 8.13928713,33 8.21166337,33.036 C8.57524752,33.216 8.90051485,33.1997143 9.26154455,33.1997143 C12.6819604,33.1997143 17.9296634,30.5031429 18.237901,27.6994286 L18.237901,27.2477143 C18.0744158,25.4211429 15.2517426,24.2451429 13.8765941,24.2451429 C13.8408317,24.2451429 13.6066733,24.2648571 13.4602178,24.2991429 C13.5513267,24.3351429 13.6594653,24.3351429 13.7514257,24.372 C13.8229505,24.3908571 13.9132079,24.4277143 14.0043168,24.462 C14.1490693,24.5177143 14.4011089,24.6437143 14.5654455,24.7868571 C14.6906139,24.8965714 14.7629901,25.0585714 14.8907129,25.1485714 C14.9818218,25.2411429 15.1623366,25.2214286 15.3070891,25.2771429 C15.7771089,25.4211429 16.3569703,25.6371429 16.8457228,25.8557143 C17.0432673,25.9628571 17.2970099,26.0725714 17.5158416,26.1985714 C17.5882178,26.2534286 17.6410099,26.3614286 17.6963564,26.4505714 C17.7857624,26.5962857 17.893901,26.832 17.9296634,27.0317143 C16.9904752,26.3245714 16.0487327,25.9628571 15.1069901,25.6568571 L15.054198,25.6568571 C15.0899604,26.1445714 14.8907129,26.6331429 14.5458614,27.1217143 C15.5787129,27.3934286 16.663505,27.7894286 17.7321188,28.5325714 C17.6776238,28.6594286 17.6052475,28.8025714 17.5158416,28.9294286 C17.0628515,28.6037143 16.574099,28.3508571 16.1211089,28.134 C16.0129703,28.0808571 14.4930693,27.5194286 14.2572079,27.5194286 C14.2018614,27.5194286 13.8408317,27.8811429 13.6424356,28.044 C13.1536832,28.4408571 12.6649307,28.7485714 12.1761782,29.0382857 C13.4959802,29.22 14.8183366,29.5088571 16.1381386,30.3762857 C16.0487327,30.4662857 15.8494851,30.648 15.7958416,30.648 C15.7600792,30.648 15.4152277,30.396 15.2159802,30.3042857 C14.2929703,29.8517143 12.5372079,29.4188571 11.470297,29.4188571 C11.3791881,29.4188571 10.3310099,29.8714286 10.0764158,29.9417143 C9.33392079,30.1602857 8.51990099,30.4302857 7.76122772,30.4302857 C7.50663366,30.4302857 7,30.4131429 7,29.9974286 C7,29.1831429 9.8780198,28.9842857 10.0764158,28.9842857 L10.7090693,28.9842857 C10.2569307,29.1642857 9.71453465,29.3631429 9.28112871,29.4728571 C8.86390099,29.5817143 8.43049505,29.6528571 8.03114851,29.7788571 C7.95877228,29.7985714 7.88724752,29.8517143 7.81487129,29.8885714 C7.81487129,29.8885714 7.79784158,29.9074286 7.85063366,29.9074286 C7.88724752,29.9074286 8.48413861,29.8157143 8.80940594,29.7445714 C10.4570297,29.346 12.2298218,28.6954286 13.8595644,27.1945714 C14.2572079,26.8131429 14.5458614,26.3434286 14.6378218,25.9285714 L14.6378218,25.5668571 C14.5824752,25.1682857 14.0043168,24.7525714 13.6424356,24.6437143 C13.4065743,24.5708571 12.9544356,24.4808571 12.9007921,24.4808571 C12.8096832,24.4808571 12.6819604,24.5348571 12.5925545,24.6797143 C13.1707129,24.8057143 13.8408317,24.6797143 14.3483168,25.404 C14.3483168,25.404 14.3653465,25.4211429 14.3483168,25.4571429 C14.2018614,25.404 12.4290693,24.9857143 12.1395644,24.9857143 C12.0314257,24.9857143 11.1816436,25.584 10.9815446,25.71 C10.4391485,26.0357143 9.8780198,26.3434286 9.33392079,26.6134286 L11.1986733,26.6331429 C12.0126931,26.6862857 12.9374059,26.796 13.7684554,26.9588571 C13.7318416,26.976 13.4065743,27.3205714 13.334198,27.3205714 C13.2984356,27.3205714 12.7177228,27.2117143 12.4290693,27.1748571 C11.903703,27.102 11.3621584,27.0848571 10.8180594,27.0488571 L8.46710891,27.102 C8.33938614,27.0848571 8.08649505,27.0677143 8.08649505,26.8491429 C8.08649505,26.6862857 8.2840396,26.5791429 8.43049505,26.5234286 C8.53948515,26.4874286 8.66465347,26.4162857 8.77364356,26.3802857 C9.93166337,25.8917143 11.126297,25.2411429 12.303901,24.498 C12.2672871,24.4808571 12.1932079,24.4808571 12.1574455,24.4808571 C12.103802,24.4808571 11.9590495,24.498 11.8509109,24.5348571 C11.8679406,24.5537143 11.8866733,24.5537143 11.903703,24.5537143 C11.7419208,24.6437143 11.470297,24.8237143 11.415802,24.8237143 C11.2897822,24.8237143 11.1092673,24.6608571 11.1092673,24.5537143 C11.1092673,24.228 11.8509109,24.2091429 11.903703,24.2091429 C12.646198,24.192 12.7006931,24.228 12.7543366,24.228 C12.790099,24.228 13.0983366,24.0651429 13.2984356,24.0291429 C13.5870891,23.9562857 13.7318416,23.9562857 14.0043168,23.9562857 C14.311703,23.9562857 14.6735842,23.9922857 15.0184356,24.0651429 L15.0184356,24.0651429 Z M13.9132079,36.4542857 C13.8595644,36.4542857 13.4065743,36.4542857 13.4065743,36.2914286 C13.4065743,36.2005714 13.5513267,35.91 13.6790495,35.8765714 C13.9489703,35.7668571 14.5288317,35.6211429 14.5654455,35.6211429 C14.6182376,35.6211429 15.0899604,35.6768571 15.143604,35.6768571 C15.1793663,35.6768571 15.5242178,35.658 15.7234653,35.604 C15.9576238,35.5482857 16.2488317,35.4411429 16.5187525,35.2782857 C16.7912277,35.1154286 17.1880198,34.7708571 17.3693861,34.482 C17.4775248,34.3191429 17.5328713,34.1022857 17.6597426,33.9574286 C17.8215248,33.7405714 18.1297624,33.5588571 18.3826535,33.3248571 C18.636396,33.0702857 18.8909901,32.8011429 19.124297,32.5114286 C18.636396,34.7905714 15.6681188,36.4542857 13.9132079,36.4542857 L13.9132079,36.4542857 Z M15.198099,35.3691429 C15.7234653,35.1325714 16.3016238,34.8428571 16.8627525,34.5008571 C16.3203564,35.1154286 15.740495,35.2782857 15.198099,35.3691429 L15.198099,35.3691429 Z" id="Fill-10" fill="#FFF"/></g></g></svg>