Commit Graph

36 Commits (main)

Author SHA1 Message Date
Pau Costa Ferrer 1fe72cd4f5 💄 UI adjustment
Signed-off-by: Pau Costa <mico@micodev.es>
2024-02-19 20:00:58 +01:00
Pau Costa Ferrer 2394c63977
Update README.md
Repository url was wrong...
2024-02-12 14:02:45 +01:00
Pau Costa Ferrer 96717643c5 🐛 Deleting a post was not updating the global feed
Signed-off-by: Pau Costa <mico@micodev.es>
2024-02-12 13:38:05 +01:00
Pau Costa Ferrer 71781a43c8 📝 Added Readme
Signed-off-by: Pau Costa <mico@micodev.es>
2024-02-12 13:31:52 +01:00
Pau Costa Ferrer 6fbfe81918 💄 Fixed the position of the appbars, and fixed some minor UI bugs
Signed-off-by: Pau Costa <mico@micodev.es>
2024-02-12 12:19:36 +01:00
Pau Costa Ferrer a5e6a9505b 🐛 PostListItems were not updating successfully when liked or edited
Signed-off-by: Pau Costa <mico@micodev.es>
2024-02-12 12:04:21 +01:00
Pau Costa Ferrer 2d9042235c ❇️ Users can now edit posts
Signed-off-by: Pau Costa <mico@micodev.es>
2024-02-12 12:03:31 +01:00
Pau Costa Ferrer a4ba28eaef :feature: Notifications
Signed-off-by: Pau Costa <mico@micodev.es>
2024-02-12 12:02:47 +01:00
Pau Costa Ferrer fc79245f9a :feature: User settings, and private profile
Signed-off-by: Pau Costa <mico@micodev.es>
2024-02-12 12:02:14 +01:00
Pau Costa Ferrer 6142dd7000 :feature: New post view
Signed-off-by: Pau Costa <mico@micodev.es>
2024-02-11 17:36:20 +01:00
Pau Costa Ferrer 40a978c546 💩 TypeORM was failing to load associated classes methods
Signed-off-by: Pau Costa <mico@micodev.es>
2024-02-11 17:36:02 +01:00
Pau Costa Ferrer ca4fb32413 A Post and comments view
Signed-off-by: Pau Costa <mico@micodev.es>
2024-02-11 16:15:43 +01:00
Pau Costa Ferrer d73bd1dd04 User profile view
Signed-off-by: Pau Costa <mico@micodev.es>
2024-02-11 13:47:37 +01:00
Pau Costa Ferrer e6f73932fa Added search view
Signed-off-by: Pau Costa <mico@micodev.es>
2024-02-10 19:11:01 +01:00
Pau Costa Ferrer fda05c661a 🗃️ Private user setup, and preparations for images upload
Signed-off-by: Pau Costa <mico@micodev.es>
2024-02-10 15:24:47 +01:00
Pau Costa Ferrer be57bd32b8 🎨 Removed unused code and imports
Signed-off-by: Pau Costa <mico@micodev.es>
2024-02-10 14:43:33 +01:00
Pau Costa Ferrer 4fdb17733d Implemented post list view
Signed-off-by: Pau Costa <mico@micodev.es>
2024-02-10 14:43:33 +01:00
Pau Costa Ferrer 0cdcc915f4 🩹 The API was missing some ease of use parameters
Signed-off-by: Pau Costa <mico@micodev.es>
2024-02-10 14:43:33 +01:00
Pau Costa Ferrer e27423a2e5 🩹 The API was missing some ease of use parameters
Signed-off-by: Pau Costa <mico@micodev.es>
2024-02-09 13:45:20 +01:00
Pau Costa Ferrer 591dae9567 🏗️ Views and routes boilerplate
Signed-off-by: Pau Costa <mico@micodev.es>
2024-02-08 16:56:47 +01:00
Pau Costa Ferrer 31ba7bead1 💄 Initial UI Root layout
Signed-off-by: Pau Costa <mico@micodev.es>
2024-02-08 13:27:01 +01:00
Pau Costa Ferrer c71bac5bd2 Auth views
Signed-off-by: Pau Costa <mico@micodev.es>
2024-02-07 17:39:32 +01:00
Pau Costa Ferrer d2f42d397f 🚧 Changed api generation tool
Signed-off-by: Pau Costa <mico@micodev.es>
2024-02-07 17:38:59 +01:00
Pau Costa Ferrer ec01ee98b2 🚧 Client Setup and api docs
Signed-off-by: Pau Costa <mico@micodev.es>
2024-02-07 11:09:25 +01:00
Pau Costa Ferrer e5a65086be 📝 OpenApi docs and endpoint for the BackEnd Routes
Signed-off-by: Pau Costa <mico@micodev.es>
2024-02-04 20:33:26 +01:00
Pau Costa Ferrer c09b56b0cd Comments, likes, and notifications
Signed-off-by: Pau Costa <mico@micodev.es>
2024-02-04 12:30:11 +01:00
Pau Costa Ferrer 28e4b5c318 User listing, getting, following and unfollowing
Signed-off-by: Pau Costa <mico@micodev.es>
2024-02-03 14:44:44 +01:00
Pau Costa Ferrer 7aa0ebf366 🐛 Forgot a console log...
Signed-off-by: Pau Costa <mico@micodev.es>
2024-02-02 23:44:58 +01:00
Pau Costa Ferrer 46dd4ccb91 Merge remote-tracking branch 'origin/main'
# Conflicts:
#	server/src/controller/authController.ts
2024-02-02 23:27:18 +01:00
Pau Costa Ferrer 4d39f39c38 Added auth features
Signed-off-by: Pau Costa <mico@micodev.es>
2024-02-02 23:22:36 +01:00
Pau Costa Ferrer 91499578c4 Added auth features
Signed-off-by: Pau Costa <mico@micodev.es>
2024-02-02 21:40:31 +01:00
Pau Costa Ferrer 4ee5d10c39 🥅 General error handling
Signed-off-by: Pau Costa <mico@micodev.es>
2024-02-01 18:30:48 +01:00
Pau Costa Ferrer 4582f78afd 🗃️ Initial database configuration and schema setup
Signed-off-by: Pau Costa <mico@micodev.es>
2024-02-01 17:59:18 +01:00
Pau Costa Ferrer fcced63c34 🧱 Docker configuration
Signed-off-by: Pau Costa <mico@micodev.es>
2024-02-01 17:58:22 +01:00
Pau Costa Ferrer 6e1164f34a Initialized the server and client with npx templates
Signed-off-by: Pau Costa <mico@micodev.es>
2024-01-31 20:31:32 +01:00
Pau Costa Ferrer a45765e3d9
Initial commit 2024-01-31 14:01:49 +01:00