Skip to content

Commit 7f21973

Browse files
committed
Docs ..
1 parent fa72226 commit 7f21973

File tree

8 files changed

+189
-117
lines changed

8 files changed

+189
-117
lines changed

CHANGELOG.md

Lines changed: 8 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,8 @@
1-
2-
# Version 3.13 (30-09-2024) - Changelog
3-
4-
## Updated:
5-
- Documentation
6-
- System Security
7-
- System Optimization
8-
- Delus PHP Dependencies
9-
- Delus JS Dependencies
10-
11-
## Added:
12-
- Reels Module
13-
- Disable Friends System
14-
- Push Notifications for Android App
15-
- Push Notifications for iOS App
16-
- Chat Push Notifications
17-
- Chat Privacy (Everyone, Friends, No One)
18-
- Admin Ability to Disable Chat Module Completely
19-
- Switching Camera in Live Streaming
20-
- Show Camera Preview Before Live Streaming
21-
- Enhanced Live Streaming Resolution to 720p+
22-
- New Mobile UI
23-
- Changed the Video Player to Plyr Instead of Video.JS
24-
- Abbreviated Counters
25-
- Changed Posts with Map to Interactive Map Instead of Images
26-
- Subscription Button in Profile, Pages, and Groups
27-
- Create Post and Create Live to Quick Add Menu
28-
- Wallet Recharge Option Directly with Error of No Funds Available
29-
- Share to Timeline, Pages, Groups, or Events in Share Plugin
30-
- Replaced PRO Badge with Icon
31-
- Users Approval System and Email Notifications for Approval
32-
- Watch Module Showing All Videos with Automatic Visitor Country Detection
33-
- Create Products in Pages, Groups, and Events
34-
- Search Profile, Page, Group, and Event Posts
35-
- Country Filter for Pages, Groups, Events, Jobs, Offers, Courses, Blogs, and Funding
36-
- Yandex Cloud Storage Support
37-
- Flutterwave, NyFatoorah, Epayco, Verotel Payment Gateways
38-
- Stripe Payment Element and PayPal Payouts Integration
39-
- Updated Cashfree APIs to Latest Version
40-
- Marketplace Accept Payments Instead of Wallet Credit
41-
- Donate Using Wallet Balance (Admin Controllable)
42-
- Static Pages with Redirect URLs Added to Sidebar Menu
43-
- Widgets Languages and Audience
44-
- Points Transactions Log in User Settings
45-
- Points/Comment and Points/Reaction for Post Author
46-
- Custom Points System for Permission Groups
47-
- Watermark Using Username
48-
- Monetization Earnings in User Settings Page
49-
- Paid and Subscription Post Blurred Preview Image
50-
- Admin Controls for Maximum Total Upload Size, Default Privacy, Username Changes, Profile Updates, Paid Post Price, Monetization Plan Price, Download Images, Mouse Right Click, and Activation Emails
51-
- User Group Selection During Sign Up (Admin Controllable)
52-
- Manage Auto Connected Nodes in Getting Started
53-
- Detect Visitor Language Automatically (Admin Controllable)
54-
- Courses Module
55-
- Event Sponsor for System Admins
56-
- Pages Business ID (Admin Controllable)
57-
58-
## Fixed:
59-
- Minor Bugs
60-
- Group Invitation System
61-
- Stripe Recurring Payments Issue
62-
- Blog Views Counter
63-
- Hide Market Withdrawal Requests if Cart Disabled
64-
- Page Info with Reviews Notifications
65-
- Login As with Demo Account Bug
66-
- Settings Page Access with Subscription Packages
67-
- LinkedIn Social Login
68-
- Close Button in Dark Mode
69-
- MSG91 SMS Issue
70-
- Video Player in Fullscreen Mode
71-
- Reset reCAPTCHA after Form Submission
72-
- Find People Will Find All Users Now
73-
- Responsive Images Inside Blogs
1+
2+
# Changelog
3+
4+
## v0.1.0 - Initial Release (2025-03-31)
5+
- Initial Aurora OS adaptation
6+
- Flutter integration and UI optimizations
7+
- REChain DID support enabled
8+
- Encrypted chat engine module added

CODE_OF_CONDUCT.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
# Code of Conduct
3+
4+
## Our Pledge
5+
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone.
6+
7+
## Our Standards
8+
Examples of behavior that contributes to creating a positive environment include:
9+
- Using welcoming and inclusive language
10+
- Being respectful of differing viewpoints and experiences
11+
- Gracefully accepting constructive criticism
12+
13+
## Enforcement
14+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the project team.
15+
16+
This Code of Conduct is adapted from the Contributor Covenant, version 1.4.

CONTRIBUTING.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
# Contributing to DelusForAuroraOS
3+
4+
We welcome contributions of all kinds — bug reports, feature requests, documentation, or code improvements.
5+
6+
## How to Contribute
7+
8+
1. Fork the repository.
9+
2. Create your feature branch: `git checkout -b feature/YourFeature`.
10+
3. Commit your changes: `git commit -am 'Add new feature'`.
11+
4. Push to the branch: `git push origin feature/YourFeature`.
12+
5. Open a pull request.
13+
14+
Please follow our coding conventions and write clear, concise commit messages.

DelusForAuroraOS_Wiki.md

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
2+
# DelusForAuroraOS Wiki
3+
4+
Welcome to the **DelusForAuroraOS** Wiki — your comprehensive guide to building and running the Delus client on **Aurora OS**, an independent Russian mobile OS. This repository is part of the broader REChain Network and Katya® initiatives to create decentralized, privacy-centric, and censorship-resistant systems.
5+
6+
---
7+
8+
## 📦 Overview
9+
10+
**DelusForAuroraOS** provides a customized version of the Delus PWA engine optimized for compatibility with **Aurora OS**, enabling full support for:
11+
- Privacy-first social networking
12+
- Offline-ready and edge-compatible applications
13+
- Secure messaging and distributed file sharing
14+
- Integration with REChain decentralized identity (DID)
15+
16+
---
17+
18+
## 📁 Repository Structure
19+
20+
```
21+
DelusForAuroraOS/
22+
├── aurora-adapter/ # Core logic and adaptation layer for Aurora OS
23+
├── assets/ # Static assets and media
24+
├── lib/ # Flutter application source code
25+
├── platform/aurora/ # Platform-specific services, permissions, and APIs
26+
├── test/ # Test cases
27+
└── README.md # Quick start and setup guide
28+
```
29+
30+
---
31+
32+
## 🚀 Getting Started
33+
34+
### Prerequisites
35+
- Aurora OS SDK and device/emulator
36+
- Flutter SDK (3.13 or higher)
37+
- Dart SDK (3.1+)
38+
- REChain CLI (optional but recommended)
39+
40+
### Installation
41+
```bash
42+
git clone https://github.com/sorydima/DelusForAuroraOS.git
43+
cd DelusForAuroraOS
44+
flutter pub get
45+
flutter run -d aurora
46+
```
47+
48+
### Build for Aurora
49+
```bash
50+
flutter build apk --target-platform=android-arm64 --release
51+
```
52+
> *Aurora OS is compatible with Android Runtime environments; ensure native dependencies are ported properly.*
53+
54+
---
55+
56+
## 🔐 Security & Privacy
57+
- Uses end-to-end encryption for messaging
58+
- Local-first storage with REChain IPFS-layer integration
59+
- DID support (Decentralized Identifiers)
60+
61+
---
62+
63+
## 🤝 Related Projects
64+
- [Katya ® 👽 OS](https://github.com/sorydima/Katya-.git)
65+
- [Delus-PWA-Engine](https://github.com/REChain-Network-Solutions/Delus-PWA-Engine.git)
66+
- [REChain Network Solutions](https://github.com/REChain-Network-Solutions)
67+
68+
---
69+
70+
## 🧩 Modules & Features
71+
- Modular chat engine (XMPP + custom protocol)
72+
- Decentralized news feed
73+
- Secure marketplace integration
74+
- QR code-based login and DID authentication
75+
76+
---
77+
78+
## 📅 Roadmap
79+
- [x] Initial Aurora adaptation
80+
- [x] Support for DID
81+
- [ ] Voice & video call integration
82+
- [ ] Local mesh support via Bluetooth/Wi-Fi
83+
- [ ] Full offline-first deployment via REChain edge nodes
84+
85+
---
86+
87+
## 🛠️ Contribution Guide
88+
We welcome contributions via PRs or issues. Please refer to the `CONTRIBUTING.md` once available, or contact @sorydima.

FUNDING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
# Funding
3+
4+
If you like this project, consider supporting the developer:
5+
6+
- [GitHub Sponsors](https://github.com/sponsors/sorydima)
7+
- REChain native donation wallet address (coming soon)

LICENSE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
MIT License
3+
4+
Copyright (c) 2025 Sorokin Dmitry Olegovich
5+
6+
Permission is hereby granted, free of charge, to any person obtaining a copy
7+
of this software and associated documentation files (the "Software"), to deal
8+
in the Software without restriction, including without limitation the rights
9+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
copies of the Software, and to permit persons to whom the Software is
11+
furnished to do so, subject to the following conditions:
12+
13+
... (full MIT license text here, shortened for brevity)

README.md

Lines changed: 32 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,32 @@
1-
# Delus-PWA-Engine
2-
Welcome to Delus ® 🐾 A FUTURE BUILT ON COMPLETE DECENTRALIZATION, DISTRIBUTION, AND FEDERATION.
3-
4-
Delus ® 🐾: Interactive Stories & Games
5-
6-
#### Description:
7-
Welcome to Delus ® 🐾, your gateway to an immersive world of interactive stories and games. Whether you’re a fan of thrilling adventures, romantic tales, or mind-bending puzzles, Delus ® 🐾 has something for everyone.
8-
9-
**Features:**
10-
- **Interactive Stories:** Dive into captivating narratives where your choices shape the outcome. Each decision you make leads to different paths and endings.
11-
- **Engaging Games:** Enjoy a variety of games that challenge your mind and keep you entertained for hours.
12-
- **High-Quality Content:** Explore beautifully crafted stories and games with stunning visuals and immersive soundtracks.
13-
- **Regular Updates:** Stay tuned for new stories and games added regularly to keep the experience fresh and exciting.
14-
- **Community Interaction:** Share your experiences, discuss story outcomes, and connect with other Delus ® 🐾 users in our vibrant community.
15-
16-
**Why Delus ® 🐾?**
17-
Delus ® 🐾 offers a unique blend of storytelling and gameplay, creating an unparalleled interactive experience. Whether you’re looking to unwind with a good story or challenge yourself with a game, Delus ® 🐾 is your perfect companion.
18-
19-
Download Delus ® 🐾 now and start your adventure today!
20-
21-
---
22-
23-
Feel free to adjust the descriptions to better match the specific features and unique selling points of Delus.site.
1+
2+
# DelusForAuroraOS
3+
4+
DelusForAuroraOS is a customized version of the Delus PWA engine tailored for **Aurora OS**, enabling decentralized, privacy-first applications within the secure Russian mobile operating system ecosystem.
5+
6+
## ✨ Features
7+
- Full compatibility with Aurora OS runtime
8+
- REChain decentralized identity (DID) integration
9+
- Local-first data model with edge deployment
10+
- Encrypted messaging and secure sharing
11+
- Modular structure for future feature expansion
12+
13+
## 📦 Installation
14+
15+
### Requirements
16+
- Aurora OS device/emulator
17+
- Flutter 3.13+ / Dart 3.1+
18+
- REChain CLI (optional)
19+
20+
### Setup
21+
```bash
22+
git clone https://github.com/sorydima/DelusForAuroraOS.git
23+
cd DelusForAuroraOS
24+
flutter pub get
25+
flutter run -d aurora
26+
```
27+
28+
## 📄 License
29+
Licensed under the MIT License. See `LICENSE.md` for details.
30+
31+
## 👤 Maintainer
32+
Developed and maintained by [@sorydima](https://github.com/sorydima).

SECURITY.md

Lines changed: 11 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,11 @@
1-
# Security Policy
2-
3-
## Supported Versions
4-
5-
Use this section to tell people about which versions of your project are
6-
currently being supported with security updates.
7-
8-
| Version | Supported |
9-
| ------- | ------------------ |
10-
| 5.1.x | :white_check_mark: |
11-
| 5.0.x | :x: |
12-
| 4.0.x | :white_check_mark: |
13-
| < 4.0 | :x: |
14-
15-
## Reporting a Vulnerability
16-
17-
Use this section to tell people how to report a vulnerability.
18-
19-
Tell them where to go, how often they can expect to get an update on a
20-
reported vulnerability, what to expect if the vulnerability is accepted or
21-
declined, etc.
1+
2+
# Security Policy
3+
4+
## Supported Versions
5+
We currently support the latest release version.
6+
7+
## Reporting a Vulnerability
8+
If you discover a security issue in this project, please do not open a public issue.
9+
Instead, contact the maintainers directly via email or GitHub private messaging.
10+
11+
We will coordinate with you to investigate, reproduce, and fix the issue as soon as possible.

0 commit comments

Comments
 (0)