Fully open source, End to End Encrypted alternative to Google Photos and Apple Photos
Go to file
Vishnu Mohandas 0c400db649
[server] Fix Stripe related issues (#1152)
## Description

### Stripe
- Settings have been modified to "Cancel" the subscription if all
attempts to charge an invoice fails. The previous configuration was to
set the subscription to "Past Due".

### Museum
- Updated our Stripe workflow to use `PaymentBehaviorAllowIncomplete` in
case of SEPA payments
- Fixed the issue caused by us spawning unnecessary subscriptions when a
customer tried to renew their expired subscription
- Removed the email that was being sent out when a Stripe subscription
expired. We will have to run our own cron to send a notification and
perform necessary clean up. When payments fail, we will still send a
notification to intimate the customer that their account is on hold.

### Mobile
- Fixed the dialogs and error messages on the payment page

## Tests
The following cases were tested for SEPA, Credit Cards, and Credit Cards
with 3DS.
- [x] Purchase
  - [x] Success
  - [x] Failure
- [x] Renewal
  - [x] Success
  - [x] Failure
- [x] Upgrades
  - [x] Success
  - [x] Failure
- [x] Cancellation
- [x] Resumption post recovery

## Note

These changes are likely to break in the event of some corner cases we
haven't thought of. But this will land us in a state that is better than
where we are right now in terms of collecting payments for expired
subscriptions and those via SEPA.
2024-03-27 14:43:36 +05:30
.github Fix typo 2024-03-27 13:10:05 +05:30
architecture Move to monorepo 2024-03-01 13:01:41 +05:30
auth feat: rounded icons for desktop 2024-03-26 23:12:38 +05:30
cli [cli] Mark docs/generated as generated for Github 2024-03-14 16:20:47 +05:30
desktop Remove hacky splash window with a background color 2024-03-26 21:45:21 +05:30
docs Mention pre-built binary in docs 2024-03-27 13:53:43 +05:30
infra [infra] Mention that logging to stdout is a good default for services 2024-03-20 11:28:40 +05:30
mobile [server] Fix Stripe related issues (#1152) 2024-03-27 14:43:36 +05:30
server [server] Fix Stripe related issues (#1152) 2024-03-27 14:43:36 +05:30
web Fix typo in comment 2024-03-26 21:45:21 +05:30
.gitignore Allow developers to customize their VSCode configuration 2024-03-02 12:33:43 +05:30
.gitmodules Remove Isar as a submodule 2024-03-13 13:46:59 +05:30
CODE_OF_CONDUCT.md Move to monorepo 2024-03-01 13:01:41 +05:30
CONTRIBUTING.md Published 2024-03-08 16:24:37 +05:30
LICENSE Move to monorepo 2024-03-01 13:01:41 +05:30
README.md Update links to Auth releases 2024-03-08 17:41:34 +05:30
SECURITY.md Move to monorepo 2024-03-01 13:01:41 +05:30
SUPPORT.md Published 2024-03-08 16:24:37 +05:30

Fully open source end-to-end encrypted photos, authenticators and more.

Ente

Ente is a service that provides a fully open source, end-to-end encrypted platform for you to store your data in the cloud without needing to trust the service provider. On top of this platform, we have built two apps so far: Ente Photos (an alternative to Apple and Google Photos) and Ente Auth (a 2FA alternative to the deprecated Authy).

This monorepo contains all our source code - the client apps (iOS / Android / F-Droid / Web / Linux / macOS / Windows) for both the products (and more planned future ones!), and the server that powers them.

Our source code and cryptography have been externally audited by Cure53 (a German cybersecurity firm, arguably the world's best), Symbolic Software (French cryptography experts) and Fallible (an Indian penetration testing firm).

Learn more at ente.io.


Ente Photos

Screenshots of Ente Photos

Our flagship product. 3x data replication. On device machine learning. Cross platform. Private sharing. Collaborative albums. Family plans. Easy import, easier export. Background uploads. The list goes on. And of course, all of this, while being fully end-to-end encrypted.

Ente Photos is a paid service, but we offer a free trial. You can also clone this repository and choose to self host.



Ente Auth

Screenshots of Ente Photos

Our labour of love. Two years ago, while building Ente Photos, we realized that there was no open source end-to-end encrypted authenticator app. We already had the building blocks, so we built one.

Ente Auth is currently free. If in the future we convert this to a paid service, existing users will be grandfathered in.



Contributing

Want to get aboard the Ente hype train? Welcome along! Don't hesitate if you're not a developer, there are many other important ways in which you can contribute.

Support

We are never more than an email away. For the various ways to ask for help, please see our support guide.

Community

Ente's Mascot, Ducky,
inviting people to Ente's source code repository

Please visit our community page for all the ways to connect with the community.

Discord Ente's Blog RSS

Twitter   Mastodon


Security

If you believe you have found a security vulnerability, please responsibly disclose it by emailing security@ente.io or using this link instead of opening a public issue. We will investigate all legitimate reports. To know more, please see our security policy.