1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

Admin Portal - Selfhosted

This commit is contained in:
hillelcoren 2022-08-03 14:17:50 +00:00
parent b48c948d50
commit e02a249e43
2 changed files with 8 additions and 8 deletions

View File

@ -35481,7 +35481,7 @@ csn:function csn(){},
bcZ(a,b,c,d,e){var s,r
if(B.b.cl(a,"https://invoicing.co"))e=""
s=t.X
r=A.t(["X-CLIENT-VERSION","5.0.89","X-API-SECRET",e,"X-Requested-With","XMLHttpRequest","Content-Type","application/json; charset=utf-8"],s,s)
r=A.t(["X-CLIENT-VERSION","5.0.90","X-API-SECRET",e,"X-Requested-With","XMLHttpRequest","Content-Type","application/json; charset=utf-8"],s,s)
if(b.length!==0)r.v(0,"X-API-Token",b)
if((c==null?"":c).length!==0)r.v(0,"X-API-OAUTH-PASSWORD",c)
if((d==null?"":d).length!==0){s=B.aC.gi6().ed(d)
@ -35490,8 +35490,8 @@ dhD(a){var s,r=a.e,q=r.h(0,"x-app-version"),p=r.h(0,"x-minimum-client-version")
r=a.b
if(r>=500)throw A.f(A.esa(r,a.giu(a)))
else if(q==null)throw A.f("Error: please check that Invoice Ninja v5 is installed on the server")
else{s=A.apC(A.apD("5.0.89"),A.apD(p))
if(s<0)throw A.f("Error: client not supported, please update to the latest version [Current v5.0.89 < Minimum v"+A.j(p)+"]")
else{s=A.apC(A.apD("5.0.90"),A.apD(p))
if(s<0)throw A.f("Error: client not supported, please update to the latest version [Current v5.0.90 < Minimum v"+A.j(p)+"]")
else{s=A.apC(A.apD(q),A.apD("5.0.4"))
if(s<0)throw A.f("Error: server not supported, please update to the latest version [Current v"+q+" < Minimum v5.0.4]")
else if(r>=400)throw A.f(A.esa(r,a.giu(a)))}}},
@ -177841,7 +177841,7 @@ return A.O($async$$0,r)},
$S:31}
A.dVy.prototype={
$1(a){a.a="https://21e3763afb044f1fb75d832fd9f06b73@sentry2.invoicing.co/3"
a.dy=a.ay="5.0.89"
a.dy=a.ay="5.0.90"
a.at=new A.dVu(this.a)},
$S:2948}
A.dVu.prototype={
@ -179326,7 +179326,7 @@ r=this.y.a[r].b.x
r=r==null?null:r.w
s="v"+(r==null?"":r)
if(s.length!==0)s+="-"
return B.b.al(s+A.etJ(),B.a.gZ("5.0.89".split(".")))},
return B.b.al(s+A.etJ(),B.a.gZ("5.0.90".split(".")))},
gwE(){var s=this,r=s.w.k4,q=s.x.a
q=s.y.a[q].b.f.az
q=r.b.h(0,q).a.a
@ -209622,7 +209622,7 @@ return s===!0},
$S:16}
A.cJe.prototype={
$1(a){this.a.a.toString
return!null.D(0,a)},
return!B.a.D(B.T,a)},
$S:16}
A.cJf.prototype={
$2(a,b){var s=this.b[b],r=this.a,q=r.a.c.b.h(0,s),p=r.d

File diff suppressed because one or more lines are too long