-
8218ac4715
bug fix
main
Ghostie
2024-08-23 20:25:36 -05:00
-
5a37153e6c
Rewritten the readme file
Ghostie
2024-08-23 20:22:38 -05:00
-
537f354abb
showing likes with livewire
Ghostie
2024-08-23 20:15:18 -05:00
-
25d3af87e8
Created a livewire component
Ghostie
2024-08-23 19:49:55 -05:00
-
e6c875de3a
installed livewire
Ghostie
2024-08-23 19:43:12 -05:00
-
67c732a51d
added a component to list posts
Ghostie
2024-08-23 19:40:11 -05:00
-
c9a3169d41
displaying posts from the users we follow on the main page
Ghostie
2024-08-23 17:58:22 -05:00
-
26b67c8e3e
getting the posts of the user we follow
Ghostie
2024-08-23 17:49:11 -05:00
-
b5d43683f8
obtaining the users we follow
Ghostie
2024-08-23 17:46:52 -05:00
-
02e1b28e52
creating main page
Ghostie
2024-08-23 16:07:27 -05:00
-
586617d7fa
showing following and followers
Ghostie
2024-08-23 15:42:43 -05:00
-
f12ac2489a
displaying follow and unfollow buttons accordingly
Ghostie
2024-08-23 15:22:13 -05:00
-
6ab13ff55a
now users can be unfollowed
Ghostie
2024-08-23 15:17:08 -05:00
-
31262f442c
now users can be followed
Ghostie
2024-08-23 13:54:04 -05:00
-
fdd0b1ed07
added a follower controller, migration, and model
Ghostie
2024-08-23 13:08:40 -05:00
-
e2ca022277
showing the user's profile picture, and total posts
Ghostie
2024-08-22 20:40:33 -05:00
-
d08377df3d
added a profile picture field in the database
Ghostie
2024-08-22 20:36:31 -05:00
-
c34ee638e3
edit profile form
Ghostie
2024-08-22 20:21:15 -05:00
-
85522ececc
added a new route to edit the profile
Ghostie
2024-08-22 20:07:30 -05:00
-
c615dbbbfb
Added a profile controller
Ghostie
2024-08-22 19:47:11 -05:00
-
34792dd253
adding a profile edit button
Ghostie
2024-08-22 19:44:06 -05:00
-
275d0c44a3
showing the likes of a post
Ghostie
2024-08-22 19:39:10 -05:00
-
3aaf2788aa
Removing likes from a post
Ghostie
2024-08-22 19:37:34 -05:00
-
0e7b23cb1e
liking posts
Ghostie
2024-08-22 19:30:50 -05:00
-
f1dd904b72
created like controller, model, and migration
Ghostie
2024-08-22 19:22:59 -05:00
-
d0612213a3
deleting the image when the post is deleted
Ghostie
2024-08-22 19:20:36 -05:00
-
70eedcbc9f
added a policy to check if the user is who made the post
Ghostie
2024-08-22 19:15:41 -05:00
-
2d8ab4ed61
method spoofing
Ghostie
2024-08-22 19:05:08 -05:00
-
c23d029890
showing a delete button if a post is visited by its owner
Ghostie
2024-08-22 19:03:29 -05:00
-
75ebb57dd3
displaying comments
Ghostie
2024-08-21 20:36:59 -05:00
-
e411e6297a
storing the comments
Ghostie
2024-08-21 20:29:52 -05:00
-
ba57f19319
added routing for the comments
Ghostie
2024-08-21 20:23:16 -05:00
-
bb3993e05d
created comment model, controller, and migration
Ghostie
2024-08-21 20:19:11 -05:00
-
c7437eb990
requiring auth just for certain pages
Ghostie
2024-08-21 20:17:06 -05:00
-
b63ea93b7e
added a comment box
Ghostie
2024-08-21 19:17:52 -05:00
-
7a9ca9e5d5
showing posts
Ghostie
2024-08-21 10:35:55 -05:00
-
94002bc593
refactoring routes
Ghostie
2024-08-21 10:30:25 -05:00
-
67c193fbc9
routing to show posts
Ghostie
2024-08-21 10:24:22 -05:00
-
a9e4fa1e96
added pagination
Ghostie
2024-08-21 10:17:22 -05:00
-
7295edd7d0
showing posts on the user's profile
Ghostie
2024-08-21 10:07:32 -05:00
-
3deef3707e
added a relationship between User, and Posts
Ghostie
2024-08-21 10:01:15 -05:00
-
dff18be098
Storing posts on the database
Ghostie
2024-08-20 20:48:32 -05:00
-
a10fd0369b
validating the form, and keeping dropzone image
Ghostie
2024-08-20 20:41:29 -05:00
-
d10db46888
created post factory
Ghostie
2024-08-20 20:29:06 -05:00
-
e772c195a6
created post model, factory, and migration
Ghostie
2024-08-20 20:20:11 -05:00
-
3954144691
uploading images
Ghostie
2024-08-20 20:06:52 -05:00
-
fa37868637
adding intervention
Ghostie
2024-08-20 19:58:25 -05:00
-
7abf810033
created a controller in charge of the image upload
Ghostie
2024-08-20 19:23:43 -05:00
-
e0067d4304
added dropzone
Ghostie
2024-08-20 19:13:37 -05:00
-
379a4525e0
bug fix
Ghostie
2024-08-20 19:07:08 -05:00
-
d1017a53ea
creating a post form
Ghostie
2024-08-20 19:04:21 -05:00
-
f3f839909e
adding a route to create posts
Ghostie
2024-08-20 18:56:03 -05:00
-
db32da3d92
progress on the account view
Ghostie
2024-08-19 20:20:18 -05:00
-
9c28101d42
passing the user to the view, to show its username
Ghostie
2024-08-19 20:16:36 -05:00
-
d5746cfe68
Route model binding
Ghostie
2024-08-19 20:13:53 -05:00
-
fdbc87a9f9
added the remember me functionality
Ghostie
2024-08-19 20:10:18 -05:00
-
cea6a89f1e
added logout functionality
Ghostie
2024-08-19 20:06:09 -05:00
-
fbc3f39081
changing navigation if user is logged in
Ghostie
2024-08-19 20:01:54 -05:00
-
1805a6b748
added login functionality
Ghostie
2024-08-19 19:58:11 -05:00
-
d56323781c
created view for login
Ghostie
2024-08-19 19:50:01 -05:00
-
18df85903f
bug fix with authentication
Ghostie
2024-08-19 19:47:43 -05:00
-
57b0c05e4e
adding auth middleware to the /wall route
Ghostie
2024-08-19 19:44:07 -05:00
-
af9d096a4a
authenticating the user after the account is created
Ghostie
2024-08-19 19:37:08 -05:00
-
0c9b3bc4dd
redirecting users when the account is created
Ghostie
2024-08-19 19:33:57 -05:00
-
c3a3958d1b
now users can be created
Ghostie
2024-08-19 19:31:15 -05:00
-
a7c3c95d8e
created a migration
Ghostie
2024-08-19 19:16:03 -05:00
-
e5c98e6535
form validations
Ghostie
2024-08-19 17:50:09 -05:00
-
cdcfd485ef
naming routes
Ghostie
2024-08-19 17:33:32 -05:00
-
66dad4384e
added a new route to store new users
Ghostie
2024-08-19 17:27:18 -05:00
-
35ad1684da
added signup form
Ghostie
2024-08-19 17:23:05 -05:00
-
3bb1efed0e
created a controller
Ghostie
2024-08-19 17:08:16 -05:00
-
e51906fec3
adding a route to signup
Ghostie
2024-08-19 17:00:28 -05:00
-
17af5bb343
created main layout
Ghostie
2024-08-19 16:57:13 -05:00
-
400c6fffae
installed tailwindcss
Ghostie
2024-08-19 16:49:51 -05:00
-
5b8c3e40d2
created a main layout view
Ghostie
2024-08-19 16:43:22 -05:00
-
910d45a2ff
created laravel project
Ghostie
2024-08-18 17:18:48 -05:00