Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merging new features into dev #111

Merged
merged 28 commits into from
Jun 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
666cef7
setup blank documentation
CaelanHill Jun 14, 2024
db07c0a
initial documentation setup
CaelanHill Jun 14, 2024
3821380
feat/api-rework: update user endpoint done
ZaguePrime Jun 15, 2024
090940c
updated api paths
CaelanHill Jun 15, 2024
2d9e187
added stub reset password
CaelanHill Jun 15, 2024
91467b0
added endpoints and documentation
CaelanHill Jun 15, 2024
8aa1174
documented a missing endpoint
CaelanHill Jun 15, 2024
241a45a
added stubbed endpoints for dispute
CaelanHill Jun 15, 2024
9e29918
added documentation for new endpoints
CaelanHill Jun 15, 2024
f71d8c6
made a fix in the documentation
CaelanHill Jun 15, 2024
d83d66e
feat/api-rework: updated some changes according to the database
ZaguePrime Jun 15, 2024
ddac2cf
added jwt middleware
CaelanHill Jun 15, 2024
0c15d61
feat/api-rework: changes to update function and model to include ID
ZaguePrime Jun 15, 2024
26e23c3
Merge branch 'feat/api-rework' of https://github.com/COS301-SE-2024/D…
ZaguePrime Jun 15, 2024
15bab23
api documentation fixes
CaelanHill Jun 15, 2024
c0de3a0
Merge branch 'feat/api-rework' of https://github.com/COS301-SE-2024/D…
CaelanHill Jun 15, 2024
195c989
feat/api-rework: migrated request models to its own file for document…
ZaguePrime Jun 15, 2024
7b20a4f
Merge branch 'feat/api-rework' of https://github.com/COS301-SE-2024/D…
ZaguePrime Jun 15, 2024
0330e04
feat/api-rework: updated documentations
ZaguePrime Jun 15, 2024
5d4bc39
fixed so that requests require jwt
CaelanHill Jun 15, 2024
08ad9d3
feat/api-rework: updated documentation for API
ZaguePrime Jun 16, 2024
ee95cc1
Merge branch 'feat/api-rework' of https://github.com/COS301-SE-2024/D…
ZaguePrime Jun 16, 2024
d7f5c58
feat/api-rework: signup stubbed with verify
ZaguePrime Jun 16, 2024
cce2edc
Update jwt.go
CaelanHill Jun 16, 2024
0d527b0
fixed public access points
CaelanHill Jun 16, 2024
8b1184e
feat/api-rework: successful stub of verification for OTP
ZaguePrime Jun 16, 2024
125ba04
feat/api-rework: added remove user functionality
ZaguePrime Jun 16, 2024
18d5c55
feat/api-rework: removed old files
ZaguePrime Jun 16, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ ProjectSettings/
*.ai
*.eps

# Documentation #
################
/api/docs/**/*.json
/api/docs/**/*.yaml

# Environment files #
#####################
.env
Expand Down
Loading
Loading