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

Adapting to repo transfer #207

Merged
merged 1 commit into from
May 4, 2024
Merged
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 .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ Fixes #issue

## Checklist

- [ ] I have read through the [Contributing Guidelines](https://github.com/ambujraj/byteshare/blob/master/CONTRIBUTING.md)
- [ ] I have read through the [Contributing Guidelines](https://github.com/innovencelabs/byteshare/blob/master/CONTRIBUTING.md)
- [ ] I have also updated the dependent codes as well and README.md if applicable
- [ ] My code adheres to consistent formatting standards and includes clear comments where necessary to enhance readability and understanding.
98 changes: 49 additions & 49 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,92 +2,92 @@

## What's Changed
### Features
* Update page SVG by @ambujraj in https://github.com/ambujraj/ByteShare/pull/191
* Enable multi download in history and share page by @ambujraj in https://github.com/ambujraj/ByteShare/pull/193
* Invisible scroll bar in View Selected dialog by @ambujraj in https://github.com/ambujraj/ByteShare/pull/195
* Add date time based on user timezone by @ambujraj in https://github.com/ambujraj/ByteShare/pull/196
* Update page SVG by @ambujraj in https://github.com/innovencelabs/ByteShare/pull/191
* Enable multi download in history and share page by @ambujraj in https://github.com/innovencelabs/ByteShare/pull/193
* Invisible scroll bar in View Selected dialog by @ambujraj in https://github.com/innovencelabs/ByteShare/pull/195
* Add date time based on user timezone by @ambujraj in https://github.com/innovencelabs/ByteShare/pull/196

### Bug Fix
* Fix email not verified issue by @ambujraj in https://github.com/ambujraj/ByteShare/pull/198
* Fix email not verified issue by @ambujraj in https://github.com/innovencelabs/ByteShare/pull/198


**Full Changelog**: https://github.com/ambujraj/ByteShare/compare/0.3.0...0.3.1
**Full Changelog**: https://github.com/innovencelabs/ByteShare/compare/0.3.0...0.3.1

# Version 0.3.0

## What's Changed
### Features
* Enable running application locally with docker compose by @ambujraj in https://github.com/ambujraj/ByteShare/pull/163
* Add Logger in middleware by @ambujraj in https://github.com/ambujraj/ByteShare/pull/165
* Add loading toast for in-progress tasks by @ambujraj in https://github.com/ambujraj/ByteShare/pull/168
* User experience enhancement in history page by @ambujraj in https://github.com/ambujraj/ByteShare/pull/170
* Add content moderation in middleware by @ambujraj in https://github.com/ambujraj/ByteShare/pull/171
* Add Delete confirmation dialog in History page by @ambujraj in https://github.com/ambujraj/ByteShare/pull/174
* Introduced new official logo by @ambujraj in https://github.com/ambujraj/ByteShare/pull/177
* Updated the UI landing page by @frtug in https://github.com/ambujraj/ByteShare/pull/138
* Enable running application locally with docker compose by @ambujraj in https://github.com/innovencelabs/ByteShare/pull/163
* Add Logger in middleware by @ambujraj in https://github.com/innovencelabs/ByteShare/pull/165
* Add loading toast for in-progress tasks by @ambujraj in https://github.com/innovencelabs/ByteShare/pull/168
* User experience enhancement in history page by @ambujraj in https://github.com/innovencelabs/ByteShare/pull/170
* Add content moderation in middleware by @ambujraj in https://github.com/innovencelabs/ByteShare/pull/171
* Add Delete confirmation dialog in History page by @ambujraj in https://github.com/innovencelabs/ByteShare/pull/174
* Introduced new official logo by @ambujraj in https://github.com/innovencelabs/ByteShare/pull/177
* Updated the UI landing page by @frtug in https://github.com/innovencelabs/ByteShare/pull/138


**Full Changelog**: https://github.com/ambujraj/ByteShare/compare/0.2.1...0.3.0
**Full Changelog**: https://github.com/innovencelabs/ByteShare/compare/0.2.1...0.3.0

# Version 0.2.1

## What's Changed
### Bug Fixes
* Fixed noindex issue in meta by @ambujraj in https://github.com/ambujraj/ByteShare/pull/158
* Add missing /upgrade to sitemap by @ambujraj in https://github.com/ambujraj/ByteShare/pull/158
* Fixed noindex issue in meta by @ambujraj in https://github.com/innovencelabs/ByteShare/pull/158
* Add missing /upgrade to sitemap by @ambujraj in https://github.com/innovencelabs/ByteShare/pull/158


**Full Changelog**: https://github.com/ambujraj/ByteShare/compare/0.2.0...0.2.1
**Full Changelog**: https://github.com/innovencelabs/ByteShare/compare/0.2.0...0.2.1


# Version 0.2.0

## What's Changed
### Features
* Add Drag and drop feature for upload by @ambujraj in https://github.com/ambujraj/ByteShare/pull/137
* Add batch upload in UI and Middleware by @ambujraj in https://github.com/ambujraj/ByteShare/pull/140
* Add SEO improvements in the UI app by @ambujraj in https://github.com/ambujraj/ByteShare/pull/143
* Add Dockerfile for UI and Middleware by @ambujraj in https://github.com/ambujraj/ByteShare/pull/144
* Add Edit Title option in History page by @ambujraj in https://github.com/ambujraj/ByteShare/pull/146
* Add Drag and drop feature for upload by @ambujraj in https://github.com/innovencelabs/ByteShare/pull/137
* Add batch upload in UI and Middleware by @ambujraj in https://github.com/innovencelabs/ByteShare/pull/140
* Add SEO improvements in the UI app by @ambujraj in https://github.com/innovencelabs/ByteShare/pull/143
* Add Dockerfile for UI and Middleware by @ambujraj in https://github.com/innovencelabs/ByteShare/pull/144
* Add Edit Title option in History page by @ambujraj in https://github.com/innovencelabs/ByteShare/pull/146


**Full Changelog**: https://github.com/ambujraj/ByteShare/compare/v0.1.1...0.2.0
**Full Changelog**: https://github.com/innovencelabs/ByteShare/compare/v0.1.1...0.2.0

# Version 0.1.1

## What's Changed
### Bug Fixes
* Fixed header alignment breaking on smaller mobile screen for logged out users by @ambujraj in https://github.com/ambujraj/ByteShare/pull/133
* Fixed hamburger open issue on mobile devices by @frtug in https://github.com/ambujraj/ByteShare/pull/134
* Fixed header alignment breaking on smaller mobile screen for logged out users by @ambujraj in https://github.com/innovencelabs/ByteShare/pull/133
* Fixed hamburger open issue on mobile devices by @frtug in https://github.com/innovencelabs/ByteShare/pull/134


**Full Changelog**: https://github.com/ambujraj/ByteShare/compare/v0.1.0...v0.1.1
**Full Changelog**: https://github.com/innovencelabs/ByteShare/compare/v0.1.0...v0.1.1

# Version 0.1.0

### Features
* Add live progress and parallel upload by @ambujraj in https://github.com/ambujraj/ByteShare/pull/40
* Add personalisation and source email option to share by @ambujraj in https://github.com/ambujraj/ByteShare/pull/50
* Add send email on new user by username and password by @ambujraj in https://github.com/ambujraj/ByteShare/pull/54
* Add webhook to add new user to DB by @ambujraj in https://github.com/ambujraj/ByteShare/pull/55
* Add feedback in header by @ambujraj in https://github.com/ambujraj/ByteShare/pull/56
* Add upgrade waitlist form by @ambujraj in https://github.com/ambujraj/ByteShare/pull/57
* Add History endpoint and Appwrite id as user id by @ambujraj in https://github.com/ambujraj/ByteShare/pull/60
* Add delete upload option in History by @ambujraj in https://github.com/ambujraj/ByteShare/pull/61
* Add search and count in History by @ambujraj in https://github.com/ambujraj/ByteShare/pull/62
* Add star on Github and metadata description by @ambujraj in https://github.com/ambujraj/ByteShare/pull/63
* Add Terraform for cloud and local by @ambujraj in https://github.com/ambujraj/ByteShare/pull/70
* Add upload with name in the topic by @ambujraj in https://github.com/ambujraj/ByteShare/pull/77
* Add copy URL to History page by @ambujraj in https://github.com/ambujraj/ByteShare/pull/84
* Add share to email feature by @ambujraj in https://github.com/ambujraj/ByteShare/pull/85
* Add History to be sorted in descending order by @ambujraj in https://github.com/ambujraj/ByteShare/pull/86
* Add API key to APIs by @ambujraj in https://github.com/ambujraj/ByteShare/pull/102
* Add JWT based authentication by @ambujraj in https://github.com/ambujraj/ByteShare/pull/105
* Add the terms page by @frtug in https://github.com/ambujraj/ByteShare/pull/114
* Add Term page with new welcome message and disclaimer #115 by @frtug in https://github.com/ambujraj/ByteShare/pull/116
* Add Github action to be called on release by @ambujraj in https://github.com/ambujraj/ByteShare/pull/120
* Add live progress and parallel upload by @ambujraj in https://github.com/innovencelabs/ByteShare/pull/40
* Add personalisation and source email option to share by @ambujraj in https://github.com/innovencelabs/ByteShare/pull/50
* Add send email on new user by username and password by @ambujraj in https://github.com/innovencelabs/ByteShare/pull/54
* Add webhook to add new user to DB by @ambujraj in https://github.com/innovencelabs/ByteShare/pull/55
* Add feedback in header by @ambujraj in https://github.com/innovencelabs/ByteShare/pull/56
* Add upgrade waitlist form by @ambujraj in https://github.com/innovencelabs/ByteShare/pull/57
* Add History endpoint and Appwrite id as user id by @ambujraj in https://github.com/innovencelabs/ByteShare/pull/60
* Add delete upload option in History by @ambujraj in https://github.com/innovencelabs/ByteShare/pull/61
* Add search and count in History by @ambujraj in https://github.com/innovencelabs/ByteShare/pull/62
* Add star on Github and metadata description by @ambujraj in https://github.com/innovencelabs/ByteShare/pull/63
* Add Terraform for cloud and local by @ambujraj in https://github.com/innovencelabs/ByteShare/pull/70
* Add upload with name in the topic by @ambujraj in https://github.com/innovencelabs/ByteShare/pull/77
* Add copy URL to History page by @ambujraj in https://github.com/innovencelabs/ByteShare/pull/84
* Add share to email feature by @ambujraj in https://github.com/innovencelabs/ByteShare/pull/85
* Add History to be sorted in descending order by @ambujraj in https://github.com/innovencelabs/ByteShare/pull/86
* Add API key to APIs by @ambujraj in https://github.com/innovencelabs/ByteShare/pull/102
* Add JWT based authentication by @ambujraj in https://github.com/innovencelabs/ByteShare/pull/105
* Add the terms page by @frtug in https://github.com/innovencelabs/ByteShare/pull/114
* Add Term page with new welcome message and disclaimer #115 by @frtug in https://github.com/innovencelabs/ByteShare/pull/116
* Add Github action to be called on release by @ambujraj in https://github.com/innovencelabs/ByteShare/pull/120

## New Contributors
* @frtug made their first contribution in https://github.com/ambujraj/ByteShare/pull/114
* @frtug made their first contribution in https://github.com/innovencelabs/ByteShare/pull/114

**Full Changelog**: https://github.com/ambujraj/ByteShare/commits/v0.1.0
**Full Changelog**: https://github.com/innovencelabs/ByteShare/commits/v0.1.0
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Welcome to ByteShare! ❤️
Your contributions are invaluable to our open-source community. Whether you're a seasoned developer or a newcomer, your input is greatly appreciated. Thank you for considering contributing. **Let's build something amazing together**!

## How to get started?
- Before creating a new issue or PR, check if that [Issues](https://github.com/ambujraj/byteshare/issues) or [PRs](https://github.com/ambujraj/byteshare/pulls) already exists.
- Before creating a new issue or PR, check if that [Issues](https://github.com/innovencelabs/byteshare/issues) or [PRs](https://github.com/innovencelabs/byteshare/pulls) already exists.
- Prerequisites
- Docker
- Terraform
Expand Down
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
An open-source file sharing app.
</p>
<p align="center">
<img alt="GitHub License" src="https://img.shields.io/github/license/ambujraj/ByteShare">
<img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/ambujraj/byteShare/deploy-backend.yaml">
<img alt="GitHub closed pull requests" src="https://img.shields.io/github/issues-pr-closed/ambujraj/ByteShare">
<img alt="GitHub commit activity" src="https://img.shields.io/github/commit-activity/t/ambujraj/ByteShare">
<img alt="GitHub License" src="https://img.shields.io/github/license/innovencelabs/ByteShare">
<img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/innovencelabs/byteShare/deploy-backend.yaml">
<img alt="GitHub closed pull requests" src="https://img.shields.io/github/issues-pr-closed/innovencelabs/ByteShare">
<img alt="GitHub commit activity" src="https://img.shields.io/github/commit-activity/t/innovencelabs/ByteShare">
<img alt="Static Badge" src="https://img.shields.io/badge/Pricing-Free-green">
<img alt="Static Badge" src="https://img.shields.io/badge/Join_Us-Contribute-red">
</p>
Expand All @@ -23,14 +23,11 @@ Meet ByteShare, your go-to platform for seamless and secure file sharing. Design
<img alt="Product Introduction" src="https://github.com/ambujraj/ByteShare/assets/29935993/640607c8-1139-4156-8973-16fd66cbab76">
</p>


## Repo Beat
![Alt](https://repobeats.axiom.co/api/embed/2e1732e935eda7db6a2af19f0ac29b6f6aa6fc88.svg "Repobeats analytics image")

## Local Setup
1. Clone the repository
```bash
git clone https://github.com/ambujraj/ByteShare.git
git clone https://github.com/innovencelabs/ByteShare.git
cd ByteShare
```
2. Install Terraform
Expand Down
2 changes: 1 addition & 1 deletion middleware/app/api/routes/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def webhook_post_user_send_email(body: AddUser):
<p>We established ByteShare to make file sharing easy, hassle-free and secure.</p>

<p>I’d love to hear what you think of our product. Is there anything we should work on or improve? <a href="https://byteshare.io" style="color: #007bff; text-decoration: none;">Let us know</a>.</p>
<p>You can also <a href="https://github.com/ambujraj/ByteShare" style="color: #007bff; text-decoration: none;">star us on Github</a></p>
<p>You can also <a href="https://github.com/innovencelabs/ByteShare" style="color: #007bff; text-decoration: none;">star us on Github</a></p>

<p>I'm always happy to help and read our customers' suggestions.</p>

Expand Down
1 change: 1 addition & 0 deletions ui/src/app/(pages)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,7 @@ export default function Home() {

return (
<div className="bg-darkbg min-h-screen flex flex-col">
<h1 className="sr-only">ByteShare</h1>
<Header
authorised={authorised}
statusLoaded={statusLoaded}
Expand Down
4 changes: 2 additions & 2 deletions ui/src/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@ export const Header = ({ authorised, statusLoaded, name, email }) => {
{statusLoaded ? (
<span className="text-black hidden lg:flex focus:ring-4 focus:outline-none focus:ring-gray-300 font-medium rounded-lg text-sm px-2 mx-2 py-1 text-center">
<GitHubButton
href="https://github.com/ambujraj/ByteShare"
href="https://github.com/innovencelabs/ByteShare"
data-icon="octicon-star"
data-size="large"
data-show-count="false"
aria-label="Star ambujraj/ByteShare on GitHub"
aria-label="Star innovencelabs/byteshare on GitHub"
>
Star
</GitHubButton>
Expand Down
Loading