Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update logo #36

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env.test
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VUE_APP_BASE_URL="https://www.ztalab.xyz/test/api"
VUE_APP_BASE_URL="https://www.ZTDBP.xyz/test/api"
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2022-present The Ztalab Authors.
* Copyright 2022-present The ZTDBP Authors.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
Expand Down
34 changes: 34 additions & 0 deletions .github/workflows/fossa.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: fossa
on:
push:
branches:
- main
- release-*
- feature/*
tags:
- v*
pull_request:
branches:
- main
- release-*
- feature/*
workflow_dispatch: {}
jobs:
fossa-scan:
runs-on: ubuntu-latest
env:
FOSSA_API_KEY: 41d62718405eaeefefefae7ef9add8c0 # This is a push-only token that is safe to be exposed.
steps:
- name: "Checkout code"
uses: actions/checkout@v2

- name: "Run FOSSA Scan"
uses: fossas/fossa-action@main # Use a specific version if locking is preferred
with:
api-key: ${{ env.FOSSA_API_KEY }}

- name: "Run FOSSA Test"
uses: fossas/fossa-action@main # Use a specific version if locking is preferred
with:
api-key: ${{ env.FOSSA_API_KEY }}
run-tests: true
4 changes: 2 additions & 2 deletions .licenserc.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
header:
license:
spdx-id: Apache-2.0
copyright-owner: ztalab
copyright-owner: ZTDBP
content: |
Copyright 2022-present The Ztalab Authors.
Copyright 2022-present The ZTDBP Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Expand Down
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contribution Guidelines

Thank you for your interest in Ztalab!
Thank you for your interest in ZTDBP!

This project welcomes contributions and suggestions. Most contributions require you to signoff on your commits via
the Developer Certificate of Origin (DCO). When you submit a pull request, a DCO-bot will automatically determine
Expand All @@ -12,7 +12,7 @@ This project has adopted the [Contributor Covenant Code of Conduct](CODE_OF_COND

Contributions come in many forms: submitting issues, writing code, participating in discussions and community calls.

This document provides the guidelines for how to contribute to the Ztalab project.
This document provides the guidelines for how to contribute to the ZTDBP project.

## Issues

Expand All @@ -27,9 +27,9 @@ There are 4 types of issues:
- Issue/Proposal: Used for items that propose a new idea or functionality. This allows feedback from others before code is written.
- Issue/Question: Use this issue type, if you need help or have a question.

## Contributing to Ztalab
## Contributing to ZTDBP

This section describes the guidelines for contributing code / docs to Ztalab.
This section describes the guidelines for contributing code / docs to ZTDBP.

### Pull Requests

Expand All @@ -52,7 +52,7 @@ A good way to communicate before investing too much time is to create a "Work-in

#### Every commit needs to be signed

The Developer Certificate of Origin (DCO) is a lightweight way for contributors to certify that they wrote or otherwise have the right to submit the code they are contributing to the project. Here is the full text of the [DCO](https://github.com/ztalab/.github/blob/main/DCO.md), reformatted for readability:
The Developer Certificate of Origin (DCO) is a lightweight way for contributors to certify that they wrote or otherwise have the right to submit the code they are contributing to the project. Here is the full text of the [DCO](https://github.com/ZTDBP/.github/blob/main/DCO.md), reformatted for readability:
```
By making a contribution to this project, I certify that:

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2022-present The Ztalab Authors.
# Copyright 2022-present The ZTDBP Authors.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
Expand Down
37 changes: 16 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,35 @@
<p align="center">
<img
src="https://res.cloudinary.com/malloc/image/upload/v1649933054/github/logo_p8gyle.png"
src="https://avatars.githubusercontent.com/u/112850393?s=200&v=4"
height="70" border="0" alt="IceFireDB">
</p>

<p align="center">
<a href="https://github.com/ztalab/ZAPortal/actions">
<img src="https://github.com/ztalab/ZAPortal/actions/workflows/release.yml/badge.svg" height="18"
<a href="https://github.com/ZTDBP/ZAPortal/actions">
<img src="https://github.com/ZTDBP/ZAPortal/actions/workflows/release.yml/badge.svg" height="18"
alt="release status"></a>
<a href="https://github.com/ztalab/ZAPortal/actions">
<img src="https://github.com/ztalab/ZAPortal/actions/workflows/lint.yml/badge.svg" height="18"
<a href="https://github.com/ZTDBP/ZAPortal/actions">
<img src="https://github.com/ZTDBP/ZAPortal/actions/workflows/lint.yml/badge.svg" height="18"
alt="lint status"></a>
<a href="https://github.com/ztalab/ZAPortal/blob/main/LICENSE">
<img src="https://img.shields.io/github/license/ztalab/ZAPortal?style=plastic" height="18"
<a href="https://github.com/ZTDBP/ZAPortal/blob/main/LICENSE">
<img src="https://img.shields.io/github/license/ZTDBP/ZAPortal?style=plastic" height="18"
alt="GitHub license"></a>
<a href="https://github.com/ztalab/ZAPortal/stargazers">
<img src="https://img.shields.io/github/stars/ztalab/ZAPortal?style=plastic" height="18"
<a href="https://github.com/ZTDBP/ZAPortal/stargazers">
<img src="https://img.shields.io/github/stars/ZTDBP/ZAPortal?style=plastic" height="18"
alt="GitHub stars"></a>
<a href="https://github.com/ztalab/ZAPortal/issues">
<img src="https://img.shields.io/github/issues/ztalab/ZAPortal?style=plastic" height="18"
<a href="https://github.com/ZTDBP/ZAPortal/issues">
<img src="https://img.shields.io/github/issues/ZTDBP/ZAPortal?style=plastic" height="18"
alt="GitHub issues"></a>
<a href="https://github.com/ztalab/ZAPortal/pulls">
<img src="https://img.shields.io/github/issues-pr/ZTALAB/ZAPortal?style=plastic" height="18"
<a href="https://github.com/ZTDBP/ZAPortal/pulls">
<img src="https://img.shields.io/github/issues-pr/ZTDBP/ZAPortal?style=plastic" height="18"
alt="GitHub pull requests"></a>
</p>

🌈 _**ZAPortal** is a user-friendly UI portal that provides users with a control interface with low thresholds._ 🌈

🖐️ **Work in progress.**

---

<p float="left">
<img height="100" alt="image" src="https://user-images.githubusercontent.com/9459488/165663549-ff4bbb5d-db8c-4bee-9eaa-0c49bba54aa1.png">

<img height="100" alt="image" src="https://user-images.githubusercontent.com/9459488/165663563-5888b2d4-054b-466f-a974-29da8f935552.png">

<img height="100" alt="image" src="https://user-images.githubusercontent.com/9459488/165664165-95a3b07b-0626-4dd1-aa01-3a98429a4569.png">

Expand Down Expand Up @@ -65,14 +60,14 @@ npm run build

### Discussions Page

You can discuss or ask for help in [discussions](https://github.com/ztalab/ZAPortal/discussions).
You can discuss or ask for help in [discussions](https://github.com/ZTDBP/ZAPortal/discussions).

## 😃 Contribute

### Bug Reports / Feature Requests
If you want to report a bug or request a new feature. Free feel to open a [new issue](https://github.com/ztalab/ZAPortal/pulls).
If you want to report a bug or request a new feature. Free feel to open a [new issue](https://github.com/ZTDBP/ZAPortal/pulls).

### Pull Requests

If you want to modify ZAPortal, this guideline may be useful for you [CONTRIBUTING](https://github.com/ztalab/ZAPortal/blob/main/CONTRIBUTING.md)
If you want to modify ZAPortal, this guideline may be useful for you [CONTRIBUTING](https://github.com/ZTDBP/ZAPortal/blob/main/CONTRIBUTING.md)

2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2022-present The Ztalab Authors.
* Copyright 2022-present The ZTDBP Authors.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
Expand Down
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2022-present The Ztalab Authors.
* Copyright 2022-present The ZTDBP Authors.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
~ Copyright 2022-present The Ztalab Authors.
~ Copyright 2022-present The ZTDBP Authors.
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
Expand Down
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
~ Copyright 2022-present The Ztalab Authors.
~ Copyright 2022-present The ZTDBP Authors.
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
Expand Down
2 changes: 1 addition & 1 deletion src/api/clients.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2022-present The Ztalab Authors.
* Copyright 2022-present The ZTDBP Authors.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
Expand Down
2 changes: 1 addition & 1 deletion src/api/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2022-present The Ztalab Authors.
* Copyright 2022-present The ZTDBP Authors.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
Expand Down
2 changes: 1 addition & 1 deletion src/api/relay.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2022-present The Ztalab Authors.
* Copyright 2022-present The ZTDBP Authors.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
Expand Down
2 changes: 1 addition & 1 deletion src/api/resource.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2022-present The Ztalab Authors.
* Copyright 2022-present The ZTDBP Authors.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
Expand Down
2 changes: 1 addition & 1 deletion src/api/servers.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2022-present The Ztalab Authors.
* Copyright 2022-present The ZTDBP Authors.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
Expand Down
2 changes: 1 addition & 1 deletion src/api/user.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2022-present The Ztalab Authors.
* Copyright 2022-present The ZTDBP Authors.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
Expand Down
Binary file modified src/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/confirm-dialog.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
~ Copyright 2022-present The Ztalab Authors.
~ Copyright 2022-present The ZTDBP Authors.
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
Expand Down
8 changes: 4 additions & 4 deletions src/components/layout/top-bar.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
~ Copyright 2022-present The Ztalab Authors.
~ Copyright 2022-present The ZTDBP Authors.
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
Expand Down Expand Up @@ -32,17 +32,17 @@
</v-btn>
</div>
<div class="d-flex align-center">
<v-btn href="https://github.com/ztalab/ZASentinel" target="_blank" text>
<v-btn href="https://github.com/ZTDBP/ZASentinel" target="_blank" text>
<span class="font-weight-regular text-capitalize text-caption">Download</span>
</v-btn>
<v-btn href="https://www.ztalab.xyz" target="_blank" text>
<v-btn href="https://www.ZTDBP.xyz" target="_blank" text>
<span class="font-weight-regular text-capitalize text-caption">Setup Guide</span>
</v-btn>
<v-btn :to="{name: 'login'}" text v-if="!isLogin">
<span class="font-weight-regular text-capitalize text-caption">Sign in</span>
</v-btn>
<v-btn icon
href="https://github.com/ztalab"
href="https://github.com/ZTDBP"
target="_blank"
:color="$vuetify.theme.dark ? 'white' : 'black'">
<v-icon>mdi-github</v-icon>
Expand Down
2 changes: 1 addition & 1 deletion src/components/pem-dialog.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
~ Copyright 2022-present The Ztalab Authors.
~ Copyright 2022-present The ZTDBP Authors.
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2022-present The Ztalab Authors.
* Copyright 2022-present The ZTDBP Authors.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
Expand Down
2 changes: 1 addition & 1 deletion src/permission.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2022-present The Ztalab Authors.
* Copyright 2022-present The ZTDBP Authors.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/vuetify.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2022-present The Ztalab Authors.
* Copyright 2022-present The ZTDBP Authors.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
Expand Down
2 changes: 1 addition & 1 deletion src/router/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2022-present The Ztalab Authors.
* Copyright 2022-present The ZTDBP Authors.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
Expand Down
2 changes: 1 addition & 1 deletion src/store/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2022-present The Ztalab Authors.
* Copyright 2022-present The ZTDBP Authors.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
Expand Down
2 changes: 1 addition & 1 deletion src/styles/index.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-present The Ztalab Authors.
// Copyright 2022-present The ZTDBP Authors.
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
Expand Down
2 changes: 1 addition & 1 deletion src/styles/variables.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-present The Ztalab Authors.
// Copyright 2022-present The ZTDBP Authors.
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
Expand Down
2 changes: 1 addition & 1 deletion src/utils/cache.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2022-present The Ztalab Authors.
* Copyright 2022-present The ZTDBP Authors.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
Expand Down
2 changes: 1 addition & 1 deletion src/utils/event-bus.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2022-present The Ztalab Authors.
* Copyright 2022-present The ZTDBP Authors.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
Expand Down
2 changes: 1 addition & 1 deletion src/utils/request-helper.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2022-present The Ztalab Authors.
* Copyright 2022-present The ZTDBP Authors.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
Expand Down
2 changes: 1 addition & 1 deletion src/utils/request.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2022-present The Ztalab Authors.
* Copyright 2022-present The ZTDBP Authors.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
Expand Down
10 changes: 5 additions & 5 deletions src/views/HomeView.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
~ Copyright 2022-present The Ztalab Authors.
~ Copyright 2022-present The ZTDBP Authors.
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
Expand All @@ -13,20 +13,20 @@

<template>
<div class="text-center">
<h1 class="colorful heading text-h1 font-weight-regular mt-10">ZTALAB</h1>
<h1 class="colorful heading text-h1 font-weight-regular mt-10">ZTDBP</h1>
<p class="font-weight-light">Focus on Zero Access</p>
<p class="text-body-1 mt-10">
🛡ZTALAB🛡 is a research and open source organization for zero trust architecture. We will gradually open source
🛡ZTDBP🛡 is a research and open source organization for zero trust architecture. We will gradually open source
the projects we have incubated and ongoing projects to make our contribution to the zero-trust ecosystem. If you
are also interested, or have any suggestions, please let us know and let us know. Let's work together to promote
the construction of a zero-trust ecosystem.
</p>
<div class="mt-15">
<v-btn x-large color="primary" href="https://www.ztalab.xyz/" target="_blank">
<v-btn x-large color="primary" href="https://www.ZTDBP.xyz/" target="_blank">
<v-icon class="mr-5">mdi-home</v-icon>
Website
</v-btn>
<v-btn x-large class="ml-15" href="https://github.com/ztalab" target="_blank">
<v-btn x-large class="ml-15" href="https://github.com/ZTDBP" target="_blank">
<v-icon class="mr-5">mdi-github</v-icon>
Github
</v-btn>
Expand Down
Loading