mirror of
https://github.com/guyzyl/whatsapp-contact-sync.git
synced 2026-04-25 22:15:49 +03:00
[PR #149] [MERGED] Require contributions on hosted version (whasync.com) #177
Labels
No labels
big-feature
bug
dependencies
duplicate
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whatsapp-contact-sync#177
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/guyzyl/whatsapp-contact-sync/pull/149
Author: @guyzyl
Created: 4/1/2024
Status: ✅ Merged
Merged: 4/4/2024
Merged by: @guyzyl
Base:
main← Head:enforce-coffee📝 Commits (7)
3d86825Add Commons Clause licensea08e2d5Add ioredisc0e707dCreate isProd const1c50110Run Prettierf5dc0f3Use as a type SessionStatus directly063c94aAdd contribution validationc2e8b97Update redirect📊 Changes
11 files changed (+337 additions, -39 deletions)
View changed files
📝
LICENSE(+12 -0)📝
interfaces/api.ts(+1 -0)📝
server/main.ts(+3 -2)📝
server/package-lock.json(+166 -4)📝
server/package.json(+1 -0)📝
server/routes/api.ts(+11 -4)➕
server/src/payments.ts(+38 -0)📝
web/src/main.ts(+8 -1)📝
web/src/pages/Contribute.vue(+92 -20)📝
web/src/pages/GoogleAuth.vue(+1 -5)📝
web/src/pages/Home.vue(+4 -3)📄 Description
I've previously tried to keep the hosted version of the project free, with a more prominent ask for users to contribute.
That didn't work and the hosting still costs me too much.
Therefore, using the hosted version will now require you to make a contribution.
The project is still open source and is free to run locally, but I can't continue to fund the hosted version of it by myself.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
cd566f2tof361cdein /server #198