-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
user post and foloower count is completed
- Loading branch information
1 parent
e4fe37d
commit 4522048
Showing
193 changed files
with
809 additions
and
389 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
-- https://www.phpmyadmin.net/ | ||
-- | ||
-- Host: 127.0.0.1 | ||
-- Generation Time: Oct 29, 2023 at 12:31 PM | ||
-- Generation Time: Nov 04, 2023 at 01:16 PM | ||
-- Server version: 10.4.28-MariaDB | ||
-- PHP Version: 8.0.28 | ||
|
||
|
@@ -36,14 +36,6 @@ CREATE TABLE `alumni_associate` ( | |
`status` int(11) NOT NULL | ||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; | ||
|
||
-- | ||
-- Dumping data for table `alumni_associate` | ||
-- | ||
|
||
INSERT INTO `alumni_associate` (`id`, `user_id`, `org_id`, `request_date`, `join_date`, `status`) VALUES | ||
(85, 29, 47, '2023-10-26', '2023-10-26', 1), | ||
(86, 35, 55, '2023-10-26', '2023-10-26', 1); | ||
|
||
-- -------------------------------------------------------- | ||
|
||
-- | ||
|
@@ -60,13 +52,6 @@ CREATE TABLE `alumni_education` ( | |
`result` varchar(10) NOT NULL | ||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; | ||
|
||
-- | ||
-- Dumping data for table `alumni_education` | ||
-- | ||
|
||
INSERT INTO `alumni_education` (`id`, `user_id`, `field_study`, `institute_name`, `study_startDate`, `study_endDate`, `result`) VALUES | ||
(15, 29, 'BCA', 'Gokul Global University', '2021-07-31', '2024-07-31', '87.9%'); | ||
|
||
-- -------------------------------------------------------- | ||
|
||
-- | ||
|
@@ -81,14 +66,6 @@ CREATE TABLE `alumni_master` ( | |
`status` int(11) NOT NULL | ||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; | ||
|
||
-- | ||
-- Dumping data for table `alumni_master` | ||
-- | ||
|
||
INSERT INTO `alumni_master` (`id`, `email`, `password`, `username`, `status`) VALUES | ||
(29, '[email protected]', 'Ahmad@123', 'Ahmad Padarwala', 1), | ||
(35, '[email protected]', 'PatelAmil', 'Amil Patel', 1); | ||
|
||
-- -------------------------------------------------------- | ||
|
||
-- | ||
|
@@ -120,14 +97,6 @@ CREATE TABLE `alumni_profile` ( | |
`gender` tinytext NOT NULL | ||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; | ||
|
||
-- | ||
-- Dumping data for table `alumni_profile` | ||
-- | ||
|
||
INSERT INTO `alumni_profile` (`id`, `user_id`, `profile_picture`, `cover_background`, `phone_number`, `address`, `dob`, `gender`) VALUES | ||
(35, 29, 'profile_picture-1698317389170.platform1.png', 'cover_background-1697182843493.calculate-bg.webp', 7383294925, 'Majadar, Vadgam, Bk - 385210', '2005-06-04', 'male'), | ||
(37, 35, 'profile_picture-1697624499756.card2.jpg', 'cover_background-1697624499752.offlinelearning.jpg', 9974898018, 'Majadra`', '2003-06-27', 'male'); | ||
|
||
-- -------------------------------------------------------- | ||
|
||
-- | ||
|
@@ -141,22 +110,6 @@ CREATE TABLE `alumni_skill` ( | |
`skill_level` int(10) NOT NULL | ||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; | ||
|
||
-- | ||
-- Dumping data for table `alumni_skill` | ||
-- | ||
|
||
INSERT INTO `alumni_skill` (`id`, `user_id`, `skill_name`, `skill_level`) VALUES | ||
(11, 29, 'HTML', 10), | ||
(20, 29, 'CSS', 20), | ||
(21, 29, 'JavaScript', 30), | ||
(23, 29, 'php', 40), | ||
(24, 29, 'react', 50), | ||
(25, 29, 'express', 60), | ||
(26, 29, 'sql', 70), | ||
(32, 29, 'NodeJs', 80), | ||
(41, 29, 'MERN', 90), | ||
(42, 29, 'NEXT JS', 100); | ||
|
||
-- -------------------------------------------------------- | ||
|
||
-- | ||
|
@@ -174,14 +127,6 @@ CREATE TABLE `alumni_work_detail` ( | |
`role` varchar(200) NOT NULL | ||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; | ||
|
||
-- | ||
-- Dumping data for table `alumni_work_detail` | ||
-- | ||
|
||
INSERT INTO `alumni_work_detail` (`id`, `user_id`, `job_title`, `compeny_name`, `compeny_location`, `job_startDate`, `job_endDate`, `role`) VALUES | ||
(18, 29, ' MERN DEVELOPER', 'VALUDAS TEACH PARK', 'Chhapi, Orchid Complex, BK - 385210', '2021-06-10', '2028-06-27', ''), | ||
(19, 29, 'MERN DEVELOPER', 'VALUDAS TEACH PARK', 'CHHAPI VADGAM BANASJKANTHA - 385210', '2020-06-17', '2022-11-23', ''); | ||
|
||
-- -------------------------------------------------------- | ||
|
||
-- | ||
|
@@ -201,14 +146,6 @@ CREATE TABLE `organization_info` ( | |
`status` int(10) NOT NULL | ||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; | ||
|
||
-- | ||
-- Dumping data for table `organization_info` | ||
-- | ||
|
||
INSERT INTO `organization_info` (`id`, `user_id`, `org_name`, `org_logo`, `org_bg`, `org_shortdesc`, `org_longdesc`, `address`, `website`, `status`) VALUES | ||
(47, 29, 'Valudas', 'org_logo-1698316411168.book-education-logo-vector-22575068-removebg-preview.png', 'org_bg-1697609943652.e-lerning.jpg', 'At Valuda's Tech Park, Our prime focus is in the field of IT outsourcing services. We have an experienced, innovative, and dynamic team of experts with a focus to provide web development and mobile application services for individuals, small- and medium-sized businesses, and corporate clients. Our other strengths include Website Development, Application Development (Android & IOS) and Digital Marketing also provide customized solutions as per Customer Need with a 100% Satisfaction Guarantee and can help enrich your presence globally. Our main goal is making a foster long-lasting relationships with clients. where doing good and ethical business is our topmost priority. We take our commitment to our clients very seriously, which is why we’ve developed this Code of Ethics outlining the level of service you can expect while doing business with us and ethical business is our bottom line.\r\n<p><br />\r\nWe can fix your Opencart and WordPress issues as below and surely will make you happy with our work :</p>\r\n- Coding Error - Extension Error<br />\r\n- Database Error<br />\r\n- SSL Errors<br />\r\n- Theme Installation and Customize<br />\r\n- Extension Installation, Customization<br />\r\n- Shipping Method Integration/Customization<br />\r\n- Payment Method Integration<br />\r\n- Speed Improvement<br />\r\n<br />\r\nWe also provide SEO Services for your website in order to improve your website traffic and we can rank your website on Google SERP.<br />\r\n<br />\r\nOn-Page SEO<br />\r\nOff-Page SEO<br />\r\nLink Building Technical SEO<br />\r\nPPC<br />\r\nSocial Media Marketing etc.<br />\r\n<br />\r\nWe are high-class professional designers, expert developers, and flawless QA Testers in Themes and Template Designing CMS like WordPress, eCommerce, PHP, Codeigniter, Laravel, Opencart Customize, and Development...<br />\r\n<br />\r\n* Service Guarantee *<br />\r\n#24*7 hours live support.<br />\r\n#Free of cost technical support for a lifetime.<br />\r\n#Satisfaction guarantee otherwise we will refund.<br />\r\n#No charges for deployment.<br />\r\nOverall, Valuda's Tech Park appears to be a reliable and experienced company that offers a wide range of IT outsourcing services<br />\r\nThank you for your visit...', 'At Valuda's Tech Park, Our prime focus is in the field of IT outsourcing services. We have an experienced, innovative, and dynamic team of experts with a focus to provide web development and mobile application services for individuals, small- and medium-sized businesses, and corporate clients. Our other strengths include Website Development, Application Development (Android & IOS) and Digital Marketing also provide customized solutions as per Customer Need with a 100% Satisfaction Guarantee and can help enrich your presence globally. Our main goal is making a foster long-lasting relationships with clients. where doing good and ethical business is our topmost priority. We take our commitment to our clients very seriously, which is why we’ve developed this Code of Ethics outlining the level of service you can expect while doing business with us and ethical business is our bottom line.\r\n<p><br />\r\nWe can fix your Opencart and WordPress issues as below and surely will make you happy with our work :</p>\r\n<br />\r\n- Coding Error - Extension Error<br />\r\n- Database Error<br />\r\n- SSL Errors<br />\r\n- Theme Installation and Customize<br />\r\n- Extension Installation, Customization<br />\r\n- Shipping Method Integration/Customization<br />\r\n- Payment Method Integration<br />\r\n- Speed Improvement<br />\r\n<br />\r\nWe also provide SEO Services for your website in order to improve your website traffic and we can rank your website on Google SERP.<br />\r\n<br />\r\nOn-Page SEO<br />\r\nOff-Page SEO<br />\r\nLink Building Technical SEO<br />\r\nPPC<br />\r\nSocial Media Marketing etc.<br />\r\n<br />\r\nWe are high-class professional designers, expert developers, and flawless QA Testers in Themes and Template Designing CMS like WordPress, eCommerce, PHP, Codeigniter, Laravel, Opencart Customize, and Development...<br />\r\n<br />\r\n* Service Guarantee *<br />\r\n#24*7 hours live support.<br />\r\n#Free of cost technical support for a lifetime.<br />\r\n#Satisfaction guarantee otherwise we will refund.<br />\r\n#No charges for deployment.<br />\r\nOverall, Valuda's Tech Park appears to be a reliable and experienced company that offers a wide range of IT outsourcing services<br />\r\nThank you for your visit...<br />\r\n<br />\r\n<cite><big><strong>Website</strong></big></cite><br />\r\n<a href=\"https://valudas.com/\" onclick=\"window.open(this.href, \'websitemodule\', \'resizable=yes,status=yes,location=yes,toolbar=yes,menubar=yes,fullscreen=yes,scrollbars=yes,dependent=yes,width=50%,left=20%,height=30%,top=20%\'); return false;\">http://www.valudas.com</a><br />\r\n<br />\r\n<big><cite><strong><var>Phone</var></strong></cite></big><br />\r\n<a href=\"tel:9104190049\" onclick=\"window.open(this.href, \'\', \'resizable=no,status=no,location=no,toolbar=no,menubar=no,fullscreen=no,scrollbars=no,dependent=no\'); return false;\">9104190049</a><br />\r\n<br />\r\n<big><strong>Industry</strong></big><br />\r\nInformation Technology & Services<br />\r\n<br />\r\n<big><strong>Company size</strong></big><br />\r\n2-10 employees<br />\r\n7 on LinkedIn<br />\r\n<br />\r\n<big><strong>Headquarters</strong></big><br />\r\nChhapi, GUJARAT<br />\r\n<br />\r\n<big><strong>Founded</strong></big><br />\r\n<cite><small><em>2021</em></small></cite><br />\r\n<br />\r\n<big><strong>Specialties</strong></big><br />\r\nWebsite Development, Digital Marketing, Wordpress, Opencart, OSCommerce, WooCommerce, SEO, SEM, SMO, SMM, Technical SEO, Link Building, Coding Error, Extension Error, Database Error, SSL Errors, Theme Installation and Customize, Shipping Method Integration/Customization, Payment Method Integration, Speed Improvement, Laravel, Codeigniter, Laravel, Opencart Customize, and Development, PHP, and onlinemarketing\r\n<p> </p>\r\n', 'Orchid Complex, Chhapi, Banaskantha Gujarat - 385210', 'valudas.com', 1), | ||
(55, 35, 'majadar', 'org_logo-1698299542901.e-lerning.jpg', 'org_bg-1698299542905.calculate-bg.webp', 'dcds', 'sdcdsd', 'jsbdcysdcds', 'majadar.com', 1); | ||
|
||
-- -------------------------------------------------------- | ||
|
||
-- | ||
|
@@ -246,6 +183,28 @@ INSERT INTO `user` (`id`, `uname`, `password`) VALUES | |
|
||
-- -------------------------------------------------------- | ||
|
||
-- | ||
-- Table structure for table `user_follower` | ||
-- | ||
|
||
CREATE TABLE `user_follower` ( | ||
`id` int(20) NOT NULL, | ||
`self_user_id` int(20) NOT NULL, | ||
`req_user_id` int(20) NOT NULL | ||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; | ||
|
||
-- | ||
-- Dumping data for table `user_follower` | ||
-- | ||
|
||
INSERT INTO `user_follower` (`id`, `self_user_id`, `req_user_id`) VALUES | ||
(1, 29, 29), | ||
(6, 29, 29), | ||
(8, 29, 29), | ||
(9, 29, 29); | ||
|
||
-- -------------------------------------------------------- | ||
|
||
-- | ||
-- Table structure for table `user_post` | ||
-- | ||
|
@@ -259,14 +218,6 @@ CREATE TABLE `user_post` ( | |
`post_date` date NOT NULL | ||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; | ||
|
||
-- | ||
-- Dumping data for table `user_post` | ||
-- | ||
|
||
INSERT INTO `user_post` (`id`, `user_id`, `post_title`, `post_image`, `post_video`, `post_date`) VALUES | ||
(20, 29, 'kcmkcks', '', '', '2023-10-29'), | ||
(21, 29, 'scnjs', 'post_image-1698579025394.calculate-bg.webp', '', '2023-10-29'); | ||
|
||
-- | ||
-- Indexes for dumped tables | ||
-- | ||
|
@@ -340,6 +291,12 @@ ALTER TABLE `org_post` | |
ALTER TABLE `user` | ||
ADD PRIMARY KEY (`id`); | ||
|
||
-- | ||
-- Indexes for table `user_follower` | ||
-- | ||
ALTER TABLE `user_follower` | ||
ADD PRIMARY KEY (`id`); | ||
|
||
-- | ||
-- Indexes for table `user_post` | ||
-- | ||
|
@@ -355,7 +312,7 @@ ALTER TABLE `user_post` | |
-- AUTO_INCREMENT for table `alumni_associate` | ||
-- | ||
ALTER TABLE `alumni_associate` | ||
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=87; | ||
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=91; | ||
|
||
-- | ||
-- AUTO_INCREMENT for table `alumni_education` | ||
|
@@ -367,7 +324,7 @@ ALTER TABLE `alumni_education` | |
-- AUTO_INCREMENT for table `alumni_master` | ||
-- | ||
ALTER TABLE `alumni_master` | ||
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=36; | ||
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=41; | ||
|
||
-- | ||
-- AUTO_INCREMENT for table `alumni_member` | ||
|
@@ -379,13 +336,13 @@ ALTER TABLE `alumni_member` | |
-- AUTO_INCREMENT for table `alumni_profile` | ||
-- | ||
ALTER TABLE `alumni_profile` | ||
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=38; | ||
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=39; | ||
|
||
-- | ||
-- AUTO_INCREMENT for table `alumni_skill` | ||
-- | ||
ALTER TABLE `alumni_skill` | ||
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=50; | ||
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=58; | ||
|
||
-- | ||
-- AUTO_INCREMENT for table `alumni_work_detail` | ||
|
@@ -397,7 +354,7 @@ ALTER TABLE `alumni_work_detail` | |
-- AUTO_INCREMENT for table `organization_info` | ||
-- | ||
ALTER TABLE `organization_info` | ||
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=56; | ||
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=57; | ||
|
||
-- | ||
-- AUTO_INCREMENT for table `org_post` | ||
|
@@ -411,11 +368,17 @@ ALTER TABLE `org_post` | |
ALTER TABLE `user` | ||
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; | ||
|
||
-- | ||
-- AUTO_INCREMENT for table `user_follower` | ||
-- | ||
ALTER TABLE `user_follower` | ||
MODIFY `id` int(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; | ||
|
||
-- | ||
-- AUTO_INCREMENT for table `user_post` | ||
-- | ||
ALTER TABLE `user_post` | ||
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22; | ||
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=36; | ||
|
||
-- | ||
-- Constraints for dumped tables | ||
|
Binary file removed
BIN
-72.5 KB
client/public/upload/cover_background-1697025338642.calculate-bg.webp
Binary file not shown.
Binary file removed
BIN
-72.5 KB
client/public/upload/cover_background-1697101417920.calculate-bg.webp
Binary file not shown.
Binary file removed
BIN
-72.5 KB
client/public/upload/cover_background-1697101451959.calculate-bg.webp
Binary file not shown.
Binary file removed
BIN
-72.5 KB
client/public/upload/cover_background-1697101680796.calculate-bg.webp
Binary file not shown.
Binary file removed
BIN
-72.5 KB
client/public/upload/cover_background-1697102089913.calculate-bg.webp
Binary file not shown.
Binary file removed
BIN
-72.5 KB
client/public/upload/cover_background-1697102145709.calculate-bg.webp
Binary file not shown.
Binary file removed
BIN
-72.5 KB
client/public/upload/cover_background-1697102424715.calculate-bg.webp
Binary file not shown.
Binary file removed
BIN
-72.5 KB
client/public/upload/cover_background-1697102576804.calculate-bg.webp
Binary file not shown.
Binary file removed
BIN
-72.5 KB
client/public/upload/cover_background-1697105323436.calculate-bg.webp
Binary file not shown.
Binary file removed
BIN
-72.5 KB
client/public/upload/cover_background-1697182313350.calculate-bg.webp
Binary file not shown.
Binary file removed
BIN
-72.5 KB
client/public/upload/cover_background-1697182843493.calculate-bg.webp
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-182 KB
client/public/upload/cover_background-1697624499752.offlinelearning.jpg
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-54.8 KB
...upload/cover_background-1698600026128.cool-profile-picture-l0hzjr9omwan07nt.jpg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
12 changes: 0 additions & 12 deletions
12
client/public/upload/org_bg-1698233145676.arebic font banuri.txt
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
client/public/upload/org_bg-1698233148065.arebic font banuri.txt
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
client/public/upload/org_bg-1698233154960.arebic font banuri.txt
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
client/public/upload/org_bg-1698233155498.arebic font banuri.txt
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
client/public/upload/org_bg-1698233155700.arebic font banuri.txt
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
client/public/upload/org_bg-1698233156164.arebic font banuri.txt
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-44.5 KB
...org_logo-1697107087489.book-education-logo-vector-22575068-removebg-preview.png
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-44.5 KB
...org_logo-1697107330186.book-education-logo-vector-22575068-removebg-preview.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-26.1 KB
client/public/upload/org_logo-1698055168113.image-1697952837172.book_1.png
Binary file not shown.
Binary file removed
BIN
-25.3 KB
client/public/upload/org_logo-1698233145675.DSA FOR ALUMNI TRACKING.docx
Binary file not shown.
Binary file removed
BIN
-25.3 KB
client/public/upload/org_logo-1698233148065.DSA FOR ALUMNI TRACKING.docx
Binary file not shown.
Binary file removed
BIN
-25.3 KB
client/public/upload/org_logo-1698233154960.DSA FOR ALUMNI TRACKING.docx
Binary file not shown.
Binary file removed
BIN
-25.3 KB
client/public/upload/org_logo-1698233155497.DSA FOR ALUMNI TRACKING.docx
Binary file not shown.
Binary file removed
BIN
-25.3 KB
client/public/upload/org_logo-1698233155699.DSA FOR ALUMNI TRACKING.docx
Binary file not shown.
Binary file removed
BIN
-25.3 KB
client/public/upload/org_logo-1698233156163.DSA FOR ALUMNI TRACKING.docx
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-44.5 KB
...org_logo-1698316411168.book-education-logo-vector-22575068-removebg-preview.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Binary file not shown.
Diff not rendered.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Binary file removed
BIN
-54.8 KB
...ublic/upload/post_image-1698600728074.cool-profile-picture-l0hzjr9omwan07nt.jpg
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file not shown.
Diff not rendered.
File renamed without changes
Diff not rendered.
Binary file not shown.
Diff not rendered.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Binary file removed
BIN
-54.8 KB
.../upload/profile_picture-1698383154033.cool-profile-picture-l0hzjr9omwan07nt.jpg
Diff not rendered.
Diff not rendered.
Binary file removed
BIN
-54.8 KB
.../upload/profile_picture-1698645743754.cool-profile-picture-l0hzjr9omwan07nt.jpg
Diff not rendered.
This file contains 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
Oops, something went wrong.