Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ghostfolio/commit/59911925c244b653d2db5e91efe2a24ce3935f8c
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
25 additions and
17 deletions
@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog ](https://keepachangelog.com/en/1.0.0/ ),
and this project adheres to [Semantic Versioning ](https://semver.org/spec/v2.0.0.html ).
## Unreleased
### Changed
- Updated the sitemap
## 1.2.0 - 14.05.2021
### Changed
@ -49,22 +49,20 @@ export class HeaderComponent implements OnChanges {
}
public ngOnChanges() {
if ( this . user ) {
this . hasPermissionForSocialLogin = hasPermission (
this . info ? . globalPermissions ,
permissions . enableSocialLogin
) ;
this . hasPermissionForSocialLogin = hasPermission (
this . info ? . globalPermissions ,
permissions . enableSocialLogin
) ;
this . hasPermissionForSubscription = hasPermission (
this . info ? . globalPermissions ,
permissions . enableSubscription
) ;
this . hasPermissionForSubscription = hasPermission (
this . info ? . globalPermissions ,
permissions . enableSubscription
) ;
this . hasPermissionToAccessAdminControl = hasPermission (
this . user . permissions ,
permissions . accessAdminControl
) ;
}
this . hasPermissionToAccessAdminControl = hasPermission (
this . user ? . permissions ,
permissions . accessAdminControl
) ;
}
public impersonateAccount ( aId : string ) {
@ -6,14 +6,18 @@
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<url >
<loc > https://ghostfol.io</loc>
<lastmod > 2021-03-18 T20:24:46+00:00</lastmod>
<lastmod > 2021-05-14 T20:24:46+00:00</lastmod>
</url>
<url >
<loc > https://ghostfol.io/about</loc>
<lastmod > 2021-03-18T20:24:46+00:00</lastmod>
<lastmod > 2021-05-14T20:24:46+00:00</lastmod>
</url>
<url >
<loc > https://ghostfol.io/pricing</loc>
<lastmod > 2021-05-14T20:24:46+00:00</lastmod>
</url>
<url >
<loc > https://ghostfol.io/resources</loc>
<lastmod > 2021-03-18T20:24:46+00:00</lastmod>
<lastmod > 2021-05-14 T20:24:46+00:00</lastmod>
</url>
</urlset>