app-MAIL-temp/static/assets/images/payments/clickandbuy-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
12 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>Clickandbuy-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, -789.000000)"><g id="Clickandbuy-dark" transform="translate(770.000000, 789.000000)"><rect id="Rectangle" fill="#FF8000" x="0" y="0" width="100" height="60" rx="4"/><path d="M65.490919,18.6341514 L56.8776331,10.0665884 C56.8776331,10.0665884 55.7618475,8.95547495 54.1859625,8.95547495 C54.1859625,8.95547495 52.6102268,8.95547495 51.494292,10.0665884 C51.494292,10.0665884 50.3785064,11.1777019 50.3785064,12.7469882 C50.3785064,12.7469882 50.3785064,14.3162744 51.494292,15.4273879 L53.5889076,17.503576 L45.5529836,17.503576 C45.5529836,17.503576 43.9577041,17.503576 42.8419185,18.6243462 C42.8419185,18.6243462 41.7162864,19.7354596 41.7162864,21.3145511 C41.7162864,21.3145511 41.7162864,22.8934941 42.8419185,24.0144128 C42.8419185,24.0144128 43.9577041,25.1255263 45.5529836,25.1255263 L53.5889076,25.1255263 L51.494292,27.2113711 C51.494292,27.2113711 50.3785064,28.3224846 50.3785064,29.8917708 C50.3785064,29.8917708 50.3785064,31.461057 51.494292,32.5723191 C51.494292,32.5723191 52.6100776,33.6736273 54.1859625,33.6736273 C54.1859625,33.6736273 55.7616983,33.6736273 56.8776331,32.5723191 L65.4812217,23.9949509 C65.4812217,23.9949509 66.5970073,22.8838374 66.5970073,21.3145511 C66.5970073,21.3145511 66.5970073,19.7452649 65.490919,18.6341514" id="path7283_4_" fill="#FCFCFC"/><path d="M34.4925481,16.031748 C34.4925481,16.031748 36.5970102,16.031748 38.0847243,17.5132327 C38.0847243,17.5132327 39.5725876,18.9947173 39.5725876,21.0903674 C39.5725876,21.0903674 39.5725876,23.1858689 38.0847243,24.6675021 C38.0847243,24.6675021 36.5970102,26.1491353 34.4925481,26.1491353 C34.4925481,26.1491353 32.3882353,26.1491353 30.900372,24.6675021 C30.900372,24.6675021 29.4126578,23.1860174 29.4126578,21.0903674 C29.4126578,21.0903674 29.4126578,18.9947173 30.900372,17.5132327 C30.9005212,17.5132327 32.3882353,16.031748 34.4925481,16.031748" id="path7285_4_" fill="#FCFCFC"/><path d="M20.8469632,48.152421 C20.8469632,48.152421 20.1398067,48.2902888 19.5100793,48.2902888 C17.6505858,48.2902888 16.6056651,47.2801991 16.6056651,45.382734 L16.6056651,43.2404348 C16.6056651,41.3431182 17.6352194,40.3331771 19.5100793,40.3331771 C20.2014218,40.3331771 20.8469632,40.4708964 20.8469632,40.4708964 C21.0464291,40.5016492 21.1387772,40.6087642 21.1387772,40.7770877 L21.1387772,41.7103695 C21.1387772,41.8789902 21.0312118,41.970803 20.8469632,41.9552037 C20.8469632,41.9552037 20.1859061,41.8632423 19.6176447,41.8632423 C18.6186742,41.8632423 18.2961273,42.4447236 18.2961273,43.271039 L18.2961273,45.3366791 C18.2961273,46.1940445 18.6497055,46.760075 19.6330112,46.760075 C20.2324531,46.760075 20.8623297,46.6682622 20.8623297,46.6682622 C21.031361,46.6529601 21.1389264,46.7296193 21.1389264,46.8979428 L21.1389264,47.8312247 C21.1387772,47.9993996 21.062094,48.1065146 20.8469632,48.152421" id="path4056_4_" fill="#FCFCFC"/><path d="M23.6132283,48.1371189 L22.5066924,48.1371189 C22.3373628,48.1371189 22.2145801,48.0147018 22.2145801,47.8463782 L22.2145801,37.5636387 C22.2145801,37.394721 22.3373628,37.272601 22.5066924,37.272601 L23.6132283,37.272601 C23.7821104,37.272601 23.9050423,37.394721 23.9050423,37.5636387 L23.9050423,47.8463782 C23.9048931,48.0147018 23.7821104,48.1371189 23.6132283,48.1371189" id="path4058_4_" fill="#FCFCFC"/><path d="M26.6092447,48.1371189 L25.5030072,48.1371189 C25.3339759,48.1371189 25.2108948,48.0147018 25.2108948,47.8463782 L25.2108948,40.7769391 C25.2108948,40.6086156 25.3339759,40.4860499 25.5030072,40.4860499 L26.6092447,40.4860499 C26.7784252,40.4860499 26.9015062,40.6086156 26.9015062,40.7769391 L26.9015062,47.8463782 C26.9016554,48.0147018 26.7785743,48.1371189 26.6092447,48.1371189 M26.6092447,38.9561333 L25.5030072,38.9561333 C25.3339759,38.9561333 25.2108948,38.8337162 25.2108948,38.6655412 L25.2108948,37.5636387 C25.2108948,37.394721 25.3339759,37.272601 25.5030072,37.272601 L26.6092447,37.272601 C26.7784252,37.272601 26.9015062,37.394721 26.9015062,37.5636387 L26.9015062,38.6655412 C26.9016554,38.8337162 26.7785743,38.9561333 26.6092447,38.9561333" id="path4060_4_" fill="#FCFCFC"/><path d="M32.4485077,48.152421 C32.4485077,48.152421 31.7416495,48.2902888 31.1120714,48.2902888 C29.2524287,48.2902888 28.2076571,47.2801991 28.2076571,45.382734 L28.2076571,43.2404348 C28.2076571,41.3431182 29.2370622,40.3331771 31.1120714,40.3331771 C31.8034139,40.3331771 32.4485077,40.4708964 32.4485077,40.4708964 C32.648272,40.5016492 32.74062,40.6087642 32.74062,40.7770877 L32.74062,41.7103695 C32.74062,41.8789902 32.6330547,41.970803 32.4485077,41.9552037 C32.4485077,41.9552037 31.787749,41.8632423 31.2191892,41.8632423 C30.2205171,41.8632423 29.8976717,42.4447236 29.8976717,43.271039 L29.8976717,45.3366791 C29.8976717,46.1940445 30.2513992,46.760075 31.2347048,46.760075 C31.8338484,46.760075 32.4640234,46.6682622 32.4640234,46.6682622 C32.6329055,46.6529601 32.7404709,46.7296193 32.7404709,46.8979428 L32.7404709,47.8312247 C32.74062,47.9993996 32.6636385,48.1065146 32.4485077,48.152421" id="path4062_4_" fill="#FCFCFC"/><path d="M39.3176234,48.1371189 L38.0727892,48.1371189 C37.9039071,48.1371189 37.7657579,47.9993996 37.6887763,47.8463782 L35.5989348,43.8526688 L37.5042294,40.7769391 C37.5964283,40.6389228 37.7345774,40.4860499 37.9039071,40.4860499 L39.1487413,40.4860499 C39.3176234,40.4860499 39.4096731,40.6389228 39.3176234,40.7769391 L37.4120305,43.821916 L39.5172385,47.8463782 C39.5942201,47.9840975 39.4866547,48.1371189 39.3176234,48.1371189 M35.214922,48.1371189 L34.1083861,48.1371189 C33.939504,48.1371189 33.8162738,48.0147018 33.8162738,47.8463782 L33.8162738,37.5636387 C33.8162738,37.394721 33.939504,37.272601 34.1083861,37.272601 L35.214922,37.272601 C35.3838041,37.272601 35.5070343,37.394721 35.5070343,37.5636387 L35.5070343,47.8463782 C35.5068851,48.0147018 35.3838041,48.1371189 35.214922,48.1371189" id="path4064_4_" fill="#FCFCFC"/><path d="M43.8816177,44.9388235 L42.5909824,44.9388235 C41.7611924,44.9388235 41.4229806,45.2909212 41.4229806,45.9489131 C41.4229806,46.5302458 41.7611924,46.8670414 42.4371684,46.8670414 C42.9135293,46.8670414 43.4361389,46.6834158 43.8816177,46.4538837 L43.8816177,44.9388235 L43.8816177,44.9388235 Z M45.2798183,48.1371189 L44.2504132,48.1371189 C44.0815311,48.1371189 43.9585992,48.0147018 43.9585992,47.8463782 L43.9585992,47.7088076 C43.4667226,48.0147018 42.8214796,48.2902888 42.0989566,48.2902888 C40.6087062,48.2902888 39.7325184,47.5401869 39.7325184,45.9949681 C39.7325184,44.4186994 40.7006068,43.6384389 42.4062862,43.6384389 C42.929045,43.6384389 43.6820026,43.6992018 43.8814685,43.7304003 L43.8814685,43.1181662 C43.8814685,42.3223065 43.5280394,41.8939952 42.6215662,41.8939952 C41.7149437,41.8939952 40.5621592,42.1541315 40.5621592,42.1541315 C40.3779106,42.1998894 40.2703453,42.0777694 40.2703453,41.9091488 L40.2703453,40.9760155 C40.2703453,40.8073948 40.3779106,40.700577 40.5621592,40.654522 C40.5621592,40.654522 41.5611297,40.3333257 42.8519142,40.3333257 C44.8956563,40.3333257 45.5716323,41.2820582 45.5716323,43.1183148 L45.5716323,47.8465268 C45.5717814,48.0147018 45.4488496,48.1371189 45.2798183,48.1371189 L45.2798183,48.1371189 Z" id="path4066_4_" fill="#FCFCFC"/><path d="M52.4255307,48.1371189 L51.3192932,48.1371189 C51.1504111,48.1371189 51.02733,48.0147018 51.02733,47.8463782 L51.02733,43.0874134 C51.02733,42.3686586 50.8120501,41.9090002 49.9979249,41.9090002 C49.521564,41.9090002 48.9989544,42.1233787 48.5686929,42.3530593 L48.5686929,47.8463782 C48.5686929,48.0147018 48.4459103,48.1371189 48.2767298,48.1371189 L47.1704923,48.1371189 C47.0011626,48.1371189 46.87838,48.0147018 46.87838,47.8463782 L46.87838,40.7769391 C46.87838,40.6086156 47.0011626,40.4860499 47.1704923,40.4860499 L48.1998974,40.4860499 C48.3689287,40.4860499 48.4920097,40.6086156 48.4920097,40.7769391 L48.4920097,41.0066198 C48.9373393,40.6698242 49.598098,40.3331771 50.4736891,40.3331771 C52.148934,40.3331771 52.7173446,41.3431182 52.7173446,42.9345406 L52.7173446,47.8463782 C52.7173446,48.0147018 52.594562,48.1371189 52.4255307,48.1371189" id="path4068_4_" fill="#FCFCFC"/><path d="M57.8655636,42.1082251 C57.4508177,41.9399016 56.9898233,41.8173359 56.5749283,41.8173359 C55.7296226,41.8173359 55.4070757,42.3530593 55.4070757,43.1181662 L55.4070757,45.4899976 C55.4070757,46.2551045 55.7296226,46.7905307 56.5749283,46.7905307 C56.9898233,46.7905307 57.4508177,46.6375094 57.8655636,46.4385816 L57.8655636,42.1082251 L57.8655636,42.1082251 Z M59.2639134,48.1371189 L58.2342099,48.1371189 C58.0651786,48.1371189 57.942396,48.0147018 57.942396,47.8463782 L57.942396,47.7548625 C57.466035,48.045306 56.8822579,48.2902888 56.2214992,48.2902888 C54.5156705,48.2902888 53.7167627,47.2494463 53.7167627,45.6122661 L53.7167627,43.0107541 C53.7167627,41.3734254 54.5156705,40.3331771 56.2214992,40.3331771 C56.851525,40.3331771 57.4047183,40.5166542 57.8657127,40.7464834 L57.8657127,37.5636387 C57.8657127,37.394721 57.9887938,37.272601 58.1578251,37.272601 L59.2640626,37.272601 C59.4330939,37.272601 59.5561749,37.394721 59.5561749,37.5636387 L59.5561749,47.8463782 C59.5560257,48.0147018 59.4329447,48.1371189 59.2639134,48.1371189 L59.2639134,48.1371189 Z" id="path4070_4_" fill="#FCFCFC"/><path d="M65.0112759,43.1181662 C65.0112759,42.3532079 64.7036479,41.8173359 63.8584914,41.8173359 C63.4435964,41.8173359 62.9672355,41.9706544 62.5523405,42.1694337 L62.5523405,46.6834158 L63.7354104,46.6834158 C64.6576977,46.6834158 65.0112759,46.1787423 65.0112759,45.4134869 L65.0112759,43.1181662 L65.0112759,43.1181662 Z M63.8893736,48.1371189 L61.154289,48.1371189 C60.9849593,48.1371189 60.8621767,48.0147018 60.8621767,47.8463782 L60.8621767,37.5636387 C60.8621767,37.394721 60.9849593,37.272601 61.154289,37.272601 L62.2605265,37.272601 C62.429707,37.272601 62.5524897,37.394721 62.5524897,37.5636387 L62.5524897,40.8072463 C63.0134841,40.5319564 63.5820439,40.3331771 64.2120697,40.3331771 C65.9176,40.3331771 66.7017381,41.3735739 66.7017381,43.0107541 L66.7017381,45.4590962 C66.7015889,47.1268806 65.7945189,48.1371189 63.8893736,48.1371189 L63.8893736,48.1371189 Z" id="path4072_4_" fill="#FCFCFC"/><path d="M73.5551889,48.1371189 L72.5256347,48.1371189 C72.3566034,48.1371189 72.2336715,48.0147018 72.2336715,47.8463782 L72.2336715,47.6166976 C71.7881927,47.9537903 71.1272848,48.2902888 70.2513954,48.2902888 C68.5764489,48.2902888 68.007889,47.2801991 68.007889,45.6887768 L68.007889,40.7769391 C68.007889,40.6086156 68.1306717,40.4860499 68.3000014,40.4860499 L69.4065372,40.4860499 C69.5754194,40.4860499 69.6985004,40.6086156 69.6985004,40.7769391 L69.6985004,45.535904 C69.6985004,46.2551045 69.913482,46.7138715 70.7277563,46.7138715 C71.203968,46.7138715 71.7265776,46.5000872 72.1569883,46.270258 L72.1569883,40.7769391 C72.1569883,40.6086156 72.2799201,40.4860499 72.4488022,40.4860499 L73.5551889,40.4860499 C73.7242202,40.4860499 73.8471521,40.6086156 73.8471521,40.7769391 L73.8471521,47.8463782 C73.8471521,48.0147018 73.724071,48.1371189 73.5551889,48.1371189" id="path4074_4_" fill="#FCFCFC"/><path d="M77.9655184,50.7690866 C77.9040524,50.9221079 77.8118535,51.044525 77.6429714,51.044525 L76.397988,51.044525 C76.2291059,51.044525 76.1063233,50.9068058 76.16764,50.7540816 L77.0433803,48.198476 L74.5999605,40.7770877 C74.5541594,40.6243634 74.6465075,40.4861985 74.8307561,40.4861985 L76.0448573,40.4861985 C76.2137394,40.4861985 76.3365221,40.5936106 76.3827707,40.761637 L77.9503011,45.6124147 L79.5945146,40.761637 C79.6559805,40.6089127 79.7635459,40.4861985 79.9325772,40.4861985 L81.1466784,40.4861985 C81.330927,40.4861985 81.4383432,40.6390713 81.3770265,40.7925384 L77.9655184,50.7690866 L77.9655184,50.7690866 Z" id="path4076_4_" fill="#FCFCFC"/></g></g></svg>