aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/encora (unfollow)
Commit message (Expand)AuthorLines
2023-05-27Added more comments to help setup a database.Adrián Oliva-0/+6
2023-05-27Just removing a not useful semi-colon.Adrián Oliva-1/+1
2023-05-27Maybe a better way to allow Front End access API.Adrián Oliva-12/+10
2023-05-26Changing priority case.Adrián Oliva-1/+1
2023-05-26CORS problem.Adrián Oliva-0/+14
2023-05-26Added a GET request with filters.Adrián Oliva-1/+53
2023-05-26New DELETE request to delete a to do.Adrián Oliva-5/+22
2023-05-25Added blank spaces everywhere.Adrián Oliva-1/+4
2023-05-25New GET for sorted to dos.Adrián Oliva-9/+71
2023-05-25New PUT request to edit to dos.Adrián Oliva-3/+20
2023-05-25New PUT to set undone.Adrián Oliva-0/+13
2023-05-25POST to set done.Adrián Oliva-5/+31
2023-05-25Extended "save" method.Adrián Oliva-1/+21
2023-05-25Little typo on POST.Adrián Oliva-1/+1
2023-05-25Added new comments and reformatted an empty function.Adrián Oliva-4/+4
2023-05-25Added HTTP responses and text has max length.Adrián Oliva-0/+10
2023-05-25Added a POST endpoint.Adrián Oliva-6/+26
2023-05-25Added GET endpoint to list to dos.Adrián Oliva-4/+203
2023-05-25Added ToDos class.Adrián Oliva-0/+124
2023-05-24First simple Get Request.Adrián Oliva-0/+19