Commit Graph

82 Commits

Author SHA1 Message Date
sBubshait
526cf94360 feat: support seeing all people that liked a post 2025-07-24 10:34:24 +03:00
sBubshait
8adb57af8a feat: getting a specific post backend 2025-07-24 10:17:52 +03:00
sBubshait
638ce4ee30 fix: update API url to the production url 2025-07-23 15:13:01 +03:00
Saleh Bubshait
92026f71e2
Merge pull request #5 from sBubshait/feature/posts
Posts
2025-07-23 15:11:50 +03:00
sBubshait
100c51c865 feat: creating users from the front end for admin users 2025-07-23 15:10:50 +03:00
sBubshait
e4ab34b97f feat: implement like/unlike and refactor posts 2025-07-23 14:38:36 +03:00
sBubshait
037bdf64b8 feat: backend returns whether user liked each post (efficiently using sets). 2025-07-23 14:23:12 +03:00
sBubshait
221136b4ee feat: implement share button on posts 2025-07-23 14:16:39 +03:00
sBubshait
066e032120 feat: like and unlike backend endpoints 2025-07-23 14:16:08 +03:00
sBubshait
86a4535f9a feat: implement profile page user feed 2025-07-23 14:07:34 +03:00
sBubshait
c548c7e2a3 feat: Get the signed in user posts from endpoint 2025-07-23 14:07:20 +03:00
sBubshait
05fb7b19aa feat: feed page connected with backend 2025-07-23 13:50:49 +03:00
sBubshait
32cec6da12 feat: getting all posts and user's posts. 2025-07-23 13:48:27 +03:00
sBubshait
e146b18f1d feat: UI for creating posts 2025-07-23 13:36:53 +03:00
sBubshait
2733ce8269 feat: Post entity and endpoint to create posts 2025-07-23 13:36:45 +03:00
sBubshait
a932b42adb feat: enable API docs through /docs via Swagger 2025-07-23 13:36:27 +03:00
sBubshait
638e6343c9 feat: API documentation UI 2025-07-23 13:35:56 +03:00
Saleh Bubshait
cfb61fdaa4
Merge pull request #4 from sBubshait/feature/invitations
feat: Notifications support for invitations
2025-07-23 13:12:52 +03:00
sBubshait
13ad5a5bbe feat: Notifications support for invitations 2025-07-23 11:13:11 +03:00
Saleh Bubshait
979096d2c9
Merge pull request #3 from sBubshait/feature/invitations
Invitations
2025-07-23 09:16:56 +03:00
Saleh Bubshait
a2523d603e
Merge branch 'main' into feature/invitations 2025-07-23 09:16:48 +03:00
sBubshait
959b818b20 feat: update the tags and their icons and colours 2025-07-23 09:12:37 +03:00
sBubshait
2de55848f9 feat: add a view button to available invites to see participants 2025-07-23 08:54:03 +03:00
sBubshait
c060e26b5a feat: add a details page for invitation to see attendees 2025-07-22 15:46:13 +03:00
sBubshait
78ef21d2b7 feat: cancel invitations for both attendees and organisers 2025-07-22 15:45:58 +03:00
sBubshait
05e9261f62 feat: add /get for invitations that gets the invite and its attendees. 2025-07-22 15:37:31 +03:00
sBubshait
2f7bc9e6c5 feat: creating invites frontend 2025-07-22 10:47:45 +03:00
sBubshait
d2f74d0296 feat: show back button in settings 2025-07-22 10:35:57 +03:00
sBubshait
57edd7ab14 feat: accepting invites in the front end 2025-07-22 10:34:34 +03:00
sBubshait
b65c8a7340 feat: make /accept invitations takes JSON instead of URL encoded input 2025-07-22 10:34:08 +03:00
sBubshait
fde42dd414 feat: invitation page requesting backend invitations 2025-07-22 10:22:41 +03:00
sBubshait
c1e13d3061 feat: add invitations constants and service to frontend 2025-07-22 10:22:28 +03:00
sBubshait
5f6f3a5f0a feat: add a categorised main /all invitations 2025-07-22 09:56:45 +03:00
sBubshait
a5215b126b feat: create /accept endpoint to accept invitations 2025-07-22 09:44:20 +03:00
sBubshait
cf373c9be3 feat: create /available endpoint for invitations to get all available invitations 2025-07-22 09:18:06 +03:00
sBubshait
ff87f161df feat: create respository and controllers for creating and viewing invitations 2025-07-22 09:12:18 +03:00
sBubshait
63cff0ab24 feat: create DTOs for requests and responses for invitations 2025-07-22 09:11:45 +03:00
sBubshait
a9f5a6d5de feat: create entities for invitations, attendees, and tags 2025-07-22 09:11:17 +03:00
sBubshait
4c527af746 feat: invitation creation form 2025-07-22 08:38:48 +03:00
sBubshait
afacd192d2 feat: add back button from settings not from profile 2025-07-21 15:02:30 +03:00
Saleh Bubshait
270228012d
Merge pull request #2 from sBubshait/feature/CICD
Dockerisation of the front end and the backend
2025-07-21 14:59:15 +03:00
sBubshait
54a1298edf feat: serve the web app and the backend from Compose 2025-07-21 14:57:11 +03:00
sBubshait
9ab02dda7f feat: add Dockerfile for backend 2025-07-21 14:56:19 +03:00
sBubshait
1a540e6999 chore: update maven compile plugin to match JDK version 2025-07-21 14:56:10 +03:00
sBubshait
960aa996fb feat: hook up the front end with the production API 2025-07-21 14:55:14 +03:00
sBubshait
7e4e1a902e feat: add a Dockerfile for the front end to serve web 2025-07-21 14:55:01 +03:00
Saleh Bubshait
969cbf1e8d
Merge pull request #1 from sBubshait/feature/login-page-authentication
Feature/login page authentication
2025-07-21 10:19:09 +03:00
sBubshait
fa626992dc feat: delete back button from main home screens 2025-07-21 10:17:12 +03:00
sBubshait
87c4072d92 feat: add permissions screen after login and send token to server 2025-07-21 10:12:48 +03:00
sBubshait
0905a51ec5 feat: add endpoint to update user information 2025-07-21 10:12:18 +03:00