Skip to content

[MVP] After-Demo version#45

Merged
NotAsasha merged 70 commits into
mainfrom
develop
May 31, 2026
Merged

[MVP] After-Demo version#45
NotAsasha merged 70 commits into
mainfrom
develop

Conversation

@NotAsasha

Copy link
Copy Markdown
Contributor

No description provided.

NotAsasha and others added 30 commits April 8, 2026 19:48
Added login endpoint to AuthController using LoginDto for validation. Integrated IGmailService and GmailService to send login notification emails via Gmail SMTP. Updated AuthService with LoginAsync for credential verification and JWT token generation (dummy token for now). Registered GmailService in DI container.
* Implemented Password Recovery for users

* Implemented Password reset token sending via email

* Moved IAuthService into a separate file

* Fixed password length being fixed at 8 and improved comments
* [REFACTOR] Improved password reset email method

* Email template now shows Username

* Fixed passwords requiring exactly 8 characters when resetting a password instead of intended 8-20

* Removed a redundant commented method from AuthService and email template copyright line
* [FEATURE] Implemented registration confirmation via email-link

* Feature/password reset email template

* [REFACTOR] Improved password reset email method

* Email template now shows Username

* Fixed passwords requiring exactly 8 characters when resetting a password instead of intended 8-20

* Removed a redundant commented method from AuthService and email template copyright line

* [Feature] email confirmation template

* [FIX] Error upon registering with an existing email

* [FIX] Add unique index for EmailConfirmationTokenHash

* [FIX] EmailTokenExpiryDate changed to 24h

* [FIX] Creating confirmlink by using BaseUrl from appsettings

---------

Co-authored-by: Вікторія Свирид <vikas200719@gmail.com>
Co-authored-by: Tachyon64 <83309505+Tachyon64@users.noreply.github.com>
* [FIX] Fixed passwords not being updated in the DB, added token checking feature, fixed typos

* Added email format validation and renamed token validation method
* [FEATURE] Implemented UserProfile table and Update Profile method

* [FIX] Fixed Profile Update Method logic, added postman files to gitignore

* [HOTFIX] Fixed user profile information not being updated in the db and added unique username check

* [FIX] Updated SendEmail method to catch exceptions

* [FIX] various typos fixed
* [Feature] Profile Page Ownership Check

* [Fix] Renamed variable
* [FEATURE] Implement become author button(author-badge)

* [FIX] Added BCAutorService

* [FIX] Added try catch

* [FIX] Added POST method for update author bio

* [FIX] Minimal changes

* [FIX] Added IBCAuthorService

* [FIX] Get bio by username

---------

Co-authored-by: Вікторія Свирид <vikas200719@gmail.com>
* add delete and anonymize account endpoint
[FIX] Reworked Post table, added Genre table

Reworked "Post" table to include a user foreign key, description, genres and added character limitations for various fields
Added Genre table
Added a character limitation for AuthorBio field in the "Author" table

[HOTFIX] Added default value to the Description field

[FIX] Removed Redundant Migrations
* [TEST] Add xUnit tests for Auth and Profile services

* [FIX] Update namespace Versum to Versum.Context

* [FIX] Update namespace Versum to Versum.Context

* Idk how it should work

* [FIX]Fixed unit tests

* [FIX] Add private modifier

---------

Co-authored-by: Вікторія Свирид <vikas200719@gmail.com>
Co-authored-by: notasasha <notyasasha@gmail.com>
Reych7 and others added 28 commits May 13, 2026 23:11
* feat: implement follow system and user following counter

* [Fix] follow logic and database schema according to code review
[feature] add profile statistics and follow system
Co-authored-by: Вікторія Свирид <vikas200719@gmail.com>
Co-authored-by: Вікторія Свирид <vikas200719@gmail.com>
Co-authored-by: NotAsasha <48174753+NotAsasha@users.noreply.github.com>
* [FEATURE] Implemented user feed generation

* [FIX] Megration conflicts fix

* [FIX] Added includes

* [REFACTOR] Post Reactions and Feed Service

* [FIX] Authors don't see their own posts in feed
@NotAsasha NotAsasha merged commit f505f81 into main May 31, 2026
2 checks passed
@NotAsasha NotAsasha deleted the develop branch May 31, 2026 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants