Commit Graph

  • 979096d2c9
    Merge pull request #3 from sBubshait/feature/invitations Saleh Bubshait 2025-07-23 09:16:56 +0300
  • a2523d603e
    Merge branch 'main' into feature/invitations Saleh Bubshait 2025-07-23 09:16:48 +0300
  • 959b818b20 feat: update the tags and their icons and colours sBubshait 2025-07-23 09:12:37 +0300
  • 2de55848f9 feat: add a view button to available invites to see participants sBubshait 2025-07-23 08:54:03 +0300
  • c060e26b5a feat: add a details page for invitation to see attendees sBubshait 2025-07-22 15:46:13 +0300
  • 78ef21d2b7 feat: cancel invitations for both attendees and organisers sBubshait 2025-07-22 15:45:58 +0300
  • 05e9261f62 feat: add /get for invitations that gets the invite and its attendees. sBubshait 2025-07-22 15:37:31 +0300
  • 2f7bc9e6c5 feat: creating invites frontend sBubshait 2025-07-22 10:47:45 +0300
  • d2f74d0296 feat: show back button in settings sBubshait 2025-07-22 10:35:57 +0300
  • 57edd7ab14 feat: accepting invites in the front end sBubshait 2025-07-22 10:34:34 +0300
  • b65c8a7340 feat: make /accept invitations takes JSON instead of URL encoded input sBubshait 2025-07-22 10:34:08 +0300
  • fde42dd414 feat: invitation page requesting backend invitations sBubshait 2025-07-22 10:22:41 +0300
  • c1e13d3061 feat: add invitations constants and service to frontend sBubshait 2025-07-22 10:22:28 +0300
  • 5f6f3a5f0a feat: add a categorised main /all invitations sBubshait 2025-07-22 09:56:45 +0300
  • a5215b126b feat: create /accept endpoint to accept invitations sBubshait 2025-07-22 09:44:20 +0300
  • cf373c9be3 feat: create /available endpoint for invitations to get all available invitations sBubshait 2025-07-22 09:18:06 +0300
  • ff87f161df feat: create respository and controllers for creating and viewing invitations sBubshait 2025-07-22 09:12:18 +0300
  • 63cff0ab24 feat: create DTOs for requests and responses for invitations sBubshait 2025-07-22 09:11:45 +0300
  • a9f5a6d5de feat: create entities for invitations, attendees, and tags sBubshait 2025-07-22 09:11:17 +0300
  • 4c527af746 feat: invitation creation form sBubshait 2025-07-22 08:38:48 +0300
  • afacd192d2 feat: add back button from settings not from profile sBubshait 2025-07-21 15:02:30 +0300
  • 270228012d
    Merge pull request #2 from sBubshait/feature/CICD Saleh Bubshait 2025-07-21 14:59:15 +0300
  • 54a1298edf feat: serve the web app and the backend from Compose sBubshait 2025-07-21 14:57:11 +0300
  • 9ab02dda7f feat: add Dockerfile for backend sBubshait 2025-07-21 14:56:19 +0300
  • 1a540e6999 chore: update maven compile plugin to match JDK version sBubshait 2025-07-21 14:56:10 +0300
  • 960aa996fb feat: hook up the front end with the production API sBubshait 2025-07-21 14:55:14 +0300
  • 7e4e1a902e feat: add a Dockerfile for the front end to serve web sBubshait 2025-07-21 14:55:01 +0300
  • 969cbf1e8d
    Merge pull request #1 from sBubshait/feature/login-page-authentication Saleh Bubshait 2025-07-21 10:19:09 +0300
  • fa626992dc feat: delete back button from main home screens sBubshait 2025-07-21 10:17:12 +0300
  • 87c4072d92 feat: add permissions screen after login and send token to server sBubshait 2025-07-21 10:12:48 +0300
  • 0905a51ec5 feat: add endpoint to update user information sBubshait 2025-07-21 10:12:18 +0300
  • eb90aa15ac feat: implement sign out button sBubshait 2025-07-21 10:11:46 +0300
  • 5870b29a9b feat: cache the user profile information for performance sBubshait 2025-07-21 09:54:20 +0300
  • 0c7298e626 feat: skip main page if authenticatd already sBubshait 2025-07-21 09:53:30 +0300
  • 622db644fa feat: login page with sucessful login authentication into secure shared preferences sBubshait 2025-07-21 09:36:31 +0300
  • 930e6e5284 feat: add admin role and allow admins to create new users sBubshait 2025-07-21 08:49:02 +0300
  • 00fe49b109 feat: add users and user login to backend sBubshait 2025-07-20 15:59:24 +0300
  • c78f246d96 feat: conncet backend with database sBubshait 2025-07-20 15:14:09 +0300
  • be6bfa1308 feat: add DB through Docker Compose sBubshait 2025-07-20 10:59:14 +0300
  • 42b101f872 feat: add backend sBubshait 2025-07-20 10:34:59 +0300
  • ca35b01281 fix: CI/CD by adding entryPoint to reflect changes in folder structure sBubshait 2025-07-20 10:28:43 +0300
  • c3497ee7f8 fix: CI/CD to reflect restrucring front end to frontend folder sBubshait 2025-07-20 10:21:31 +0300
  • 3565fdd963 feat: run flutter app from frontend folder sBubshait 2025-07-20 10:02:16 +0300
  • 2d4280f997 feat: restructring sBubshait 2025-07-20 10:01:32 +0300
  • dc11d3ec3e feat: implement profile page with settings sBubshait 2025-07-20 09:46:42 +0300
  • f55491022f feat: implement testing notification on invitation acceptance sBubshait 2025-07-17 14:11:07 +0300
  • 3c9127ea17 feat: change icons & update invitations for testing sBubshait 2025-07-17 13:58:04 +0300
  • d4ddc75e6c feat: web favicon to reflect new icon sBubshait 2025-07-17 11:23:21 +0300
  • 8a5388f2c1 feat: add an app icon for iOS and android sBubshait 2025-07-17 11:22:37 +0300
  • b4eb05f80a feat: add development tools including the FCM token for testing purposes into the profile page sBubshait 2025-07-17 11:02:43 +0300
  • 9c4ad5cdb2 feat: request notifications access only AFTER user action sBubshait 2025-07-17 10:50:38 +0300
  • c42c4e9be7 feat: PWA notifications non blocking sBubshait 2025-07-17 10:43:47 +0300
  • b2a4ffeb9b feat: basic test web notifications using PWA sBubshait 2025-07-17 10:20:19 +0300
  • cedea7fbb0 feat: made the posts a bit more realistic sBubshait 2025-07-17 08:43:01 +0300
  • d520739915 feat: implement basic feed page sBubshait 2025-07-17 08:28:11 +0300
  • e47dd9b7c7 fix: CI/CD remove tests as no tests are available now sBubshait 2025-07-16 15:08:09 +0300
  • 23a6800e5e feat: upgrade flutter to a compatible version sBubshait 2025-07-16 15:05:40 +0300
  • 1ca0f730c2 feat: implement CI/CD with testing and building sBubshait 2025-07-16 15:04:12 +0300
  • d726680b79 feat: added basic firebase hosting CICD sBubshait 2025-07-16 15:02:18 +0300
  • 85bb7dace5 feat: add basic screens for feed, invitations and profile sBubshait 2025-07-16 14:18:17 +0300
  • afd8b355db test: delete old home page test sBubshait 2025-07-16 14:18:00 +0300
  • 2b0f66527c feat: implement basic landing page sBubshait 2025-07-16 14:17:24 +0300
  • 0135c9c984 initial commit sBubshait 2025-07-16 13:46:43 +0300