Commit Graph
141 Commits
Author SHA1 Message Date
FernandoJVideira 289e8df604 Merge pull request 'Implement login page with email/password authentication' (#69) from feature/login-page into develop
Reviewed-on: https://gitea.fernandovideira.com/SyntaxSquad/DADProject/pulls/69
Reviewed-by: FernandoJVideira <[email protected]>
2025-12-22 17:08:37 +00:00
Edd e8ccea4e42 home page feature part 1 2025-12-21 23:12:13 +00:00
Edd 8e179200a5 Merge branch 'develop' into feature/login-page 2025-12-21 14:52:32 +00:00
Edd c03d49e7e4 removed vscode preferences 2025-12-21 02:37:46 +00:00
Edd 2734e25cce feature implement login final changes 2025-12-20 22:26:22 +00:00
Edd a566387998 feature implement login part2 2025-12-20 21:59:33 +00:00
FernandoJVideira 2b161e2099 feat: gameboard ui 2025-12-20 17:03:18 +00:00
AfonsoCMSousa d1dd2c00f6 SyntaxSquad/DADProject#9 feat: User info dysplayed in /users/ 2025-12-18 21:04:49 +00:00
FernandoJVideira 8a6e0d0255 Merge pull request 'Added routes, endpoints to get all matches, get a specific match, create a match, join a match, and update the match' (#68) from feature/matches-api-endpoints into develop
Reviewed-on: https://gitea.fernandovideira.com/SyntaxSquad/DADProject/pulls/68
Reviewed-by: Afonso Clerigo Mendes de Sousa <[email protected]>
Reviewed-by: FernandoJVideira <[email protected]>
2025-12-18 20:36:49 +00:00
KZix b485e19c9d Added routes, endpoints to get all matches, get a specific match, create a match, join a match, and update the match 2025-12-18 20:29:10 +00:00
AfonsoCMSousa 94fdbd568c Merge branch 'develop' into feature/profile-page 2025-12-18 19:15:49 +00:00
Edd ae6a0b4706 Merge branch 'develop' into feature/login-page 2025-12-18 19:11:47 +00:00
Edd 5270e3c093 Merge pull request 'feature/game-endpoints' (#62) from feature/game-endpoints into develop
Reviewed-on: https://gitea.fernandovideira.com/SyntaxSquad/DADProject/pulls/62
Reviewed-by: FernandoJVideira <[email protected]>
Reviewed-by: Edd <[email protected]>
2025-12-14 00:56:05 +00:00
KZix 5473a4cc69 removed crap i did, sorry frontends 2025-12-14 00:28:58 +00:00
KZix cf8f93d984 Added endpoits to create, join and update the game state, playability should work now 2025-12-14 00:26:41 +00:00
KZix 7686aff546 Added initial game logic 2025-12-12 00:05:37 +00:00
AfonsoCMSousa a0ad35bb08 Merge branch 'feature/login-page' into feature/profile-page 2025-12-11 21:18:31 +00:00
KZix af41990807 Merge pull request 'Added the register endpoint' (#61) from feature/register-api-endpoint into develop
Reviewed-on: https://gitea.fernandovideira.com/SyntaxSquad/DADProject/pulls/61
Reviewed-by: Afonso Clerigo Mendes de Sousa <[email protected]>
Reviewed-by: FernandoJVideira <[email protected]>
2025-12-11 21:18:05 +00:00
KZix 20f53197ec Merge branch 'develop' into feature/register-api-endpoint 2025-12-11 21:17:58 +00:00
KZix 7c6d8ed446 Merge pull request 'feat: websocket init' (#60) from feature/websocket-init into develop
Reviewed-on: https://gitea.fernandovideira.com/SyntaxSquad/DADProject/pulls/60
Reviewed-by: Afonso Clerigo Mendes de Sousa <[email protected]>
Reviewed-by: KZix <[email protected]>
2025-12-11 21:17:23 +00:00
AfonsoCMSousa 1d5100fbdf feat:initial commit 2025-12-11 21:14:54 +00:00
Edd 511e645d7e feature implement login part 1 2025-12-11 21:14:25 +00:00
KZix daa72ce4c6 Added the register endpoint 2025-12-11 21:13:56 +00:00
AfonsoCMSousa 117f007b83 Merge branch 'develop' into feature/websocket-init 2025-12-11 21:05:10 +00:00
FernandoJVideira 69705ce61c feat: websocket init 2025-12-11 21:02:02 +00:00
FernandoJVideira 8472263f91 Merge pull request 'feature/database-and-auth-api' (#59) from feature/database-and-auth-api into develop
Reviewed-on: https://gitea.fernandovideira.com/SyntaxSquad/DADProject/pulls/59
Reviewed-by: Afonso Clerigo Mendes de Sousa <[email protected]>
Reviewed-by: FernandoJVideira <[email protected]>
2025-12-11 20:47:09 +00:00
KZix d7a6862dcb Added necessary stuff for authentication 2025-12-11 20:42:30 +00:00
FernandoJVideira a335e713ee Merge pull request 'Rebase Develop' (#58) from master into develop
Reviewed-on: https://gitea.fernandovideira.com/SyntaxSquad/DADProject/pulls/58
Reviewed-by: Afonso Clerigo Mendes de Sousa <[email protected]>
Reviewed-by: KZix <[email protected]>
Reviewed-by: Edd <[email protected]>
2025-12-04 21:01:39 +00:00
FernandoJVideira 1e5792567f Merge pull request 'Added base project' (#57) from na/change-project-base into master
Reviewed-on: https://gitea.fernandovideira.com/SyntaxSquad/DADProject/pulls/57
Reviewed-by: FernandoJVideira <[email protected]>
Reviewed-by: Edd <[email protected]>
Reviewed-by: Afonso Clerigo Mendes de Sousa <[email protected]>
2025-12-04 20:56:11 +00:00
KZix 2f47f69adb Added base project 2025-12-04 20:45:22 +00:00
KZix dc16a150e1 Merge pull request 'feature/database-and-start' (#3) from feature/database-and-start into master
Reviewed-on: https://gitea.fernandovideira.com/SyntaxSquad/DADProject/pulls/3
Reviewed-by: Edd <[email protected]>
2025-11-20 20:38:44 +00:00
KZix 4ac9487605 Added tailwindcss, the main pages to create the Website and routes 2025-11-13 22:31:20 +00:00
KZix 98a2ca4611 Added database structure and components 2025-11-13 21:27:45 +00:00
Edd 3f1c69c15b Merge pull request 'Project Structure Fixed And Code Cleanup' (#2) from cleanup into master
Reviewed-on: https://gitea.fernandovideira.com/SyntaxSquad/DADProject/pulls/2
2025-11-08 20:27:52 +00:00
FernandoJVideira 7d91521d64 fix:remove vendor 2025-11-08 20:17:56 +00:00
FernandoJVideira eb056ee995 fix:code cleanup 2025-11-08 20:12:34 +00:00
FernandoJVideira d2e7a50ce5 fix:repo cleanup 2025-11-08 20:09:52 +00:00
FernandoJVideira dedcc73567 fix:repo cleanup 2025-11-08 20:09:07 +00:00
FernandoJVideira f1da93791d Merge pull request 'Added Project structure, API, Frontend and Websockets' (#1) from init into master
Reviewed-on: https://gitea.fernandovideira.com/SyntaxSquad/DADProject/pulls/1
Reviewed-by: FernandoJVideira <[email protected]>
2025-11-08 19:42:27 +00:00
KZix a982d3655f Added Project structure, API, Frontend and Websockets 2025-11-08 19:35:47 +00:00
FernandoJVideira 3549f396f6 Initial commit 2025-09-25 18:06:10 +00:00