app-MAIL-temp/static/assets/images/payments/googlewallet-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
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>GoogleWallet-dark</title><desc>Created with Sketch.</desc><g id="Dark-Payment-badges" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(-290.000000, -689.000000)"><g id="GoogleWallet-dark" transform="translate(290.000000, 689.000000)"><rect id="Rectangle" fill="#000" x="0" y="0" width="100" height="60" rx="4"/><g id="google-wallet" transform="translate(27.671882, 44.913357)" fill="#FFF"><path d="M24.9143231,6.18517746 C24.8221161,6.24106762 24.7299091,6.29695778 24.6192608,6.35284794 C24.3241985,6.48325831 24.0291362,6.52051841 23.7709567,6.52051841 C23.4943358,6.52051841 23.0517423,6.50188836 22.6091489,6.16654741 C21.9821415,5.71942615 21.7055206,4.95559399 21.7055206,4.2849121 C21.7055206,2.90628821 22.8120042,2.23560631 23.7156325,2.23560631 C24.0291362,2.23560631 24.3610813,2.31012652 24.6192608,2.477797 C25.0618542,2.77587784 25.1725026,3.14847889 25.2278268,3.35340947 L23.1623907,4.19176184 L22.4800591,4.24765199 C22.7013558,5.3840852 23.457453,6.03613704 24.2873157,6.03613704 C24.7299091,6.03613704 25.0618542,5.86846657 25.3569165,5.71942615 L24.9143231,6.18517746 L24.9143231,6.18517746 Z M24.0844604,3.53971 C24.2504329,3.48381984 24.3426399,3.42792968 24.3426399,3.29751931 C24.3426399,2.94354831 23.9553706,2.53368715 23.4758944,2.53368715 C23.1255079,2.53368715 22.4616177,2.81313794 22.4616177,3.76327063 C22.4616177,3.91231105 22.4800591,4.07998152 22.4800591,4.22902194 L24.0844604,3.53971 L24.0844604,3.53971 Z" id="path8"/><path d="M21.5026652,6.37147799 L19.9535881,6.37147799 C20.1564435,6.11065725 20.1933263,6.07339715 20.1933263,5.90572668 L20.1933263,4.45258257 C20.1933263,3.76327063 20.2117677,2.77587784 20.230209,1.84437521 C20.230209,1.39725395 20.2670918,0.819722315 20.2855332,0.409861157 L19.6032017,0.409861157 L20.2670918,0.093150263 L21.5211066,0.093150263 C21.2444857,0.260820736 21.1522787,0.298080842 21.1338373,0.614791736 C21.0600718,1.30410368 21.0600718,2.38464673 21.0600718,3.65149031 L21.0600718,5.7007961 C21.0600718,6.0547671 21.115396,6.11065725 21.4104583,6.12928731 C21.5579894,6.14791736 21.7055206,6.16654741 21.8530517,6.16654741 L21.5026652,6.37147799" id="path10"/><path d="M18.6073664,2.66409752 C18.8102217,2.831768 19.2343738,3.185739 19.2343738,3.87505094 C19.2343738,4.52710278 18.8655459,4.84381368 18.496718,5.14189452 C18.3860697,5.25367483 18.2569799,5.3840852 18.2569799,5.57038573 C18.2569799,5.75668626 18.3860697,5.86846657 18.4782766,5.94298678 L18.7917803,6.18517746 C19.1790496,6.52051841 19.5294361,6.81859925 19.5294361,7.43339099 C19.5294361,8.27174336 18.7364561,9.11009572 17.2058205,9.11009572 C15.9333643,9.11009572 15.3063569,8.49530399 15.3063569,7.84325215 C15.3063569,7.52654125 15.4723294,7.06078994 15.9886885,6.7627091 C16.5419303,6.42736815 17.279586,6.37147799 17.6668553,6.35284794 C17.5377655,6.18517746 17.4086758,6.01750699 17.4086758,5.75668626 C17.4086758,5.60764583 17.4455586,5.51449557 17.5008828,5.40271526 C17.4086758,5.40271526 17.2980274,5.42134531 17.2242619,5.42134531 C16.2837508,5.42134531 15.7673917,4.71340331 15.7673917,4.02409136 C15.7673917,3.61423021 15.9518057,3.16710894 16.3390749,2.831768 C16.8369926,2.42190684 17.4455586,2.34738663 17.9065934,2.34738663 L19.71385,2.34738663 L19.1421668,2.66409752 L18.6073664,2.66409752 L18.6073664,2.66409752 Z M17.980359,6.61366867 L17.7775037,6.61366867 C17.7037381,6.61366867 17.2242619,6.63229873 16.855434,6.7627091 C16.6525786,6.83722931 16.0993368,7.04215988 16.0993368,7.67558167 C16.0993368,8.30900346 16.7079028,8.75612472 17.6484139,8.75612472 C18.496718,8.75612472 18.9393115,8.34626357 18.9393115,7.78736199 C18.9393115,7.34024073 18.6442492,7.09805004 17.980359,6.61366867 L17.980359,6.61366867 Z M18.2385385,4.93696394 C18.4413938,4.73203336 18.4598352,4.45258257 18.4598352,4.2849121 C18.4598352,3.65149031 18.072566,2.64546747 17.3533516,2.64546747 C17.1320549,2.64546747 16.8738754,2.75724779 16.7447856,2.94354831 C16.5972545,3.12984884 16.5419303,3.37203952 16.5419303,3.59560015 C16.5419303,4.19176184 16.8923168,5.17915462 17.6484139,5.17915462 C17.8512692,5.17915462 18.0910074,5.06737431 18.2385385,4.93696394 L18.2385385,4.93696394 Z" id="path12"/><path d="M13.1671552,6.50188836 C11.7656093,6.50188836 11.0279535,5.40271526 11.0279535,4.39669241 C11.0279535,3.2229991 11.9684646,2.23560631 13.3146864,2.23560631 C14.6055839,2.23560631 15.4170053,3.26025921 15.4170053,4.34080226 C15.3985639,5.3840852 14.5871425,6.50188836 13.1671552,6.50188836 M14.2551974,5.77531631 C14.4580528,5.49586552 14.513377,5.14189452 14.513377,4.78792352 C14.513377,4.00546131 14.1445491,2.5150571 13.0565068,2.5150571 C12.7614445,2.5150571 12.4848236,2.62683742 12.2635269,2.81313794 C11.9131404,3.12984884 11.8578162,3.52107994 11.8578162,3.89368099 C11.8578162,4.76929347 12.2819683,6.22243757 13.3515691,6.22243757 C13.7019556,6.22243757 14.0523421,6.0547671 14.2551974,5.77531631" id="path14"/><path d="M8.48304117,6.50188836 C7.08149524,6.50188836 6.34383948,5.40271526 6.34383948,4.39669241 C6.34383948,3.2229991 7.28435057,2.23560631 8.63057232,2.23560631 C9.92146989,2.23560631 10.7328912,3.26025921 10.7328912,4.34080226 C10.7144498,5.3840852 9.90302849,6.50188836 8.48304117,6.50188836 M9.57108341,5.77531631 C9.77393874,5.49586552 9.82926292,5.14189452 9.82926292,4.78792352 C9.82926292,4.00546131 9.46043504,2.5150571 8.37239281,2.5150571 C8.0773305,2.5150571 7.7822682,2.62683742 7.57941287,2.81313794 C7.22902639,3.12984884 7.17370221,3.52107994 7.17370221,3.89368099 C7.17370221,4.76929347 7.59785426,6.22243757 8.66745511,6.22243757 C9.01784159,6.22243757 9.36822807,6.0547671 9.57108341,5.77531631" id="path16"/><path d="M5.75371488,6.18517746 L4.57346567,6.46462825 C4.09398943,6.53914846 3.66983738,6.61366867 3.20880253,6.61366867 C0.922069692,6.61366867 0.0553241815,4.91833389 0.0553241815,3.59560015 C0.0553241815,1.97478558 1.29089757,0.484381368 3.39321647,0.484381368 C3.83580992,0.484381368 4.25996198,0.558901578 4.64723125,0.652051841 C5.27423864,0.819722315 5.55085955,1.04328295 5.73527349,1.17369331 L5.05294191,1.82574516 L4.75787961,1.90026537 L4.96073494,1.56492442 C4.68411404,1.28547363 4.16775501,0.782462209 3.19036114,0.782462209 C1.88102217,0.782462209 0.903628298,1.78848505 0.903628298,3.24162915 C0.903628298,4.80655357 2.02855332,6.27832773 3.81736853,6.27832773 C4.35216895,6.27832773 4.61034846,6.16654741 4.86852798,6.07339715 L4.86852798,4.73203336 L3.61451319,4.80655357 L4.27840337,4.45258257 L6.03033579,4.45258257 L5.80903906,4.65751315 C5.75371488,4.71340331 5.73527349,4.73203336 5.73527349,4.78792352 C5.73527349,4.86244373 5.71683209,5.10463441 5.71683209,5.17915462 L5.71683209,6.18517746" id="path18"/><polyline id="path20" points="28.6948088 6.37147799 28.0678014 6.37147799 27.1457317 2.34738663 27.6436494 2.34738663 28.3997465 5.96161683 29.1742851 2.34738663 29.8012925 2.34738663 30.6127138 5.96161683 31.3503695 2.34738663 31.8298458 2.34738663 30.9262175 6.37147799 30.2992101 6.37147799 29.5062302 2.79450789 28.6948088 6.37147799"/><path d="M34.743586,3.5769701 C34.743586,2.92491826 34.4485237,2.66409752 33.8030749,2.66409752 C33.2867159,2.66409752 32.9916536,2.94354831 32.917888,3.40929963 L32.4568532,3.35340947 C32.5490601,2.70135763 33.0654192,2.25423637 33.8030749,2.25423637 C34.6882618,2.25423637 35.1861795,2.64546747 35.1861795,3.52107994 L35.1861795,5.57038573 C35.1861795,5.92435673 35.2046208,6.16654741 35.259945,6.35284794 L34.7989102,6.35284794 C34.7620274,6.24106762 34.743586,6.03613704 34.743586,5.92435673 C34.5591721,6.20380752 34.1165786,6.4459982 33.6924266,6.4459982 C32.9547708,6.4459982 32.3830876,5.99887694 32.3830876,5.10463441 C32.3830876,4.2849121 32.9732122,3.81916078 33.8030749,3.81916078 C34.2087856,3.81916078 34.5407307,3.89368099 34.743586,3.98683126 L34.743586,3.5769701 L34.743586,3.5769701 Z M34.743586,4.45258257 C34.5222893,4.34080226 34.2087856,4.24765199 33.7846335,4.24765199 C33.2313917,4.24765199 32.825681,4.52710278 32.825681,5.12326447 C32.825681,5.7380562 33.1945089,6.0547671 33.7108679,6.0547671 C34.1719028,6.0547671 34.5776135,5.71942615 34.743586,5.36545515 L34.743586,4.45258257 L34.743586,4.45258257 Z" id="path22"/><polygon id="path24" points="36.0898078 6.37147799 36.5898078 6.37147799 36.5898078 0.633421789 36.0898078 0.633421789"/><polygon id="path26" points="37.5097951 6.37147799 38.0097951 6.37147799 38.0097951 0.633421789 37.5097951 0.633421789"/><path d="M40.2022386,6.03613704 C40.6817148,6.03613704 41.0505427,5.7380562 41.1243083,4.9928541 L41.5853431,5.06737431 C41.4746948,6.03613704 40.9214529,6.48325831 40.2022386,6.48325831 C39.2617275,6.48325831 38.6900443,5.77531631 38.6900443,4.34080226 C38.6900443,3.05532863 39.1695205,2.27286642 40.1469144,2.27286642 C41.1796325,2.27286642 41.5853431,3.12984884 41.5853431,4.30354215 L41.5853431,4.45258257 L39.1510791,4.45258257 C39.1695205,5.55175568 39.5752312,6.03613704 40.2022386,6.03613704 M41.1058669,4.04272142 L41.1058669,4.04272142 C41.0874255,3.27888926 40.7923632,2.70135763 40.1469144,2.70135763 C39.519907,2.70135763 39.1879619,3.2229991 39.1510791,4.04272142 L41.1058669,4.04272142" id="path28"/><path d="M43.7061034,6.35284794 C43.6138964,6.39010804 43.4294825,6.42736815 43.2266272,6.42736815 C42.6365026,6.42736815 42.4520886,6.12928731 42.4520886,5.55175568 L42.4520886,2.75724779 L41.9357296,2.75724779 L41.9357296,2.34738663 L42.4520886,2.34738663 L42.4520886,1.04328295 L42.9131235,0.85698242 L42.9131235,2.34738663 L43.7061034,2.34738663 L43.7061034,2.75724779 L42.9131235,2.75724779 L42.9131235,5.47723547 C42.9131235,5.86846657 42.9868891,5.96161683 43.3003927,5.96161683 C43.4663653,5.96161683 43.595455,5.92435673 43.7061034,5.86846657 L43.7061034,6.35284794" id="path30"/></g><path d="M41.7467264,15.5009982 C42.9436488,17.4276724 43.6488894,19.6127826 43.9071465,21.8641586 C43.9766773,22.4638628 44.0197201,23.0668804 44.0197201,23.6748678 C44.0197201,26.572334 43.2300493,29.4035345 41.7384489,31.8636473 C41.6854731,31.9497926 41.6391193,32.0375946 41.5960764,32.1270533 C41.3063649,32.7135044 41.2004133,33.3463415 41.2583556,33.9642688 C41.3576852,35.0112663 41.9255198,36.0002814 42.890673,36.5850758 C43.1389971,36.7358302 43.4038762,36.8501385 43.6770328,36.9346272 C43.9998542,37.0323691 44.3342641,37.0853816 44.6719849,37.0853816 C45.8821513,37.0853816 46.983055,36.4674543 47.6121429,35.4320533 C49.5027174,32.3159104 50.6069321,28.7889205 50.8420123,25.1525922 C50.8751222,24.6622262 50.8900217,24.168547 50.8900217,23.6732112 C50.8900217,19.5282939 49.7609745,15.469522 47.6270423,11.9392187 C47.562478,11.8331937 47.4896363,11.7337952 47.4167945,11.63771 C47.1767478,11.3229481 46.8903473,11.0595421 46.5691814,10.8491486 C46.0245238,10.4929706 45.3706035,10.2842338 44.7067503,10.2842338 C44.1554707,10.2842338 43.8740366,10.3521561 43.476718,10.5111937 C43.0711219,10.6735446 42.6390379,10.8938779 42.2483412,11.3063817 C41.8609555,11.7155721 41.6291863,12.1330458 41.4669479,12.5654293 C41.1375045,13.4368228 41.1755809,14.5848754 41.7467264,15.5009982 L41.7467264,15.5009982 Z" id="Path" fill="#FFF"/><path d="M32.5322449,20.7078227 C37.3166235,23.2689907 40.402465,28.1544267 40.7683292,33.8002613 L40.7683292,33.7952914 C40.7136979,33.1657676 40.8163386,32.5511535 41.1060501,31.9663591 C41.145782,31.8851836 41.1937913,31.7973816 41.2484226,31.7046097 C42.743334,29.2444969 43.5296938,26.4116398 43.5296938,23.5158303 C43.5296938,22.9078428 43.4883065,22.3048252 43.4187757,21.705121 C41.4520484,18.991542 38.7138608,16.615918 35.6131199,14.9526498 C35.1396485,14.7008403 34.6098903,14.5666523 34.0768211,14.5666523 C32.8666548,14.5666523 31.765751,15.2259957 31.196261,16.2912162 C30.3453369,17.8749656 30.9462813,19.8546523 32.5322449,20.7078227 L32.5322449,20.7078227 Z" id="Path" fill="#FFF"/><path d="M54.4774779,35.7981711 C56.2753448,31.9961786 57.1842111,27.9158703 57.1842111,23.6748678 C57.1842111,22.2170232 57.083226,21.1534593 57.0103842,20.4808628 C54.6595823,16.7153165 51.2509194,13.3506774 47.2628336,10.8789681 C47.2380011,10.8624017 47.2148242,10.8458353 47.2115132,10.8441786 C47.2297237,10.8541185 47.2462786,10.8673716 47.2628336,10.8789681 C47.2860105,10.8938779 47.3091874,10.9104443 47.3124984,10.912101 C47.5889659,11.1125546 47.8223906,11.3212914 48.0674038,11.63771 C48.1270016,11.7155721 48.2097763,11.8249105 48.2793071,11.9392187 C50.4148948,15.4711786 51.5439419,19.5282939 51.5439419,23.6732112 C51.5439419,24.1668904 51.527387,24.6605696 51.4959326,25.1525922 C53.2093692,28.4145195 54.143068,32.1220834 54.143068,36.0135345 C54.143068,36.3233265 54.14969,36.8186623 54.143068,37.1814668 C54.159623,36.773933 54.2622636,36.3448628 54.4079471,35.9721185 C54.4261576,35.9124794 54.447679,35.8528403 54.4774779,35.7981711 L54.4774779,35.7981711 Z" id="Path" fill="#FFF"/><path d="M64.0611346,31.6317175 C64.6471796,29.0506698 64.9567571,26.3917601 64.9567571,23.6748678 C64.9567571,20.9877952 64.6471796,18.2907826 64.0644456,15.7163616 C63.4866781,13.1899832 62.632443,10.7215872 61.5199508,8.38075259 C60.9223174,7.12998818 59.6442757,6.32154708 58.2569715,6.32154708 C57.7239023,6.32154708 57.1991106,6.43916863 56.7107398,6.67109846 C54.9145284,7.52758216 54.14969,9.68949945 55.0022696,11.4819857 C56.8332463,15.3469305 57.7404572,19.4322087 57.7404572,23.6748678 C57.7404572,27.9158703 56.8299354,31.9961786 55.0320685,35.7981711 C55.0039251,35.8561535 54.6893812,36.52875 54.6893812,37.3057149 C54.6893812,37.5243916 54.7142136,37.85075 54.7820889,38.1423189 C55.0171691,39.1644668 55.6826778,40.0938428 56.7488161,40.6040884 C57.240498,40.8360182 57.7537012,40.9519831 58.2884259,40.9519831 C59.6061994,40.9519831 60.8229877,40.2263741 61.4537311,39.0799781 C62.1722156,37.7298152 62.8989776,35.9538954 63.529721,33.6660733 C63.7383132,32.9769104 63.9038627,32.3308202 64.0611346,31.6317175 L64.0611346,31.6317175 Z" id="Path" fill="#FFF"/></g></g></svg>