Staging - #860
Open
radiophp wants to merge 84 commits into
Open
Conversation
…le - change the value to 1 ton
fix: make organizer promote and event creation price as global variab…
Feat/oauth
fix: build error
Fluent on stage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces major enhancements to the authentication and affiliate systems, updates environment variable handling, and improves documentation and logging configurations. The most significant changes include new social login support (Twitter/X, GitHub, LinkedIn, Google, Outlook), expanded affiliate tracking, and improved developer guidelines. Below are the top changes grouped by theme.
Authentication & Social Login Integration
docker-compose.yml,docker-compose-server.yml, and service environments, enabling social login features. [1] [2]users_x,users_github,users_linkedin, andusers_google, each with relevant fields and indexes for efficient lookups and uniqueness. [1] [2] [3] [4]task_typeandusers_score_activity_typeenums to support new social connection activities (e.g.,x_connect,github_connect,linked_in_connect,google_connect,outlook_connect). [1] [2] [3]Affiliate System Enhancements
'fairlaunch-partnership'to theaffiliate_item_typeenum.partnership_affiliate_purchasestable to track affiliate purchases, including wallet, Telegram info, and user entry type, with supporting indexes and foreign key constraints.wallet_addressfield length inpartnership_affiliate_purchasesto 256 characters for broader compatibility.Environment & Configuration Updates
EVENT_WALLET_ENC_KEYtodocker-compose-server.yml,mini-app/Dockerfile, and exported it for service use. [1] [2] [3]Documentation & Developer Experience
AGENTS.mdfile detailing repository structure, build/test commands, coding style, commit/PR guidelines, and security tips to improve onboarding and collaboration.Logging & DevOps Improvements
devops/fluent/fluent.conffor better log handling and Elasticsearch integration, removing unused Prometheus sections and streamlining buffer setup.Let me know if you want a deeper dive into any specific area or how these changes impact the codebase!