Commit 15c3bf8
feat(profile): v4
* feat(profile): profile posts tabs endpoints
* fix(profile): fix update user response
* fix(profile): return user birthdate in profile response
* fix(profile): clean unused files after update profile
* refactor(profile): convert sql posts query to typeorm
* feat(profile): add user data to user posts view
* fix(profile): remove reply from user posts + fix repost type
* feat(profile): add quote parent data in user posts
* feat(profile): apply cursor pagination to profile endpoints
* fix(profile): fix get media + liked posts
* refactor(profile): change response pagination schema
* docs(profile): edit swagger documentation for pagination
* fix(profile): fix cursor pagination and created_at timezone
* fix(profile): replace location with country in update user
* fix(profile): delete profile, cover images after delete account
* feat(user): get username recommendations
* fix(auth): fix refresh token
* feat(auth): confirm password
* feat(Profile): get user replies
* fix(profile): check if user exists in user posts tabs
* fix(profile): fix user replies interactions
---------
Co-authored-by: Amira Khalid <149877108+AmiraKhalid04@users.noreply.github.com>
Co-authored-by: Mario Raafat <136023677+MarioRaafat@users.noreply.github.com>1 parent dfe716b commit 15c3bf8
File tree
3 files changed
+193
-135
lines changed- src
- tweets
- user
3 files changed
+193
-135
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
487 | 487 | | |
488 | 488 | | |
489 | 489 | | |
490 | | - | |
| 490 | + | |
| 491 | + | |
491 | 492 | | |
492 | 493 | | |
493 | 494 | | |
| |||
527 | 528 | | |
528 | 529 | | |
529 | 530 | | |
530 | | - | |
531 | | - | |
| 531 | + | |
532 | 532 | | |
533 | | - | |
534 | | - | |
535 | | - | |
536 | | - | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
537 | 566 | | |
538 | 567 | | |
539 | | - | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
540 | 576 | | |
541 | | - | |
542 | | - | |
| 577 | + | |
543 | 578 | | |
544 | | - | |
545 | | - | |
| 579 | + | |
546 | 580 | | |
547 | 581 | | |
548 | 582 | | |
549 | 583 | | |
550 | 584 | | |
551 | 585 | | |
552 | 586 | | |
553 | | - | |
| 587 | + | |
| 588 | + | |
554 | 589 | | |
555 | | - | |
556 | | - | |
| 590 | + | |
557 | 591 | | |
558 | 592 | | |
559 | 593 | | |
560 | 594 | | |
561 | 595 | | |
562 | | - | |
563 | 596 | | |
564 | | - | |
| 597 | + | |
565 | 598 | | |
566 | 599 | | |
567 | 600 | | |
568 | 601 | | |
569 | 602 | | |
570 | | - | |
| 603 | + | |
571 | 604 | | |
572 | 605 | | |
573 | | - | |
| 606 | + | |
574 | 607 | | |
575 | 608 | | |
576 | 609 | | |
| |||
648 | 681 | | |
649 | 682 | | |
650 | 683 | | |
651 | | - | |
| 684 | + | |
| 685 | + | |
652 | 686 | | |
653 | 687 | | |
654 | 688 | | |
| |||
748 | 782 | | |
749 | 783 | | |
750 | 784 | | |
751 | | - | |
| 785 | + | |
| 786 | + | |
752 | 787 | | |
753 | 788 | | |
754 | 789 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
465 | 465 | | |
466 | 466 | | |
467 | 467 | | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
468 | 474 | | |
469 | 475 | | |
470 | 476 | | |
| |||
485 | 491 | | |
486 | 492 | | |
487 | 493 | | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
488 | 500 | | |
489 | 501 | | |
490 | 502 | | |
| |||
505 | 517 | | |
506 | 518 | | |
507 | 519 | | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
508 | 526 | | |
509 | 527 | | |
510 | 528 | | |
| |||
0 commit comments